/* Standard layout styles for all public pages */

/* enables the red theme: */
a,
#sidebar h2, 
#sidebar h3,
#content h2 {
	color: #b01116;
}

#navbar {
	background-color: #8d0e12; /* #b01116; */
	
	border-top:1px solid #630b0e;
	border-bottom:1px solid #630b0e;
}

#topbar ul li {
	border-color: #CCC;
}
#topbar a {
	color: #FFF;
}
/* specify splash to help zenphoto */
#splash #image #capbg {			
	background:url(../../images/red.gif);
	filter:alpha(opacity=50);opacity:.50;
}
map {
	display:none;
}

table.data, table.report_data {
	/*width: 90%;*/
	line-height: normal;
	border-collapse:collapse;
	
	
	/*border:1px solid blue;*/
	
}
table.data th, table.report_data th {
	border-style:none;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding:0 8px 0 8px;
}
table.data td, table.report_data td {
	border-style:none;
	text-align:left;
	padding:0 8px 0 8px;
	border-left:2px solid white;
}
.textblock {
	width:650px;
	margin:0 auto;
}
.text_small {
	font-size:smaller;
	width:650px;
	margin:0 auto;
}

.odd {
	background-color: #ffffff;
}

.even {
	background-color: #e8e8e8;
}
.style1 {
	color:white;
	font-weight:bold;
}

.event .logo {
	background:transparent url(../../images/vafree.gif) no-repeat scroll center center;
	height:100px;
	margin:0 0 20px;
	width:100%;
}
