#tabs {
	width: 865px;
	padding-top: 20px;
	clear: both;
	border-top: solid white 1px;
}

#tabnav {
	height: 31px;
	padding-left: 0px;
	margin-right: 2px;
	float: left;
	width: 100%;
	position: relative;
	z-index: 4;
}

.tab_wrapper {
	float: left;
	height: 31px;
}

#tabnav .active {
	background: none;
	height: 31px;
}

.tab {
	background: url(/images/tab_bg.gif) repeat-x;
	border-top: #cccccc solid 1px;
	height: 31px;
	margin: 0px 4px;
	float: left;
	display: inline;
}

.tab_padder {
	padding: 6px 15px 5px 15px;
}

.active .tab {
	background: none;
	background-color: #fff;
	z-index: 2;
}
	
#tabnav a {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 18px;
	margin-right: 4px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	float: left;
}

#tabnav .right-bg {
	background: url(/images/interface/tab-r.gif) no-repeat top right;
	float: left;
	margin-right: 4px;
}

#tabnav .left-bg {
	background: url(/images/interface/tab-l.gif) no-repeat top left;
	float: left;
}

#tabnav .active .right-bg {
	background: url(/images/interface/tab-active-r.gif) no-repeat top right;
}

#tabnav .active .left-bg {
	background: url(/images/interface/tab-active-l.gif) no-repeat top left;
}


.list_marker {
	float: left;
	background: url(/images/interface/widget_up.gif) no-repeat 0 4px;
	width: 10px;
}

.active .list_marker {
		background: url(/images/interface/widget_down.gif) no-repeat 0 4px;
}

#tab_content {
	clear: both;
	position: relative;
	z-index: 1;
}

.tab_content {
	border: solid 1px #ccc;
	background-color: #fff;

}

.tab_inner {
	padding: 10px;
}

.tab_content ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: circle;
}

.tab_content a {
	color: #06C;
	text-decoration: none;
}

.tab_content .dimmed a {
	color: #ccc;
}
