/* HEADERS */
body {
	width: 100%;
	}
#lb_locator #mainHeader {
	height:67px;
	margin:5px 5px 0 5px;
	overflow:hidden;
	background:url(../images/bus/locator/white_to_gray_CSS.png) repeat-x;
}
#lb_locator #mainHeader.backdoor {
	background:url(../images/bus/locator/white_to_gray_CSS.png) repeat-x;
}
#headerTxt {
	margin:10px 0 6px 300px;
}
.bct {
	color:#000;
	font:1.1em arial bold;
	padding-top:.5em;
	height:1.6em;
	overflow:hidden;
}
#lb_locator #mainHeader.backdoor .bct {
	color:#000;
}
body.showadvancedsearch #contentWrap,
body.showmoreoptions #contentWrap,
body.showMiniProfile #contentWrap,
body.showPlantProfile #contentWrap,
body.showProfile #contentWrap {
	background:url(../images/bus/locator/gray_gradient_CSS.png) repeat-x;
	overflow:scroll;
	overflow-x:hidden;
}
#resultsHeader {
	background:#00aeef;
	color:#fff;
	margin:0 5px;
	padding:.5em;
	overflow:visible;
}
body.showmap #resultsHeader {
	background:#090;
}
#resultsHeader .two_col_r {
	font-size:.9em;
}
#resultsHeader a:link, #resultsHeader a:visited {
	color:#fff;
}

body.showresults #headerTxt,
body.showprofile #headerTxt,
body.showminiprofile #headerTxt,
body.showplantprofile #headerTxt,
body.showmap #headerTxt  {
	margin-left:0;
}
#contentWrap {
	margin:0 5px;
	padding:10px;
}
h2 {
	margin-top:.5em;
}

div.loading-invisible {
	display:none;
}
div.loading-visible {
	z-index:2147483647;
	display:block;
	position:absolute;
	width:100px;
	height:100px;
	opacity: 75%;
	margin:0;
	padding:0;
}

.warning {
	color:#f00;
}
.small {
	font-size:.8em;
}

/* showMoreOptions */
body.showmoreoptions fieldset.radio {
	padding-left:0;
}
body.showmoreoptions label {
	width:auto;
}

/* showResults */
body.showresults #contentWrap,
body.showmap #contentWrap {
	padding:0;
}
#header_l {
	margin:0;
	padding:0;
	width:295px;
}
#header_m {
	width:50%;
}
body.showresults #facetbar_header {
	width:25.5%;
	text-align:center;
	font-size:1.4em;
	overflow:visible;
	float:left;
}
body.showresults #result_list_header {
	height:1.6em;
	margin-left:26%;
	vertical-align:middle;
	padding-top:.25em;
	font-size:.9em;
}
body.showresults #result_list_header .three_col_l {
	width:55%;
	margin-right:1%;
}
body.showresults #result_list_header .two_col_l {
	width:74%;
	margin-right:1%;
}
#result_list {
	overflow:scroll;
	overflow-x:hidden;
}
body.showresults #result_list {
	margin-left:26%;
	margin-right:0;
}

/* showMap */
#map {
	width:74%
}
body.showmap #results_list {
	margin-left:74.1%
}

/* FORMS */
.submit {
	background-color:#d8f1fd;
}
button.submitButton {
	background:0;
	border:0;
	padding:0;
	vertical-align:middle;
}
body.showadvancedsearch fieldset {
	background-color:#d8f1fd;
	width:980px;
}
body.showadvancedsearch fieldset label {
	width:236px;
}
body.showadvancedsearch fieldset input,
body.showadvancedsearch .yui-skin-sam .yui-ac-input {
	width:588px;
}
#acContainer {
	margin-top:-16px;
	width:587px;
	padding:0;
}

/* TABLES */
table.results,
table.results td {
	border-width:0 0 1px 0;
	font-size:1em;
}
.results .pic {
	background:#d8f1fd;
	text-align:center;
	padding:1em;
}
#map_results td {
	font-size:.7em;
	padding:3px;
}
.core_table td, .core_table th {
	font-size:80%;
}
.core_table tr.alternateRow td {
	background-color:#edf5ff !important;
}

body.showprofile table strong.tech {
	font-size:.8em;
	color:#666;
}

body.showprofile #profileBody {
	float: left;
	width: 75%;
}
body.showprofile #profileRight {
	margin-left: 76%;
	margin-top:1em;
	padding:1em 1em 2em 1em;
	border:1px solid #999;
	border-width:0 0 0 1px;
}

#mediaInspector {
	display:none;
	z-index:1;
}
@media print {
	#mediaInspector { z-index: 5 }
}