﻿/*** 
	Warning, this file needs clean-up! 
	
06/04/2008 Justin Holman	Cleaned up css to make it more compact
10/05/2009 jhilts			Added import for BETA Link
12/15/2009 jhilts			Added import for Incentives styles
08/22/2010 jhilts			style over-ride for Ajax Control Toolkit calendar bug in IE8

***/

@import url(WDStyle.css);
@import url(TopBarPromo.css);
@import url(incentives_styles.css);

/*** start layout stuff ***/
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small; 
	min-width: 400px; /* LC x 2 + RC */
	margin:0px;
	overflow-x:hidden;
/*	background:#536272 url('../../images/backgrounds/icon_background.gif') no-repeat fixed right top; */
}

.footer
{
	width:780px;
	position:relative; clear: both; text-align:center; font-size:10px;
	  /* ie had 0px 0px 12px 0px;, current is FF */
	 height:110px;
	
}

.border_black_1px 
{
	border:solid 1px black;	
}

/* 
	LANG BAR
	HEADER
	Utility Bar
	Demo
	Points
	Sub Header	
	Body
*/

#tblLangPicker
{
	background-color:#fff;
	padding-left:12px; padding-right:12px;
	/* padding-left:12px; padding-right:12px;
	margin-left: 12px; 
	margin-right: 12px;*/
}
	
.langElements
{
	padding-right: 12px;
	font-size: 8px; text-decoration:none; color: #999999;
}

.langPicker
{
	font-size: 8px; text-decoration:none; color: #999999;
}

/* UTILITY BAR */

#tblUtility
{
	vertical-align:bottom;
}

#tblUtility .utilityBar
{
	color:#FFFFFF; font-size:11px; text-decoration:none;
}


.DemoAcctBar
{
	background-color: #ff0000;
	color: White;
	text-align: right;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 2px 10px 2px 2px;
}

/* POINTS AND REWARDS */
.points_bkg 
{
	background-image: url(/images/banners/testdrive/points-bar_bkg.gif);
}

.points_copy_on 
{
	font-size: 14px;
	line-height: 14px;
	color: #00A1E1;
	font-weight: bold;
}
.points_copy_on a:link {
	color: #00A1E1;
	/*text-decoration:none;*/
}
.points_copy_on a:visited {
	color: #235A8D;
	/*text-decoration:none;*/
}
.points_copy_on a:hover {
	color: #00A1E1;
	text-decoration: underline;
}
.points_copy_on a:active {
	color: #00A1E1;
	text-decoration: underline;
}
.points_on {
	
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.points_off {
	
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.points_copy_off {
	
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}


.btnPointsAndRewards
{
	background:transparent;
	border:none;
	color: #d21882;
	font-weight: bold;
	font-size: 14px;
}

.btnPointsAndRewards a:link
{
	color: #d21882;
	font-weight: bold;
	font-size: 14px;
}

.btnPointsAndRewards a:visited
{
	color: #d21882;
	font-weight: bold;
	font-size: 14px;
}

.btnPointsAndRewards a:hover
{
	color: #d21882;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

.btnPointsAndRewards a:active
{
	color: #d21882;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
/*********************/

.subHeadSectionIcon { padding-top: 1px; margin-left:-5px }
.sectHeader
{
	font-weight:bold;
	text-decoration:none;
}

.PageLeftBar
{
	float:left;width:128px;
}

a.PageLeftbar:hover
{
	text-decoration:underline;
}

/* BODY */
.PageBody
{
	float:right;width:650px;
	text-align:left;
}

.mainBody
{
	background-color:#FFFFFF;
	background-image: url('../../images/backgrounds/body.gif');
	background-repeat:repeat-y;
}


#tblSubHeader
{
	width:780px;
	height:64px;
	font-size: 11px; background-color:#ffffff;
	
	background-image: url('../../images/backgrounds/subheader.gif');
	background-repeat:no-repeat;
	
}





#tblFooter
{
	text-align:center;
	padding: 12px 14px 24px 4px;
}

/* not in FF */


.searchBox
{
	width: 100px;
	height: 11px;
	font-size: 10px;
}
	
/* END not in FF */
	
/*** end master page elements ***/


/*** start site-wide elements ***/
a { color:#246; }
	
/*** end site-wide elements ***/



/*** start focus area elements ***/
.focusAreaHeader 
{
	color:#369;
	font-weight:bold;
	border-bottom-width: 1px;
	border-color:#000;
}

.focusAreaCell 
{
	border-left-width: 1px;
	border-right-width:1px;
	background-color:#eee;
	padding-left:4px;
	border-bottom: solid 1px #c3c1b5;
	height: 10px;
}

.focusAreaAddLink
{
	font-size: 9px;
	color:Maroon;
}
/*** end focus area elements ***/


/*** start Dashboard elements ***/
.dashboardPanel
{
	float:right;
	margin-top: 4px;
	margin-right:10px;
	width: 186px;
	background-color:#EEE;
	text-align:left;
	padding: 0;
	display:inline;
	/* border: solid 1px black; */
}

/*sets the left side image for the border*/
.dashboardContent
{
	background-image: url(/images/frames/features_left.gif);
	background-repeat:repeat-y;
	background-position:left;
}

/* creates a margin on the left side so the text is off of it */
.dashboardContentInner
{
	margin-left:8px;
}

.dashboardHeader
{
	color:#369;
	text-align:left;
	background-color:#cdf;
	font-size:11px;
	font-weight:bold;
	padding: 2px 2px 2px 4px;
}

.dashboardText 
{
	font-size:10px;
}

.ddashboardTextBig
{
	font-size:12px; font-weight:bold;
}

	
/*** end Dashboard elements ***/


.accentLine
{
	background-color: #ffffff;
	height: 1px;
}





	
.errorText
{
	color: #ff0000;
}
    
.contentWithDashboard 
{ 
	padding-right:0px; width: 449px; float:left;
}
		
.contentNoDashboard 
{
	/*padding-right:12px;*/ 
	width: 640px;
	 
}

.primaryNavButton { padding-left: 7px; }
.primaryNavigationText 
{ 
	position:relative; float:left; 
	padding-left: 6px; text-decoration:none;
	font-size: 8px;  width: 87px; line-height: 12px;
}

.footerLinks { padding-top: 8px; }


/*Stuff from KW start*/
td,p {  font-size: 12px; color: #000000}

.cope_step_numbers
{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #013064;
}

.cope_step_arrow_mid_tan_to_tan
{
	background-image: url(/images/buttons/step_arrow_mid_tan_to_tan.gif);
	height: 22px;
	width: 22px;
	text-align: right;
	vertical-align: middle;
}

.cope_step_arrow_mid_wht_to_tan
{
	background-image: url(/images/buttons/step_arrow_mid_wht_to_tan.gif);
	height: 22px;
	width: 22px;
	text-align: right;
	vertical-align: middle;
}

.cope_step_arrow_mid_tan_to_wht
{
	background-image: url(/images/buttons/step_arrow_mid_tan_to_wht.gif);
	height: 22px;
	width: 22px;
	text-align: right;
	vertical-align: middle;
}

.cope_arrow_endleft_tan
{
	background-image: url(/images/buttons/step_arrow_left_tan.gif);
	width: 4px;
	height: 22px;
	vertical-align: middle;
	text-align: right;
}
.cope_arrow_endleft_wht
{
	background-image: url(/images/buttons/step_arrow_left.gif);
	width: 4px;
	height: 22px;
	vertical-align: middle;
	text-align: right;
}
.cope_arrow_endright_tan
{
	background-image: url(/images/buttons/step_arrow_rt_tan.gif);
	height: 22px;
	width: 14px;
}
.cope_arrow_endright_wht
{
	background-image: url(/images/buttons/step_arrow_rt_wht.gif);
	height: 22px;
	width: 14px;
}
.cope_step_arrow_tan
{
	background-color: #eae4d4;
	background-image: url(/images/buttons/step_arrow_tan.gif);
	background-repeat: repeat-x;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	/*text-decoration:none;*/
}
.cope_step_arrow_wht
{
	background-color: #FFFFFF;
	background-image: url(/images/buttons/step_arrow_wht.gif);
	background-repeat: repeat-x;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	/*text-decoration:none;*/
}
.cope_step_arrow_wht A
{
	font-weight: normal;
	font-size: 11px;
	color: #11568c;
	font-style: normal;
	text-decoration: underline;
}
.cope_step_arrow_wht A:visited
{
	color: #11568c;
}
.cope_step_arrow_wht A:active
{
	color: #11568c;
}
.cope_step_arrow_wht A:hover
{
	color: #000000;
}
.cope_step_arrow_tan A
{
	font-weight: normal;
	font-size: 11px;
	color: #11568c;
	font-style: normal;
	text-decoration: underline;
}
.cope_step_arrow_tan A:visited
{
	color: #11568c;
}
.cope_step_arrow_tan A:active
{
	color: #11568c;
}
.cope_step_arrow_tan A:hover
{
	color: #000000;
}

.dash_header {
	
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	/*text-decoration:none;*/
}

.small_copy {
 font-size: 10px; font-style: normal; font-weight: normal
}
.small_copy a {  font-weight: normal; font-style: normal; font-size: 10px; color: #013064; text-decoration: underline}
.small_copy a:link { color: #013064; font-weight: normal; font-style: normal;}
.small_copy a:visited { color: #013064; font-weight: normal; font-style: normal;}
.small_copy a:active { color: #013064; font-weight: normal; font-style: normal;}
.small_copy a:hover { color: #000000; font-weight: normal; font-style: normal;}

td.lttan {
background-color: #F8F5F0; padding-bottom: 3px; text-align:left
}

.border_gray {
	border-top: 1px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.border_td_right
{
	border-right: 1px solid #ccc;
}

.head_blue 
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #013064;
	height: 16px;
}

.header_tan_bkg {
	background-color: #D2C9AB;
}

.vlt_gray_bkg {
	background-color: #eeeeee;
}


.style1 {
	color: #5AC82B;
	font-weight: bold;
}
.style3 {color: #FC0000; font-weight: bold; }

.lg_bold_wht {  font-size: 12px; font-style: normal; color: #ffffff; font-weight: bold; /*text-decoration:none;*/}
.lg_bold_wht a {  font-size: 12px; font-style: normal; color: #ffffff; font-weight: bold; /*text-decoration:none;*/}
.lg_bold_wht a:link { color: #ffffff}
.lg_bold_wht a:visited { color: #ffffff}
.lg_bold_wht a:active { color: #ffffff}
.lg_bold_wht a:hover { color: #FDD991}

td.dkblue {
background-color: #013064
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid #d61687;
	padding: 5px;
	background-color: #eeeeee;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	
	font-size: 11px;
	color: #000000;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/*End KW added stuff*/


.section_header
{
	color:White;
	background-color:#013064;
	font-family:Arial;
}






/** non browswer specific **/
.smallerlinks a, a:link, a:active, a:visited, a:hover
{
	font-family:Arial;
	font-size:11px;
}

td.tabgrey01 {
background-color: #d7d5cd
}

td.tabgrey02 {
background-color: #a69e96
}

td.tabgrey03 {
background-color: #cccccc
}

td.tabgrey04 {
background-color: #eeeeee
}

.smalllink {  font-size: 10px; font-style: normal; color: #720202; font-weight: normal; text-decoration: underline; line-height: 100%}
.smalllink a {  font-size: 10px; font-style: normal; color: #7202020; font-weight: normal; text-decoration: underline; line-height: 100%}
.smalllink a:link { color: #720202}
.smalllink a:visited { color: #720202}
.smalllink a:active { color: #720202}
.smalllink a:hover { color: #000000}

td.lttan {
background-color: #F8F5F0
}

td.midgrey {
background-color: #CDCDD5
}

#FocusAndFavorites
{
	padding-left: 8px;
	padding-top: 15px;
}

.program 
{
	font-size: 11px;
	font-style: normal;
	color: #013064;
	font-weight: normal;
	/*text-decoration:none;*/
	line-height: 140%;
	text-indent: 4px;
	border-bottom: solid 1px #c3c1b5;
}
.program a 
{
	font-size: 11px;
	font-style: normal;
	color: #013064;
	font-weight: normal;
	text-decoration: underline;
	line-height: 140%;
	text-indent: 4px;
}
.program a:link { color: #013064}
.program a:visited { color: #013064}
.program a:active { color: #013064}
.program a:hover { color: #000000}

td.progcell  { width:100%; display:block; background:#F8F5F0; border-bottom: solid 1px #c3c1b5; text-align:left;} 
td.progcell a { width:100%; display:block; background:#F8F5F0; text-decoration: underline;text-align:left;} 
td.progcell a:hover { background-color:#EAE4D4; text-align:left;} 

.middleContentWithoutDash
{
	padding-left: 5px;
	width:auto;
}

.middleContentWithDash
{
	padding-left: 5px;
	width:auto;
}

.legendFont
{
	font-size: 9px;
	vertical-align: middle;
}

.dgTextFont
{
	font-size: 11px;
	color: black;
	vertical-align: middle;
}

.dgTextFontGray
{
	font-size: 11px;
	color: Gray;
	vertical-align: middle;
}

.dgTextFont a
{
	font-size: 11px;
	color: black;
	vertical-align: middle;
}

.dgCellStyle
{
	font-size: 11px;
	vertical-align: middle;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}




/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 18px;
    height: 18px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/images/HealthyLiving/imgHand_b.jpg);

}

.emptyRatingStar {
    background-image: url(/images/HealthyLiving/imgHand_g.jpg);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}

/* Start NCQA Tools Styles */

.red_table 
{
	font-size: 12px;
	color: #000000;
	background-color: #ffd9d9;
	background-image: url(/images/ncqatools/grad_bkg_wht-red_618.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 3px;
	width: 608px;
	border:1px solid #cc6666;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin-bottom: 10px;
}
.risk    
{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	width: 40px;
	vertical-align: top;
}
.tool_name {
	
	font-size: 14px;
	color: #013064;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.tool_id {
	
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

.last_used {
	
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	width: 50px;
	text-align: center;
}
.icon {
	vertical-align: top;
	width: 40px;
}
.yel_table {
	
	font-size: 12px;
	color: #000000;
	background-color: #fff8cc;
	background-image: url(/images/ncqatools/grad_bkg_wht-yel_618.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 3px;
	width: 608px;
	border:1px solid #ffcc33;
	border-right-width: 2px;
	border-bottom-width: 2px;
	
	margin-bottom: 10px;
}
.grn_table {
	
	font-size: 12px;
	color: #000000;
	background-color: #d9ffd9;
	background-image: url(/images/ncqatools/grad_bkg_wht-grn_618.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 3px;
	width: 608px;
	
	border:1px solid #66cc66;
	border-right-width: 2px;
	border-bottom-width: 2px;
	
	margin-bottom: 10px;
}
.wht_table {
	
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: left;
	padding: 3px;
	width: 608px;
	border:1px solid #cccccc;
	border-right-width: 2px;
	border-bottom-width: 2px;
	
	margin-bottom: 10px;
}

.yel_table_200 {
	
	font-size: 12px;
	color: #000000;
	background-color: #fff8cc;
	background-image: url(/images/ncqatools/grad_bkg_wht-yel_200.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 3px;
	width: 200px;
	border:1px solid #ffcc33;
	border-right-width: 2px;
	border-bottom-width: 2px;
		
	margin-bottom: 10px;
}
.grn_table_200 {
	
	font-size: 12px;
	color: #000000;
	background-color: #d9ffd9;
	background-image: url(/images/ncqatools/grad_bkg_wht-grn_200.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 3px;
	width: 200px;
	border:1px solid #66cc66;
	border-right-width: 2px;
	border-bottom-width: 2px;
	
	margin-bottom: 10px;
}
.wht_table_200 {
	
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: left;
	padding: 3px;
	width: 200px;
	border:1px solid #cccccc;
	border-right-width: 2px;
	border-bottom-width: 2px;
	
	margin-bottom: 10px;
}

.red_table_200 {
	
	font-size: 12px;
	color: #000000;
	background-color: #ffd9d9;
	background-image: url(/images/ncqatools/grad_bkg_wht-red_200.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 3px;
	width: 200px;
	border:1px solid #cc6666;
	border-right-width: 2px;
	border-bottom-width: 2px;
	
	margin-bottom: 10px;
}

.not_used {
	
	font-size: 11px;
	color: #999999;
	vertical-align: top;
	width: 50px;
	text-align: center;
}


.modalBackground {
	background-color:#333;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* End NCQA Tools Styles */


.getadobereader {
	padding: 5px;
	width: 115px;
	right: 15px;
	float: right;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #666666;
	margin-left: 8px;
}
.getadobereader #pdficon {
	padding-right: 3px;
	padding-bottom: 10px;
}
.getadobereader #getadobe {
	padding-top: 3px;
	padding-left: 2px;
}
.getadobereader #copy {
	font: 11px 1em Arial, Helvetica, sans-serif;
	color: #666666;
}


/*this will make sure the calendar is ABOVE every control */
.ajax__calendar_container { z-index : 1000 ; }


.normalHref a:link, a:hover, a:active
{
	text-decoration:underline;
}


/*===== VISUAL ELEMENTS =====*/


/* HealthGrade related ---- */

.long_btn_text {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #013064;
	background: url(/images/HealthGrades/btn_long_grad_bkg.gif) repeat-x;
}

.divButton
{
	 width: 600px;
	 text-align: center;
	 margin-top: 50px;
}

/* ^^^^ ------------------ */

/* creates a padded border around elements */
.innerDiv
{
	margin:5px 5px 5px 5px;
}

.divRows
{
	margin-top:20px;
}

.watermarktext
{
	color:#C6C6C6;
	font-size:11px;
}

/* LOGIN PAGE HREF */

a.login { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #013064; text-decoration: none}
a.login:link { color: #878585}
a.login:visited { color: #878585}
a.login:active { color: #878585}
a.login:hover { color: #073c73}

.divPHRPopup
{
	padding:10px;
	border-bottom-style:solid;
	border-bottom-color:Black;
	border-bottom-width:1px;
	height:455px;
	width:680px;
	background-color:White;
}

.headerPHRPopup
{
	font-family: Arial;
	font-size: 14px;
	color: #013064;
	font-weight: bold;
}

.titlePHRPopup
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.PHRTabStyle.ajax__tab_header {

	font-size: 12px;
	font-weight: bold;

}




/* -------------------------------------------------- */
/* ---  My Medication Styles ----------------------- */
#divMainContent
{
	width: 430px;
	height: auto;
}




#container{
height: auto;
width: 430px;
}

#div_one{
width: 220px;
float: left;
z-index: 51;
position: relative;
}

#div_two{
height: 100%;
width: 200px;
float: right;
border-left: solid 1px #000;
padding-left: 5px;
z-index: 25;
position: relative;
clear:both;

}

#div_three
{
	height: auto;
	width: 220px;
	margin-top: 40px;
	float: left;
	clear: left;
}



.hiliteEntry
{
	background-color: #99ccff;
	
}

.resultEntry
{
	
	background-color: #f4f1ea;
	
}


#divSearchBoxPharmOverview
{
	position:absolute;
	z-index:200;
	clear:left;
	float: left;
}

#divSearchBoxPharmOverview li
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside; 
	list-style: none;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	border-bottom: solid 2px #7b9db9;
	border-top: solid 1px #7b9db9;
	border-left: solid 1px #7b9db9;
	border-right: solid 2px #7b9db9;
	margin-top: -2px;

	cursor: pointer;
	width: 202px;
	color: #003263;
	z-index: 100;
	
}

#divSearchBoxDrugSearch
{
	position:absolute;
	z-index:200;
	clear:left;
}

#divSearchBoxDrugSearch li
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside; 
	list-style: none;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	border-bottom: solid 2px #7b9db9;
	border-top: solid 1px #7b9db9;
	border-left: solid 1px #7b9db9;
	border-right: solid 2px #7b9db9;
	margin-top: -2px;
	cursor: pointer;
	width: 344px;
	color: #003263;
}

.drugSearchCaption
{
	width: 200px;
}

.drugSearchTxtBoxPharm
{
	border: solid 1px gray;
	height: 15px;
	background-color: #f4f1ea; 
	Width: 144px;
}

.drugSearchTxtBoxLong
{
	border: solid 1px gray;
	height: 15px;
	background-color: #f4f1ea; 
	Width:  347px;
}


.drugSearchCaption
{
	width: 200px;
}

.hideDrugIndexRow
{
	visibility: hidden;
}

.showDrugIndexRow
{
	visibility: visible;
}

.resultsFoundMessage
{
	font-size: inherit;
	font-style: normal;
	font-weight:bolder;
}


.button_247_FixedWidth
{
	background-image: url(/images/button_grd_wd2.jpg);
	color: #013064;
	background-color: #FFFFFF;
	border-top: 1px solid #6491b4;
	border-right: 2px solid #11568c;
	border-bottom: 2px solid #11568c;
	border-left: 1px solid #6491b4;
	font: bold 11px Arial, Helvetica, sans-serif;
	width: 55px;
}

.btn
{
	border: solid 2px blue;
	width: 60px;
	height: 20px;
}

.dashHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #D2C9AB;
	font-weight: bold;
	width: 100%;
	display: block;
	padding: 3px 3px 3px 3px;
	margin-top: 5px;
	
}

#divIntro
{
	background-color: Transparent;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	font-style: normal;
}



.subSectionHeader
{
	background-color: #013064;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	height: 1.4em;
}

.sectionHeader
{
	background-color: #D2C9AB;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	clear: both;
}

.alignLeft
{
 text-align: left;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float: right;
}

.alignRight
{
	text-align: right;
}

.helpIcon
{
	float: right;
	margin: 1px;
}

.news { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000000; font-weight: normal; text-decoration: underline; line-height: 130%;}
.news a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #11568C; font-weight: normal; text-decoration: underline; line-height: 130%}
.news a:link { color: #11568C}
.news a:visited { color: #11568C}
.news a:active { color: #11568C}
.news a:hover { color: #000000}

.textBox 
{ 
	font: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
	padding: 1px 3px;
	border: solid 1px grey;
}


.drugTitleSection
{
	background-color: Blue; 
	color: White;
	font-weight: bold;
	display:block;
	width: 100%;
	padding-left:5px; 
	padding-top:2px;
	padding-right:5px; 
	padding-bottom: 2px;

}
.drugNameCaption
{
	float:left; 
}

.helpIcon
{
	float:right;  
}

#monographContent
{
	width: 100%;
}

.dashSectionHeader
{
	display: block;
	background-color: #D2C9AB;
	color: Black;
	padding: 2px 5px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	font-weight: bold;
}

.dashData
{
	display: block;
	width: 95%;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

.drugInfoData
{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
}

.copyRight
{
	display: block;	
	width: 100%;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color: Gray;
}

.leftThinBorder
{
	border-left: solid 1px #cccccc;
	padding-left: 3px;
}

.lblHeader
{
	padding: 2px;
}
.standardLinks a {
	font-size: 12px;
}

#adamContent {
	background: #FFFFFF;
	padding: 10px;
}
#adamContent h1 {
	font-size: 130%;
	font-weight: bold;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	visibility: visible;          
	clear: none;
	height:15px;
}
#adamContent h2 {
	font-size: 115%;
	font-weight: bold;
	color: #333333;
}
#adamContent #searchBox h2{
	font-size: 115%;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
}
#adamContent .calloutBox h2{
	font-size: 115%;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 1.75em;
}
#adamContent .smallText {
	font-size: 85%;
}

#adamContent h3 {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
}

#adamContent #relatedContent {
	float: right;
	width: 200px;
	background: #eae4d4;
	border: 1px solid #d8d5cc;
	margin-left: 10px;
	clear: right;
	margin-bottom: 10px;
}
#adamContent #relatedContent .contentWrapper ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#adamContent #relatedContent .contentWrapper li {
	margin-left: -25px;
}
#adamContent #relatedContent .contentWrapper {
	padding: 5px;
}
#adamContent #relatedContent .h3 {

}
#adamContent #relatedContent h3 {
	font-size: 90%;
	font-weight: bold;
	color: #003366;
	background: #D2C9AC;
	padding: 3px 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
}

#adamContent #relatedContent h4 {
	font-size: 85%;
	font-weight: bold;
	color: #003366;
	background: #D2C9AC;
	padding: 3px 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
}
#adamContent #relatedContent .contentWrapper .relatedImages {
	text-align: center;
	width: 91px;
	font-size: 80%;
	float: left;
	margin-bottom: 8px;
	padding-right: 2px;
	padding-left: 2px;
}

#adamContent #relatedContent .contentWrapper .relatedImages img{
border: 1px solid #666666;
}
#adamContent #contentEnd {
	clear: both;
	height: 0px;
}
#adamContent #mediaFrame {
	text-align: center;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	background: url(/images/mediaFrameBkg.jpg) repeat-y;
	clear: both;
}
#adamContent #mediaFrame #top {
	background: url(/images/mediaFrameTop.jpg);
	margin: 0px;
	height: 24px;
}
#adamContent #mediaFrame #middle {
	background: url(/images/mediaFrameMiddle.jpg) no-repeat top;
	min-height: 365px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
}
#adamContent #mediaFrame #bottom {
	background: url(../images/mediaFrameBottom.jpg);
	height: 27px;
	margin: 0;
}

#adamContent #mediaFrame #middle hr {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #999999;
	border-color: #999999;
}
#adamContent #back {
	float: right;
	font-size: 90%;
	color: #003366;
}
#adamContent #back img {
	vertical-align: text-bottom;
	border-style: none;
	padding-left: 5px;
}
#adamContent #back a {
text-decoration:none;
}

#adamContent #adamFooter {
	clear: both;
	font-size: 80%;
	padding: 5px;
	margin-top: 10px;
}

#adamContent #adamFooter hr {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #666666;
	border-color: #666666;
}
#adamQuality {
	float: left;
	padding-right: 5px;
}

#adamContent .subNav {
	text-align: center;
	margin-bottom: 1.5em;
}
#adamContent .listCol {
	float: left;
	width: 50%;
}
#adamContent #searchBox {
	border-top: 1px solid #003366;
	border-right: 2px solid #003366;
	border-bottom: 2px solid #003366;
	border-left: 1px solid #003366;
	background: #d5fffe url(/images/grad_wht-trans_v_100.png) repeat-x top;
}
#adamContent #searchBox .subNav {
	padding: 3px;
	margin: 0px;
	border-top: 2px solid #003366;
	background: #d5fffe url(/images/grad_wht-trans_v_20.png) repeat-x top;
}
#adamContent #searchBox .content {
	padding: 8px;
}
#adamContent .calloutBox
{
	background-position: right top;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 8px;
	margin-top: 10px;
	background-image: url( '/images/bookstack_apple.jpg' );
	background-repeat: no-repeat;
	
}
#adamContent ul {
	margin-top: 0px;
}
#adamContent #searchBox .content .extSearch {
	margin-top: 8px;
}
#adamContent #featuredContent {
	float: right;
	width: 155px;
	padding-top: 18px;
	padding-left: 15px;
}
#adamContent #featuredContent ul {
	margin-left: 1em;
	padding-left: 0px;
}
#adamContent #results {
	float: left;
	width: 445px;
}
#adamContent #results #pagination {
	text-align: center;
	margin-top: 8px;
}

.ajax__calendar_title  
{  
    width:140px;  
    margin:auto;  
}  
