/* CSS Document */
/* AssetHealth Self Service */


/* HTML */
/* hide the scrollbar if not needed */
html {
	overflow: hidden;
}

.closePortfolio {
	display: none;
}

/* BODY */
/* used to set the master font-style, font-size, margin, padding, background, and to hide overflow to clip content at bottom of page */
/* note: for object inheritance, the height of the body as a percentage will determine if all other elements are scaled to the screen height when using percentages */
/*"Trebuchet MS"*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 13px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

/* used to set the centering of all content on the page and 100% height and width available area*/
div#pagesetup {
	position: absolute;
	top: 0px;
	height: 100%;
	max-height:100%;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

/* used to set the width of the working area to 800px */
div#container-inner{
 	position: relative;
  	margin: auto; /* required to center the container based on #pagesetup */
  	padding: 0px;
	height: 100%;
	width: 800px;
	text-align: left;
	overflow: hidden;
}

/* HEADER */
/* set the master header area */
div#header{
	position: absolute;
	top: 1px;
	left: 0px;
	padding: 0px;
	width: 100%;
	height: 180px;
	background: #ffffff;
	overflow: hidden;
}

div#pageheaderTxt{
	position: relative;
	top: 2px;
	left: 0px;
	font-weight: bold;
	color: #528047;
	font-size: 14px;
	text-decoration: underline;
	margin-bottom: 20px;
}

.pageheaderTxtClass{
	font-weight: bold;
	color: #528047;
	font-size: 14px;
	text-decoration: underline;
	padding-bottom: 20px;
}


/* CONTENT */
/* set the master content area */
div#pagecontent{
	position: absolute;
	top: 180px;
	left: 0px;
	width: 800px;
	height: 100%;
	max-height: 100%;
	padding: 0px;
	text-align: left;
	overflow: hidden;
}

div#pagecontent-inner{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	/*height: 100%;*/
	width: 790px;
	text-align: left;
	background: #ffffff;
	overflow: auto;
}

div#logincontainer{
	position: relative;
	top: 0px;
	left: 0px;
	/*height: 100%;*/
	width: 100%;
	text-align: center;
}

div#mainlogin{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/*height: 100%;*/
	text-align: center;
	margin-top: 10px;
}

div#language{
	position: relative;
	top: 0px;
	left: 0px;
	width: 794px;
	height: 16px;
	text-align: right;
}

/*div#ahsdemo{
	position: relative;
	top: 20px;
	left: 0px;
	text-align: center;
}*/

.ahsdemo{
	position: relative;
	top: 20px;
	left: 0px;
	text-align: center;
}

/*VIEW COURSES*/
div#viewCourses{
	position: relative;
	top: 0px;
	left: 0px;
	width: 95%;
	/*height: 100%;*/
}

div#summaryReward{
	position: relative;
	top: 12px;
	left: 15px;
	width: 754px;
	padding-bottom: 15px;
}

.rewardTitle{
	color: #528047;
	font-weight: bold;
	border-bottom: 1px dotted #528047;
}

div#availablePackages{
	position: relative;
	left: 15px;
	width: 754px;
}

div#completedPackages{
	position: relative;
	left: 15px;
	width: 754px;
}

div#atAGlanceCourses{
	position: relative;
	top: 0px;
	left: 15px;
	width: 754px;
}

.packageHeader{
	color: #ffffff;
	font-weight: bold;
	width: 100%;
	padding: 2px;
	margin-top: 10px;
	font-size: 11px;
	border: 1px solid #99cc66;
	cursor: pointer;
}

.packageHeaderNoCursor{
	color: #ffffff;
	font-weight: bold;
	width: 100%;
	padding: 2px;
	font-size: 11px;
	border: 1px solid #99cc66;
}

.packageBody{
	border-right: 1px solid #99cc66;
	border-bottom: 1px solid #99cc66;
	border-left: 1px solid #99cc66;
	padding: 2px;
	width: 100%;
}

.courseHeader{
	background: #003300;
	font-size: 11px;
	color: #a3c594;
	padding: 1px;
	line-height: 20px;
	height: 20px;
	cursor: pointer;
}

.courseHeaderNoCursor{
	background: #003300;
	font-size: 11px;
	color: #a3c594;
	padding: 1px;
	line-height: 20px;
	height: 20px;
}

.compl{
	color: #cccccc;
	background: #333333;
}

.pkg{
	margin-bottom: 2px;
}

.course{
	background: #e4dfd3;
}

.coursedata{
	padding: 2px;
	font-size: 11px;
	border-bottom: 1px solid #cdc5af;
}

.packageBg{
	background: #62914e;
	padding: 1px;
}

.smWht{
	color: #ffffff;
	font-size: 10px;
}

.smBlk{
	color: #000000;
	font-size: 10px;
}

.courseDetailTxt{
	color: #62914e;
	font-size: 10px;
}

.mrgt2{
	margin-top: 2px;
}

.clearCursor{
	cursor: arrow;
}

div#search_courses{
	position: absolute;
	top: 0px;
	left: 605px;
	width: 100px;
	text-align: right;
	z-index: 50;
}

/* FOOTER */
/* set master footer content */
/* note: total height is 20px */
div#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 10px;
  width: 100%;
  height: 45px;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
}

/* PAGE ELEMENT STYLES */
form {
  margin: 0px;
  padding: 0px;
}

img {
	border: 0px;
	margin: 0px;
}

span{
	border: 0px;
	margin: 0px;
}

hr {
	border: none 0;
	border-top: 1px dashed #e2dec0;
	height: 1px;
}

a:link { 
	color: #3fbf68; 
	text-decoration: none; 
	border-bottom: 1px dotted #3fbf68;
}

a:visited { 
	color: #3fbf68;
	text-decoration: none; 
	border-bottom: 1px dotted #3fbf68;
}

a:hover { 
	color: #99cc66; 
	text-decoration: none; 
	border-bottom: none;
}

a:active { 
	color: #3fbf68; 
	text-decoration: none; 
	border-bottom: 1px dotted #3fbf68;
}

.linkimg a:link{
	border-bottom: none;
}

.linkimg a:visited{
	border-bottom: none;
}

.linkimg a:active{
	border-bottom: none;
}


/* MISC STYLES */
.img-btn-ptr {
	cursor: pointer;
}

.wht {
	background-color: #ffffff;
}

.fieldTxt {
	font-size: 12px;
	font-weight: bold;
}

.fieldTxtColor {
	color: #ffffff;
}

.star {
	font-size: 9px;
	color: #fd8180;
	font-weight: bold;
	vertical-align: super;
}

.loginHeader {
	font-size: 14px;
	color: #99cc66;
	font-weight: bold;
}

.lightBtn {
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-right: 2px solid #444444;
	border-bottom: 2px solid #444444;
	border-left: 2px solid #C3C3C3;
	border-top: 2px solid #C3C3C3;
	font-weight: bold;
	background-color: #ffffff;
}

.darkBtn {
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	font-weight: bold;
	background-color: #528047;
}

.error{
	font-weight: bold;
	color: #fd8180;
	font-size: 11px;
}

.lh20{
	height: 20px;
}

.welcome{
	color: #84c146;
	font-weight: bold;
}

.dataTable{
	font-size: 11px;
}

.bTxt{
	font-weight: bold;
}

.cTxt{
	text-align: center;
}

.smTxt{
	font-size: 11px;
}

.reqHeader{
	font-weight: bold;
	font-size: 16px;
}

.formTable{
	padding-top: 0px;
	border: 1px solid #d4d0c8;
}

.formHeader{
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-left: 40px;
}

.formParent{
	top: -10px;
	position: relative;
}

.foldedCorner{
	position: relative;
	top: 34px;
	left: -3px;
}

.subHeader{
	font-weight: bold;
}

.formFieldStdW{
	width: 400px;
}

.formFieldLogin{
	width: 105px;
}

.formFieldSupport{
	width: 340px;
}

.formFieldSupportLogin{
	width: 240px;
}

.loginTable{
   width: 320px;
}

/*TABS*/
.tabs .tab_details{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding-bottom: 5px;
}

.tabs .endRow{
	border-bottom: 1px solid #666666;
}

.tabs .tabHeaderLeft{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: 30px;
}

.tabs .tabHeaderCenter{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: 30px;
}

.tabs .tabHeaderRight{
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #dddddd;
	height: 30px;
}

.tabs .selected{
		background-color: #99cc66;
}

.tabs .notselected{
		background-color: #ffffff;
}

.tabs .altborder{
	border-left: 1px solid #666666;
}

.tabs .selected a{
	color: #ffffff;
}

div#email_reminder{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

div#forced_email{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.daily_icon{
	background: url(../images/calendar_view_day.gif) no-repeat;
	padding-left: 20px;
}

.weekly_icon{
	background: url(../images/calendar_view_week.gif) no-repeat;
	padding-left: 20px;
}

.monthly_icon{
	background: url(../images/calendar_view_month.gif) no-repeat;
	padding-left: 20px;
}

.dontremind_icon{
	background: url(../images/calendar_delete.gif) no-repeat;
	padding-left: 20px;
}

div#account_settings{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

div#dependent{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.topContent{
	height:100%;
}	

/* SEARCH */
.searchDet{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.searchTitle{
	font-weight: bold;
}

.searchPage{
	font-size: 9px;
}

.searchResults{
	padding-left: 25px;
	font-size: 10px;
	padding-bottom: 10px;
}

.searchResultsLong{
	padding-left: 33px;
	font-size: 10px;
	padding-bottom: 10px;
}

.searchFound{
	font-weight: bold;
	color: #009999;
}

.searchSyn{
	font-weight: bold;
	color: #a9b566;
}

.eulaContainer{
	position: relative;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 100%;
	overflow: auto;
}

.padT20{
	padding-top: 20px;
}

/* TEST TAKING */
div#testProcessing{
	position: relative;
	top: 200px;
	left: 240px;
	border-top: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
	padding: 5px;
	font-weight: bold;
	width: 250px;
	height: 20px;
}

div#testinstructions-iframe{
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 100%;
	background: #f3f3f3;
}

div#teckchek-iframe{
	position: relative;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 395px;
}

div#testinstructions-holder{
	position: absolute;
	top: 30px;
	left: 20px;
	border: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	height: 310px;
	width: 500px;
	z-index: 100;
	background: #ffffff;
	overflow: hidden;
}

div#testinstructionsspanish-holder{
	position: absolute;
	top: 30px;
	left: 20px;
	border: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	height: 330px;
	width: 500px;
	z-index: 100;
	background: #ffffff;
	overflow: hidden;
}

.noData{
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #62914e;
	font-size: 10px;
}

.noDataPad{
	padding-top: 2px;
	padding-bottom: 1px;
}

.uTxt{
	text-decoration: underline;
}

.courseDescTxt{
	padding-top: 10px;
}

.testResultsPad{
	padding: 2px;
}

.topicHeader{
	font-weight: bold;
	font-size: 11px;
	color: #666666;
}

.tableResultsOverview{
	background-color: #999999;
}

.tableResultsOverview td{
	background-color: #ffffff;
}

.topicTitle{
	font-size: 11px;
	color: #62914e;
}

.resultsTitle{
	color: #62914e;
	font-weight: bold;
	font-size: 11px;
}

.loadingTestResults{
	position: relative;
	top: 50px;
	left: 190px;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
	width: 400px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding-top: 13px;
	text-align: center;
}

.subtxt{
	position: relative;
	top: -15px;
	left: 26px;
}
	
/* Added for inactive logout dialog box */
#content{
	padding:20px;
}

#dialog{
	position:absolute;
	width:425px;
	padding:10px;
	z-index:2000;
	background:#fff
}

#dialog-header{
	display:block;
	position:relative;
	width:411px;
	padding:3px 6px 7px;
	height:14px;
	font-size:14px;
	font-weight:bold;
}

#dialog-title{
	text-align: center;
}

#dialog-close{
	float:right;
	cursor:pointer;
	margin:3px 3px 0 0;
	height:11px;
	width:11px;
	background:url(https://www.assethealth.com/dialog/images/dialog_close.gif) no-repeat;
}

#dialog-content{
	display:block;
	height:160px;
	padding:6px;
	color:#666666;
	font-size:13px;
	font-weight: bold;
	text-align: center;
}

#dialog-mask{
	position:absolute;
	top:0;
	left:0;
	min-height:100%;
	width:100%;
	background:#FFF;
	opacity:.75;
	filter:alpha(opacity=75); z-index:1000;
}

.prompt{
	background:#fff url(https://www.assethealth.com/dialog/images/prompt_bg.jpg) bottom right no-repeat;
	border:1px solid #4f6d81;
	border-top:none;
}

.promptheader{
	background:url(https://www.assethealth.com/dialog/images/prompt_header.gif) repeat-x;
	color:#355468;
	border:1px solid #4f6d81;
	border-bottom:none;
}

.success {
	background:#fff url(https://www.assethealth.com/dialog/images/success_bg.jpg) bottom right no-repeat;
	border:1px solid #4f6d81;
	border-top:none;
}

.successheader {
	background:url(https://www.assethealth.com/dialog/images/success_header.gif) repeat-x;
	color:#355468;
	border:1px solid #4f6d81;
	border-bottom:none;
}

