
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/******* Menu *******/
#tabcont{
	margin: 0 auto;
	width: 305px;
}
#tabcont ul{
	list-style: none;
	list-style-position: outside;
	padding:0;
}

.tabmenu {margin:0;}
#tabcont ul.tabmenu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#tabcont ul.tabmenu li{
	font-weight: bold;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #e9e9e9;
	border-bottom: 0 !important;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#tabcont ul.tabmenu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0 !important;
	color: #0B3D91;
}
/******* /Menu *******/
/******* Content *******/
.tabcontent{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #e9e9e9;
	text-align: left;
	padding: 10px;
	font-size: 12px;
}
.tabcontent h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /Content *******/
/******* events *******/
.tabcontent.events{
	display: block;
	width: 285px;
}
/******* /events *******/
/******* results *******/
.tabcontent.results{
	display: none;
}

