div#EventContainer{
	padding-bottom:20px;
}

div#EventHeader{
	width:600px;
	height:auto;
	overflow:hidden;
	margin:0 0 20px 0;
	padding:0;
}

div#EventHeader a{
	text-decoration:none;
}

div#EventContainer{
	width:600px;
	height:auto;
	overflow:auto;
}

div#EventFooter{
	width:600px;
	height:auto;
	overflow:hidden;
	margin:0 0 40px 0;
}

div#EventContainer div.EventItem{
	overflow:hidden;
	padding-bottom:20px;
	border-bottom:solid 1px #96c6ec;
}

div#PanelContainer{
	width:auto;
	height:50px;
	overflow:hidden;
	margin:0;
	padding:0;
	background-image:url(../gfx/events/PanelList_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

div#PanelContainer ul#PanelList{
	width:auto;
	height:50px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

div#PanelContainer ul#PanelList li{
	display:block;
	float:left;
	width:auto;
	height:20px;
	margin-left:2px;
	margin-right:2px;
	padding:0;
	list-style:none;
	background-image:url(../gfx/events/PanelList_tab_tl.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#96c6ec;
	color:#003981;
	cursor:pointer;
}

div#EventContainer ul#PanelList li.active{
	color:#003981;
	background-color:#ffffff;
}

div#EventContainer ul#PanelList li:hover{
	color:#2f629e;
	background-color:#b4d3ec;
}

div#EventContainer ul#PanelList li.active:hover{
	background-color:#ffffff;
	color:#003981;
}

div#PanelContainer ul#PanelList li span{
	display:block;
	height:16px;
	white-space:nowrap;
	margin-left:6px;
	padding-top:4px;
	padding-right:6px;
	background-image:url(../gfx/events/PanelList_tab_tr.gif);
	background-repeat:no-repeat;
	background-position:top right;
	font-size:11px;
}


/*
div#EventContainer ul li{
	padding-left:12px;
	background-image:url(../gfx/events/dot_red.gif);
	background-repeat:no-repeat;
	background-position:left 1px;
}
*/

div.Event_LeftCol{
	width:170px;
	height:auto;
	overflow:hidden;
	margin:0;
	padding:0;
	float:left;
}

div.Event_RightCol{
	width:400px;
	height:auto;
	overflow:hidden;
	margin-left:20px;
	padding:0;
	float:right;
}


a.Button{
	display:block;
	width:227px;
	height:38px;
	overflow:hidden;
	margin:0 auto;
	float:none;
	clear:both;
	background-image:url(../gfx/Event_button_bg.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	margin-top:25px;
	margin-bottom:0px;
	padding-top:10px;
}

