@charset "utf-8";
/* CSS Document */

.galleria{list-style:none; float:none; clear:both;}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

.galleria_wrapper
{
	width:630px;
	text-align:center;
}


#event_schedule {
	background-color:#000000;
	width:628px;
	border:#333333 1px solid;
	}

.header {
	background-color:#990000;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	float:none;
	clear:both;
	text-transform:uppercase;
	}
	
#subcontainer {}
.subheader {
	position:relative;
	background-color:#222222;
	color:#FFFFFF;
	font-size:12px;
	padding:5px;
	float:none;
	clear:both;
	text-transform:uppercase;
	}

.subheader .show {
	font-size:10px;
	text-transform:lowercase;
	color:#999999;
	position:absolute;
	right: 5px;
	top:5px;
}
.subheader .hide {
	font-size:10px;
	text-transform:lowercase;
	color:#999999;
	position:absolute;
	right: 5px;
	top:5px;
}

.header_athl {
	background-color: #181818;
	font-weight:bold;
}

.header_athl p {
	padding: 5px;
}

.copy_athl, .copy_loc, .copy_times {
	background-color:101010;
}

.header_athl {
	color:#CCCCCC;
	font-size:12px;
}
.copy_athl {
	color:#CCCCCC;
	font-size:12px;
}


#the_schedule table tr td p
{
	padding:5px;
	line-height:18px;
}