@charset "utf-8";
/* CSS Document */
@import url('/css/common.css');

body {	
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 11px;
	color: #666666;
	height: 100%;
	background-image: url(/img/public/bg.png);
	background-repeat: repeat-x;
}

#main {
	width: 778px;
	margin: 40px auto 0 auto;
	background-color: #c2c2c2;
	border: solid 1px #686868;
}

#header {
	width: 778px;
	height: 115px;
	background-image: url(/img/public/header.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#content {
	margin: 20px auto 20px auto;
	padding: 10px 10px 30px 10px;
	min-height: 171px;
	width: 275px;
	background-color: #FFFFFF;
	line-height: 14px;
	border: solid 1px #686868;

}

#user-info {
	float: left;
	width: 500px;
	height: 14px;
	font-size: 12px;
	padding: 90px 0px 0px 10px;
	font-weight: bold;
	color: #ffffff;
}

#content-large {
	margin: 20px auto 20px auto;
	padding: 10px 10px 30px 10px;
	min-height: 171px;
	width: 500px;
	background-color: #FFFFFF;
	line-height: 14px;
	border: solid 1px #686868;

}

#content-huge {
	margin: 20px auto 20px auto;
	padding: 10px 10px 30px 10px;
	min-height: 171px;
	width: 700px;
	background-color: #FFFFFF;
	line-height: 14px;
	border: solid 1px #686868;

}

* html #content {
	width: 778px;
  	height:auto !important;
}

#footer {
	margin: 0 auto;
	padding: 0px 0 0 0;
	text-align:center;
	height: 61px;
	font-size: 11px;
	color: #b8b8b8;
	background-image: url(/img/public/footer.png);
	background-repeat: repeat-x;
	font-family:  Arial, Helvetica, sans-serif;

}

#footernav {
	margin: 10px 0 0 0;
	text-align:center;
	color: #ffffff;
}

#footer a{
	color: #ffffff;
}

#footer a:visited{
	color: #ffffff;
}

.menu{
	padding: 90px 10px 0px 0px;
	margin: 0px;
	font-size: 12px;
	color: #ffffff;
	float: right;
	/* border: solid thin white; */
}

.menu li {
	list-style: none;
	display: inline;
}

.menu li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	/* border: solid thin white; */
}

.menu li a:hover{
	text-decoration: none;
	color: #999999;
}

/*nav */
#nav{
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	width: 150px;
	color: #666666;
}


#nav a{
	text-decoration: none;
	color: #666666;
}

#nav a:visited{
	text-decoration: none;
	color: #666666;
}

#nav a:hover{
	text-decoration: none;
	color: #575429;
}

#nav .active a{
	color: #0069AB;
}

#nav .active a:visited{
	color: #0069AB;
}

.admin {
	padding: 0 0 0 10px;
}

.admin li{
	list-style-type: none;
}

.admin a{
	font-weight: bold;
}

/* view range */
#viewrange {
	width: 500px;
	text-align: right;
	float: right;
}


/* forms */
.formheader {
	padding: 2px 20px 2px 2px;
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
	color:#aa050c;
}

.formtitle{
	padding: 2px 20px 2px 2px;
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
}

.formfield{
	padding: 2px 2px 2px 2px;
	width: 100%;
}


input {
	margin:3px 0;
	font-size: 10px;
}

.textbox {
	background-image: url('/img/public/textbox_bg.png');
	color: #ffffff;
	font-size: 11px;
	height: 12px;
	width: 101px;
	border: none;
	padding: 5px 0 0 5px;
	text-align: center;
}

.button {
	background-color: #f9f9f9;
	border: solid 1px #6a747a;
	margin: 5px 0px 0px 5px;
}

/* sitemap */
#sitemap{
}

#sitemap li {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

/* tables */
table
{
	margin: 5px;
}

.tabletitle{
	padding: 2px 2px 2px 2px;
	text-align: center;
	white-space: nowrap;
	border-bottom: #DFDFDF solid 1px;
	font-weight: bold;
}

.tabletitle a{
	text-decoration: none;
}

.tablefield a,.tablefield_alt a,.tablefield_on a{
}

.tablefield td{
	background-color: #f1f1f1;
	text-align: center;
	white-space: nowrap;
	padding: 2px 2px 2px 2px;
}

.tablefield_alt td{
	text-align: center;
	white-space: nowrap;
	padding: 2px 2px 2px 2px;
}

.tablefield_on td{
	background-color: #d9e5f3;
	text-align: center;
	white-space: nowrap;
	padding: 2px 2px 2px 2px;
}


.job-summary {
	background-color: #cccccc;
}

.job-summary td{
	text-align: left;
	background-color: #ffffff
}

/* pagination */

#pagination {
	margin: 10px 0 0 0;
	color: #383836;	
}

.infobox {
	background-color: #f3f7fd;
	border: solid 1px #cccccc;
	padding: 10px;
	width: 280px;
	margin: 0px 0px 10px 0px;
}

/* css forms */
.public-form {
	padding:0px 0px 0px 10px;
}
.public-form label {
	display:block;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 2px 0px;
}

.public-form input {
	background-color: #f9f9f9;
	border: solid 1px #6a747a;
	margin: 0px 0px 10px 0px;
}

.public-form select {
	margin: 0px 0px 10px 0px;
}

.public-form textarea {
	background-color: #f9f9f9;
	border: solid 1px #6a747a;
	margin: 0px 0px 10px 0px;
}

#toolbar {
	float:right;
}

.public-nav-form {
	float:left;
}

.public-nav-form input {
	background-color: #f9f9f9;
	border: solid 1px #6a747a;
	margin: 0px 5px 10px 0px;
}


