/* 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;
	position:relative;
	top:-5px;
}
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;
	/* color:#000; */


}
.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 {
	color:#fff;
	cursor:pointer;
}
.qthead-basic ul.qtabs li span {
	display: block;
	margin: 0;
	/* padding: 3px; */
}
.qthead-basic ul.qtabs li.open {
	
}
 ul.qtabs li.open {
	color:#f5db33;
}

div.qtcurrent {
	clear: both;
	/* border-width: 1px 1px 1px; 
	border-style: solid;
	border-color: #a0a0a0; */
	width: 950px;
	height: 422px;
}
.element .qtcontent {
width:950px;

}

/* Rounded Tabs (class suffix: -round1) */
.qthead-round1 ul.qtabs li {
	background:#eeeeee url(images/round1l.gif) no-repeat scroll 0% 0%;
	margin-left: 5px !important;
	padding: 0;
}
.qthead-round1 ul.qtabs li span {
	background: transparent url(images/round1r.gif) no-repeat scroll right top;
	display: block;
	margin: 0;
	padding: 4px;
}
.qthead-round1 ul.qtabs li.open {
	background:#666666 url(images/round1lo.gif) no-repeat scroll 0% 0%;
}
.qthead-round1 ul.qtabs li.open span {
	background:transparent url(images/round1ro.gif) no-repeat scroll right top;
	color:#fff;
}
.qthead-round1 ul.qtabs li.hover span {
	text-decoration: underline;
}
div.current-round1 {
	clear:both;
	border-width: 3px 1px 1px; 
	border-style:solid;
	border-color: #666666;
	width: 450px;
}

/* Left Aligned Blue Buttons (class suffix:lft-blue1) */
.qthead-lft-blue1 {
	float:left;
	background: #eeeeee url(images/back1.gif) repeat-y scroll right top;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #d0d0d0;
	height: 200px; /* same as .current-lft-blue1 */
}
.qthead-lft-blue1 ul.qtabs {
	margin: 0;
	
}
.qthead-lft-blue1 ul.qtabs li {
	float: none;
	background:#fff url(images/bg-blue1.gif);
	margin: 0;
	padding: 6px !important;
	border-bottom: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	width: 90px;
}

.qthead-lft-blue1 ul.qtabs li span{
	color: #fff;
}
.qthead-lft-blue1 ul.qtabs li.open {
	background: #f4f4f4;
	border-right: 1px solid #f4f4f4;
}
.qthead-lft-blue1 ul.qtabs li.hover span {
	text-decoration: underline;
}
.qthead-lft-blue1 ul.qtabs li.open span{
	color: #666666;
	text-decoration: none;
}

div.current-lft-blue1 {
	clear: none;
	float: left;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #d0d0d0;
	background-color: #f4f4f4;
	padding: 0;
	width: 371px;
	height: 200px; /* same as .qthead-lft-blue1 */
}

/* news section */
.qtcontent2 {
position:absolute;
width:370px;
z-index:1;
}

/* ROSSWSS section */
.qtcontent3 {
position:absolute;
width:893px;
z-index:1;
padding-top:20px;
}

/* Sponsors */
.qtcontent4 {
position:absolute;
width:264px;
z-index:1;
visibility:hidden;
}


.qthead-ros, .qthead-steering, .qthead-history {
position:absolute;
bottom:20px;
right:10px;
z-index:2;
}



#qtabs-ros li, #qtabs-steering li, #qtabs-history li {
margin-right:10px;
font-size:1.1em;
font-weight:bold;
float:left;
margin-left:10px;
cursor:pointer;
list-style-type:none;
color:#06062F;
}
#qtabs-sponsor li.open, #qtabs-sponsor li:hover  {
color:#000;
}
#qtabs-ros li:hover, #qtabs-steering li:hover, #qtabs-ros li.open, #qtabs-steering li.open, #qtabs-history li.open, #qtabs-history li:hover  {
color:#2B2B8A;
}
#qtabs-news li {
color:#30296a;
}
#qtabs-news li.open {
color:#0061AE;
}
