@charset "utf-8";
/* CSS Document */



div.main{
	width:450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: 0px;
	}

div.box{
/*	border:solid 1px #868788;
*/	padding:10px;
	color:#333333;
	margin-bottom:20px;
/*	background-color: #000;
*/}
div.box h1 {
	font-size:14px;
	color:#000000;
	padding-bottom:4px;
}
div.box p{padding-bottom:14px;}

.input-text{
	border:1px solid #4A4A4A;
	color:#666666;
	width:300px;
	background-image: url(../img/bg-input.jpg);
	background-repeat: repeat-x;
}

div.box label{
	display:block;
	margin-bottom:10px;
	color:#555555;
}

div.box label span{
	display:block;
	float:left;
	padding-right:6px;
	width:70px;
	text-align:right;
	font-weight:bold;
}
.spacer{margin-left:80px; 
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
}
.green{
	background:url(../img/green.gif);
	padding:0px 6px;
	border:1px solid #3b6e22;
	height:24px; 
	line-height:24px;
	color:#FFFFFF;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
}

/* 
Datatable Styles 
*/
#datatable table {
	border-collapse: collapse;
	border: 0;
	font-size: 0.95em;
	width: 98%;
}
#datatable th, #datatable td {
	text-align: left;
	padding: 4px;
	border: 1px solid #4a4a4a;
	font-weight: normal;
}
.dwnlnk {
	background-image: url(../06_images/em_icon.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.namecell {
	color: #FFFFFF;
	background-color: #5F5F5F;
}

.mainheader {
	background-color: #4a4a4a;
	color: #CCCCCC;
}
#datatable h2, #datatable h3 {
}
#datatable h3 {
	margin: 2em 0px .75em;
}
#datatable .catheader {
	background-color: #E7E7E7;
	font-size: 0.9em;
	padding: 12px 6px 6px 6px;
}
#datatable h4 {
	margin: 2em 0px .75em;
	font-size: 1.1em;
	letter-spacing: .1em;
}
.rowLite {
	cursor: default;
	background-color: #94B9D8;
}
#mainbox #maincontent #datatable a {
	border: 1px solid #fff;
	text-decoration: none;
	padding: 2px 6px;
	color: #000;
	display: block;
	cursor: pointer !important;
}
#mainbox #maincontent #datatable a:hover {
	background-color: #5F5F5F;
	color: #FFFFFF;
	background-image: none;
	border-color: #FFFFFF;
}

.ihrname_res_1_error_element {
	color: #F00;
}

