﻿div#eventsCalendarBlock
{
	float:left;
	width:42%;
	margin-right:10px;
}

div#searchFilters fieldset.search input.txt
{
	width:180px;
	height:42px;
	background:url("/images/textEventSearch.gif") no-repeat;
}
div#searchFilters fieldset.search input.img
{
	*position:relative;
	*top:-19px;
	width:21px;
	height:22px;
	background:url("/images/buttonSearchSmall.gif") no-repeat;
}
div#eventListing
{
	clear:both;
	width:450px;
	margin-top:10px;
}
div#eventListing strong,
div#eventListing h3
{
	color:#542153;
}
a.eventEdit
{
	display:block;
	float:right;
	width:85px;
	height:24px;
	background:url("/images/buttonEditevent.gif") no-repeat;
}
a.eventCal
{
	display:block;
	float:right;
	width:152px;
	height:24px;
	margin-right:10px;
	background:url("/images/buttonEventcalendar.gif") no-repeat;
}
input.eventDelete
{
	display:block;
	float:right;
	width:96px;
	height:24px;
	margin-right:10px;
	background:url("/images/buttonDeleteevent.gif") no-repeat;
}

