.powertabs {
	/*float:left;*/
	width:100%;
	font-size:93%;
	line-height:normal;
}

.powertabs_header {
	margin: 6px 0 0 0;
}

.powertabs_list_wrapper {
	margin-top: 0px;
	background:#B0BB21 url(../img/tab/clean/event_header.gif);
	height: 33px;
	border-left: 2px solid #71791C;
	border-right: 2px solid #71791C;
}

.powertabs ul {
	margin:0;
	padding: 9px 10px 0 20px;
	list-style:none;
}
.powertabs li {
	display:inline;
	margin:0;
	padding:0;
}
.powertabs li a {
	float:left;
	background:url(../img/tab/clean/tableft.gif) no-repeat left top;
	margin: 0;
	padding:0 0 0 4px;
	text-decoration:none;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
.powertabs li a span {
	float:left;
	display:block;
	background:url(../img/tab/clean/tabright.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.powertabs li a span {float:none;}
/* End IE5-Mac hack */
.powertabs li a:hover span {
	color:#FF9834;
}
.powertabs li a:hover, .powertabs li a.selected {
	margin: 2px 0 0 0;
	background-position:0% -42px;
}
.powertabs li a:hover span, .powertabs li a.selected span {
	background-position:100% -42px;
}

.powertabs_container iframe {
	clear: both;
	margin: 0;
	border: none;
	width: 100%;
	height: 500px;
}

.powertabs .tabs_content {
	width: 600px;
	height: 200px;
}

.powertabs .tabs_container {
	border: 1px solid #666;
}