/* CSS Document */

body, td { color: #553b23; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
select, textarea, input { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #6f8b4f; }
a:link, a:visited, a:active { color: #6f8b4f; text-decoration: none;}
a:hover { color: #6f8b4f; text-decoration: underline; }



h2.tsg {
	font-size: 14px;
	font-weight: bold;
	color: #6f8b4f;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	caption: header2;
}

p.tsg {
	margin-top: 0px;
	margin-bottom: 10px;
	caption: para preceed h2;
}


a.white:link, a.white:visited, a.white:active {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; font-size: 10px;

}

a.white:hover { color: #ffffff; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

a.greyNoUnderline:link, a.greyNoUnderline:visited, a.greyNoUnderline:active {
	color: #595959;
	text-decoration: none;
}

a.greyNoUnderline:hover { color: #595959; text-decoration: none; }

.style-disclaimer {color: #553b23;font-size: 10px;caption: Disclaimer Text;}

a.blue:link, a.blue:visited, a.blue:active {color: #12393e; text-decoration: none;}
a.blue:hover { color: #12393e; text-decoration: underline; }

.style1 {color: #6f8b4f; font-weight: bold; font-size: 18px;}
.style2 {font-size: 22px}
.redbold12 {font-size: 12px; color: #6f8b4f; font-weight:bold; }
.whitebold12 {font-size: 12px; color: #ffffff; font-weight:bold; }
.redbold14 {font-size: 14px; color: #6f8b4f; font-weight:bold; }
.redbold16 {font-size: 16px; color: #6f8b4f; font-weight:bold; }
.style8 {font-size: 10px}
.style10 {color: #6f8b4f; caption: News Flash Head;}
.nav  {font-size: 10px}








/* Rewrite lib.css */
table.results {border: solid 1px #D4D4D4;}
table.results th {background-color: #D4D4D4;}
table.results td {border-right: solid 1px #D4D4D4;}
table.results .alt-color {background-color: #f6f6f6;}




/* Rewrite calendar.css */
.button {background-color: #D4D4D4;}
.style-outage {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}




/* Subpage Title Headers */
.style12345 {font-size: 24px; color: #6f8b4f; font-weight:bold; display: inline; }
h1 {font-size: 24px; color: #6f8b4f; font-weight:bold; display: inline; }




/* Physician Search CSS */
.phySearch1a {color: #553b23; font-size: 8pt;}
.phySearch1b {color: #553b23; font-size:}
.phySearch1 {color: #ffffff; font-size: 8pt;}
.phySearch2 {color: #6f8b4f;}
.phyTitle1 {color: #6f8b4f; font-size: 20pt; font-weight: bold;}















/* Front Page Feature Slider */




		#slider-content {
			width: 924px;
			padding: 0px;
			background: #FFF;	
			font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
		}
	
		h3.slider {
			margin: 0px 0px 0px 32px;	
			padding: 0px 0px 0px 0px;
			font-size: 16px;
			text-align:left;
		}

		div#feature_list {
			width: 924px;
			height: 360px;
			overflow: hidden;
			position: relative;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			right: 0;
			z-index: 2;
			width: 236px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabs li a {
			color: #aeaeae;
			text-decoration: none;	
			display: block;
			padding: 20px 12px 4px 5px;
			height: 36px;
			outline: none;
			background:  url('/global/images/new/front-page/feature-slider/tab-off.gif');
			background-position:right;
		}

		ul#tabs li a:hover {
			background:  url('/global/images/new/front-page/feature-slider/tab-hover.gif');
			background-position:right;
			color: #aeaeae;
		}

		ul#tabs li a.current {
			background:  url('/global/images/new/front-page/feature-slider/tab-on.gif');
			background-position:right;
			color: #fff;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			width: 708px;
			height: 354px;
			position: relative;
			left: 0;
			top: 0;
		}

		ul#output li {
			position: relative;
			width: 708px;
			height: 360px;
			padding: 3px 0px 0px 0px;
		}









