/* Common Styles */
/* Used by all layouts: do NOT remove this section */
.qtwrapper {
	height: 1%;
}
ul.qtabs {
	list-style-position: outside;
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
ul.qtabs li {
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
}
.qtcontent {
	position: absolute;
	margin: 0;
	padding: 3px;
	width:99%;
	visibility: hidden;
}
.qtcurrent {
	position: relative;
	overflow: hidden; 
}
/* End Common Styles */

/* Layouts */
/* You can remove a section if you don't need that particular layout */

/* Basic Tabs  (class suffix: -basic) */

.qthead-basic ul.qtabs li {
	background: #500000 !important;
	margin: 0 0 0 2px !important;
	padding: 0 !important;
	border-width: 1px 1px 0;
	border-color: #a0a0a0;
	border-style: solid; 
	position: relative;
	bottom: -1px;
	color: #ffffff;
	font-size: 14px; 
	height: 24px;
}
.qthead-basic ul.qtabs li span {
	display: block;
	margin: 0;
	padding: 3px;
}
.qthead-basic ul.qtabs li span.over {
	color: #ff0000;
}
.qthead-basic ul.qtabs li.open {
	background: #500000 !important;
	z-index: 2;
}
.qthead-basic ul.qtabs li.closed {
	background: #000000 !important;
}
.qthead-basic ul.qtabs li.closed.hover{
	background: #000000 !important;
	color: #ff0000;
}
div.current-basic {
	clear: both;
	width: 100%;
	height: 650px; 
	overflow: auto;	 
}


