﻿#wrapper
{
	background-image: url(/images/background_admin.gif);
	background-repeat: repeat-y;
}

#content
{
	width: 602px;
	float: right;
}

#content h1
{
	width: 599px;
	background-image: url(/images/title_bar_wide.gif);
	background-repeat: no-repeat;	
	margin-bottom: 10px;
}

.eventItem
{
	width: 599px;
	margin-bottom: 10px;
}

#content .eventItem h2
{
	width: 599px;
	margin-top: 5px;
	padding-top: 6px;
	padding-left: 5px;
	color: #ffffff;
	background-image: url(/images/event_bar_wide.gif);
	background-repeat: no-repeat;		
}

.eventItem img.listing
{
	float: left;	
	padding-left: 5px;
	padding-right: 5px;
	border-style: none;		
}

#content .eventItem h2 a, #content .eventItem h2 a:Link, #content .eventItem h2 a:Visited, #content .eventItem h2 a:Active 
{
	color: #ffffff;
	text-decoration: none;	
}

#content .eventItem h2 a:Hover 
{
	color: #ffffff;
	text-decoration: underline;	
}

.boxWideTop
{
	height: 4px;
	background-image: url(/images/box_wide_top.gif);
	background-repeat: no-repeat;	
	overflow:hidden;
}

.boxWideMiddle
{
	padding: 5px 5px 5px 5px;
	background-image: url(/images/box_wide_middle.gif);
	background-repeat: repeat-y;	
}

.boxWideBottom
{
	height: 4px;
	background-image: url(/images/box_wide_bottom.gif);
	background-repeat: no-repeat;		
}