@charset iso-8859-1;
/* CSS Document */

.tabs {
	/*margin:10px 0px;*/
	background-color:#FFF;
	position:absolute;
	top:0;
	width:100%;
}

.tabs-panels-header .tabs {
	position: static;
	top:auto;
}

.tabs-index:before, .tabs-index:after {
	content: "";
	display: table;
}
.tabs-index:after {
	clear: both;
}

.tabs-index {
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 0 0 1px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size:12px;
}

.tabs-index > li {
	float: left;
	margin-bottom: -1px;
	position: relative;		
}
.tabs-index > li > a {
	color: #808080;
	display: block;
	border: 1px solid transparent;
	line-height: 26px;
	margin-right: 2px;
	padding: 0 10px;		
}

.tabs-index > li > a.disabled {
	color: #CCC;	
}

.tabs-index > li > a:hover {
	background-color: #EEEEEE;
	border-color: #EEEEEE #EEEEEE #DDDDDD;
	text-decoration: none;
	color:808080;
}
.tabs-index .active > a, .tabs-index .active > a:hover {
	background-color: #FFFFFF;
	border-color: #DDDDDD #DDDDDD transparent;
	border-style: solid;
	border-width: 1px;
	color: #000;
	cursor: default;
}

.tabs-panels {
	padding:0px;
	height:100%;
}

.tabs-panels > div {
}
