div#content {
	background-color:		#ffffff;
}

div#filterHolder div.filterMenu {
	top:				21px;	
}

div#filterHolder div#yearMenu {
	left:				192px;
}

div#filterHolder div#countryMenu {
	left:				310px;
}

div#innerContent table {
	position:				relative;
	height:					auto;
	width:					895px;
	margin:					8px 15px 0 20px;
}

div#innerContent table tr {
	height:					20px;
}

div#innerContent table tr td {
	font-size:				10px;
	color:					#000000;
	vertical-align:			middle;
	text-transform:			uppercase;
	/*border:				1px solid #000000;*/
}

div#innerContent table tr td img {
	float:					left;
	padding-top:			2px;
	margin-left:			10px;
}

div#innerContent table tr td a {
	color:					#000000;
	text-decoration:		underline;
}

div#innerContent table tr td span {
	margin-left:			10px;
}

div#innerContent table tr td.td-country {
	width:					60px;	
}

div#innerContent table tr td.td-city {
	width:					69px;	
}

div#innerContent table tr td.td-name {
	width:					174px;	
	font-weight:			bold;
}

div#innerContent table tr td.td-desc {
	width:					378px;	
}

div#innerContent table tr td.td-spacer {
	width:					30px;	
}


div#innerContent table tr.tableSpacer {
	height:					9px;
}

div#innerContent table tr#tableHead {
	height:					25px;
}

div#innerContent table tr#tableHead td {
	font-size:				11px;
	vertical-align:			middle;
}

div#innerContent table tr.eventNews {
	display:				none;
	height:					auto;
}

div#innerContent table tr.eventNews td a {
	float:					left;
	clear:					left;
	width:					100%;
	margin:					0 0 0 30px;
	font-weight:			bold;
	font-size:				10px;
	text-decoration:		none;
	margin-bottom:			7px;
}

div#innerContent table tr.eventNews td a.website {
	text-decoration:		underline;	
}

div#innerContent table tr.eventNews td a.website:hover {
	color:					#BE3100;	
}

div#innerContent table tr.eventNews td img.spaceImage {
	width:					100%;
	height:					7px;
}

div#innerContent table tr.invertColor td {
	color:					#ffffff;
	background-color:		#000000;
}

div#innerContent table tr.invertColor td a {
	color:					#ffffff;
}

div#innerContent table tr td.eventDate {
	width:					115px;
}
