/****** SPONSORSHIP ******/
.section_sponsor{
	text-align:center;
	margin: 5px 5px;
	margin-top: 10px;
	clear:both;
	color: #666666;
}
.section_sponsor img{
	border: none;
}
/****** EVENT CONTAINER ******/
#event_container{
	width: 240px;
}
#event_ul{
	font-size: 10pt;
	float:left;
	list-style: none; 
	margin: 0px 0px 0px 5px;
	padding:0px;
	border:solid 0px #dddddd;


}
div#section_list div{
	float:left;
	padding:3px;
	margin: 2px 2px 0px 0px;
	text-align:center;
	position: relative;
	top: 1px;
	left: 1px;
	cursor: pointer;
	font-weight: normal;
	font-size: 8pt;
	text-transform:uppercase;
	
}
.active_tab{
	background-color: #ffffff;
	border: solid 1px #bbbbbb;
	border-bottom: solid 0px #ffffff;
	line-height: 18px;	
}
.inactive_tab{
	background-color: #fbfaef;
	border: solid 1px #bbbbbb;
	line-height: 17px;	
}
#event_content{
	font-size: 10pt;
	border: solid 0px #bbbbbb;
	clear:both;
	float:right;
	width: 239px;

}
.glance_header{
	background-color: #0D547C;
	margin-bottom: 3px;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	background: #ffffff url(../img/title_week_glance.jpg);
	width: 239px;
	height: 43px;
	text-transform:uppercase;
	float:left;
}
div.title_bar_margin{
	margin-left: 10px;
	margin-top: 15px;
}

/****** EVENT DATE CONTAINERS ******/
.event_date_container{
	margin: 5px 0px;
	border: solid 0px #000000;
	float:left;
}
.event_date{
	margin-left: 4px;
	border:solid 1px #cccccc;
	float:left;
	width: 35px;
	text-align:center;
	height: 35px;
}
.event_date a{
	color:#0B567F;
	font-weight:bold;
	text-decoration:none;
}
.event_date a:hover{
	text-decoration:underline;
}
.event_date_body{
	float:right;
	text-align:left;
	width: 188px;
}
.event_date_body ul{
	list-style: none;
	padding: 0px; 
	margin: 0px;
}
.event_date_body ul li a{
	text-decoration: none;
	color: #000000;
}
.event_date_body ul li a:hover{
	text-decoration: underline;
}
.event_date_body div{
	font-style:italic;
}
.current_day ul li a{
	text-decoration: none;
	color: #0D547C;
}
.current_day ul li a:hover{
	text-decoration: underline;
}