html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #wrapper{
	height: auto;
}

a:link, a:active, a:visited {
	color: #006600;
}

img {
	border: none;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
}

#top {
	width: 100%;
	height: 60px;
}

#logos {
	background : url(../_img/bg_greylines.gif);
	padding:15px;
}

#update {
	float: right;
	font : 11px "MS Sans Serif", Geneva, sans-serif;
	color: #333;
	margin: 5px 12px 5px 5px;
}

#servertime {
	float: right;
	font : 11px "MS Sans Serif", Geneva, sans-serif;
	color: #333;
	margin: 5px 12px 5px 5px;
}

#main {
	padding-top: 10px;
	height: auto;
	margin-bottom: 35px;
}

#bottom {
	position: absolute;
	bottom: 0;
	background : #eee url(../_img/bg_bottom_grad.gif) repeat-x top;
	width: 100%;
	display: block;
}

#bottom p {
	font : 11px "MS Sans Serif", Geneva, sans-serif;
	color: #333;
	padding: 5px;
	margin: 0;
}

#mainmenu {
	background : url(../_img/bg_top_grad.gif) repeat-x;
	display: block;

	height: 26px;
}



.che {
	font-size:10px;
font-family :"MS Sans Serif", Geneva, sans-serif;

}

#mainmenu ul {
  margin: 0;
  padding: 0;
  display:block;
  }

#mainmenu li {
	margin: 0 1px 0 0;
	padding: 2px 10px 2px 10px;
	list-style: none;
	float: left;
	display:block;
	width: auto;
}

#mainmenu li#active {
	background : #FFF;
	border-bottom: 2px solid #FFF;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
}

#mainmenu li a {
	text-decoration: none;
	font : 11px "MS Sans Serif", Geneva, sans-serif;
	color: #333;
}

#mainmenu li#active a {
	color: #006600;
}

#mainmenu li span {
	text-decoration: none;
	font : 11px "MS Sans Serif", Geneva, sans-serif;
	color: #213;
}

.box {
	border: 1px solid #99CC25;
	padding: 1px;
	margin: 10px;
	display: block;
	clear: both;
}

.boxcontent {
	display: block;
	background : #eee url(../_img/bg_settings_grad.gif) repeat-x top;
	margin: 0;
	padding: 7px;
	border-bottom: 1px solid #999;
}

div.box h3 {
	font : bolder 11px/18px "MS Sans Serif", Geneva, sans-serif;
	color : #006600;
	margin: 0;
	padding: 3px 3px 3px 13px;
	display : inline;
	background : url(../_img/dots.gif) no-repeat 2px;
}

div.box p {
	font : 8pt "MS Sans Serif", Geneva, sans-serif;
	color : #333;
	margin: 0 1px 0 0;
	padding: 3px;
	display : inline;
}

div.box p.settings {
	font : 8pt "MS Sans Serif", Geneva, sans-serif;
	color : #333;
	display: block;
	margin: 0;
	padding: 10px;
}

div.box p.block {
	font : 8pt "MS Sans Serif", Geneva, sans-serif;
	color : #333;
	margin: 0;
	padding: 10px 3px 3px 13px;
	display : inline;
	background : url(../_img/dots.gif) no-repeat 2px;
}

div.box p.settings label {
	width: 130px;
	float: left;
	clear: both;
}

div.box p.settings span.leftcol {
	width: 130px;
	float: left;
	clear: both;
}

.right {
	float: right;
}

.reset {
	background : transparent;
	border : none;
	float: none;

}

div.boxtop {
	background : #99CC25;
	margin: 0px;
	padding: 6px;
	display: block;
}

div.boxtop h2 {
	font : bolder 11px "MS Sans Serif", Geneva, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
}

div.boxtop img {
	margin: 1px;
}

input, select {
	background : #fff;
	font : 11px "MS Sans Serif", Geneva, sans-serif;
	color: #333;
	border : 1px solid #777;
}

input.butt {
	background : #ccc url(../_img/bg_butt_fade.gif) repeat-x top;
	font : bolder 11px "MS Sans Serif", Geneva, sans-serif;
	color: #777;
	border: 1px solid #777;
}

input.buttshow {
	background : #ccc;
	font : 11px "MS Sans Serif", Geneva, sans-serif;
	color: #333;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

/* enhancedTable */

.enhancedtable{
	border-collapse:collapse;
	width: 100%;
	table-layout:fixed;
}
.enhancedtable td{
	margin: 0;
	padding: 3px;
	font : 8pt "MS Sans Serif", Geneva, sans-serif;
	color : #333;
	border-bottom: 1px solid #fff;
}
.enhancedtable th{
	margin: 0;
	padding: 3px;
	background : #999;
	font : 8pt "MS Sans Serif", Geneva, sans-serif;
	color : #FFF;
	text-align : left;
	border-bottom: 1px solid #fff;
}
.enhancedtablecolouredrow{
	background:#eee;
}

.bot td{
	color:#9E9E9E!important;
	background:#FFFFCC;
}

.user td{
	color:#000!important;
	background:#66CC66;
}

.red {color:#FF0000}
.user a{
	color:#000!important;

} 
.enhancedtablecolourout{
	background:#fdd;
}
.enhancedtablerowhover{
	background:#aaa;
}
.enhancedtableactive{
	background:#99CC25;
	color : #fff;
}
.enhancedtable caption{
	margin: 0;
	padding: 3px;
	background : #777;
	font : bolder 8pt "MS Sans Serif", Geneva, sans-serif;
	color : #fff;
	text-align : left;
	border-bottom: 1px solid #fff;
}
.enhancedtable tr.bottom td{
	border-bottom: 2px solid #999;
}

#searchhistory {
	position: absolute;

	z-index: 50;
	background-color: #FFFFEE;
	border: 1px solid #777777;
	font : 11px "MS Sans Serif", Geneva, sans-serif;
	visibility: hidden;
	padding: 10px;
	display : inline;
}

/* error */
div.error 
{
	font : 11px "MS Sans Serif", Geneva, sans-serif;
	color: Red;
}