@charset "utf-8";
/* CSS Document */

body {
	background:#000;	
	color:#FFF;
}

#main {
	color:#999;	
	background:#000;
}

.googCalendar {
	margin-top:20px;
}

.schedule th {
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	background:#CCC;
}

.schedule td {
	font-size:10px;
	vertical-align:top;
}

.banners_list {
	margin-top:20px;
}

.banner_list_wrapper {
	background:#666;
	margin-top:10px;
	padding:20px;
}

.banner_list_wrapper {
	font-family:Verdana, Geneva, sans-serif;
}

div.banner_list_wrapper {
	border:#3207ad 3px solid;
}

.eventsTable td {
	padding:5px;	
}

#form2{
	background:#FFFF01;
}

table.schedule {
	border:#F00 2px solid;
	padding:5px;
}

.schedule tr {
	margin-bottom:40px;
}

.schedule td {
	padding:5px;
}

.schedule td:first-child {
	width:90px;
}

.dataRowOne {
	background:#009;
}

.dataRowTwo {

}