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

.eventDetail {
	background-color: #BEC1C5;
	width: 530px;
	height: auto;
	margin: 0px 0px 10px 20px;
	padding: 10px 10px;
}

#mainContent #videoGallery {
	float: left;
	padding: 0px 0px;
	width: auto;
}

#mainContent #bodyText #event {
	margin-bottom: 40px;
}
#mainContent #bodyText #event tr {
	width: 510px;
	height: 150px;
}
#mainContent #bodyText #event tr td {
	overflow: hidden;
}
#mainContent #bodyText #event tr td img {
	border: 0px;
}
#mainContent #bodyText #event #eventDesc {
	height: 200px;
	width: 530px;
	padding: 10px 0px;
	margin: 0px;
	font-size: 12px;
	position: relative;
	bottom: 0px;
}
#mainContent #bodyText #event #details {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 350px;
	padding: 5px 0px 0px 10px;
	width: 111px;
	height: 24px;
	background-image: url(../images/home/detailBut.jpg);
	background-repeat: no-repeat;
}
#mainContent #bodyText #event #details a {
	font-weight: bold;
	color: #D6E8F1;
	text-decoration: none;
	font-size: 10px;	
}
#mainContent #bodyText #event #details a:hover {
	color: #B22D14;
}
