
/* Base stylesheet */

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body 
{
	font: 0.8em Arial, Helvetica, sans-serif, Tahoma;
	background: #d1e4f8 url('../images/body_BG.gif') top left repeat-x;
	line-height: 1.5;
	color: #333333;
}

h3
{
	font-size: 130%;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 
{
	color: #11559A;
}

a
{
	color: #FF8A00;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0;
}

textarea 
{
	font-family: Arial, Helvetica, sans-serif, Tahoma;	
}

.datebox
{
	width: 80px;
}

#container
{
	 margin: 0 auto;
	 width: 990px;
	 background: #FFFFFF url('../Images/Container_BG.gif') repeat-x left top;
}

#header
{
	height: 75px;
	position: relative;
	background: transparent url('../images/HHA_Logo.gif') no-repeat 25px top;
}

#header img 
{
	height: 74px;
	width: 355px;
}

#headerlogin
{
	color: #FFFFFF;	
	font-weight: bold;	
	font-size: 85%;
	margin-left: 25px;
	margin-top: 10px;
}

#headerfeaturemenu 
{
	background: transparent;
	position: absolute;
	right: 0px;
	bottom: -1px;
	padding-top: 8px;
	text-align: right;
	padding-bottom: 3px;
}

ul#featuremenu 
{
	margin: 0px 0px 0px 0px;
	background: transparent;
}

#featuremenu li 
{
	display: inline;
	margin-right: 10px;
	background: transparent;
}

#featuremenu a 
{
	text-decoration: none;
	font-weight: bold;
	font-size: 105%;
	color: #FFFFFF;
}

#healthcare 
{
	background: transparent url('../images/featurelong.gif') left top no-repeat;
	padding: 5px 18px 6px 18px;
}

#learning
{
	background: transparent url('../images/featurelong.gif') left top no-repeat;
	padding: 5px 14px 6px 10px;
}

#featuremenu a:hover#healthcare  
{
	background-position: left bottom;
}

#featuremenu a:hover#learning 
{
	background-position: left bottom;
}

#headerbottom
{
	color: #333;
	width: 990px;
	float: left;
	height: 35px;
	background: #1877da url('../images/banner_BG.jpg') center -70px;
}

#headertitle #titletext
{
	font-family: Arial Black, Arial, Helvetica, sans-serif, Tahoma;
	padding: 0px 0px 0px 100px;
	text-indent: -1600px;
	font-weight: bold;
	color: #1877da;
	margin: 0px;
}

#headertitle #titletext a 
{
	width: 100%;
	height: 45px;
}

#titletext span 
{
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-weight: normal;
	font-size: 50%;
	margin-left: 25px;
	
}

#searcharea
{
	float: right;
	width: 210px;
}

#searcharea div.section
{
	border: 0;
}

#searcharea a
{
	color: #fff;
}

#searcharea input
{
	font-size: 100%;
}

#globalmenu { display: none; visibility:hidden; }

#globalmenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#globalmenu li
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
}

#globalmenu a
{
	color: #fff;
}

#main
{
	background-color: #FFFFFF;
	min-height: 550px;
	padding-bottom: 25px;
}

#leftcolumn 
{ 
	 color: #333;
	 background: #FFFFFF url('../images/content_leftcolumn_BG.gif') right top repeat-x;
	 padding: 25px 0px 10px 15px;
/* IE 6 height hack */	 
		min-height: 450px;
		height: auto !important;
		height: 450px;
	 width: 175px;
	 float: left;
}

#rightcolumn 
{ 
	 color: #333;
	 background: #FFFFFF url('../images/rightcolumn_BG.gif') repeat-x top right;
/* IE 6 height hack */	 
		min-height: 450px;
		height: auto !important;
		height: 450px;
	 width: 210px;
	 float: right;
}

#sidecontent 
{
	 padding: 0px 10px 10px 10px;
}

#side
{
	float: left;
	margin: 2px;
}

#nav
{
	width: 170px;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 2px;
}

#navtop
{
}

#navbottom
{
	padding-bottom: 46px;
	background: #FFFFFF url('../images/lightgreygrad.gif') repeat-x bottom left;
}

* html #side
{
	margin-left: -3px;
}

#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li
{
	border-top: 1px solid #FFFFFF;
}

#nav a
{
	display: block;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 90%;
	display: inline-block; /* 'juggling' of the inline-block property makes white space on the anchor tag clickabble in IE6 */
	display: block;
	padding: 12px 10px 12px 10px;
	background: #11559A;
	font-weight: bold;
	height: 1%; /* makes white space on the anchor tag clickabble in IE6 */
}

#nav a.selected
{
	font-weight: bold;
	background: #2586d7 url('../images/navhover.gif') no-repeat right center;
}

#nav a:hover
{
	background: #FF8A00; /* url('../images/navselected.gif') no-repeat right center;	*/
	text-decoration: none;
	color: #FFFFFF;
}

#nav ul ul
{
	padding: 0;
	margin-left: 0px;
	margin-bottom: 5px;
	list-style-type: none;
	color: #999999;
}

#nav ul ul li a
{
	text-decoration: underline;
	text-transform: none;
	background: #FFFFFF url('../images/Arrow_Small.gif') no-repeat 18px center;
	font-weight: bold;
	padding: 6px 10px 6px 30px;
	font-size: 90%;
	color: #2586d7;
}

#nav ul ul li a.selected
{
	color: #11559A;
	font-weight: bold;
	background: #FFFFFF url('../images/navselectedsmall.gif') no-repeat 2px center;
	
}

#nav ul ul li a:hover
{
	background: #FFFFFF url('../images/Arrow_Small.gif') no-repeat 18px center;
	color: #ff8a00;
}

#nav ul ul ul li a
{
	text-decoration: underline;
	text-transform: none;
	background: none;
	font-weight: normal;
	padding: 0px 5px 0px 30px;
	font-size: 90%;
	color: #FF8A00;
}

#nav ul ul ul li a.selected 
{
	background: none;
}

#nav ul ul ul li a:hover
{
	background: none;
}

#content
{
	 float: left;
	 background: #FFFFFF url('../images/content_leftcolumn_BG.gif') right top repeat-x;
	 padding: 10px 25px 25px 25px;
	 height: 100%;
	 width: 540px;
	 display: inline;
}

* html #content
{
	height: 1%;
	margin-right: -3px;
}

#footer 
{ 
	 width: 990px;
	 height: 45px;
	 clear: both;
	 color: #4D6E7E;
	 background: #FFFFFF;
	 font-size: 90%;
	 margin: 0px 0px 0px 0px;
}

.footerleft 
{
	padding: 10px 10px 10px 20px;
	float: left;
}

.footerright 
{
	padding: 10px 25px 10px 10px;
	text-align: right;
	float: right;
	width: 650px;
}

.footerright ul 
{
	padding: 0px 5px 0px 5px;
	margin: 0px;
	height: 18px;
}

.footerright ul li 
{
	display: inline;
	margin: 0px;
	list-style-type: square;
}

.footerright ul li a
{
	padding: 0px 5px 0px 8px;
	background: #FFFFFF url('../Images/Arrow_Small.gif') no-repeat left center;
}
		
.section
{
	padding: 5px;
	margin-top: 4px;
}

#content .section h1
{
	font-size: 180%;
}

#content .section h2
{
	font-size: 160%;
}

#content .section h3
{
	color: #1877DA;
	font-size: 140%;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #CCCCCC;
}

#content .section .sectionTitle
{
	font-size: 0%;
	font-size: 180%;
}

#content .section h4 
{
	color: #11559A;
	font-size: 120%;
}

#content .section h5
{
	color: #000000;
	font-size: 110%;
}

#content .section ul
{
	margin: 10px 10px 10px 37px;
	padding: 0px;
}

#content .section ol 
{
	margin: 10px 10px 10px 43px;
	padding: 0px;
}

#content .section ul li
{
	list-style-image: url('../images/Arrow_Small_b.gif');
	font-size: 100%;	
}

#content .section ol li 
{
	font-size: 100%;
}

#rightcolumn #sidecontent
{
	padding-top: 10px;
}

#rightcolumn #sidecontent .section 
{
	padding-top: 0px;
	margin: 0px;
}

#rightcolumn #sidecontent .section #LoginModule
{
	padding-bottom: 8px;
/* IE 6 height hack */	 
		min-height: 100px;
		height: auto !important;
		height: 100px;
	
}

#rightcolumn #sidecontent .section ul
{
	margin: 10px 10px 10px 27px;
	padding: 0px;
}

#rightcolumn #sidecontent .section ol 
{
	margin: 10px 10px 10px 33px;
	padding: 0px;
}

#rightcolumn #sidecontent .section ul li
{
	list-style-image: url('../images/Arrow_Small_b.gif');
	font-weight: bold;
	font-size: 85%;
}

#rightcolumn #sidecontent .section ol li 
{
	font-weight: bold;
	font-size: 85%;
}

#rightcolumn #sidecontent .section h1
{
	font-size: 170%;
}

#rightcolumn #sidecontent .section h2
{
	font-size: 150%;
}

#rightcolumn #sidecontent .section h3 
{
	font-size: 130%;
	color: #11559A;
	font-weight: normal;
	margin: 3px 0px 0px 0px;
	padding: 5px 0px 0px 10px;
	border-top: dotted 1px #a7bfd5;
	background: transparent url('../images/Arrow_Large.gif') no-repeat left 14px;
}

#rightcolumn #sidecontent .section h4 
{
	color: #11559A;
	font-size: 110%;
}

#rightcolumn #sidecontent .section h5
{
	color: #000000;
	font-size: 100%;
}

#progressPanel
{
	width:100%;
	text-align:center;
	vertical-align:middle;
	margin-bottom: 10px;
}

#progressPanel table
{
	margin-left: auto;
	margin-right: auto;
}

#progressContainer
{
	height: 24px;
	text-align: left;
	border: 1px solid #999999;
	width: 400px;
}

#progressBar
{
	height: 100%;
	background-image: url('../images/bg-menu-main.png');
	background-repeat: repeat-x;
}

#progressPercent
{
	font-weight: bold;
}

#reportContent
{
	border-top: 1px solid #CCCCCC;	
	width: 100%;
}

#reportSearch
{
	margin-bottom: 5px;
}

#reportSearch .reportSearchInput 
{
	
	background-color: white;
	overflow: hidden;	
}

#reportSearch .reportSearchHeader
{
	width:100%;
	height:30px;
	background-image: url('../images/bg-menu-main.png');
	background-repeat:repeat-x;
	color:#FFF;
	cursor: pointer; 
	vertical-align: middle;
}

#reportSearch .reportSearchTitle
{
	float: left;
	font-weight: bold;
	font-size: 110%;
}

#reportSearch .reportSearchToggle
{
	float: right; 
	vertical-align: middle;
}


fieldset 
{
	border: none;	
}

fieldset div.row
{
	clear:left;
	display:block;
	margin: 5px 0 0 0;	
}

fieldset div.row label.left
{
	display:block;
	float:left;
	width:100px;
}

fieldset div.row label.inline
{
	padding-left: 20px;
	padding-right: 10px;
}

.moduletools
{
	color: #CCCCCC;
	float: right;
	margin-top: 12px;
	margin-right: 0px;
}

.moduletools a 
{
	font-size: 90%;
	padding: 0px 2px 0px 2px;
}

.error
{
	color: #c00;
}

.pager
{
	font-size: 120%;
}

.pager a
{
	margin-left: 5px;
	margin-right: 5px;
}

.searchresults
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

.searchresults h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

.searchresults .sub
{
	font-size: 90%;
	color: #090;
}

.searchresults li
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.tbl
{
	border: 1px solid #eee;
}

.tblvalue
{
	font-weight: bold;
}

.articlelist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.articlelist li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlelist h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

.articlesub
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	background-color: #f9f9f9;
}

.articlesub span
{
	margin-right: 6px;
}

.articlesub a
{
	margin-right: 6px;
}

.articlecontent
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlecomments
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.articlecomments li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: solid 1px #eee;
}

.articleerror
{
	color: #c00;
}

.genericitem
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}

.genericitem h4
{
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 100%;
}

.genericdetails
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 0.85em;
}

.languageswitcher ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.languageswitcher li
{
	display: inline;
	padding: 2px;
	margin-right: 3px;
}


.fieldouter 
{
	clear: both;
	padding: 5px;
}

.fieldleft 
{
	float: left;
	width: 155px;
	font-weight: bold;
	font-size: 90%;
	padding-top: 2px;
}

.fieldright 
{
	float: left;
	font-weight: bold;
}

.fieldright .textbox
{
	width: 180px;
	height: 18px;
	border: solid 1px #666666;
}

.fieldright .dropdown
{
	width: 186px;
}

.fieldright .textarea
{
	width: 350px;
	height: 100px;
	border: solid 1px #666666;
}

.fieldouter .error, .validationError
{
	color: #c00;
	padding-left: 5px;
	font-size: 8pt;
}

.validationSummary
{
	color: #c00;
	padding-left: 5px;
	font-size: 10pt;
	font-weight: bold;

}

.instructionsBold
{
	font-weight: bold;
}

/* START /* ------------------------- Login Module --- */

#LoginModule a
{
	font-size: 85%;
}

#LoginModule #LoggedInTextOuter
{
	padding: 5px 0px 5px 0px;
	color: #11559A;
	font-size: 130%;
}

#LoginModule .formlabel 
{
	font-family: 'Trebuchet MS' Arial, Helvetica, Tahoma;
	height: 25px;
	font-size: 90%;
	color: #333333;
	clear: both;
}

#LoginModule .textbox
{
	width: 175px;
	border: solid 1px #666666;
	height: 20px;
	font-size: 125%;
	color: #666666;
	
}

#LoginModule .checkbox 
{
	font-weight: bold;
	color: #333333;
	font-size: 85%;	
}

#LoginModule .LoggedInUser 
{
	text-transform: capitalize;
	font-weight: bold;
	color: #1877DA;
}

#LoginModule a.UpdateProfile
{
	padding: 5px 8px 4px 8px;
	width: 65px;
	color: #FFFFFF;
	background: #1877da;
}

#LoginModule .ButtonLogout, #LoginModule .buttonlogin
{
	background: #FF8A00;
	font-size: 85%;
	width: 72px;
	border: none;
	font-weight: bold;
	margin-right: 2px;
	height: 23px;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: underline;
	vertical-align: middle;
}

#LoginModule .buttonlogin 
{
	float: left;
	width: 80px;
}

#LoginModule a.ResetPassword 
{
	padding: 0px 0px 0px 5px;
}

#LoginModule {}


/* END /* ------------------------- Login Module --- */

/* START /* ------------------------- Update Profile Buttons --- */

input.buttonWide, #p_ctl00_btnSavePassword, #p_ctl00_btnSave, #p_ctl00_btnSubmit, #p_ctl00_btnReset
{
	border: none;
	color: #FFFFFF;
	height: 30px;
	width: 142px;
	font-weight: bold;
	cursor: pointer;
	background: transparent url('../Images/ButtonWide.gif') no-repeat center center;
}

input.buttonNarrow, #p_ctl00_btnSearch 
{
	border: none;
	color: #FFFFFF;
	height: 30px;
	width: 108px;
	font-weight: bold;
	cursor: pointer;
	background: transparent url('../Images/ButtonNarrow.gif') no-repeat center center;
}

/* END /* ------------------------- Update Profile Buttons --- */

#p_ctl00_txtSearchText  /* Search textbox */
{
	height: 22px;
	border:  solid 1px #4d6e7e;
	vertical-align: bottom;
	font-size: 125%;
	background: #F0F0F0;
}


div.instructions
{
	padding-bottom: 5px;
	padding-left:5px;	
	background-color: #D1E4F8;
}


/* --------- Online Learning Package ------- */

#learningQuestionsContainer
{
}

#learningQuestionsFooter
{
	margin-top: 20px;
}

.questionRow 
{
	padding: 0px 10px 20px 10px;
}

.alternateRow
{
	border: 1px solid #ccdddd;
	background-color: #d1e4f8;
}
