﻿div.eventList
{
	border: #DDDDDD solid 1px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

td.eventSeparator
{
	background-image: url(images/bg_dottedline.png);
	background-position: top;
	background-repeat: repeat-x;
}

table.eventListTable
{
	width: 390px;
}

input.eventSearchStringTextBox
{
	width: 210px;
	border: solid 1px #000000;
	margin-top: 10px;
}

div.eventSearchTypeRadioBoxGroup
{
	margin-top: 10px;
}

div.eventSearchTypeRadioBox
{
	display: block;
}

input.eventSearchButton
{
	width: 212px;
	border: solid 1px #000000;
}

img.eventPicture
{
	width: 70px;
}

img.eventBanner
{
	text-align: center;
}