/* Type Selectors */

body {
	background-color: #FFF;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100.01%%;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.6em;
	text-align: center;
	margin: 0px;
}

h2 {
	font-size: 1.3em;
	text-align: left;
	margin-left: 10px;
}

h3 {
	font-size: 1.2em;
	text-align: left;
	margin-left: 20px;
}

ul li {
	list-style-type: none;
	text-align: left;
}

table {
	border: 1px solid #660000;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: .9em;
	margin-top: 10px;
}

thead {
	font-weight: bold;
}
thead tr {
	background-color: #ADC5CE;
}

th {
	background-color: #EFC573;
	text-align: center;
}

td {
	margin: 5px;
	border: 1px solid #660000;
}
/* End of Type Selectors */


/* ID Selectors and contextual selectors*/

#header {
	background-color: #ADC5CE;
	width: 100%;
	height: 45px;
}

#header img {
	float: left;
}

#navbar, #navbar2{
	height: 22px;
	background-color: #EFC573;
	font-size: 0.85em;
	padding-top: 2px;
	border-bottom: 2px double #660000;
	-webkit-box-shadow: rgba(0,0,0,.7) 5px 5px 10px;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.7);
	box-shadow: 5px 5px 10px rgba(0,0,0,.7);
}
#navbar ul, #navbar2 ul{ margin: 0px 0px 0px -32px; }
#navbar ul li, #navbar2 ul li {
	text-decoration: none;
	float: left;
	list-style-type: none;
	margin: 0px;
}

#navbar ul li a, #navbar2 ul li a {
	text-decoration: none;
	display: block;
	padding: 2px 8px;
	border-left:1px solid #600;
	border-right:1px solid #600;
	border-top:1px solid #600;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,.7) 1px -1px 5px;
	-moz-box-shadow: 1px -1px 5px rgba(0,0,0,.7);
	box-shadow: 1px -1px 5px rgba(0,0,0,.7);
}
#navbar ul li a:link, #navbar2 ul li a:link {
	background-color: #EFC573;
	color: #600;
}

#navbar ul li a:visited, #navbar2 ul li a:visited {
	background-color: #EFC573);
	color:#900;
}
#navbar ul li a:hover, #navbar2 ul li a:hover {
	background-color: #600;
	color: #EFC573;
}
#navbar ul li a:active, #navbar2 ul li a:active{
	background-color: #900;
	color: #EFC573;
	-webkit-box-shadow: rgba(0,0,0,.7) 2px -2px 5px;
	-moz-box-shadow: 2px -2px 5px rgba(0,0,0,.7);
	box-shadow: 2px -2px 5px rgba(0,0,0,.7);
	margin-bottom: 2px;
}

#navbar form {
	width: 80px;
	display: inline;
}
#navbar form select {
	color: #600;
	background-color: #efc573;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: thin ridge #efc573;
}
#wrapper {
	width: auto;
}

#mainColumn {
	font-size: 0.9em;
	margin-left: 10px;
}

#mainColumn p, #sideColumn h1, #mainColumn h1{
	padding: 2px 10px 0 20px;
}

#mainColumn td {
	padding: 3px;
	}
#footer {
	background-color: #EFC573;
	font-size: 0.8em;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	border-top: 2px double #660000;
	text-align: center;
}

/* End of ID Selectors and contextual selectors*/
.altRow {
	background-color: #ADC5CE;
}
.emphasis {
	font-weight: bold;
	color: #990000;
}
.onlineadmin {
	color: #EFC573;
	position: absolute;
	top: 0px;
	right: 0px;
}a img{
	border-width: 0px;
	border-style: none;
}
#wrapper #mainColumn #FLVPlayer {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#FLVPlayer {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

