@charset "utf-8";
/* CSS Document */
div#event {
	width: auto;
	float: none;
	clear: both;
	height: auto;
	margin-bottom: 10px;
	padding: 10px;
	border: thin dotted #A0A0A4;
}
div#event:hover {
	width: auto;
	float: none;
	clear: both;
	height: auto;
	margin-bottom: 10px;
	padding: 10px;
	border: thin dotted #A0A0A4;
	background-color: #E2007A;
	cursor: pointer;
}

div#event_left_container {
	float: left;
	height: auto;
	width: 240px;
	clear: left;
	text-align: left;
}

div#event_right_container {
	clear: right;
	float: right;
	height: auto;
	width: 500px;
	margin-left: 10px;
	text-align: left;
}



.event_title {
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	clear: both;
	margin-bottom: 5px;
	color: #E2007A;
}

div#event_description {
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	clear: both;
	margin-bottom: 5px;
}

div#event_date {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	clear: both;
	margin-bottom: 5px;
	font-style: normal;
}

div#event_admission {
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	clear: both;
	margin-bottom: 5px;
	font-style: normal;
}
div#event_more {
	clear: both;
	margin-bottom: 5px;
}
.event_more {
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	clear: both;
	margin-bottom: 5px;
	font-style: normal;
}
.event_more:link {
	text-decoration: none;
	color: #333333;	
}
.event_more:visited {
	text-decoration: none;
	color: #333333;	
}
.event_more:hover {
	text-decoration: underline;
	color: #333333;	
}
.event_more:active {
	text-decoration: none;
	color: #333333;	
}

div#event_logo {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	font-style: normal;
	margin: 10px;
	float: left;
}

div#event_clear_line{
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 15px;
	margin-bottom: 5px;
}
div#event_history {
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	color: #A19589;
	background-color: #FFF;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E2007A;
	border-bottom-color: #E2007A;
}
div#event_year {
	width: auto;
	clear: none;
	height: auto;
	padding: 5px;
	border: thin solid #E2007A;
	margin-right: 5px;
	float: right;
	margin-bottom: 10px;
	color: #E2007A;
}
div#event_year:hover {
	color: #FFFFFF;
	background-color: #E2007A;
}
div#event_year_active {
	width: auto;
	clear: none;
	height: auto;
	padding: 5px;
	border: thin solid #E2007A;
	margin-right: 5px;
	float: right;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #E2007A;
}
div#event_other_venue {
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: normal;
	padding: 5px;
	background-color: #A19589;
}
div#event_other_address {
	color: #A19589;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	margin-bottom: 10px;
	border: thin solid #A19589;
	background-color: #FFFFFF;
}
div#event_clear_line_dot{
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #A0A0A4;
	border-right-color: #A0A0A4;
	border-bottom-color: #A0A0A4;
	border-left-color: #A0A0A4;
	width: auto;
	height: 10px;
	margin-top: 10px;
}
