body {
	cursor: default;
	color: white;
	background-color: #272727;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 2px 2px;
}
a {
	text-decoration: underline;
}
	.stats_table {
	background-color: #A6A6A6;
	padding: 0px;
	color: black;
	border-right: 1px solid #000000;
	font-size: 11px;
	}
a:visited, a:active, a:link {
	text-decoration: underline;
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma, Verdana;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma, Verdana;
}
.selectBox {
	display: inline;
	border: 1px solid #505050;
	cursor: pointer;
	margin: 5px;
	margin-left: 2px;
	padding: 5px 15px 5px 15px;
	vertical-align: middle;
	color: #cccccc;
	background: url(../images/design/subhead.png) repeat-x;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.selectedBox {
	display: inline;
	border: 1px solid #505050;
	cursor: pointer;
	margin:	5px;
	margin-left: 2px;
	padding: 5px 15px 5px 15px;
	vertical-align: middle;
	color: #cccccc;
	background: url(../images/design/selected_box.png) repeat-x;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.alt {
background-color: #151515;
}
td {
	font-size: 11px;
	padding: 5px;
}
.header a {
	color: white !important;
}
.select {
	cursor: pointer;
}
.red_row {
background-color: #b24343;
}
.red_alt {
background-color: #8e3f3f;
}
.select_odd {
	background: #151515;
	cursor: pointer;
}
.top {
	background: #173478;
}
.selected {
	color: white;
	background-color: #173478;
}
.selected_odd {
	color: white;
	background-color: #173478;	
}
.selected a:visited, .selected a:active, .selected a:link {
	text-decoration: none;
	color: #FFF;
	font: 11px Tahoma, Verdana;
}
.selected a:hover {
	text-decoration: underline;
	color: #FFF;
	font: 11px Tahoma, Verdana;
}
.subnav {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 1px solid #4d4d4d;
	background-color: #151515;
	padding: 5px 25px 5px 25px;
}
.subnav td{
	text-align: center;
	padding: 10px;
}
.subnav .link {
	background-color: #303030;
	border: 1px solid #4d4d4d;
	padding: 5px 20px 5px 20px;
	color: white;
}

.header td a:hover {
	color: white !important;
	text-decoration: none;
}
.input {
	text-align: left;
	padding: 2px;
	width: 130px;
	margin: 0;
	color: #000;
	border: 1px solid #ABADB3;
	background: #FFF;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.f_input {
	font-size: 11px;
	font-style: normal;
	height: 16px;
	color: #000;
	border-collapse: collapse;
	border: 1px solid #FFF;
	background: url(../images/input.jpg) repeat-x;
	margin: 1px;
}
.button {
	background: url(../images/design/subhead.png) repeat-x;
	border: 1px solid #505050;
	font-size: 10px;
	font-weight: bold;
	height: 24px;
	display: block;
	width: 89px;
	color: #cccccc;
	text-align: center;
	padding-top: 0;
	border: 0;
	cursor: pointer;
}
.action {
	filter: alpha(opacity =   80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	padding: 10px;
	background-color: #171717;
	border: 1px solid #222222;
}
.action.selected {
	filter: alpha(opacity =   80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	padding: 10px;
	background-color: #272727;
	border: 1px solid #333333;
}
.action.disabled {
	filter: alpha(opacity =   50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	padding: 10px;
	background-color: #272727;
	border: 1px solid #222222;
}

.action .im {
border: 1px solid #222222;
}
.per {
	position: absolute;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 11px;
	left: 63px;
}
.rg {
	position: absolute;
	height: 11px;
	background-image: url('images/bar/g.jpg');
	z-index: 2;
}
.ro {
	position: absolute;
	left: 20%;
	height: 11px;
	background-image: url('images/bar/o.jpg');
}
.bar {
	position: relative;
	width: 150px;
	height: 11px;
	border: 1px solid #000;
	background: url('images/bar/r.jpg');
}
.bar_small {
	position: relative;
	width: 75px;
	height: 11px;
	border: 1px solid #000;
	background: url('images/bar/r.jpg');
}
.bar_full {
	position: relative;
	width: 100%;
	height: 11px;
	border: 1px solid #000;
	background: url('images/bar/r.jpg');
}
.per_small {
	position: absolute;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 11px;
	left: 24px;
}
.textarea, .table_back {
	text-align: left;
	padding: 2px;
	margin: 0;
	color: #000;
	border: 1px solid #ABADB3;
	background: #FFF;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 10px;
	opacity: 0.85;
	max-width: 250px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
.subhead {
	line-height: 24px;
	height: 24px;
	margin-right: 10px;
	text-align: left;
	vertical-align: middle;
	color: #cccccc;
	background-position: center top;
	background: url(../images/design/subhead.png) repeat-x;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.subhead td {
	padding-left: 3px;
	border-bottom: 1px solid #000;
}
.table, .background {
	border: 1px solid #222222;
	color: white;
	background: #000000;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.header {
	padding: 0px;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: white !important;
	padding-left: 5px;
	background: url(images/header.png) repeat-x;
}
.header td {
	padding:0;
	margin-bottom: 0px;
	padding-left: 5px;
	border-bottom: 1px solid #222222;
}
.warning {
	font-weight: bold;
	text-align: center;
	padding: 2px;
	color: red;
}
.success {
	font-weight: bold;
	text-align: center;
	padding: 2px;
	color: green;
}
div .center{
	margin-left: auto;
	margin-right: auto;
}
}