/* 
This is the DoctorList web stylesheet
Add styles from Components/0/common/style_body.css here
one by one, make sure you copy over only what you need
*/

body
{
	background-color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
}

div
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* 
Container has a white background and is centered by the centering instruction
in the body style above. All around the container is the body background, which
is off-white
*/

#Container 
{
	margin: auto;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF; 
}

/*
The length of all the images in the navigation tab is
120 - type of practice
145 - physican information / dentist information
137 - office information
91 - geography
111 - review criteria
----------------------
total width: 604px, bounding box must match this
*/

/* 
both the BoundingPageBox and the NavigationBar areas of the page
should be indented about 10px from the left side of the container
*/

#BoundingPageBox
{
    width: 604px;
    position: relative;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;	
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

#NavigationTab
{
    text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 10px;
}

#NavigationTabFreeServices
{
    text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 100px;
}

#NavTabBottom
{
    width: 100%;
	margin-top: 12px;	
	/*margin-right: 16px;*/
}

#Content
{
	margin-left: 30px;
	margin-right: 50px; /* this is fairly arbitrary */
	text-align: left;
}

#Content p, #Content table 
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#Content p.MediumText
{
	font-size: 13px;
	padding-bottom: 13px;
}

#Content h2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0054A4;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	margin: 35px 0 5px 10px;
	padding: 0 0 7px 0;
	width: 710px;
}

#ContentReport
{
	border: solid 1px #999999;
	margin: 30px 50px 10px 30px;
	text-align: left;
}

#ContentReport p, #ContentReport table 
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#ContentReport p.MediumText
{
	font-size: 13px;
	padding-bottom: 13px;
}

#ContentReport h2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0054A4;
	border-bottom: solid 1px #999999;
	background-image: url(/images/doctors/gradiant_bkgd.gif);
	background-position: center;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 5px 0 5px 5px;
	width: 713px;
}

#Sidebar
{
	float: right;
	padding: 0 0 0 0;

	margin-right: 4px;
	margin-top: 60px;
	margin-left: 0px;
}

#Header
{
}

#Footer
{
	clear:both;
}

/* h2 is page name - large header with blue underline */
h2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #0054A4;
	
	margin-bottom: 8px;
	margin-top: 8px;
	padding-bottom: 0;
	text-align: left;
	margin-left: 10px;
}

/* this is the same as h2 but to be used as a style
for other tags */

.sectionHeader 
{ 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #0054A4;
	padding-right: 20px;
}

/* when the section header has some controls right next to it, for example
like on the Specialties page, we need a style to decorate such table */

.sectionHeaderTable
{
	margin-bottom: 8px;
	margin-top: 8px;
	padding-bottom: 0;
	text-align: left;
	margin-left: 10px;
}	

/* h5 is a small blue subheader */
h5
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000099;
	margin: 0 0 0 0;
}

/* usually highlighted, red text */
.Error
{
	color: Red;
	font-size: 12px;
}

/* sidebar styles. Although these are specific to the sidebar control
they should be defined in here because of the way ajax treats stylesheets.
They must be defined, or included from, a containing page */

.Sidebar_OuterBox
{
    width: 170px;
    text-align: center;
    border: solid 1px #bbbbbb;
    margin-top: 10px;
}

.Sidebar_YouCurrentlyHave
{
    
    color: #FFFFFF; 
    font-size: 13px; 
    font-family: sans-serif,Arial, Helvetica;
    font-weight: bold; 
    height: 22px;
    text-align: left;
    vertical-align: middle;
	background-image: url(/Images/Common/you_currently_have_bkd.jpg);
	padding-top: 2px;
}

.Sidebar_Leads
{
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.Sidebar_Button1
{
    padding-bottom: 3px;
}

.Sidebar_Button2
{
    padding-bottom: 7px;
}

/* AJAX */
.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 150px;
    text-align : left; 
    list-style-type : none;
    background-position: bottom right;
    position: relative;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.TableText
{
	font-family :Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.sectionTitle { FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, Sans-Serif; font-weight:bold; padding: 0 0 0 10; margin: 0 0 0 10; }
.sectionArea { padding:0 0 0 0; margin:0 0 0 0; border: 0 0 0 0;FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, Sans-Serif;}

.chkNormal
{
    FONT-SIZE: 12px;
	color: #000000;
}

.subHeader
{
    FONT-SIZE: 12px;
    COLOR: #000099;
    FONT-WEIGHT: bold;
}	

.ccSubHeader
{
    FONT-SIZE: 13px;
    COLOR: #000099;
    FONT-WEIGHT: bold;
}

.chkSubHeader
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-WEIGHT: bold;
}	

.chkSecondary
{
    FONT-SIZE: 9px;
	color: #000000;
	padding: 0 0 0 30;
}

.anchors 
{ 
	COLOR: #777777; 
	font-weight: bold; 
	font-size:11px; 
	TEXT-DECORATION: none;
}

.anchors A 
{ 
	COLOR: #777777; 
	font-weight: bold; 
	font-size:11px; 
	TEXT-DECORATION: underline;
}

.anchors A:HOVER 
{ 
	COLOR: #777777; 
	font-weight: bold; 
	TEXT-DECORATION: none; 
}

.anchors A:visited 
{ 
	COLOR: #777777; 
	font-weight: bold; 
	TEXT-DECORATION: underline;
}

.sectionHeader 
{ 
	FONT-SIZE: 14px; 
	COLOR: #0054A4; 
	FONT-FAMILY: Arial, Helvetica, Sans-Serif; 
	font-weight:bold; 
}

.sectionTitle 
{ 
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, Helvetica, Sans-Serif; 
	font-weight:bold; 
	padding: 0 0 0 10; 
	margin: 0 0 0 10;
 }
 
/*.sectionArea 
{ 
	padding:0 0 0 10; 
	margin:0 0 0 10; 
	border: 0 0 0 10;
} */

.NavLinksBlackBold A 
{ 
	COLOR: #000000; 
	font-weight: bold; 
	font-size:12px; 
	TEXT-DECORATION: none;
}

.NavLinksBlackBold A:HOVER 
{ 
	COLOR: #000000; 
	font-weight: bold; 
	TEXT-DECORATION: underline;
}

.NavLinksBlackBold A:visited 
{ 
	COLOR: #000000; 
	font-weight: bold; 
	TEXT-DECORATION: none;
}

.NavLinksBlack A 
{ 
	COLOR: #000000; 
	font-weight: normal; 
	font-size:12px; 
	TEXT-DECORATION: none;
}

.NavLinksBlack A:HOVER 
{ 
	COLOR: #000000; 
	font-weight: normal; 
	TEXT-DECORATION: underline;
}

.NavLinksBlack A:visited 
{ 
	COLOR: #000000; 
	font-weight: normal; 
	TEXT-DECORATION: none;
}

.NavLinksBlue
{ 
	COLOR: #000000; 
	font-weight: normal; 
	font-size:12px; 
	TEXT-DECORATION: none;
}

.NavLinksBlue A 
{ 
	COLOR: #0000CC; 
	font-weight: normal; 
	font-size:12px; 
	TEXT-DECORATION: none;
}

.NavLinksBlue A:HOVER 
{ 
	COLOR: #0000CC; 
	font-weight: normal; 
	TEXT-DECORATION: underline;
}

.NavLinksBlue A:visited 
{ 
	COLOR: #0000CC; 
	font-weight: normal; 
	TEXT-DECORATION: none;
}

.NavLinksBlueU A 
{ 
	COLOR: #0000CC; 
	font-weight: normal; 
	font-size:12px; 
	TEXT-DECORATION: underline;
}

.NavLinksBlueU A:HOVER 
{ 
	COLOR: #0000CC; 
	font-weight: normal; 
	TEXT-DECORATION: none;
}

.NavLinksBlueU A:visited 
{ 
	COLOR: #0000CC; 
	font-weight: normal; 
	TEXT-DECORATION: underline;
}

.largeGoldItem
{
    font-size: 16pt;
    color: #DAA520;
    background-color: transparent;
}
.BlueText
{
    font-size: 12px;
    font-weight: bold;
    color: #0054A4;
    padding-right: 18px;
    vertical-align: top;
}
.errorItem
{
    color: red;
}
.RedErrorText
{
    font-size:12px;    
	font-weight: normal;
	color:Red;
}
.blueItem
{
    color: blue;
    background-color: transparent;
}        
.grayItem
{
    color: black;
    background-color: #dddddd;
}        
.darkGrayItem
{
	color: white;
	background-color: gray;
}
.tanItem
{
    color: black;
    background-color: #ded5c2;
}     
.goldItem
{
    font-size: 12pt;
    color: #DAA520;
    background-color: transparent;
} 
.dgItem
{
	padding-right: 5px;
	padding-left: 5px;
}

.normal             
{
	font-family: Arial,Helvetica; 
	font-size: 12px;
}

.nopadding 
{
	padding: 0 0 0 0;
	vertical-align:middle;
}

.TextBlack 
{ 
	COLOR: #000000; 
	font-weight:normal; 
	font-size: 12px; 
	font-family:Arial, Sans-Serif; 
}

.innerContent
{
	padding-left:13px;
	font-family :Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

	.PriceDetailsBox
	{
		text-align:center;
		border: solid;
		margin-top: 10px;
		border-width: 1px;
		border-color: #cccccc;
		width: 460px;
		height:auto;
		background-image: url(/Images/Common/ordersummarybg.gif);		
		background-repeat:no-repeat;
	}
	
	#PriceDetailsInner
	{
		margin-top: 5px;
		width: 460px;
		background-image: url(/Images/Common/pricedetailsbg.gif);
	}
	
	#priceTotal
	{
		text-align:center;
		width: 460px;
		height: 25px;
		background-image: url(/Images/Common/ordersummarybg.gif);		
		background-repeat:no-repeat;
	}

	.divShippingBox
	{
		text-align:center;
		border: solid;
		margin-top: 0px;
		border-width: 0px;
		border-color: #cccccc;
		width: 260px;
		height:auto;
		background-image: url(/Images/Common/shippinginfobg.gif);		
		background-repeat:no-repeat;
	}

	.divReceiptBox
	{
		text-align:center;
		border: solid;
		margin-top: 0px;
		border-width: 0px;
		border-color: #cccccc;
		width: 400px;
		height:auto;
		background-image: url(/Images/Common/billinginfobg.gif);		
		background-repeat:no-repeat;
	}

	.divPaymentBox
	{
		text-align:center;
		border: solid;
		margin-top: 0px;
		border-width: 0px;
		border-color: #cccccc;
		width: 260px;
		height:auto;
		background-image: url(/Images/Common/shippinginfobg.gif);		
		background-repeat:no-repeat;
	}
	
	.divCreditCardBox
	{
		text-align:center;
		border: solid;
		margin-top: 0px;
		border-width: 0px;
		border-color: #cccccc;
		width: 260px;
		height:auto;
		background-image: url(/Images/Common/shippinginfobg.gif);		
		background-repeat:no-repeat;
	}

	.divBillMeBox
	{
		text-align:center;
		border: solid;
		margin-top: 0px;
		border-width: 0px;
		border-color: #cccccc;
		width: 260px;
		height:auto;
		background-image: url(/Images/Common/shippinginfobg.gif);		
		background-repeat:no-repeat;
	}
	
	
	.divBillingInfoBox
	{
		text-align:center;
		border: solid;
		margin-top: 0px;
		border-width: 0px;
		border-color: #cccccc;
		width: 400px;
		height:auto;
		background-image: url(/Images/Common/billinginfobg.gif);		
		background-repeat:no-repeat;
	}
	
	.divSensitiveDataBox
	{
		text-align:center;
		border: solid;
		margin-top: 0px;
		border-width: 0px;
		border-color: Black;
		width: 310px;
	}
	
	.divNoteBox
	{
		width: 460px;
		height:83px;
		padding: 10px 0 0 8px;
		background-image: url(/Images/Common/notebg.gif);		
		background-repeat:no-repeat;
		font-family: Arial, Helvetica ,Sans-Serif;
		color: #000000;
		font-size: 12px;
	}	

	.graysubheader 
	{
		font-family: Arial, Helvetica ,Sans-Serif;
		font-size: 16px;
		line-height: 20px;
		color: #0054A4;
		font-weight: bold;
	}
	
	.totalpricebg
	{
		background-image: url('/Images/Common/totalpricebg.GIF');		
	}

	.GrayHR { COLOR: #cccccc; HEIGHT: 1px }
	.nomargin { margin: 0 0 0 0; padding: 0 0 0 0;}
	.alignRight { text-align:right; padding-left:55px; font-weight:normal; font-size:smaller;}
	.priceDetails { text-align: right; padding-right:15px; vertical-align: top;}
	.priceDetailsEx { text-align: right; padding-right:15px;padding-top:3px; vertical-align: top;background-image: url('/Images/Common/totalpricebg.GIF');	}
	.priceDesc { text-align:left; padding-left:5px;}

	.DETAILS
	{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}

	.DETAILS_RED
	{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#990000;
	}
	
	.header { FONT-SIZE: 16px; COLOR: #cc0000; FONT-FAMILY: Arial, Helvetica, Sans-Serif }
	.label { FONT-SIZE: 10px; COLOR: #000099; FONT-FAMILY: Arial, Helvetica, Sans-Serif }
	
	
	/***************** PopupControl ****************/
.PopupModalBackground
{
	background-color: Gray;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.PopupContainer
{
	background-color: White;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	position: relative;
	z-index: 100002;
	width: 600px;
	height:450px;	
}

.PopupHeaderText
{
	font-size: 13px;
	color: Black;
	font-weight: bold;
	display: inline;
	float: left;
	padding-left: 2px;
}
.PopupCloseButton
{
	background-color: #CCDDED;
	padding-right: 4px;
	padding-top: 2px;
	float: right;
	cursor: pointer;
	font-size: 11px;
	color: #000099;
	text-decoration: underline;
	font-weight: normal;
}
.PopupContent
{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 10px 5px 10px 5px;
}
.PopupHeader
{
	background-color: #CCDDED;
	height: 19px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	cursor: move;
}
.staticUL
{
    padding-left: 15px; 
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left:30pt;
}
 .staticHeadertext
	    {
	    	background: #dfdfdf; 
	    	border-bottom: 5px solid #007161; 
	    	height: 40px;
	    	text-align:left; 
	    	font-family: Arial,Regular; 
	    	font-size: 22px;
	    	font-weight:bold;   
	    	color: #000000; 
	    	text-indent:15px;
	    	padding-top:15px;
	    	float:left;
	    	width:100%;
	    }
	    .staticSecondaryHeader
	    {
	        text-align:left; 
	    	font-family: Arial,Regular; 
	    	font-size: 18px;
	    	font-weight:bold;   
	    	color: #007161;
	    	width:100%;
	    	padding-bottom:10px;
	    	padding-top:10px; 
	    	padding-left: 15px; 
	    	float:left;
	    }
	    .staticPlainText
	    {
	        text-align:left; 
	    	font-family: Arial,Regular; 
	    	font-size: 12px;
	      	width:100%;
	    	padding-left: 15px;  
	    	float:left;
	    }
	    .staticStandardDiv
	    {
	        width:100%; background-color:#FFFFFF; float:left;
	    }
		#Footer
		{
			height: 100px;
			position: relative;
			clear:both;
		}
