/* CSS Document */

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



.style1 { color: #006f67; font-weight: bold; font-size: 18px; }
.style2 {font-size: 22px}
.style8 {font-size: 10px}
.style10 {color: #006f67; caption: Paragraph Header;}
.nav  {font-size: 10px}
.style11 {color: #006f67; caption: Side-Navigation Header;}
.style22a {color: #006f67; font-size: 12px; font-weight: bold; caption: reg-size-12;}
.style33a {color: #006f67; font-size: 14px; font-weight: bold; caption: med-size-14;}
.style44a {color: #006f67; font-size: 16px; font-weight: bold; caption: lrg-size-16;}
.bold-and-blue {color: #be854c; font-weight: bold; }



r: #006f67; caption: Headers;}
.style0001 { font-family: Arial, Helvetica, sans-serif; color: #595959; font-size: 8pt; caption: 8 point Grey; }
.style0002 { font-family: Arial, Helvetica, sans-serif; color: #595959; font-size: 9pt; caption: 9 point Grey; }




/* 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: #006c64; font-weight:bold; display: inline; }
h1 {font-size: 24px; color: #006c64; font-weight:bold; display: inline; }





/* Physician Search CSS */
.phySearch1a {color: #595959; font-size: 8pt;}
.phySearch1b {color: #595959; font-size:}
.phySearch1 {color: #ffffff; font-size: 8pt;}
.phySearch2 {color: #006f67;}
.phyTitle1 {color: #006f67; 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;
		}


