@charset "utf-8";
/* CSS Document */

.description
{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	color:#00315E;
}


.event
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:800;
	color:#00315E;
	text-decoration: none;
}

.event a
{
	text-decoration:none;
	color:#00315E;
}

.event a:hover
{
	text-decoration:none;
	color:#7AB3DD;
}

.event_title_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#012A68;
	text-decoration: none;
}

#title_div
{
	width:604px;
	float:left;
	}

#content_div
{
	clear:both;
	width:604px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

#separator
{
	float:left;
	width:612px;
	height:3px;
	background-image:url(../Images/separator_bar.jpg);
}


.date_price
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:800;
	color:#000000;
}

.date_price_small
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:800;
	color:#000000;
}

.event_title_purple
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5B2477;
}

#submit
{
	font-family:Arial, Helvetica, sans-serif;
	color:#5b2477;
	background-color:#faf5ff;
	border-bottom:#5b2477;
	border-left:#5b2477;
	border-right:#5b2477;
	border-top:#5b2477;
	border-width:1px;
	border-style:solid;
	font-size:12px;
	height:20px;
}

.styled_button
{
	font-family:Arial, Helvetica, sans-serif;
	color:#5b2477;
	background-color:#faf5ff;
	border-bottom:#5b2477;
	border-left:#5b2477;
	border-right:#5b2477;
	border-top:#5b2477;
	border-width:1px;
	border-style:solid;
	font-size:12px;
	height:20px;
}

