#container {
	width: 750px;
	margin: 0 auto;
	padding: 10px 0px;
	font-family: Verdana;}

.timebanner {
	height: 30px;
	padding: 3px 0px 0px 20px;
	color: #fff;
	background: #000 url(/images/time20.jpg) top left repeat-x;
	margin: 10px 0px;
	font-size: 1.4em;}

.signup {
	float: left;
	width: 89px;
	padding: 5px 0px 0px 10px;
	text-align: center;
	background: #F5F5F5;
	font-size: .9em;
	border-left: 1px solid #7A7A7A;}

.eventcontent {
	background: url(/images/eventsbackground.jpg) top left repeat-y;}

.eventbox {
	float: left;
	width: 629px;
	padding: 0px 10px;
	font-size: .8em;
	background: #F5F5F5;
	border-right: 1px solid #7A7A7A;}

.eventbox strong {
	font-size: 1.5em;
	color: #DF8D26;}

.topbox {
	height: 11px;
	padding-top: 5px;
	background: url(/images/topbox.jpg) bottom left no-repeat;}

.bottombox {
	height: 11px;
	padding-bottom: 5px;
	background: url(/images/bottombox.jpg) top left no-repeat;}

.clear {
	clear: both;}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	margin-left: 30px;
	background: url(/images/checkbox.gif) no-repeat;
	display: block;
}

.full {
	font-size: 1.3em;
	color: #aaa;
	line-height: 2em;}

.backendtable table {
    width: 900px;}
    
.backendtable td {
    border-bottom: 1px solid #000;}

/********************OLD CSS******************************/

.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style8 {
	font-size: 14px;
	font-weight: bold;
}

.style9 {font-family: Arial, Helvetica, sans-serif}
.style10 {font-size: 12px}

table.main {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}

table.main td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

#dhtmltooltip{
position: absolute;
width: 200px;
border: 1px solid black;
padding: 3px;
background-color: white;
visibility: hidden;
z-index: 100;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}