/* CSS Document */

body {
	background-color: #e9e9e9;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	}

h3 {
	font-size:14px;
	}

dt {
	padding-left:5px;
	font-weight:bold;
	background:#cccccc;
	
	}
dd {
	margin-left:0px;
	}
dd a {
	margin-left:5px;
	}
/*------------------------------HEADER---------------------------------*/	
#header {
	width:760px;
	}
	
#admin {
	color:#000000;
	font-size:12px;
	background:#FFFFFF;
	padding-right:5px;
	border-right:#d6d6d6 solid 1px;
	}
	
#admin a{
	color:#0094cd;
	text-decoration:none;
	}

#admin a:hover{
	color:#0094cd;
	text-decoration:underline;
	}


/*------------------------------MENU---------------------------------*/	
#menu {
	width:760px;
	height:39px;
	background:url(../img/menubg.jpg);
	border-left:#d6d6d6 solid 1px;
	border-right:#d6d6d6 solid 1px;
	color:#FFFFFF;
	}
	
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	margin-left:50px;
	}

#menu a:hover {
	text-decoration:none;
	color:#95e2ff;
	}
/*------------------------------SIDEMENU---------------------------------*/		
#sidemenu h3 {
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	}

#sidemenu {
	background:url(../img/sidemenubg.jpg) repeat-y 0 0;
	border-left:#d6d6d6 solid 1px;
	text-align:left;
	padding-top:5px;
	}
	
#sidemenu a {
	color:#000000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:15px;
	}
	
#sidemenu a:hover {
	text-decoration:underline;
	}
	
/*------------------------------CONTAINER---------------------------------*/
#container {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background:#FFFFFF;
	font-size:12px;
	border-right:#d6d6d6 solid 1px;
	border-bottom:#d6d6d6 solid 1px;
	height:700px;
	}
	
#container a {
	color:#0094cd;
	text-decoration:none;
	}
#container a:hover {
	color:#0094cd;
	text-decoration:underline;
	}

.tableheading {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background:#00adef;
	text-align:left;
	}

.EnergyHeading {
	background:url(../img/energystar_divider.jpg) no-repeat;
	padding-top:7px;
	padding-left:5px;
	height:23px;
	width:735px;
	color:#FFFFFF;
	}
	
.R2000Heading {
	background:url(../img/r2000_divider.jpg) no-repeat;
	padding-top:7px;
	padding-left:5px;
	height:23px;
	width:735px;
	color:#FFFFFF;
	}

/*------------------------------FOOTER---------------------------------*/
#footer {
	color:#000000;
	font-size:10px;
	width:760px;
	}

#footer a {
	color:#000000;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#000000;
	text-decoration:underline;
	}

/*------------------------------ERROR TEXT-------------------------------*/
.error_message {
color:#900;
font-size: 12px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}

.error_message {
clear: both;
}

.error {
	color:#ff0000;
	font-weight: bold;
}

.message {
font-size: 18px;
text-align: center;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
border: 1px solid blue;
}

.message {
clear: both;
}

/*------------------------------DATA TABLE-------------------------------*/
.odd_row {
	background-color: #cccccc;
}

.even_row {
	background-color: #ffffff;
}

div.odd_row, div.even_row {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.data {
	width: 100%;
}

.history {
	height: 100px;
	width: 25%;
	overflow: scroll;
}

.question {
	font-weight: bold;
}

.energyStarRegistrationAudit table {
	border-spacing: 0px;
}

.energyStarRegistrationAudit td {
	padding: 2px;
}

.energyStarRegistrationAudit tr.total {
	font-weight: bold;
	background-color: #ffffff;
}


div.scrollbox {
	height: 150px;
	width: 450px;
	overflow: auto;
	border: solid silver 1px;
}

label {
padding-right: 20px;
}

.niceLabels label {
	display: block;
	float: left;
	min-width: 200px;
	margin-top: 4px;
}

.expired span {
	font-weight: bold;
	color: red !important;
}

#dragableWrapper h2 {
	text-align: center;
	font-size: 16px;
	margin-top: 0px;
}

div#companyList, div#updateTrainingList, div#certificateTrainingList {
	width: 230px;
	float: left;
	margin-right: 4px;
}

div#companyList {
	width: 250px;
}

.trainingGroup {
	border: 1px solid black;
	background: #ccc;
	margin-bottom: 12px;
	padding-bottom: 24px;
}

.trainingGroup h3 {
	text-align: center;
}

#dragableWrapper ul {
	list-style-type: none;
	margin: 5px 0 0 10px;
	padding: 0px;
	min-height: 30px;
	width: 215px;
}

#dragableWrapper ul li {
	display:block;
	border:1px solid #999;
	background:#fff;
	width: 195px;
	padding:5px 10px;
	margin-bottom:5px;
}

.clear {
	clear: both;
}

#dragableWrapper .dds_selected {
	background:#00ADEF !important;
	color: white;
}

#dragableWrapper .dds_ghost {
	opacity:0.5;
}

#dragableWrapper .dds_move {
	background:#cfc;
}

#dragableWrapper .dds_hover {
	background:#B9DDE8;
	border:3px dashed #00ADEF;
}

h3.training {
	background: #666;
	color: white;
	padding: 5px;
}

#companyListList {
	height: 700px;
	overflow-y: auto;
	overflow-x: hidden;
}
