.tabs {
	border-bottom: 1px solid #ddd;
	height: 20px;
}

.tabs li {
	background: none !important;
	float: left;
	display: inline;
	margin-right: 2px;
	height: 20px;
	padding: 0 0 0 0 !important;
	border-bottom: none !important;
}

.tabs li a {
	float: left;
	display: block;
	border: 1px solid #ddd;
	border-bottom: 0;
	padding: 0 5px 0 5px;
	background-color: #FFA500;
	color: #FFF !important;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-shadow: none;
}

.tabs li a:hover {
	background-color: #008000;
	color: #FFF !important;
}

.tabs li a.selected {
	background: #FFF;
	color: #333 !important;
	z-index: 9;
}

.tabs li a.selected:hover {
	background: #fff;
	color: #333;
	z-index: 9;
}

.tabcontent {
	display: none;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 5px 10px 10px 10px;
	width: 260px;
}

.tabcontent ol {
	padding: 0 0 0 0;
}

.tabcontent li {
	background: none !important;
	padding: 4px 0 4px 0 !important;
	line-height: 1.4em !important;
	border-bottom: 1px dotted #ccc !important;
	list-style: none !important;
}

.tabcontent a {
	color: #008000 !important;
}

.tabcontent li a strong {
	color: #008000;
}

@media print {
	.tabcontent {
	display: block !important;
	}
}
