/* 
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: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* 
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, #OrderContainer
{
	margin: auto;
	width: 800px;
	text-align: left;
	background-color: #ffffff;
}
#OrderContainer { background-color: white; }

/*
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, .FullBoundingPageBox
{
	width: 602px;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	overflow: hidden;
}
.FullBoundingPageBox
{
	border-top: solid 1px #999999;
}

#NavigationTab
{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 1px;
	padding-bottom: 0;
	margin-left: 10px;
}

#NavTabBottom
{
	width: 100%;
	padding-top: 12px;
	margin-right: 16px;
}
#NavTabButtons
{
	text-align: right;
	width: 100%;
}
#DefaultGeoBlurb
{
	padding-left: 35px;
	margin-top: -23px;
	font-weight: bold;
	color: Red;
}

#Content
{
	text-align: left;
}

#Content h4, #Content .likeH4
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #0054A4;
	margin-left: 10px;
	line-height: 28px;
}

.Indent1
{
	margin-left: 16px;
	*margin-left: 0px;
}

.Indent
{
	margin-left: 24px;
}

.IndentMore
{
	margin-left: 40px;
}

#Content h5
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: 20px;
	line-height: 28px;
}

#Content p, #Content table
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0;
	margin-left: 15px;
	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 0px 5px 10px;
	padding: 0px 0px 7px 0px;
	width: 710px;
}

#Sidebar
{
	float: right;
	padding: 0px 0px 0px 0px;
	margin-right: 4px;
	margin-top: 60px;
	margin-left: 0px;
}

#Header
{
}

#Footer
{
	clear: both;
}

#Footer, #Footer table
{
	font-size: 11px;
	font-family: Arial, Helvetica;
}

/* 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: 0px;
	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: 0px;
	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: 0px 0px 0px 0px;
}

/* 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_YouCurrentlyHave
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

.Sidebar_OuterBox
{
	text-align: center;
	border-right: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
	border-bottom: solid 1px #bbbbbb;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

.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 10px;
	margin: 0 0 0 10px;
}
.sectionArea
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	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 30px;
}

.anchors
{
	color: #777777;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.anchors A
{
	color: #777777;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

.anchors A:HOVER
{
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}

.anchors A:visited
{
	color: #777777;
	font-weight: normal;
	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 10px;
	margin: 0 0 0 10px;
}

.sectionArea
{
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border: 0px;
}

.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;
}

.normal
{
	font-family: Arial,Helvetica;
	font-size: 12px;
}

.nopadding
{
	padding: 0px 0px 0px 0px;
	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: 455px;
	height: 25px;
	/* Could not find image.
	background-image: url(/Images/Common/ordersummarybg.gif);
	background-repeat: no-repeat;
	*/
}

#PriceDetailsInner
{
	margin-top: 5px;
	width: 460px;
	/* Could not find image.
	background-image: url(/Images/Common/pricedetailsbg.gif);
	*/
}

#priceTotal
{
	text-align: center;
	width: 460px;
	height: 25px;
	/* Cound not find image 
	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: 25px;
	/* Cound not find image 
	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: 25px;
	/* Cound not find image 
	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: 25px;
	/* Cound not find image 
	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: 25px;
	/* Cound not find image 
	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: 25px;
	/* Cound not find image 
	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: 25px;
	/* Cound not find image 
	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: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.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;
}

#SensitiveDataLegend
{
	border-right: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px #bbbbbb;
	border-color: white;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;

	width: 169px;
	background-color: white;
	margin-top: -21px;
	height: 16px;
	margin-bottom: 3px;
	margin-left: 1px;
}


/***************** Popup ****************/
.PopupContainer
{
	background-color: White;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	position: relative;
	z-index: 100002;
}

.PopupHeader
{
	background-image:  url('/Images/Common/RedLinearBg.jpg');
	background-color: #CCDDED;
	height: 19px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	cursor: move;
}

.PopupHeaderText
{
	font-size: 13px;
	color: Black;
	font-weight: bold;
	display: inline;
	float: left;
	padding-left: 2px;
	color: #FFFFFF;
}

.PopupCloseButton, .PopupBottomCloseButton, .PopupCloseButtonWhite
{
	padding-right: 4px;
	padding-top: 2px;
	float: right;
	cursor: pointer;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}
.PopupCloseButton
{
	background-color: Transparent;
	color: #FFFFFF;
}
.PopupCloseButtonWhite
{
	background-color: #CC0000;
	color: White;
}
.PopupBottomCloseButton
{
	background-color: Transparent;
	color: #000099;
}
.boundOption1
{
	background-color: #E8E8E8; background-image:  url('/Images/Email/BlackLinearBg.jpg'); color:#ffffff
}
.boundOption2
{
	background-color: #E8E8E8
}

.PopupContent
{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 10px 5px 10px 5px;
}
.PopupHeaderRed
{
	background-color: #CC0000;
	height: 19px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	cursor: move;
}

.PopupHeaderTextWhite
{
	font-size: 13px;
	color: White;
	font-weight: bold;
	display: inline;
	float: left;
	padding-left: 2px;
}

.popupParagraph
{
	margin-top: 0px;
	margin-bottom: 6px;
}

.popupButton
{
	margin-left: 140px;
	_margin-left: 0px;
	margin-left: 0px!ie;
	margin-top: 12px;
	margin-bottom: 15px;
	text-align: center;
	display: block;
}

.PopupModalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
}

.PopupFooterPanel
{
	height: 19px;
}
/************Error Popup Begin*****************/
.RedPopupHeader
{
	background-color: #CC0000;
	height: 19px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	cursor: move;
}
.RedPopupHeaderText
{
	font-size: 13px;
	color: White;
	font-weight: bold;
	display: inline;
	float: left;
	padding-left: 2px;
}

.RedPopupCloseButton
{
	background-color: #CC0000;
	padding-right: 4px;
	padding-top: 2px;
	float: right;
	cursor: pointer;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

.ErrorPopupContent
{
	width: 292px;
	height: 95px;
}

.ErrorText
{
	font-weight: bold;
	text-align: center;
}

.RedErrorText
{
    font-size:12px;    
	font-weight: normal;
	color:Red;
}

.ErrorPopupContentUpper
{
	padding: 20px 0px 0px 10px;
	text-align: left;
	vertical-align: middle;
}

.ErrorPopupContentLower
{
	padding: 5px 0px 0px 0px;
	clear: both;
	vertical-align: bottom;
}

/*********Error Popup End*************/

/* call for price package popup  */
h2.popupSectionHeader
{
	margin-top: 0px;
	margin-bottom: 10px;
}

h2.call
{
	margin-top: 12px;
	margin-bottom: 2px;
}

.boundingBox
{
	border: Solid 1px #999999;
	margin: 15px 50px 10px 50px;
	padding: 0px;
}

.boundOption1
{
	background-color: #CCDDED;
	padding: 4px;
	font-size: 16px;
	font-weight: bold;
	cursor: hand;
}

.boundOption2
{
	background-color: #E8E8E8;
	padding: 4px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 3px;
	cursor: hand;
}

/******* Save Search **********/
.SaveSearchContainer
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	color: #333333;
}

.SaveSearchTextArea
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #CCDDED;
	width: 350px;
	height: 31px;
}

.SaveSearchTextBox
{
	margin-top: 5px;
	border: solid 1px #999999;
	width: 230px;
	height: 14px;
}

