.cmc-current-events-widget{
	clear: both;
	overflow: hidden;
}
.cmc-current-events-widget div.simpleTabs{
	margin-bottom: 20px;
	width: 220px;
	font-size:12px; 
	font-family:arial; 
}
.cmc-current-events-widget  ul.simpleTabsNavigation{
	/*text-align:left;*/
	background-color: #c8c8c8;
	/*background-image: url(./images/r16_c2.jpg);
	background-repeat: repeat-x;*/
	line-height:30px;
	background-position: right;
	width:220px;
}
.cmc-current-events-widget  ul.simpleTabsNavigation li{
	list-style:none;
	/*display:inline;*/
	display: block;
	float: left;
	line-height:30px;
	/*margin-left:20px;*/
	/*margin-right:10px;*/
	text-align: center;
	width:110px;
}
.cmc-current-events-widget  ul.simpleTabsNavigation li a{
	background-color: #c8c8c8;
	color: #666666;
	display: block;
	font-weight: bold;
	/*margin-left:-10px;*/
}
.cmc-current-events-widget  ul.simpleTabsNavigation li a:hover{ 
	color: #666666;
	text-decoration:underline;
}
.cmc-current-events-widget 	ul.simpleTabsNavigation li a.current{
	color: #33578C;
	/*background-image: url(./images/r6_c12.jpg);*/
	/*background-repeat: repeat-x;*/
	/*background-position: 0px;*/
	line-height:30px;
	/*margin-left:-20px;*/
	/*margin-right:-10px;*/
	/*padding-top: 8px;*/
	/*padding-right:10px;*/
	/*padding-bottom: 8px;*/
	/*padding-left:10px;*/
}
.cmc-current-events-widget  div.simpleTabsContent{
	background-color: #fff;
	float: left;
	width: 200px;
	color: #666666;
	display:none;
	/*background:#EDEBE0;
	background-image: url(./images/r20_c12.jpg);
	background-repeat:repeat-x;
	background-position:bottom;*/
	padding:10px;
}
.cmc-current-events-widget  div.simpleTabsContent a{
	color: #33578C;
}

.cmc-current-events-widget  div.simpleTabsContent a:hover{
	color: #33578C;
	text-decoration: underline;
}
.cmc-current-events-widget  div.simpleTabsContent hr{
	margin-bottom: 10px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9F6EA;
}

.cmc-current-events-widget  div.simpleTabsContent div.event{
	clear: both;
	float: left;
	width: 200px;
	margin: 0 0 10px 0;
}
.cmc-current-events-widget  div.simpleTabsContent div.event-img{
	float: left;
	height: 30px;
	width: 40px;
	padding-right: 7px;
}
.cmc-current-events-widget  div.simpleTabsContent div.event-img img{
    height: 30px;
	width: 40px;
}
.cmc-current-events-widget  div.simpleTabsContent div.event-content{
	float: left;
	width: 153px;
	line-height: 16px;
}
.cmc-current-events-widget  div.simpleTabsContent div.event-content h3{
	font-size: 12px;
}
.cmc-current-events-widget  div.simpleTabsContent.currentTab{ 
  display:block;
}

.cmc-current-events-widget p.more-info{
	clear: both;
	text-align: right;
}
