.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: 0px;
	width:100%;
	visibility: hidden;
	background:url(../images/bot_newsevents.jpg) no-repeat left bottom;
}
.qtcontent .outer {
	margin:0;
	padding:3px;
	background:url(../images/top_newsevents.jpg) no-repeat left top;
}

.qtcontent .inner {
	margin:0;
	padding:5px;
	padding-left:10px;
	margin-top:-2px; padding-top:10px; background:url(../images/backgroundFade_gray-white.gif) repeat-x top center;
	border:1px solid #CACBB9; border-top:0; border-bottom:0; 
	margin-bottom:4px;
}
.qtcurrent {
	position:relative;
	overflow:hidden; 
}

/* Rounded Tabs (class suffix: -round1) */
.qthead-round1 ul.qtabs li {
/*	background:#bdbcb8 url(../images/round1l.gif) no-repeat scroll 0% 0%;*/
	background:#ffffff url(../images/tab_round_off.gif) no-repeat scroll 0% 0%;
	margin-left: 0px !important;
	padding: 0;
	text-align:center;
	width:58px;
	height:23px;
}
.qthead-round1 ul.qtabs li span {
/*	background: transparent url(../images/round1r.gif) no-repeat scroll right top;*/
	display: block;
	margin: 0;
	padding: 5px;
	padding-bottom:0px;
	color:#fff;
	font-size:11px;
}
.qthead-round1 ul.qtabs li.open {
/*	background:#ffffff url(../images/round1lo.gif) no-repeat scroll 0% 0%;*/
	background:#ffffff url(../images/tab_round_on.gif) no-repeat scroll 0% 0%;
	width:53px;
	height:23px;
}
.qthead-round1 ul.qtabs li.open span {
/*	background:transparent url(../images/round1ro.gif) no-repeat scroll right top;*/
	color:#9c3000;
}
.qthead-round1 ul.qtabs li.hover span {
	text-decoration: underline;
}
div.current-round1 {
	clear:both;
	background-color:#ffffff;
	width: 190px;
}


