body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: url("../images/bgGrad.png") top repeat-x;
	background-color: #696969;
	overflow-x: hidden;
	font-family: Tahoma, Geneva, sans-serif;
}
p{
	margin-bottom: 1.0em;
	margin-top: 0px;
	font-size: 1.0em;
}
h1{
	color: #780000;
	font-size: 1.5em;
        margin-bottom: 0.66em;
}
h2{
	color: #780000;
	font-size: 1.2em;
        margin-bottom: 0.66em;
}
a img{
        border: 1px solid #AB4848;
		color: #FFFFFF;
}
li{
	margin: 0 0 0 20px;
}
#content a{
	color: #675C00;
}
#content a:hover{
	color: #D70000;
}
#header{
	position: relative;
	height: 200px;
	background: url("../images/bgGrad.png") top repeat-x;
}
#top-bg{
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	background: url("../images/sideBar1.png") top repeat-x;
	z-index: -100;
	height: 100px;
}
#container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	text-align: left;
}
#left-header{
	position: absolute;
	left: -181px;
	width: 181px;
	height: 100%;
	top: 0px;
	background: url("../images/sideCurveLeft1.png") right top no-repeat;
	z-index: -1;
}
#leftNav{
	height: 200px;
	background: url("../images/teamNav.png") top center no-repeat;
	z-index: 1;
	position: absolute;
	left: 10%;
	width: 250px;
	top: 0px;
}
#rightNav{
	height: 200px;
	background: url("../images/roboticsNav.png") top center no-repeat;
	z-index: 1;
	position: absolute;
	right: 10%;
	width: 250px;
	top: 0px;
}
.navigation ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 56px;
}
.navigation ul li{
	position: relative;
	margin-left: 80px;
	margin-bottom: 13px;
	width: 90px;
	overflow: visible;
	white-space: nowrap;
	font-size: 75%;
}
.navigation ul li a{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.navigation ul li a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
.navigation .inner{
	position: absolute;
	top: 5px;
	left: 70px;
	background-color: #bb1d1d;
	border: 2px solid black;
	padding: 0;
	margin: 0;
	height: 25px;
	width: 150px;
	z-index: 5;
}
.navigation .inner li{
	padding: 0;
	margin: 0;
}
.navigation .inner a{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 7px 10px 0px 10px;
	color: #CCCCCC;
	height: 18px;
}
#right-header{
	position: absolute;
	right: -181px;
	width: 181px;
	top: 0px;
	height: 100%;
	background: url("../images/sideCurveRight1.png") left top no-repeat;
}
#center-header{
	width: 100%;
	background: url("../images/innerBar1.png") top repeat-x;
	height: 100%;
}
#center-header #leftBG{
	position: absolute;
	width: 270px;
	top: 0px;
	left: 0px;
	background: url("../images/innerCurveLeft1.png") left top no-repeat;
	height: 100%;
}
#center-header #rightBG{
	position: absolute;
	width: 270px;
	top: 0px;
	right: 0px;
	background: url("../images/innerCurveRight1.png") left top no-repeat;
	height: 100%
}
#center-header #center{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/teamLogo.png") center top no-repeat;
	z-index: 4;
	width: 510px;
	height: 125%;
}
#center-header #center #robot{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/robot2.png");
	z-index: 5;
	width: 193px;
	height: 100%;
}
#content{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-height: 200px;
	width: 91%;
	padding: 30px;
	padding-top: 55px;
	border: 1px black solid;
	background: white;
	z-index: 0;
	margin-bottom: 100px;;
}
#center-header #leftBG #teamRegister
{
	position: absolute;
	left: 30px;
	top: 0px;
	background: transparent;
	border-bottom: 1px black solid;
}
#center-header #leftBG #teamRegister a
{
	color: white;
	font-size: 10pt;
	text-decoration: none;
}
#center-header #leftBG #teamRegister a:hover
{
	text-decoration: underline;
}
#center-header #leftBG .contentBorder{
	position: relative;
	width: 30px;
	left: 12px;
	top: 180px;
	height: 320px;
	z-index: 3;
	background: url("../images/contentBorder.png") center top no-repeat;
}
#center-header #rightBG .contentBorder{
	position: relative;
	width: 30px;
	left: 228px;
	top: 180px;
	height: 320px;
	z-index: 3;
	background: url("../images/contentBorder.png") center top no-repeat;
}
#center-header #rightBG #teamLogin
{
	position: absolute;
	right: 30px;
	top: 0px;
	background: transparent;
	border-bottom: 1px black solid;
}
#center-header #rightBG #teamLogin a
{
	color: white;
	font-size: 10pt;
	text-decoration: none;
}
#center-header #rightBG #teamLogin a:hover
{
	text-decoration: underline;
}

/* FORM STYLES */

input.textInput{
	border: 1px solid #AAAAAA;
	padding: 2px;
}
input.textInput:focus{
	background-color: #FFEE91;
}
.button {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 background-color: #333333;
 color: #FFFFFF;
}

/* CONTROL PANEL STYLES */

table.controlPanel{
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	width: 90%;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px black solid;
	margin-bottom: 30px;
}
table.controlPanel tr th{
	margin: 0px;
	text-align: center;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
table.controlPanel tr td{
	margin: 0px;
	padding: 10px;
	width: 85%;
}
table.controlPanel tr td.header{
	white-space: nowrap;
	border-right: 1px solid black;
	width: 15%;
}
#footer{
	position: absolute;
	bottom: -46px;
	height: 46px;
	width: 100%;
	left: 0px;
	clear: both;
}
#footer #left{
	position: absolute;
	left: 0px;
	width: 105px;
	height: 100%;
	background: url("../images/contentBottomLeft.png") top left repeat-x;

}
#footer #mid{
	position: absolute;
	left: 100px;
	right: 100px;
	background: url("../images/contentBottom.png") top left repeat-x;
	height: 100%;
}
#footer #right{
	position: absolute;
	right: 0px;
	width: 105px;
	height: 100%;
	background: url("../images/contentBottomRight.png") top left repeat-x;

}
.clearer{
	width: 100%;
	clear: both;
}
table.selectablePages{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	border-spacing: 0px;
	border-collapse: collapse;
    border: 1px solid black;
}
table.selectablePages tr td{
	padding: 5px;
    border: 1px solid black;
}
table.selectablePages tr th{
	padding: 5px;
    border: 1px solid black;
	text-align: center;
}
table.selectablePages tr.selected{
	background-color: #F0F08A;
}
