body{	
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:9pt; 
	color:#000; 
	background-color:#FFF; 
	margin:5px; 
}
.tabbed_content {
	background-color: #454545;
	width: 840px;	
}

.tabs {
	height: 22px;
	position: relative;
}

.tabs .moving_bg {
	padding: 5px 0px 5px 0px;
	background-color:#8c8c8c;
	background-image:url(../images/arrow_down_gray.gif);
	position: absolute;
	width: 135px;
	z-index: 190;
	left: 0;
	padding-bottom: 21px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 5px 0px 5px 0px;
	width: 135px;
	color: #ffffff;
	font-size: 11pt; 
	font-weight: bold; 
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #ffffff;
	padding: 14px 0 0px 0px;
	position: relative;
	width: 840px;
}

.tabslider {
	width: 7000px;
}

.tabslider ul {
	float: left;
	width: 830px;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

.tabslider ul a {
	color: #ffffff;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #aaaaaa;
}

.tabslider ul li {
	padding-bottom: 7px;
	list-style:none;

}


.header{ 
	width:834px;
	background-color:#454545; 
	border-top: 1px solid white; 
	border-bottom: 1px solid white;
	color:#FFF;
	font-size:13pt;
	padding:1px; 
}
.header2{ 
	padding:2px 0 2px 0; 
}
.detail {
	padding: 3px;
}
.loading {
	position: absolute;
	top: 200px; left: 400px;
}
.datatable {
	font-size: 12px;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
	padding: 0;
}
.datatable th {
	padding: 3px;
	font-weight: bold;
	font-size: 11pt;
	border-top: 1px solid #000;
	background-color: #ece7d9;
}
.datatable td {
	border-top: 1px solid #000;
	padding: 1px;
	text-align: center;
}
.datatable tbody tr:hover td
{
	color: #fff;
	background: #fc696f;
}

.datatable a:link , .datatable a:visited { 
	color:#000;
	text-decoration:underline;
}
.datatable a:hover { 
	color:#8c8c8c;
	text-decoration:underline;
}
.fow {
	padding: 2px 2px 2px 0;
	font-size: 10pt;
	width: 100%;
	margin-right: 10px;
}
.rightbox {
	float:right;
	width:400px;
}
.leftbox {
	float:left;
	width:400px;
}
.righthalfbox {
	float:right;
	width:190px;
}
.lefthalfbox {
	float:left;
	width:190px;
}