

/* css reset */
* {
	margin:0;
	padding:0;
}

img,fieldset {
	border:0;
}

ul,li {
	list-style-type:none;
}

ul.admin, ul.admin li{
	list-style-type:disc;
	margin-left:20px;
	font-size: 20px;
	font-weight:bold;
}
ul.admin li li{
	font-size:18px;
	font-weight:100;
}
ul.admin li li{
	font-size:16px;
}

/* base styles */
html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	font-family:"Trebuchet MS",sans-serif;
	font-size:12px;
	/*color:#5d5c5c;*/
	color: #858585;
	background-color:#ffffff;
	margin:0;padding:0;
}

input {
	border:none;
	background:transparent;
	font-family:"Trebuchet MS",sans-serif;
	font-size:12px;
	color:#5d5c5c;
}

textarea {
	border:0;
	font-family:"Trebuchet MS",sans-serif;
	font-size:10px;
	color:#5d5c5c;
}

a:link, a:visited {
	text-decoration:none;
	color:#c40452;
}

a:hover {
	color:#000000;
}

div.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	background:#ffffff;
}

h1{
	font-size: 26px;
	margin-left:0px;
}

h2{
	font-size: 26px;	
}


/**
*	Left Navigation
*/


#left-nav-dom {
	position:absolute;
	top:0px;
	left:0px;
	min-height:100%;
	width:217px;
	background:url('../images/bg-left-nav.png') repeat-y;
	z-index:4;
}

*html #left-nav-dom {
	height: expression(document.body.scrollHeight + "px");
	background:url('../images/bg-left-nav.gif') repeat-y;
}

#left-nav-bg {
	position:absolute;
	top:0px;
	left:0px;
	width:217px;
	height:100%;
	background:url(../images/bg-left-nav.gif) repeat-y;
	z-index:0;
}

div#left-nav-dom a.logo {
	width:144px;
	height:66px;
	display:block;
	margin:30px 0 15px 30px;
}

div#left-nav-dom a.logo img {
	width:144px;
	height:66px;
}

div#left-nav-dom a:link, div#left-nav-dom a:visited {
	text-decoration:none;
	color:#5d5c5c;
}

div#left-nav-dom a:hover {
	color:#000000;
}

div#left-nav-dom a.active {
	color:#c40452;
}

div#left-nav-dom #search-form {
	width:179px;
	padding:0 0 15px 26px;
}

div#left-nav-dom #search-form fieldset {
	
	width:150px;
	height:26px;
	position:relative;
	/*background:url(../images/bg-left-nav-search.png) no-repeat;*/
	background:url(../images/bg-left-nav-search.gif) no-repeat;
	overflow:hidden;
	z-index: 100;
}

div#left-nav-dom #training-search-query {
	width:110px;
	position:absolute;
	top:6px;
	left:10px;
	z-index: 100;
}




*html div#left-nav-dom #training-search-query {

	width:110px;
	position:static;
	margin-top:6px;
	margin-left:10px;
	float:left;
	z-index: 100;
}

#search-submit {
	width:26px;
	height:26px;
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	cursor:pointer;
}



.sidebtnholder{
	margin-top:20px;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:25px;
}

div#left-nav-dom .menu-left {
	z-index:4;
	width:204px;
	position:relative;
}


/**
* Flyout-menu stuff
*/

.subsection{
	margin-left:25px;	
}

div.menu-left ul.breadcrumbs {
	z-index:4;
	position:relative;
	left:0;
}

div.menu-left ul.breadcrumbs li {
	z-index:4;
}

div.menu-left ul.breadcrumbs li h6 a {
	display:block;
}

div.menu-left ul.breadcrumbs li ul {
	z-index:4;
	padding:13px 0 13px 20px;
	border-top:1px solid #ececec;
	cursor:default;
}

div.menu-left ul.breadcrumbs li ul li {
	z-index:4;
	width:179px;
	padding:0 0 0 6px;
	line-height:23px;
	position:relative;
	font-size:13px;
	vertical-align:bottom;
}

div.menu-left ul.breadcrumbs li ul li a {
	display:block;
	text-decoration:none;
	z-index:100;
}

div.menu-left ul.breadcrumbs li ul li ul.flyoutsub {
	z-index:100;
	display:none;
	position:absolute;
	left:185px;
	top:0;
	padding:0 0 0 13px;
	border:0;
	background:url(../images/bg-submenu.png) no-repeat;
}

*html div.menu-left ul.breadcrumbs li ul li ul.flyoutsub {
	background:url(../images/bg-submenu.gif) no-repeat;
}

div.menu-left ul.breadcrumbs li ul li ul.flyoutsub li {
	z-index:100;
	width:148px;
	padding:0;
	position:relative;
	top:4px;
}

div.menu-left ul.breadcrumbs li ul li.hr {
	width:164px;
	height:1px;
	left:-13px;
	margin:5px 0;
	line-height:1px;
	background:#ececec;
	overflow:hidden;
	_margin:5px 0 -10px 0;
	margin:5px 0 -10px;
}

div.menu-left ul.breadcrumbs li ul li ul.flyoutsub span.bottom {
	width:165px;
	height:6px;
	position:relative;
	top:6px;
	left:-13px;
	display:block;
	background:url(../images/bg-submenu-bottom.png);
	overflow:hidden;
}

*html div.menu-left ul.breadcrumbs li ul li ul.flyoutsub span.bottom {
	background:url(../images/bg-submenu-bottom.gif);
}


a.back-nav-link:link, a.back-nav-link:active, a.back-nav-link:visited {
	font-size:11px;
	color:#5d5c5c;
}

a.back-nav-link:hover {
	font-size:11px;
	color:#c40452;
}

/**
*	Top Navigation
*/
#top-links {
	position:absolute;
	top:20px;
	right:25px;
}

/**
*	body layout containers
*/

/* container is used to make sure the left hand col expands as far down as any content */
#container {
	position:absolute;
	min-height:100%;
	min-width:100%;
}

*html #container {
	width:100%;
	height:100%;
}

/* h-prop is used to force a min-width of the container */
#h-prop {
	position:relative;
	width:955px;
	height:1px;
	overflow:hidden;
	/*background-color:green;*/
}

#full-body-container {
	position:relative;
	height:600px;
	min-width:100%;
	z-index:0;
}

*html #full-body-container {
	height: expression(document.body.scrollHeight + "px");
}

#v-prop {
	position: relative;
	width:1px;
	height:100%;
}

#body-container {
	position:relative;
	padding-left:217px;
	text-align:center;
}

#inner-body-container{
	position:relative;
	width:698px;
	padding: 0 20px 0 20px;
	margin: 0 auto;
}

#inner-wide-body-container{
	position:relative;
	width:750px;
	padding: 0 20px 0 20px;
	margin: 0 auto;
}

#top-left-bg-image {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}

#body-title {
	text-align:left;
	padding-top:55px;
	padding-left:0px;
}

#body-text {
	position:absolute; 
	top:190px;
	left:320px;
	width:350px;
	text-align:left;
}


/**
*	Grid Styles
*/

.prod-img{
	height:87px;
	width: 160px;
	overflow:hidden;
}

img.rarrow{
	margin-left:5px;
}

.prod-info{
	width:145px;
	text-align:left;
	font-size:11px;
	padding-bottom: 60px;
}

.prodtitle{
	border-bottom:1px solid #c40452;
}

#grid-container {
	width:665px;
	padding-left:0px;
	padding-top:270px;
	margin: 0 auto;
}

#grid-footer {
	padding-bottom: 40px;
}

.tech-img {
	height:70px;
	width:145px;
	overflow:hidden;
	line-height:70px;
	padding-top:20px;
	text-align:center;
}

.tech-info{
	width:100px;
	text-align:left;
	font-size:11px;
}

.tech-title{
	border-bottom:1px solid #c40452;	
}

#interactive-module {
	position:relative;
	padding-top:30px;
}




table#reportcard th{
	text-align:center;
	font-size: 14px;
	padding: 5px;
	padding-left:20px;
	padding-right:20px;
	margin:0;
	border-bottom:1px solid #DADCDE;
		
}

table#reportcard td{
	margin:0;
	border-bottom:1px solid #DADCDE;
	padding:5px;
	padding-top: 8px;	
}

table#reportcard tr{
	margin:0;
 padding:0;

}
table#reportcard tr.totalsrow td{
	border:0;

}
.lightgraybg{
	background-color:#F3F3F3;	
}




/**
* Search Page
*/

#search-results {
	text-align:left;
}

#search-results a {
	padding-left:20px;
	color:#858585;
	font-size:12px;
	font-weight: bold;
	text-decoration:underline;
}

#search-results a:hover {
	color:#000000;
}

#search-thumb {
	width:130px;
}

#search-info {
	color:#aaaaaa;
	font-style:italic;
}



	


.errornotify{
 color: #c40452;
}

/**
* Main framework styles
*/


#background-left{
	position:absolute;
	top:0;left:0;
	z-index: 0;
	margin:0;
	padding:0;	
}
#background-right {
	position:absolute;
	z-index: 0;
	top:0;
	right:0;
}

#background-main {
	position:absolute;
	bottom:0;
	/*left:155px;*/
	left: 5%;
	right:0;
	top:160px;
	
	z-index:0;
}





#bodyarea{
	position:relative;
	/*z-index: 100;*/
	margin-left: 260px;
	margin-right:40px;
	top:40px;

	min-width: 640px;
}	

.lg-red-title {
	font-size:24px;
	color:#c40452;
}

.subtitle{
	color: #AAAAAA;
	font-size: 14px;
	/*font-weight: 1;*/
}


#rightcontentblock{
	float:right;
	width: 320px;
	font-size:11px;
	margin-top: 60px;
	margin-bottom: 20px;
	margin-right:10%;
	line-height:200%;
}



#middlecontentblock{
	
	font-size:11px;
	margin-top: 60px;
	margin-bottom: 20px;
	margin-right:10%;
	line-height:200%;
}




#footer-links {
	position: absolute; 
	bottom:0; 
	left:0;
	right:0; 
	height:30px;
	text-align:center;
	font-size:11px;
}

#footer-links a {
	color:#858585;
	text-decoration:underline;
}

#footer-links a:hover {
	color:#000000;
}




/*TESTING SUMMARY*/
#testingsummary{
	background-color: #FFF;
	width:100%;
	position: relative;
	left: 0px;
	z-index: 0;
}
.monthsummary{
	border-right: 1px solid #DADCDE;
	text-align: center;
	float:left;
	width: 160px;
	line-height: 350%;	
	background-image: url('../images/testingsummarybg.png');
	background-position: bottom;
	background-repeat: repeat-x;
}
.monthtitle{
	font-size: 16px;

}
.monthscore{
	color: #DADCDE;
	font-size: 60px;
	font-weight: 100;
}
.monthscoresummary{
	font-size: 11px;
	font-weight: bold;
}
.pinkhilight{
	color: #c40452;
}

#summarybox{
	background-image: url('../images/summarybg.png');
	background-position: bottom;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	height: 119px;
	width: 184px;
	text-align: left;
	line-height:100%;
	float:right;
	margin-right:10px;
}
#summarybox h3{
	border-bottom:1px solid #858585;
	font-size:11px;
	font-weight: 100;
	text-align:right;
	margin-left:2px; margin-right:2px;
	padding-top: 3px;
	padding-bottom:3px;
	padding-right: 5px;
}
#summarybox #content{
	/*border:1px solid red;*/
	margin-left: 10px;
	margin-right: 10px;
}

.techTitle{
	font-size: 16px;
	
		
}
.quizTitle{
	color: #454545;
	font-weight:bold;
	font-size: 12px;
	width:65%;
	padding-bottom:5px;
	border-bottom:1px solid #c40452;
	margin-bottom:10px;
}
.testCell {
	width:100%;
	height:100%;
}









#footerholder{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}

#footer{
	font-size: 10px;
	display: block;
	margin:0px;
	margin-left: auto;
	margin-right: auto;
	list-style-type:none;
}
#footer li{
	list-style-type: none;
	display:inline;
	padding-left:5px;
	padding-right:5px;
	border-left: 1px solid #858585
}
#footer li:first-child{
	border-left:none;
}


.text-hover {
	color:#000000;
}

div#top-links {
	position:absolute;
	top:0;
	right:0;
	margin-top:15px;
	margin-right:25px;
	/*float:right;
	margin-top:15px;
	margin-right:25px;*/
}

div#top-links a {
	text-decoration:none;
	font-size:11px;
	color:#858585;
	padding:0 8px 0 8px;
}

div#top-links a:hover {
	text-decoration:none;
	font-size:11px;
	color:#c40452;
	padding:0 8px 0 8px;
}

div#top-links img {
	padding-left:12px;
}



div.container {
	margin:0 0 0 236px;
	position:relative;
	overflow:hidden;
	visibility:hidden;
	/* zoom:1; */
}

.hero-footer {
	position:absolute!important;
	bottom:0;
	margin:0 0 10px!important;
}


	


/*POPUP STYLES */

.jqmOverlay { background-color: #000; }



#popup{
	width: 493px;	
	
	display: none;
    
    position: fixed;
    top: 20px;
    left: 50%;
    
    margin-left: -248px;
    z-index:1000;	
}

#popup-top{
	background-image: url('../images/popuptop.png');
	height: 24px;
	overflow:hidden;
	background-repeat:no-repeat;
	padding-left:32px;
	padding-right:32px;
	padding-top:0px;
}
#popup-middle{
	background-image: url('../images/popupbg.png');
	background-repeat:repeat-y;
}

#popup-bottom{
	background-image: url('../images/popupbottom.png');
	overflow:hidden;
	height: 46px;
	background-repeat:no-repeat;
}

#popuptitle{
	font-size: 14px;
	font-weight:bold;
	margin-left:35px;
	margin-top:0px;
	padding-top:1px;	
}
.underline{
clear:both; border-bottom:1px solid #ececec; width: 447px; margin-left:3px; margin-top:6px;
}
*html .underline{
	width: 435px;
	padding-left: 3px;
}


input.lgin {
width:178px;
height:22px;
padding-top: 6px;
padding-left:6px;
position:relative;
background:url(../images/lginput.png) no-repeat;
overflow:hidden;
}
input.lgsmallin {
width:45px;
height:22px;
padding-top: 6px;
padding-left:6px;
position:relative;
background:url(../images/lgsmallinput.png) no-repeat;
overflow:hidden;
}




input#loginbtn{
	width:74px;
	height:28px;
}

#accordion{
	width:447px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	margin-left:-57px;
	margin-top:-43px;
}


#accordion h5{
	border-top:1px solid #ececec;
	padding-left: 20px;
}
#accordion h3 img{
	margin-right: 20px;
}
#accordion a{
	text-decoration:none;
}

#accordion p{
	padding-left: 46px;
	margin-bottom: 15px;
}




.questionsholder{
	width:350px;
	margin-left:auto;
	margin-right:auto;	
	padding-bottom:30px;
}

.questionsholder a{
	text-decoration:none;
}
.questionsholder a:hover{
	color: #c40452;
}


.questionsholder ul{
	line-height: 200%;
}

.questionsholder h3{
	padding-top: 0px;
	margin-bottom:15px;
	border-bottom: 1px solid #c40452;
}

.question{
	font-weight:bold;
	margin-bottom:15px;
}


/*products in series slider*/
#slideHolder{
	text-align:left;
	overflow:hidden;
	/*width: 560px;*/
	
}
#slideHolder h3{
	text-align:left;
}
#seriesslider{
	background-image: url('../images/seriessliderbg.png');
	background-repeat: no-repeat;
	width: 604px;
	height: 98px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:3px;
}
#seriesslidercontent{
	overflow:hidden;
	width:2000px;
	position:relative;
}
.singleprod{
float:left;
margin-left:35px;
margin-right:35px;
}



/* Glossary Styles */
.lg_terms {
	color: #c40452;
}

.industry_terms {
	color: #00736a;
}

.search_row {
	
}

#glossary_terms_table td {
	padding:10px;
}

#terms_list{
	
}
#terms_list a{
	padding:0;
	margin:0;
	padding-right:20px;	
}



/* modal styles */
.jqmOverlay { background-color: #000; }

#modal-container{
	width: 493px;
	display: none;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -248px;
    z-index:1000;
}

#modal-top{
	background-image: url('../images/popuptop.png');
	height: 29px;
	overflow:hidden;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:32px;
	padding-top:20px;

	
}
#modal-middle{
	background-image: url('../images/popupbg.png');
	background-repeat:repeat-y;
	padding:40px 75px 20px 80px;
		
}
*html #modal-middle{
	/*border: 1px solid red;*/
	padding:40px 75px 20px 80px;
	width:338px;
}
#modal-divider{
border-bottom:1px solid #ececec;
}

#modal-bottom{
	background-image: url('../images/popupbottom.png');
	overflow:hidden;
	height: 46px;
	background-repeat:no-repeat;
}

#modal-close {
	position:absolute; 
	top:23px; 
	right:30px;
}

#modal-title{
	font-size:16px;
	/*padding-bottom: 0px;*/
	/*margin-left:25px;*/
	
	
}

.modal-infopane{
	max-height: 300px;
	overflow-y:scroll;
	padding-left:50px;
	padding-right: 20px;
	padding-bottom:20px;
	margin-top:-10px;	
}


ul.answerList li{
	margin-bottom:10px;
}
ul.answerList li a{
	color: #858585;
}
ul.answerList li a:hover{
	color: #c40452;
}

.scoreSummary{
	font-size:52px;
	color: #c40452;
	font-weight:bold;
	text-align:right;
	margin-right: 30px;
	padding-right:30px;
}


.popupinfoholder{
	width: 322px;
	
}
.popupinfotop{
	background-image: url('../images/popupinfotop.png');
	background-repeat: no-repeat;
	height: 18px;
}
.popupinfomiddle{
	background-image: url('../images/popupinfomiddle.png');
	background-repeat: repeat-y;
	padding:20px;
	width: 282px;
}
.popupinfobottom{
	background-image: url('../images/popupinfobottom.png');
	height: 15px;
	background-repeat: no-repeat;
}




#pdf-options {
	height: 17px;
	line-height: 17px;
	font-size: 11px;
}

#pdf-options a {
	color:#858585;
	text-decoration: none;
}

#pdf-options a:hover {
	color: #c40452;
	text-decoration: none;
}

#pdf-options img {
	vertical-align: middle;
}



/*============admin styles, will probably move this into seperate admin css file */
ul.overviewtree{
	text-align:left;
	width:500px;	
	
}
ul.overviewtree ul{
	margin-left:25px;
}
.overviewtree li{
	border-top: 1px solid #DDDDDD;
	border-bottom:none;
	margin-top:0;
	margin-bottom: 0;
	padding-top:10px;
	padding-bottom:10px;
	cursor:pointer;
}

li.noborder{
	border-top: 0px;
	border-style: none;	
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.breadcrumbs{
	padding-left:0;
	margin-left:0;	
}
.treecontrol{
	vertical-align: middle;
	padding-right:25px;
	cursor: pointer;
	/*float:left;*/
}
img.treecontrol{
	cursor: pointer;
}

.modalicon{
	vertical-align: middle;
	padding-right:25px;
	padding-left:10px;
}
.editcontrols{
	float:right;
	margin-right:40px;	
}

.submitbtn{
	margin-left:10px;
	margin-right:10px;	
}


ol{
	margin-left:20px;	
}

ol li{
	list-style-type:decimal;	
}


#usertable th{
	height:30px;
	width: 100px;
	color:#c40452;
	cursor:pointer;
}

#usertable tr{
	border-bottom:1px solid #CECECE;	
}

#usertable tr:hover{
	background-color:#ECECEC;	
}

#usertable tr td{
	padding:15px;
	text-align:left;
	margin: 0;
}

.usermessage{
	color:#c40452;
}


#popup-table td{
	padding-top:20px;
}


#modal-content textarea{
	border: 1px solid #AAAAAA;
	font-size:12px;
	width:300px;
	height:80px;
}
