/* CSS Document */
body{
	font-family: "Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	line-height:14px;

}

#outer{
	position:relative;
	margin:0px auto;
	width:970px;
	padding:5px;
}

a{
	color:#80C342;
}

#header{
	display:none;
}

#nav{
}

#showdate{
	display:none;
}

.menu5{
	display:none;
}

#content{
	float:left;
	width:99%;
	border:1px solid #6D6F71;
	padding:2px;
	padding-left:5px;
}

a:hover{
	text-decoration:underline;
}

#sidebar{
	float:left;
	width:20%;
	border:1px solid #6D6F71;
	padding:1px;
	padding-left:5px;
	margin-right:5px;
}

#reportform{
	display:none;
}

#footer{
	display:none;
}

h1 {
text-indent:-10000px; background:url(../../Website_Images/logoNew.gif) no-repeat left top; height:66px;}

h2{
	font-size:20px;
	margin-bottom:10px;
	margin-top:10px;
}

h3{
	font-size:18px;
	margin-bottom:10px;
	margin-top:10px;
	font-weight:bold;
}

table{
	margin-top:5px;
	margin-bottom:5px;
}

td{
	margin-top:3px;
	margin-bottom:3px;
	padding:3px;
}

.green{
	color:#80C342;
}

.grey{
	color:#BCBDC0;
}



#clear{
	clear:both;
	margin:5px;
}

select{
	font-size:90%;
}

input{
	font-family:"Century Gothic";
	font-size:90%;
}
p{
	margin-bottom:5px;
}

h4{
	font-size:110%;
	font-weight:bold;
}

strong{
	font-weight:bold;
	font-size:105%;
}

.viewtable{
	font-size:90%;
}

.notice{
	background-color:#ff0000;
	color:#000000;
	line-height:16px;
	padding-left:3px;
	width:275px;
}

textarea{
	width:400px; 
	height:200px;
}

.job_show{
	border:1px solid #000;
	margin-bottom:10px;
	padding:2px;
}

.job_show1{
	border:1px solid #000;
	margin-bottom:10px;
	padding:2px;
	background-color:#EEE;
}

.column{
	float:left;
}

.column1{
	width:20%;
}

.column2{
	width:40%;
}

.column3{
	width:40%;
}


#postvars{
	position:relative;
	width:970px;
	margin:0px auto;
}

adminrow{
	width:750px;
	border:1px solid #000;
}

.adminleft{
	float:left;
	width:245px;
}

.adminright{
	float:right;
	width:245px;
}

/*div p{
	display: block;
  	float: left;
  	width: 250px;
  	padding: 3px 5px;
  	margin: 0 0 5px 0;
  	text-align: right;
  	line-height:14px;
}*/
 
 .data{
 	background-color:#eee;
 }
 
 .searchdiv{
	display: block;
	width: 300px;
	height: expression('1%');
	margin: 5px 0 0 0;
	padding: 1px 3px;
	float:left;
	/*border:1px solid #F00;*/
 }
 .same_area{
 	text-align:right;
 }
 
 .same_area input{
 	width:300px;
 }
 
 #pncHeading{
 	background-color:#FFFF00;
	margin-bottom:5px;
 }
 
#pncHeading .pncHead{
 	display:inline;
	background-color:#F00;
	width:200px;
	border:1px solid #000;
 }