﻿.EventListingTable
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	/* border: solid 1px #000; */
	border: none 0;
	width: 649px;
	border-collapse: collapse;
	border-spacing: 0;
	/*background-color: Green;*/
}
.EventListingEditLine
{
	border-left: dashed 1px #ccc;
	text-align: right;
}
.EventListingSeparator
{
	/*margin-bottom: 15px;*/
	height: 0;
	padding: 0;
	margin: 0;
	border-bottom: dashed 1px #ccc;
}
	
/* the image column - real width is 181px with 1px border */ 
td.EventListingImage
{
	width: 180px;
	padding: 5px 6px 5px 0px;
	vertical-align: top;
	border-right: dashed 1px #ccc;
}
/* the actual image */
img.EventListingImage
{
	border: none 0;
	height: 101px;
	width: 174px;
}
.EventListingDetail
{
	margin: 0;
	padding: 5px 0 5px 6px;
	width: 462px;
	vertical-align: top;
}
/* event name paragraph real width is 468px - margins subtracted */
p.EventListingDetailName
{
	float: left;
	height: 28px;
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	width: 282px;
}
p.EventListingDetailName a,
p.EventListingDetailName a:link,
p.EventListingDetailName a:hover,
p.EventListingDetailName a:active,
p.EventListingDetailName a:visited
{
	color: #58BDB9;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

/* description paragraph*/
p.EventListingDetailDesc
{
	background-color: #dddddd;
	float: right;
	font-family: Tahoma;
	font-size: 10px;
	height: 93px;
	margin: 0;
	/*margin-top: 2px;*/
	padding: 4px 5px;
	padding: 0;
	padding: 4px 5px;
	text-align: left;
	width: 164px;
	overflow: hidden;
}
/* real width is 288px */
.EventListingDetailInfo
{
	font-size: 11px;
	height: 13px;
	margin: 0;
	margin-top: 2px;
	margin-bottom: 3px;
	padding: 0;
	float: left;
	width: 282px;
	overflow: hidden;
}
/* real width is 288px */
.EventListingDetailLink
{
	height: 14px;
	margin: 0;
	margin-top: 2px;
	padding: 0;
	float: left;
	font-size: 11px;
	width: 282px;
}
.EventListingDetailLink a,
.EventListingDetailLink a:link,
.EventListingDetailLink a:hover,
.EventListingDetailLink a:active,
.EventListingDetailLink a:visited
{
	color: #58BDB9;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.EventListingHiddenItem
{
	background-color: #FFCCCC;
}
h1.EventListingTitle
{
	color: #58bdb9;
	font-weight: bold;
	margin: 10px 0 0 0;
	text-align: left;
	width: 400px;
}
.EventListingSearchUpperLine
{
	float: right;
	margin: 10px 0 5px 0;
	text-align: right;
	width: 250px;
}
.EventListingSearchLowerLine
{
	clear: right;
	float: right;
	margin: 0 0 5px 0;
	text-align: right;
	vertical-align: middle;
	width: 250px;
}
.EventListingSearchTypeCombo
{
	color: #666666;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	width: 90px;
}
.EventListingSearchLocationCombo
{
	color: #666666;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	width: 110px;
}

.EventListingSearchMonthCombo
{
	color: #666666;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	width: 101px;
}
.EventListingSearchYearCombo
{
	color: #666666;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	width: 80px;
}
.EventListingSearchButton
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	display: none;
}

