/************************************************************************/
/*Block Level Styles                                                    */
/*                                                                      */
/*body, table, td, h1-h6, p, div, span, a, ul, ol, li                   */
/*These styles are read into vars and initialization of the site's      */
/*application, and they're used to define the basic look and feel of    */
/*the front end of the site.                                            */
/*                                                                      */
/*please put any custom classes or styles in the Custom area below this */
/*one                                                                   */
/************************************************************************/
body{margin-top:2px;}
body, table, td, p, div, span, li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:#666666;
	line-height:1.5em;
}
ul {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #2E2E2E;
	padding: 0px 0px 0px 30px;
	margin : 0px 0px 0px 0px;
	list-style:square;
}
li {
	/*line-height:2em; 04/13/2006 CMC- took out per dtk request*/
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 20px;
	color : #00B2F4;
	/*CMC- added to get top body content alignment w/ left nav*/
	margin-top:0;
	padding-top:0;

}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 17px;
	color : #5F5F5F;

}
h3 {
	font-size : 14px;
	color : #5F5F5F;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
}
a, a:focus, a:hover, a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : inherit;
	color : #009966;
	font-weight : inherit;
}
.headerLink{
	text-decoration:none;
}
/************************************************************************/
/*Site Map Styles;                                            */
/************************************************************************/
.sitemapColumn{
	margin:0;
	padding:5px;
}
.sitemapSection{
	font-weight:bold;
}
.sitemapSubSection{
	font-weight:bold;
}
.sitemapPage{
	font-weight:normal;
}

/************************************************************************/
/*Custom Classes and Styles;                                            */
/*                                                                      */
/*Any custom classes or styles needed specifically for this site's      */
/*front end go here.                                                    */
/************************************************************************/

/*home template styles*/
	#countryselect{
		/*text-align: right; CMC- moved to lnav*/
		text-align:center;
		width:100%;
	}
	#countryform{
		margin:0;
		padding:0;
	}
	#countrydropdown{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10px;
		color: #666;
		border:1px solid #666;
	}
	#homelogo{
		float:left;
	}
	#homeflash{
		float:left;
		width:574px;
		border-bottom:5px solid #fff;
	}
	#topnav{
		margin-bottom:6px;
		width:100%;
		height:29px;
		clear:both;
	}
	#homeLeftNav{
		float:left;
		width: 161px;
		padding:0 10px 0 10px;
		/*background-color:#848484;*/
		color: #fff;		
	}
	#homeLeftNavcol{
		/*background-color:#848484;*/
	}
	#homefeaturerow1{
		border-bottom:5px solid #fff;
	}
	.homefeature{
		background-color:#dfdfdf;
		margin-left:11px;
		width:188px;	
		height:150px;
		border-left: 5px solid #fff;
		text-align:left;
	}
	.homefeaturetext{
		padding:5px;
	}
	.homefeature ul{
		margin-top: 0px;
	}
	.homefeature ul li{
		margin-bottom:5px;
		line-height:1.25em;
	}
	.homefeature p{
		line-height:1.25em;
	}
	.homemoduleheader{
		font-weight:bold;
		margin-bottom:5px;
	}
	.homemoduleheader a, .homemoduleheader a:visited{
		text-decoration:none;
		color:#666666;
	}
	.homemoduleabstract{
		/*font-size:10px;*/
		line-height:1.25em;
	}
	.homemodulelinktext{
		padding-top:2px;
		text-align:right;
		font-size:10px;
	}
	.homemodulelinktext a, .homemodulelinktext a:visited{
		text-decoration:none;
		color:#333;
	}

/*interior template styles*/
	#intlogo{
		float:left;
	}
	#intheaderimg{
		float:left;
		width:574px;
		border-bottom:5px solid #fff;
	}
	#intLeftNav{
		float:left;
		width:161px;
		padding:0 10px 0 10px;
		background-color:#848484;
		color: #fff;		
	}
	#intLeftNavcol{
		background-color:#848484;
	}
	#intBodyContentcol{
		/*padding:0px 20px 5px 10px; had to take out right padding b/c of practitioners login box*/
		padding:0px 0px 5px 10px;
		text-align:left;
		width:574px;
		height:300px;
	}
/* footer styles */
	#footerContainer{
		line-height:normal;
		font-size:11px;
		margin-top: 5px;
		height:85px;
		background-color:#8a8a8a;
		color:#fff;
	}
	#footerlogo{
		line-height:normal;
		float:left;
	}
	#footercopyright{
		font-size:11px;
		line-height:normal;
		float:left;		
		font-weight:bold;		
		/*text-align:center;
		width: 169px;
		padding-top:15px;*/
		text-align:left;
		width: 205px;
		padding-top:20px;	
	}
	#footercopyright a{
		color:#fff;
		text-decoration:none;
	}
	#footernav{
		line-height:normal;
		font-size:11px;
		float:left;
		font-weight:bold;
		color:#fff;
		/*margin-left:200px;
		padding-top:15px;*/
		/*margin-left:164px;
		padding-top:20px;*/
		margin-left:120px;
		padding-top:20px;		
	}
	* html #footernav{
		/*margin-left:205px;*/
		margin-left:160px;
	}
	#footernav a{
		color:#fff;
		text-decoration:none;
	}
	#footermisc{
		line-height:normal;
		color:#fff;
		font-size:9px;
		text-align:center;
		width:100%;
		clear:both;
	}
	#dpFooterText{
		line-height:normal;
		margin: 5px 0 5px 0;
		text-align:center;
		font-size:9px;
		color:#ccc;
	}
	#dpFooterText a{
		color:#ccc;
		text-decoration:none;
	}
	.printFooter{
		text-align:center;
		font-size:11px;
	}
/*left nav*/
#leftnavContainer{
	margin-top:5px;
	/*margin-left: 5px;*/
	margin-left: 0;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
* html #leftnavContainer{
	margin-top:0;
}
#leftnavContainer a{
	color:#fff;
	text-decoration:none;
}
#leftnavContainer a:hover{
	color:#FFF200;
	text-decoration:underline;
}
#leftnavHeading{
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
.leftnavContent{
	color:#fff;
}
#leftnavContainer ul{
	padding-left:15px;
}
#leftnavContainer li{
	color:#fff;
	list-style:none;
	font-weight:normal;
}
#leftnavContainer li.active{
	list-style:image;
	list-style-image:url(/media/images/subnav_bullet.gif);
}
#leftnavContainer li.active ul li{ /* IE hack- if parent li has image, must set child list items to list-style-image:none */
	list-style-image:none;
}
.leftnavDivide{
	border:1px 0 0 0;
	color:#fff;
	background-color:#fff;
	margin-bottom:0;
}
.leftnavLogintext{
	color:#fff;
	font-weight:normal;
	font-size:10px;
}
.loginForm{
	margin-top:0;
	margin-bottom:0; 
	padding-top:0;
	padding-bottom:0;
}
.logininput{
	font-weight:normal;
	font-size:10px;
	background-color:#DFDFDF;
	width:100px;
	height:12px;
	border:1px solid #2e2e2e;
}
#passwordLogin{
	padding-left:1px;
}
.loginError{
	color:#fffe00;
	font-weight:normal;
}
#loginButton{
	text-align:center;
}
/*printable page*/
.closeWin{
	float:right;
	padding-right:5px;
}
/*display handler general styles*/
.readMore{
	text-align:right;
	margin-top:0;
	float:right; /* in order to line up w/ header bar */
}
.backLink{
	text-align:right;
	margin-top:5px;
}
.additionalLinks{
	margin-top: 10px;
}
/*.viewAll{
	text-align:right;
	margin:3px 5px 0 0;
	font-weight:normal;
}*/
.viewallH2{
	float:left;
}
.viewall{
	float:left;
	width:90px;
	padding-top:15px;
}
* html .viewall{
	padding-top:0;
}
/* dh landing pages */
.landingBlock{}
.landingdetail{
	margin-left:20px;
	padding-bottom:20px;
	clear:both;
}
/* dh resource styles (added here so don't have to add to each individual resource section .css file) */
.dhBlock{
	margin-top:0px;
}
.dhHeading{
	padding-bottom:0;
	margin-bottom:0;
	margin-top:0;
}
.dhAuthor, .dhDate{
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
.dhIndent{
	margin-left:20px;
}
.dhAbstract{
	margin-top:5px;
}
.dhNotes{
	margin-top:5px;
}
.dhDetail{
	margin-top:5px;
}
.linkintoolbar{
	margin-left:5px;
}
#dhToolbar{
	text-align:right;
}
#dhToolbar a{
	color:#999999;
	text-decoration:none;
}
#dhToolbar ul{
	list-style:none;
}
#dhToolbar ul li{
	display:inline;
	margin-left:5px;
}
.dhClientname{
	text-align:right;
}
.resourceHeader{
	margin-top:15px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
}

/* Product Template (used in multiple sections) */
.productHeading{
	margin-top:15px;
	font-weight:bold;
	border-top:1px solid #cccccc;
}
.productHeadingNoLine{
	margin-top:15px;
	font-weight:bold;
}
#productDDContainer{
	/*float:right;*/
	/*padding-bottom:15px;*/
	text-align:right;
}
#productselect{
	font-size : 10px;
	color: #666;
	border:1px solid #666;
}
.selectCategory{
	font-weight:bold;
}
* html .selectCategory{
	color:#fff;
	background-color:#999999;
}
.selectProduct{
	/*padding-left:10px; had to hardcode &nbsp; to force the padding b/c ie doesn't support padding in <option> tags*/
}

/* Shopping cart stuff */
.buyButton{
	margin-top:10px;
}
.buyButtonDetail{
	margin-top:10px;
}
.qtyField {
	padding-bottom : 2px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 2px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	vertical-align : top;
	border: 1px solid #030303;
}

/************************************************************************/
/*Admin Tools Styles and classes;                                       */
/*                                                                      */
/*Used by admintools and administrative displays on the front end       */
/*(Not actually put into use yet - still using admintools.css           */
/************************************************************************/

.formbuilderheader {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	vertical-align : top;
	background-color : #4c4c4c;
}
.smallfontsize {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #000000;
}
.errortext {
	padding-bottom : 5px;
	padding-left : 8px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	background-color : #f4f4f4;
	border : 3px solid #cc0000;
}
.logintext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #663366;
}
.submitbuttonfront {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	padding:1px 5px;
	color : #4F4F4F;
	/*background-color : #FFF200;*/
	background-color : #DFDFDF;
	border: 1px solid #4F4F4F;
}
.submitbuttonGray {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	padding-left:5px;
	padding-right:5px;
	color : #ffffff;
	background-color : #666666;
	border : 2px ridge #dadada;
}

.formitemlabel{
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	vertical-align : top;
	background-color : #dadada;
}
.formitemlabeli3 {
	BACKGROUND-COLOR: #dadada;
	COLOR: #616161;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 5px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	PADDING-TOP: 5px;
	VERTICAL-ALIGN: top;
	font-style: italic;
}
.frontendformitemlabel{
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	vertical-align : top;
	font-style : italic;
}
.formitemlabelreq{
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	COLOR: #000000;
	vertical-align : top;
	background-color : #dadada;
}
.formitemlabelreqi3 {
	BACKGROUND-COLOR: #dadada;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 5px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	PADDING-TOP: 5px;
	VERTICAL-ALIGN: top;
}
.frontendformitemlabelreq{
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	vertical-align : top;
}
.formiteminput {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	COLOR: #000000;
	vertical-align : top;
	background-color : #dadada;
}
.formiteminputi3 {
	BACKGROUND-COLOR: #cccccc;
	COLOR: black;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 5px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	PADDING-TOP: 5px;
	VERTICAL-ALIGN: top;
}
.frontendformiteminput {
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
	margin-bottom: 1px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	vertical-align : top;
	border-style: 1px;
}
.formitemcheckbox {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	COLOR: #000000;
	vertical-align : top;
	background-color : #dadada;
}
.frontendformitemcheckbox {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	vertical-align : top;
}
.frontendinputfield{
	background-color:#F0F0F0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	padding: 1px;
}
.submitbutton {
	BACKGROUND-COLOR: #749BAD;
	BORDER-BOTTOM: #dadada 2px ridge;
	BORDER-LEFT: #dadada 2px ridge;
	BORDER-RIGHT: #dadada 2px ridge;
	BORDER-TOP: #dadada 2px ridge;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center
}
.successtext {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	background-color : #c4c4ff;
	border : 1px dashed #555555;
}
.toolheader {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 8px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-align : right;
	color : #ffffff;
	background-color : #333333;
}
.toolheaderi3 {
	BACKGROUND-COLOR: #5B879C;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 6px;
	PADDING-LEFT: 6px;
	PADDING-TOP: 6px;
	PADDING-RIGHT: 6px;
}
.toolTable {
	BACKGROUND-COLOR: #ffffff
}

/************************************************************************/
/*ActivEdit Classes                                                     */
/*                                                                      */
/*Copies of classes that we want to show up in ActivEdit should go here */
/*Class must start with ae, and must have a comment/Label above it that */
/*starts with ae as well.                                               */
/************************************************************************/
	
/*aeBody*/
.aebody {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}
/*aeTable*/
.aetable {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
/*aeTable Cell*/
.aetd {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
/*aeDiv*/
.aediv {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}
/*aeSpan*/
.aespan {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}
/*aeAddress*/
.aea {
	font-family : Arial, Helvetica, sans-serif;
	font-size : inherit;
	color : #cc0000;
	font-weight : inherit;
}

