﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */


html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}

body{
	text-align:left;
	/*background-color:#E3E3E3;/*/
	background-color:#4D4D4D; 
	font-family:"Tahoma", Verdana, Helvetica, sans-serif;
	font-size:10pt;
	
}

/*h1, h2 {color:#FFFFFF;}/*/

h1, h2 {color:#666;}

/*h3, h4, h5, h6 {color:#666666;}/*/

h3, h4, h5 {color:#666;}


h1 {
	color: #E6E6E6;
    margin:0;
	font-size: 1.0em;
	font-weight: bold;
}
h2 {
	color:  #E6E6E6;
	margin: 0.5em 0;
	font-size: 0.9em;
	font-weight: bold;
}
h3 {
	color: #666;
	margin: 0.5em 0;
	font-size: 1.15em;
	font-weight: bold;
}
h4 {
	color: #666;
	margin: 0.5em 0;
	font-size: 10pt;
	font-weight: bold;
}
h5 {
	color: #666;
	margin: 0.5em 0;
	font-size: 0.9em;
	font-weight: bold;
}

p  {
	margin: 1em 0;
	line-height: 1.5em;
}

a {text-decoration:underline; color:#4d4d4d}



a:hover {text-decoration:none;}

#wrapper{
	/**width:860px;**/
	width:860px;
	margin:0px auto;
	border:0px solid #4D4D4D;
	padding-bottom:4px;
	text-align:left;
	background-color:#F2F2F2;
	/*background-image:url(Images/main_bg_gray.png);*/
	/*background-repeat:repeat-y;*/
	/*background-position:center top;*/
}

#Loginwrapper{
	/**width:860px;**/
	width:860px;
	margin:0px auto;
	margin-top:50px;
	border:0px solid #4D4D4D;
	padding-bottom:4px;
	text-align:left;
	background-color:#F2F2F2;
	background-repeat:repeat-y;
	background-position:center top;
}

#Logincontainer {
	margin:25px;
	margin-top:80px; 
}
	
* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 860px;
}


.theme_header {
	 background-image :url( images/line.gif);
	 margin: 0px 10px;
     color:#8F8F8F;  
     background-repeat:no-repeat; 
     
    
	 
}

.BulletIndent
{
	  padding-left: 30px; 
}

#header{
	position:relative;
	height:70px; 
	border-bottom:1px solid #000000;
	background-color:#FFFFFF;
}
#logo{
	position:absolute;
	top:20px;
	left:15px;
}
#banner{
	text-align:center;
	margin:0 150px;
}
#search{
	position:absolute;
	bottom:5px;
	right:5px;
}
#mainnav 
{
	padding:0px 0px;/** was at 0px**/
	background-color:#F2F2F2;
	border-bottom:0px solid #000000;
	vertical-align:text-bottom; 
	
}

* html #mainnav tr {height:1.0em;}

#mainnav .item {
	padding:2px 5px;
	background-color:#F2F2F2; 
	color:#4d4d4d; 
	font-weight:bold; 
}

* html #mainnav .item {padding:0 5px;}

#mainnav .selected {color:#4d4d4d;}

#mainnav .hover {
	color:#4d4d4d; 
	background-color:#E6E6E6; 
}
#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 705px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-left: 5px;    /*** Critical left col dimension value ***/
	border-left:145px solid #E6E6E6;   /*** Critical left divider dimension value ***/
	border-right: 0px solid #E6E6E6;   /*** Critical right divider dimension value ***/
	
}
* html #contentwrapper {  /*** IE5.x/win box model fix ***/
	width: 560px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	width: 560px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}
#floatwrapper {
	float: left;
	width: 550px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -3px;   /*** Static fix ***/
	
}	



#centercolumn{
	float: right;
	width: 550px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	/* \*/
	margin-left: -2px;
	/* Hidden from IE-mac */
	padding-top:-10px;
}

#centercolumn2{
	float: right;
	width: 650px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	/* \*/
	margin-left: -1px;
	/* Hidden from IE-mac */
	padding-top:5px;
}

#breadcrumbs{
	position:fixed;
	top:0px;
	left:50px;
	right:150px;
	font-family:"Tahoma", Verdana, Helvetica, sans-serif;
	font-size:8pt;
}
#breadcrumbs a {
	color:#8F8F8F;
	text-decoration:underline;
}

#breadcrumbs a:hover {text-decoration:none;}

#copy a {color:#4d4d4d;}

#copy2 a {color:#4d4d4d;}

#copy .container {
	margin:0px;
	margin-left:2px; 
	margin-right:10px; 
	padding:0 0px 0px 5px;
	border:0px solid #999999;
	background-color:#F2F2F2;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color:  #4d4d4d;
	
}

#copy2 .container {
	margin:0px;
	margin-right:10px;
	margin-left:2px; 
	padding:0 0px 0px 5px;
	border:0px solid #999999;
	background-color:#F2F2F2;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color:  #4d4d4d;
	
}

#copy3 .container {
	margin:5px;
	padding:0 20px 15px 20px;
	border:0px solid #999999;
	background-color:inherit;
	font-family:"Tahoma", Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color:  #4d4d4d;
	
}

#copy .container2 {
	margin:25px;
	margin-left:2px;
	padding:0 0px 0px 0px;
	border:0px solid #999999;
	background-color:#F2F2F2;
	font-family:"Tahoma", Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color:  #4d4d4d;
}

#copy .container3 {
	margin:25px;
	margin-left:-130px;
	margin-top:50px; 
	padding:0px 0px 0px 0px;
	border:0px solid #999999;
	background-color:#F2F2F2;
	font-family:"Tahoma", Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color:  #4d4d4d;
}



#copy .container5 {
	margin:5px;
	margin-left:12px;
	padding:0px 0px 0px 0px;
	border:0px solid #999999;
	background-color:#F2F2F2;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color:  #4D4D4D;
	width:689px; 
}

#copy2 .container3 
{
	margin:5px;
	padding:0px 20px 15px 20px;
	font-family:"Tahoma", Verdana, Helvetica, sans-serif;
	font-size:10pt;
	color:  #4d4d4d;

	   
}
	

.container4 
{
	margin:5px;
	padding:5px 0px 0px 0px;
	font-family:"Tahoma", Verdana, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:500;  
	background-color:#F2F2F2;
	color:  #4d4d4d;
	   
}



.dividline
{
	line-height:normal;
	background: none #ffffcc; color: #8F8F8F; 
	font-size: 2em; font-family: Georgia, serif; 
	border: solid 1px #0000ff; 
	text-align: center; text-indent: 0; 
	line-height:normal 

	 
}	

.submitDisableButton
{
   
	background-color:#E6E6E6;
	/*/color:  #8F8F8F;/*/
	border: solid 1px #E6E6E6;
	font-size:10pt;
	font-family:"Tahoma", Verdana, Helvetica, sans-serif;
	color:#E6E6E6;
}

.surgeryText
		{
			background-color:#8f8f8f;
			border: groove 1px #e6e6e6;
			font-family:"Tahoma", Verdana, Helvetica, sans-serif;
			font-size:0.8em;
			color:#e6e6e6;
		}
	
/* \*/
* html #copy .container {height:1%;}
/* */

#copy img, #rightcolumn img {border:0px solid #8F8F8F !important;}

#copy .teaser {
	color:#999999;
	font-size:0.9em;
	font-weight:bold;
}

#copy2 .teaser {
	color:#999999;
	font-size:0.9em;
	font-weight:bold;
}

#copy .container h1, #copy .container h2{
	margin: 0 -20px 0px -5px;
	padding: 0 20px 2px 1px;
	color:#4D4D4D;
	/*background-image :url( images/blue_centerbar.gif);*/
	background-repeat:no-repeat;
} 

#copy .container h5 {
	margin: 0 -20px;
	padding: 0 20px 2px 20px;
	background-color:#8F8F8F;
} 


#copy2 .container h1, #copy2 .container3 h2 {
	margin: 0 -20px;
	padding: 0 20px 2px 20px;
	color:#4D4D4D;
	/*background-image :url( images/blue_centerbar.gif);*/
	background-repeat:no-repeat;
} 

#copy2 .container3 a {
	color:#8F8F8F;
}

	

#copy .container2 h1, #copy .container2 h2 {
	margin:0 0px;
	padding:0  20px 2px 20px;
	color:#4D4D4D;
	/*background-image :url( images/blue_centerbar.gif);*/
	background-repeat:no-repeat;
	
} 

#copy .container5 h1, #copy .container5 h2 {
	margin:0px 0px;
	padding:0px 20px 2px 0px;
	color:#4D4D4D;
	/*background-image :url( images/blue_centerbar.gif);*/
	/*background-image :url( images/blue_centerbar_history.gif);*/
	background-repeat:no-repeat;
	
} 


.Toolbar,  .Toolbar td, .Toolbar td a, .Toolbar A, Toolbar a:link , Toolbar a:visited, Toolbar a:hover, Toolbar a:active 
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #10BDC1;
	background-color: Black;
}

#copy td, #copy th {padding: 0.2em 0.5em;}


#copy td {
	padding: 0.2em 0.5em;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	
}

#copy2 td {
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	padding:0 2px 1px 2px;
	font-size: 1.0em;
	margin: 1em 0;
}

.tdStep 
{
	border:1px;
	border-right-style:solid;
	border-right-color: #8F8F8F;
	border-right-width:thin;  
	
	}
	

.txtBox {border:1px solid #666666;}

#copy fieldset {	
	padding:1em;
	margin-bottom:1em;
	border:1px dotted #000000;
}

#copy2 fieldset {	
	padding:1em;
	margin-bottom:1em;
	border:1px dotted #000000;
}

#copy legend {color:#666666;}



* html #copy legend {
	padding:0.5em;
	background-color:#E6E6E6;
}

div.readmore {
	text-align:right;
	font-size:0.9em;
}

#copy2 div.readmore 
{
	text-align:right;
	font-size:0.9em;
	color:Red;
}	
	
	
#leftcolumn {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 150px;    /*** Critical left col/divider dimension value ***/
	padding-top:0px;
	padding-left:0px; 
	/*padding-bottom:300px;*/
	margin-left: -150px;    /*** Critical left col/divider dimension value ***/
	/*background-color:#E6E6E6;*/
}
* html #leftcolumn {
	float:left;
	padding-top:10px;
}

*>html #leftcolumn {width:152px;}   /*** Fix only for IE/Mac ***/

#leftcolcontainer{width: 148px;}    /*** Critical left col dimension value ***/

#subnav {
    overflow:hidden;
    margin:0 0 40px 2px;
}

* html #subnav tr {height:1.4em;}

#subnav .item {
	padding:2px 7px;
	background-color:#F2F2F2; 
	color:#333333; 
}

* html #subnav .item {padding:0 20px;}

#subnav .selected {
	background-color:#666666; 
	color:#F2F2F2;
	
}
#subnav .hover {
	color:#333333; 
	background-color:#E6E6E6; 
}
#rightcolumn{
	float: left; 
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 150px;    /*** Critical right col/divider dimension value ***/
	margin-right: -150px;    /*** Critical right col/divider dimension value ***/
	margin-left: 178px;   /*** Static fix ***/
	padding-top:30px;
}

/* \*/
* html #rightcolumn {
	margin-left: 178px; 
	margin-right: 0px; 
	margin-right: -150px;
	padding-top:5px;
}
/* */

/*** These commented-out rules below are there to explain the "Critical" info 
	for the rules above, because comments must not appear within the Mac-hack.
	The "rules" below are not active, they are just for teaching purposes. ***/

/*
* html .right {
margin-left: 0px;    *** Critical right divider dimension value ***
margin-right: -500px;    *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
mar\gin-right: -152px;    *** Critical right col/divider dimension value ***
}
*/

#rightcolcontainer {
	/* \*/
	width: 150px;
	/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
	margin-left: 178px;    /*** Critical right divider dimension value ***/
}

/* \*/
* html #rightcolcontainer {
	float: right;
	margin-left: 178px; 
	margin-top: -45px;
	 
}
/* */

.welcome
{
	width: 648px;
	margin:30px 0px;
	table-layout:fixed;  
	padding:0px;
	border:0px solid #B9B9B9;
	/*background-image :url( images/blue_welcomebar.gif);*/
	background-repeat:no-repeat;
	color:  #8F8F8F;
	font-size: large;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	font-size:10pt;
	
}	
.utilityNav{
	margin:5px;
	padding:6px;
	background-color:#FFFFFF;
	font-size:smaller;
	font-family:"Tahoma", Verdana, Helvetica, sans-serif;
	font-size:10pt;
	color:#8F8F8F;	
}	

.sidebarcontainer{
	margin:5px;
	padding:0px;
	border:0px solid #B9B9B9;
	font-size:smaller;
	font-family:"Tahoma", Verdana, Helvetica, sans-serif;
	font-size:10pt;
	
	
	
}


/* \*/
* html .sidebarcontainer {height:1%;}
/* */

.sidebarcontainer a {color:#4D4D4D;}

.sidebarcontainer h4 {background-repeat:no-repeat;background-image :url( images/gray_topbar.png);color:#e6e6e6;padding:2px;margin:-2px;}

.sidebarcontainer h5 {background-repeat:no-repeat;background-image :url( images/gray_topbar.png);color:#e6e6e6;padding:2px;margin:-2px;}

/**.sidebarcontainer h6 {background-repeat:no-repeat;background-image :url( images/blue_side_bottombar.gif);color:#E6E6E6;padding:2px;margin:-2px;}*/

.sidebarcontainer table{background-color:#E6E6E6; margin:2px;}

.sidebarcontainer td{color:#4D4D4D;}

.sidebarcontainer li {list-style-type:none;}


.surgeryTable {font-size:0.7em;border:1px solid #8f8f8f;}

.surgeryTable tr{font-size:9pt;color:#4d4d4d;}

.surgeryTable1 td{color:#8f8f8f;border-color:#8f8f8f;}

.surgeryTable2 td{border-color:#e6e6e6;}

.medallergytextinput {
    border:0px solid #8F8F8F;
    color:#8F8F8F;
    font-size:9pt;
    white-space:pre-line;
    text-align:left;   
    
}

.AltershadingTable1 td{border-color:#FFFFFF;}

.Altershading
{
	background-color:#FFFFFF; 
	border-bottom:1px solid #8F8F8F;
}

.AltershadingLine
{
	border-bottom:1px solid #8F8F8F;
 
}

.FinalReview
{
	border-bottom:1px solid #8F8F8F;
}

#footer{
	clear:both;
	margin:-7px 0px;
	padding:0px 0px;
	background-repeat:no-repeat;  
}

.surgerytextheader {
    border:1px solid #8F8F8F;
    color:#E6E6E6;
    background-color:#8F8F8F;
    font-size:8pt;
}
.button {
    border:1px solid #8F8F8F;
    color:#E2E2E2;
    background-color:#4D4D4D;
    font-size:10pt;
    }


.buttonCalendar 
{
	border:1px solid #E6E6E6;
    color:#E6E6E6;
    background-color:#8F8F8F;
    font-size:10pt;
}


.buttonCalendar2 
{
	border:0px solid #585880;
    color:#E6E6E6;
    background-color:#8F8F8F;
    font-size:9pt;
}

.surgerytextinput {
    border:1px solid #8F8F8F;
    color:#E6E6E6;
    background-color:#8F8F8F;
    font-size:8pt;
}



.AllergyMedsPopUp
{
	 background-color:#E6E6E6;
	 font-size:8pt;
	 color:#8F8F8F;
	 border:0px solid #8F8F8F;
	 
}	

.AllergyMedsPopUp2 {background-color:#8F8F8F;
	 font-size:8pt;
	 font-weight:bold;
	 color:#E6E6E6;    
	}
	
  .AllergyMedsPopUpMedName {background-color:#E6E6E6;
	 font-size:7pt;
	 font-weight:bold;
	}



.wizardstepstyle
{
	font: Tahoma;
	font-size:0.9em;
	color:#8F8F8F;
	
}

.themeplaceholder
{
	font-family: Tahoma;
	font-size:0.9em;
	color:#f2f2f2;
	border:0px solid #E6E6E6;
	background-color:#f2f2f2;
	
}
.disclaimer 
	{
		color:Red;
		font-weight:bold;  
		font-size:inherit;
	}	

.reviewshow
	{
		display:none;
	}	
	
.clientsetuptext
	{
		font-family: Tahoma;
		font-size:0.9em;
		color:#8F8F8F;
		
	}		
	
.stepTitle
	{
		color:#8F8F8F;
		font-weight:bolder; 
		font-size:10pt;
		
	}	

.yesunderline 
{
	text-decoration: underline; 
	font-weight:bold;  
}	

.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}


@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}	
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn{
		width:auto !important;
		margin:auto !important;
	}

	#wrapper, #contentwrapper {border:none;}
	
	
	#mainnav{
		padding:0;
		text-align:right;
	}

	#leftcolumn, #rightcolumn, #search {display:none;}

	#wrapper, #header, #mainnav, #mainnav .item, #mainnav .selected, #copy .container, #footer {
		background:transparent;
	}
	#centercolumn {
		float:none;
		margin:0 1em 0 2.5em;
	}	

	#breadcrumbs {position:static;}

	#copy .container{
		margin:0;
		padding:0 !important;
		border-style:none !important;
		border-width:0;
	}
	#footer {		
		border-style:none !important;
		border-top:1px solid #000000;
	}






.CatalogPartLink
{
	color: Green;
}
	
		
.newsTextCentered
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
			text-align:center;
		}
		
.borderedGrid
		{
			border-color:#8F8F8F;
			border-width:1px;
			width:550px;
		}
		
.gridHeader
		{
			background-color:#8F8F8F;
		}
		
.repeaterTitleItemTemplate{
	 font-weight:bold;
	 color:#4d4d4d; 
	}
	
.repeaterDescriptionItemTemplate
{
	 font-weight:bold;
	 color:#4d4d4d; 
	 font-family:Verdana;  
	}
	
.repeaterFeedItemTemplate{
	 color:#4d4d4d; 
	}
		
	
.themeHidden 
{
	color:#E6E6E6;
}	
	

.callOutStyle {
     background-color:red; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.9em; 
    color: red; 
    font-weight:bold; 
    line-height:150%;
}


.bodyTextLowTopPadding { 
    font-family: Tahoma;
    font-size: 0.9em;
    color: black; 
    letter-spacing:0; 
    line-height:150%;
    padding-left:30; 
    padding-right: 20; 
    padding-top: 3;
}

.lbBorders {
    border-left: 1 solid #CCDDEF; border-bottom: 1 solid #CCDDEF;
}



.theme_highlighted {
	background-image :url( images/smokeandglass_blueandwhitef.gif);
}

.theme_fadeblue {
	background-image :url( images/smokeandglass_fadeblue.gif);
}


.WebPartMenu
{
	background-color:#F2F2F2;
}

.PartTitleStyle2
{
	color: #E6E6E6;
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
	/*background-color: #8F8F8F;/*/
	background-image :url( images/blue_webpartbar.gif);
	 
	
}

.WebPart
{
	background: #F2F2F2;
}

.ZoneInstruction, .EmptyZone
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size:10pt;
	color: #E6E6E6;
	background-color: #8F8F8F;
}

.ZoneHeader, .ZoneHeader table
{
	color: #E6E6E6;
	background-color: #8F8F8F;
	text-align: center;
}

.EditorZone, .CatalogZone
{
	background-color: #8F8F8F;
}

.WebPartTitle, .WebPartTitle SPAN, .WebPartTitle a, .WebPartTitle a:visited, .WebPartTitle a:link , .WebPartTitle a:hover, .WebPartTitle a:active 
{
	color: #8F8F8F;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	background-image :url( images/blue_webpartbar.gif);
	width: 100%;
	font-size:10pt;
	font-weight: bold;
	height:1px;

}

WebPartMenuPopup, WebPartMenuPopup span, WebPartMenuPopup table
{
	background-color: Blue;
}

.WebPartMenuHover {
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	background-color: #163A98;
	font-family: Lucida Console;

}

.infoText
		{
			color:#8F8F8F;
			text-align:justify;
			margin:5px;
			padding:0 20px 15px 20px;
			font-family: "Tahoma", Verdana, Helvetica, sans-serif;
			font-size:10pt;
			width:550px;
		}
		

table.list, td.details table.list {
	width: 100%;
	border: 1px solid #000;
}
table.list tr th, td.details table.list tr th {
	text-align: left;
	background-color: #666;
	color: #FFF;
	font-size: 100%;
	border-style: none;
	padding: 2px 20px 2px 2px;
}
table.list tr td, td.details table.list tr td {
	border-bottom: 1px solid #999;
	padding: 2px 20px 2px 2px;
}
table.list tr {
	background-color: #FFC;
}
table.list tr.odd {
	background-color: #CCC;
}
table.gnav tr td {
	background-color: #FFC;
	border: 1px solid #000;
	padding: 2px 10px;
	font-weight: bold;
}
table.gnav tr td a {
	color: #009;
	text-decoration: none;
}
table.gnav tr td a:hover {
	color: #900;
	text-decoration: underline;
}
table.webparts tr th {
	background-color: #009;
	padding: 5px;
	color: #FFF;
	font-size: 130%;
	border: 1px solid #009;
}

td.details div table tr td, td.details div table tr td.detailheader
{
	border-style: none;
}
td.detailheader
{
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	border-style: none;
	padding: 3px 10px 3px 0px;
}
td.details div table 
{
	border-style: none;
}
td.details div table tr td.detailitem 
{
	width: 100%;
	padding: 3px 10px 3px 0px;
}
td.details
{
	border: 2px solid #009;
	padding: 10px;
	background-color:#EEE;
}

.alert {
	color: #C00;
	font-weight: bold;
}