#xf-logo {
  background-image: url(images/bts_disaster.png);
	height: 210px;
	margin-left:20px;
}


.login-prompt-wrapper {
	background-image: url(images/bts_disaster.png);
	width: 650px;
	background-position: 560px 130px;
}



label {
    font-size: 100%;
}

.field label {
    font-size: 100%;
}

h3 {
    font-size: 120%;
}

table.btsdashboard {
	width: 300px;
	line-height: 18px;
	float: left;
	border: 1px;
	border-color: black;
	border-style: solid;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
	margin-right: 20px;
}

td.btsdashboard {
	width: 100px;
}

td.bbright {
	text-align: right;
}

table.btsdashboard th{
	font-size: 140%;
	line-height: 36px;
}

#forgot-password-body {
	height: 180px;
}

div.btsdashboard {
	float: left;
	min-height: 1px;
}


tr.bold-row td {font-weight: bold;}

tr.normal-row td {font_weight: normal;}


.search-info .search-parameters li a {
	text-decoration: none;
	color: black;
	cursor: pointer;
	background-color: #eaeaea;
	padding: 2px 5px 2px 5px;
	font-size: 100%;
	color: #333;
	display: block;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

.search-info .search-value {
	border-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

select.a_status-drop-down {
	font-size: 85%;
}


#[data-tooltip]:hover:after {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  color: white;
  background: #0090ff;
  padding: 5px 15px;
  margin-left:-200px;
  margin-top: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	line-height: 18px;
	background: #fff6be;
	z-index: 9999;
	max-width: 500px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}


