.eventhead {
border-bottom:2px #000 solid;
}

.eventheadsub {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/semiblack.png');
color: #fff;
padding: 15px;
}

.eventheadsub[class] {
  background-image:url(../images/semiblack.png);
}

.eventtitle {
font-size: 16pt;
font-weight: bold;
}

.sponsors {
background: #fff;
border-bottom:1px #94936a solid;
border-top:1px #94936a solid;
padding: 5px;
}

#rightsidebox {
float:right;
margin-right:10px;
border: 1px solid #999999;
width: 225px;
background-color: #fff;
text-align:center;
margin-bottom:10px;
}

#rightsidesponsors {
float:right;
margin-right:10px;
border: 1px solid #999999;
width: 225px;
background-color: #1d3652;
text-align:center;
margin-bottom:10px;
}

#eventcontentwrap {
padding: 10px;
        margin-right:245px;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #b36100;
	display: block;
	font-size: 1.2em;
	padding-left:5px;
	padding-right:20px;
	outline: none;
}
ul.tabs li a.current {
	text-decoration: underline;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	text-decoration: none;
	color: #b36100;
	font-weight:bold;
}
.tab_container {
	border: 1px solid #999;
	clear: both;
	float: left; 
	background: #fff;
	margin-bottom:20px;
	padding:5px;
        width:100%;
        min-height:500px;
}
