
BODY {
	background-color: #ffffff;
	color: #000000;
	font-family: ËÎÌå;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	background-image: url(../_gfx/bg.gif);
}
TD, TH, INPUT, SELECT, TEXTAREA, BUTTON, .input {
	font-family: ËÎÌå;
	font-size: 9pt;
}
INPUT, SELECT, TEXTAREA, BUTTON, .input {
	border-width: 1px;
}
TH {
	text-align: left;
}
H1 {
	color: #FF9900;
	font-weight: normal;
	font-size: 16pt;
}
H2 {
	color: #FF9900;
	font-size: 14pt;
	font-weight: normal;
}
H3 {
	color: #FF9900;
	font-size: 12pt;
	font-weight: normal;
}
SMALL, .small {
	font-size: 7pt;
}
STRONG, .strong {
	font-weight: bold;
}
CODE, .code {
	font-size: 10pt;
	color: #660000;
	font-family: monospace;
}
A:link {
	color: #FF6600;
}
A:visited {
	color: #FF9900;
}
A:hover {
	color: #FF0000;
}
.menu {
	color: #ffffff;
	background-color: #357cb9;
}
.button {
	background-color: #357cb9;
	font-size: 9pt;
	text-decoration: none;
	border-left: #6699FF 1px solid;
	border-top: #6699FF 1px solid;
	border-right: #000066 1px solid;
	border-bottom: #000066 1px solid;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff !important;
}
.button A:hover {
	font-weight: bold !important;
}
.button-head {
	margin-top: 5px;
	border-right: #000066 1px solid;
	padding-right: 5px;
	border-top: #6699cc 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 3px;
	border-left: #6699cc 1px solid;
	color: #ffffff !important;
	padding-top: 3px;
	border-bottom: #000066 1px solid;
	background-color: #275a8d;
	text-decoration: none;
}
.frame {
	font-size: 8pt;
	text-align: center;
}
.menu A, .button A, .frame A {
	color: #ffffff !important;
	text-decoration: none;
}
.main {
	
	position: absolute;
	left: 200px;
	top: 100px;
	padding: 10px;
}
.tbl TH, .DataGrid .Header TD, .Header {
	background-color: #9ABDDC !important;
	padding: 3px;
	font-weight: bold;
}
.tbl TD, .DataGrid .Item TD {
	background-color: #CCDEED;
	padding: 3px;
}
.DataGrid .AlternatingItem TD {
	padding: 3px;
	background-color: #e6e6fa;
}
.tbl A:link, .DataGrid A:link {
	color: #000099 !important;
}
.tbl A:visited, .DataGrid A:visited {
	color: #000066 !important;
}
.tbl A:hover, .DataGrid A:hover {
	color: #0000ff !important;
}
.inf {
	background-color: #EAF2F8;
	color: #000066;
	padding: 10px;
	border: solid 2px #357CB9;
}
.inf A {
	color: #0000ff !important;
}
.err {
	background-color: #FFE5E5;
	color: #660000;
	padding: 10px;
	border: solid 2px #ff0000;
}
.graph-used {
	background-color: #357cb9;
	height: 10px;
	border-left: solid 1px #357cb9;
	border-top: solid 1px #357cb9;
	border-bottom: solid 1px #357cb9;
}
.graph-free {
	background-color: #eaf2f8;
	height: 10px;
	border-right: solid 1px #357cb9;
	border-top: solid 1px #357cb9;
	border-bottom: solid 1px #357cb9;
}


