
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	height:800px;
	width:354px;
	border-right:1px dashed #BBBBBB;
	height:800px;
	padding-right:20px;
	padding-left:0px;
	float:left;
}

.mootabs_title li {
	cursor: pointer;
	height:110px;
	font-family:Trebuchet MS;
	background:#fff url(../images/events_nav2.gif) no-repeat;
	background-position:0px 0px;	
	margin-bottom:5px;
	color:#ccc;
}

.mootabs_title li:hover{
	color:#666;
	background:#fff url(../images/events_nav2.gif) no-repeat;
	background-position:0px -170px;	
}

.mootabs_title li span{
	height:45px;
	display:block;
	margin-bottom:5px;
	padding-bottom:0px;
	font-size:14px;
	font-weight:bold;
	padding-top:20px;
	padding-left:20px;
}

.mootabs_title li.active {
	background:#fff url(../images/events_nav2.gif) no-repeat;
	background-position:0px -170px;	
	color:#666;
}

.mootabs_title .register {
float:right;
text-align:bottom;
margin-right:20px;
color:#6D79A1;
}

.mootabs_title .register span{
font-size:12px;
height:14px;
color:#6D79A1;
padding-bottom:5px;
padding:0;
margin:0;
}

.mootabs_title .register a{
font-size:13px;
font-style:normal;
font-weight:normal;
padding-right:10px;
}


.mootabs_panel {
	width:354px;
	display: none;
	float:right;
}

.mootabs_panel p {
	text-align:justify;
	font-size:13px;
}

.mootabs_panel h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin-bottom:10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.mootabs_panel h4 {
	font-size:14px;
	font-weight:bold;
	font-family:Trebuchet MS;
	font-style:normal;
}

.mootabs_panel h5 {
	font-family:georgia;
	font-style:oblique;
	color:#6D79A1;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	margin-bottom:10px;
}

.mootabs_panel .register {
padding:10px 0px;
float:right;
}

.mootabs_panel .register a{
font-size:13px;
}

.mootabs_panel.active {
	display: block;
}