@charset "utf-8";
/* CSS Document */

ul.tabs {
float:left;
list-style:none;
width:100%;
margin:0;
padding:0;
border:#ccc 1px solid
}

ul.tabs li {
float:left;
height:30px;
line-height:30px;
overflow:hidden;
position:relative;
background:#e8e8e8;
padding:0;
width:33.3%;
text-align:center
}

ul.tabs li a {
text-decoration:none;
color:#000;
display:block;
font-weight:bold;
font-size:12px;
border:1px solid #fff;
outline:none;
padding:0 5px;
}

ul.tabs li a:hover {
background:#ccc;
}

html ul.tabs li.active,html ul.tabs li.active a:hover {
background:#fff;
border-bottom:1px solid #fff;
}
.tabContainer {
border:1px solid #ddd;
overflow:hidden;
clear:both;
float:left;
width:100%;
background:#fff;
}

.tabContent {padding:18px;
}
pre {
	background: #f1f1f1;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
	color: #000 !important;
}