@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/bg_elements.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	/*text-align: center;
	font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	background-color: #030303;
		}

.oneColElsCtr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 3px;
	}

.headerBG{
	background-image:url(../images/bg_loginbox.png);
	margin: 0;
	padding: 0;
	width: 980px;
	height: 50px;
	
}

#menuWrapper{
	width: 980px;
	height: 30px;
	margin-top: 68px;
}
#mainSection{
	width: 980px;
	margin-top: 4px;
	background-color: #000;
}

#header{
width: 980px;
height: 50px;
}

#flex_schedule{
width: 980px;
height: 625px;
background-color: #FFF;
}

#footer_schedule{
	float: left;
	width: 980px;
}

#top_banner{
	width: 980px;
	background-color: #FFF;
}

.dir_error{
color: #FFF;
padding: 20px;
font-size: 1em;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}