@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #CCCCCC;

}
#tableMain {
	background-color: #FFFFFF;
}

#tblHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
}


#outerWrapper {
	background-color: #FFEDCE;
	width: 100%;
}

#wrapper {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px; /* top left bottom right */
	border: 1px solid #000000;
}
#browseWrapper {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px; /* top left bottom right */
	border: 1px solid #000000;
}

#divHeader {
	background-color: #CCCCCC;
	height: 150px;
	margin: 0px;
	padding: 0px;
	width: 800px;
}

#divLeftBar {
	float: left;
	width: 150px;
	background-color: #FEA201;
	padding: 0px; /* top left bottom right */
	height: 400px;
	background-repeat: no-repeat;
}

#divContent {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.formLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}


#divFooter {
	background-color: #CCCCCC;
	height: 50px;
}

a {
	text-decoration: none;
	color: #0033FF;
}

a:hover {
	color: #0099FF;
}

.rosterLine:hover {
	background-color:#FFCCaa;
}
		
	
		

h4 {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#divMoreInfo {
	margin-left: 10px;
	margin-right: 10px;
}

p.help {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.rosterLine {
	font-size: 10px;
}

#wrapper #tableMain #navBar {
	height: 35px;
	background-image: url(../images/ro.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
