BODY {
	background-color: #0a0b07;
	background-image: url(../ui/bg_grad.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #8d9c75;
	margin: 0;
	margin-top: 0px;
}


a {
   color: #f7fdec;
   font-weight: bold;
   text-decoration: none;
	outline: none;
}


	
a:active, a:hover {
   color: #8e9b77;
   text-decoration: none;}

/*
TABLE, TD, TR {
   font-family:Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #e4f0d0;
   text-decoration: none }
*/   
   
#scrollbox {
	z-index: 2;
	width: 716px;
	height: 89px;
	overflow: auto;
	position: relative;
	background-color: #0a0b07;
	margin: 0.3em auto;
	padding: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.hscrollerbase {
	z-index: 2;
	height: 20px;
	background-color: #0a0b07;

}
.hscrollerbar {
	z-index: 3;
	height: 20px;
	background:  #2e3126 url('../ui/scrollcenter.png') no-repeat 0 0;	
	background-position: center;	
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;

}
.hscrollerbarbeg {
	z-index: 3;
	height: 20px;
	background-position: left;
}
.hscrollerbarend {
	z-index: 3;
	height: 20px;
	background-position: right;
}


.scrollgeneric {
	z-index: 3;
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.tooltiphead {
	z-index: 5;
	background: #8d9c75;
	color: #151711;
	font-size: 14px;
	font-family: arial;
	opacity: 0.9;
	padding: 4px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}

.tooltipbody {
	z-index: 5;
	background: #151711;
	color: #8d9c75;
	opacity: 0.9;
	padding: 4px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

.block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	color: #e4f0d0;
	
	background: #575b47;
	width: 716px;

	left: auto;
	padding-top: 25px;
	padding-bottom: 7px;

	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.blockhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;	
	text-decoration: none;
	color: #e4f0d0;

	padding-left: 25px;	
	padding-right: 25px;
	padding-top: 10px;	
	padding-bottom: 10px;	
	background: #494d3d;
}


.blockbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #e4f0d0;
	
	padding: 25px;	
	background: #575b47;
}

.button, .button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;

	padding: 8px;	
	background: #4a4d41;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

}

.button:hover {
	background: #e4f0d0;
	color:  #4a4d41;
}

