/*************** HOME PAGE STUFF ***********************/
#homepageImage {
	width: 200px;
	height: 150px;
}

#mainContent #happyBirthdayImage {
	border:none;
}

#recentEvents {
	width: 230px;
	border: 1px solid #0173BC;
	margin: 10px;
	clear: both;
}

#recentEvents .title{
	background-color: #CEE0EB;
	padding: 2px;
	border-bottom: 1px solid #0173BC;
}

#recentEvents ul {
	margin: 0px;
}

#recentEvents li {
	margin: 0px;
	border-bottom: 1px dashed #0173BC;
	padding: 5px;
	padding-bottom: 20px;
	padding-top: 20px;
	clear: both;
}

.eventHover {
	background-color: #EDF5FA;
	cursor: pointer;
}

#recentEvents li.last {
	border-bottom: 0px;
}

#recentEvents li img {
	width: 90px;
	height: 68px;
	border: 1px solid black;
	margin: 6px;
	margin-top: 0px;
	clear: both;
}

#recentEvents .hide {
	display: none;
}

#recentEvents .random {
	display: none;
}

#recentEvents .show {
	display: block;
}

#mainContent .federationLogos {
	height: auto;
	width: auto;
	border: 0px;
	margin-left: 30px;
	margin-right: 30px;
	vertical-align: middle;
}

#recentEvents li .imageInfo img{
	border: 3px;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}

#scrollBanner {
	border: 1px solid #0173BC;
	padding: 2px;
	background-color: #CEE0EB;
	font-size: 1.0em;
	margin-top: 10px;
}

.timeInfo {
	font-size: 1.0em;
	text-align: center;
	padding: 0,0,5px,0;
}

#countdownHTML {
	text-align: center;
	position: relative;
	background-color: transparent;
	padding: 2px;
}


#mainContent .notice {
	text-align: center;
	border: solid red 2px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFDFDF;
}

#mainContent .notice h3 {
	color: Black;
	word-spacing: 2px;
	font-weight: bold;
}

#mainContent .notice p {
	text-align: center;
	line-height: 20px;
	color: black;	
}

.advert {
	margin-left: 20px;
}

.advert:hover {
	opacity:0.4;
	filter:alpha(opacity=40)
}