#tabs{
	width:270px;
	_width:235px;
	margin-right:9px;
	float:left;
}
.tabs10 {
	width:100%;
	font-size:93%;
	line-height:normal;
}
.tabs10 ul {
	margin:0;
	padding:0;
	list-style:none;
	display: block;
	background: #d6eb99;
	font-size: 12px;
	font-weight:normal;
	margin:0;
	color:#000;
	height:26px;
}
.tabs10 li {
	display:inline;
	margin:0;
	padding:0;
	overflow:hidden;

}
.tabs10 a {
	float:left;
	margin:0;
	padding:0;
	text-decoration:none;
	font-weight: normal;
}
.tabs10 a span {
	display:block;
	float:left;
	padding:5px 0 4px 0;
	color:#000;
}
.tabs10 a:hover span {
	color:#000;
	text-decoration:underline;
	cursor: pointer; /* ie needs this to show a proper cursor */
}
.tabs10 a:hover,
.tabs10 .selected a {
	/* do nothing */
}
.tabs10 a:hover span,
.tabs10 .selected a span  {
	/* do nothing */
}
.tabs10 a.left span,
.tabs10 a.right span {
	width:134px;
	_width:114px;
	text-align:center;
	line-height: 17px;
}
.tabs10 a.full span {
	text-align:left;
	margin-left:16px;
}
.tabs10 .selected a.left {
	background: transparent url(../gfx/highlight_greenLeft.gif) no-repeat;
}
.tabs10 .selected a.right {
	background: transparent url(../gfx/highlight_greenRight.gif) no-repeat;
}
.panel{
	border:1px solid #d6eb99;
	border-top:1px solid #fff;
	padding:0 9px 10px;
	width:250px;
	_width:235px;
}
.panel#eventsTab{
	border-top:1px solid #d6eb99;
}

#tabs span.heading,
#tabs span.heading{
	display:block;
	line-height: 24px;
	color:#000;
	margin:0;
	padding:0 16px;
	text-decoration:none;
	font-weight: normal;
	background:#99cc00;
	font-size:12px;
}
.panel#eventsTab{
	margin-bottom:5px;
}
