table.event_list
{
	border-collapse: collapse;
	/*border: 1px solid blue;*/
	margin-bottom: 15px;
}
table.event_list td
{
	font-size: 12px;
	font-style: arial;
	vertical-align: top;
}

table.event_list td.dates
{
	border-top: 1px solid #6F5120;
	border-right: 1px solid #6F5120;
	border-left: 1px solid #6F5120;
	font-weight: normal;
	padding: 2px 0 0 4px;
}

table.event_list td.times
{
	border-top: 1px solid #6F5120;
	/*border-right: 1px solid #BBBBDD;*/
	border-bottom: 1px solid #6F5120;
}


table.event_list td.description
{
	border-top: 1px solid #6F5120;
	padding: 2px;
}

table.event_list td.location
{
	border-top: 1px solid #6F5120;
	border-left: 1px solid #6F5120;
	padding: 0;
	margin: 0;
}

table.event_list td.small
{
	font-weight: normal;
	font-size: 10px;
}

table.times_list
{
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: #F9ECD7;
}

table.location_list
{
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 0px;
}

table.location_list th
{
	border-bottom: 1px solid #E1BF87;
	border-right: 1px solid #E1BF87;
	text-align: right;
	background-color: #F9ECD7;
	font-size: 10px;
	padding-left: 2px;
}
table.location_list td
{
	border-bottom: 1px solid #F4D8AA;
	background-color: white;
	font-size: 10px;
	padding: 1px;
}

table.location_list td.img_thumb
{
	margin: 0px;
	padding: 0px;
}

table.location_list th.heading
{
	font-size: 11px;
	text-align: center;
}



floatr
{
	float: right;
}
floatl
{
	float: left;
}

table.sort
{
	border-collapse: collapse;
	border: 1px solid #6F5120;
}
table.sort th
{
	background-color: #5C4C33;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
	color:	white;
}
table.sort td a
{
	padding: 0 5px 0 10px;
}
table.sort td a.asc
{
	background: url('images/sort_asc.gif') right 3px no-repeat;
}
table.sort td a.desc
{
	background: url('images/sort_desc.gif') right 3px no-repeat;
}
table.sort td
{
	background-color: #F9DCAD;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #AC8F5E;
}

select
{
	background-color: FAFAFF;
}

.hidden
{
	display: none;
}

.image_plus, .image_minus
{
	background-color: #CCCCDD;
	border: 1px solid #9999AA;
	height: 5px !important;
	font-size: 7.5px;
	padding: 1px;
	font-weight: bold;
}


.image_notice
{
	position: absolute;
	top: 10px;
	left: 5px;
}

h1.notice
{
	padding-left: 80px !important;
}