@charset "utf-8";
/* CSS Document */

body {
background-color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;

}

#outer {
	height: 550px;
	width: 960px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-275px;
	margin-left:-480px;
	float:left;
	display:inline;
}

#outer-events {
	height: 550px;
	width: 550px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-275px;
	margin-left:-275px;
	float:left;
	display:inline;
}

#events-header {
	height: 82px;
	width: 550px;
	display:inline;
	float:left;
}

#events-body {
	width: 470px;
	display:inline;
	float:left;
	background-image:url(images/events-bg.gif);
	background-repeat:repeat-y;
	padding:40px;
	padding-top:20px;
	padding-bottom:20px;
}

#events-footer {
	height: 32px;
	width: 550px;
	display:inline;
	float:left;
}

#inner {
	z-index:1;
	position:absolute;
	height: 550px;
	width: 960px;
}

td.header {
background-image:url(images/top.jpg);
background-repeat:no-repeat;
height:40px;
}

td.middle {
background-image:url(images/middle.jpg);
height:45px;
padding:10px;
text-align:left;
}

td.footer {
background-image:url(images/bottom.jpg);
background-repeat:no-repeat;
height:34px;
}

.textfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	line-height:20px;
	height:18px;
	width:120px;
	padding-left:5px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:5px;
	background-color:#CCCCCC;
}

.formdropdown {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	height:18px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:0px;
	background-color:#a7a7a7;
		border:1px solid #a7a7a7;
		
	
}
