/* Tabs */
.tabpanel {
	display: none;
	clear:both;
}

.tabs {
	float: left;
	margin: 0 0 10px 0;
	list-style-type: none;
	padding: 0;
}

.tabs ul {
	list-style-type: none;
}

.tabs li {
	list-style-type: none;
	float: left;
	padding: 0;
	border: 1px solid #000000;		
	border-bottom: 0;
	height:18px !important;
	margin-right: 1px;
}

.tabs a {
	float: left;
	display: block;
	padding: 2px 6px 2px 6px !important;
	text-decoration: none;
	height:16px;
}

.tabs a:hover {
	background-color: #999999;
	color: red;
}

.tabs .tabon a {
	background-color: #999999;
	color: #FFFFFF;
}

.tabs .taboff a {
	background-color: #840303;
	color: white;
}