body{
	background: url(images/background.png);
	font-family: verdana;
	font-size: .65em;
	margin: 0px;
	padding: 0px;
}
form, img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a{
	margin: 0px;
	padding: 0px;
	color: #d96625;
}
sup{
	font-size: 6px;
}
a:hover{
	color: #bb4400;
}
input[type="text"],
input[type="password"]{
	padding: 1px;
	font-size: 11px;
	border: 1px solid #c3c3c3;
}
#matches{
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
#matches td{
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
#matches th{
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	padding: 5px;
}
.midMatch{
	text-align: center;
	background: #ffae00;
	padding: 4px; 
}
.BlueAlliance1{
	text-align: center;
	background: #4c70ab;
	color: white;
}
.RedAlliance1{
	text-align: center;
	background: #c82828;
	color: white;
}
.BlueAlliance0{
	text-align: center;
	background: #2e4d80;
	color: white;
}
.RedAlliance0{
	text-align: center;
	background: #b02323;
	color: white;
}
.match1{
	text-align: center;
	background: #bababa;
}
.match0{
	text-align: center;
	background: #9d9d9d;
}
.ourteam{
	font-weight: bold;
}
.win{
	font-style: italic;
}
#registerSubmit,
#reorderSubmit{
	background: url(images/sprite.gif);
	background-position: 0px -94px;
	border: 0px;
	width: 58px;
	height: 18px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-size: 10px;
	font-family: verdana;
}
#wrapper{
	width: 808px;
	margin: 20px auto 10px auto;
	overflow: visible;
}
#header{
	background: url(images/banner-tile.png) repeat-x;
}
	#header .left{
		background: url(images/sprite.gif) no-repeat;
		width: 5px;
	}
	#header .right{
		background: url(images/sprite.gif) no-repeat top right;
		background-position: -6px 0px;
		padding-right: 5px;
	}

#nav{
	background: url(images/vert-sprite.gif) repeat-x;
	background-position: 0px -23px;
	vertical-align: top;
	padding-top: 1px;
	padding-left: 3px;
}
#navi{
	z-index: 5;
	position: absolute;
	width: 788px;
}
#static td{
	padding-left: 2px;
	background: url(images/sprite.gif) no-repeat;
	background-position: -42px 0px;
	text-align: center;
}
#static a{
	display: inline-block;
	padding: 10px;
	padding-left: 18px;
	padding-right: 20px;
	color: #000000;
	text-decoration: none;
}
#static a:hover{
	background: url(images/vert-sprite.gif) repeat-x;
	background-position: 0px -98px;
	padding-top: 11px;
	padding-bottom: 9px;
	padding-left: 20px;
	padding-right: 18px;

}
#footer{
	width: 806px;
	background: url(images/vert-sprite.gif) repeat-x;
	background-position: 0px -131px;
	height: 32px;
}
#footer a{
	color: #ed9a21;
}
#footer a:hover{
	color: #f59300;
}
#logos td{
	text-align: center;
	width: 25%;
}
#float{
	position: absolute;
}

.dropdown{
	padding: 0px;
	margin: 0px;
}
	.dropdown li{
		margin-left: 0px;
		list-style-type:none;
		background: url(images/vert-sprite.gif) repeat-x;
		background-position: 0px -25px;
		border: 1px solid #c0c0c0;
		border-top: none;
		padding: 2px;
		padding-left: 6px;
		padding-right: 7px;
	}
	.dropdown li:hover{
		list-style-type:none;
		padding-left: 7px;
		padding-right: 6px;
		background: url(images/vert-sprite.gif) repeat-x;
		background-position: 0px -100px;
		//background-position: center center;
	}
	.dropdown a, .dropdown a:hover{
		display: block;
		text-decoration:none;
		color: #000000;
		width: 100%;
		border: 0px;
		padding: 3px 0px 3px;
		outline: none;
	}

#drop td{
	overflow: visible;
}

#drop td div{
	width: auto;
	position: absolute;
	overflow: hidden;
	display: none;
}

#events{
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	width: 180px;
}
	#events li{
		background: url(images/seperator.png) no-repeat;
		list-style-type: none;
		padding: 2px;
		margin: 0px;
		margin-bottom: 5px;
	}
	#events span.blue{
		color: #333399;
		font-style:italic;
		float: right;
		cursor: pointer;
	}
	#events span.black{
		color: #000000;
		float: left;
		cursor: pointer;
	}
	#events td{
		padding-right: 5px;
		padding-bottom: 5px;
	}

#login{
	padding: 0px;
	margin: 0px;
}
#login input[type="text"],
#login input[type="password"]{
	width: 175px;
	height: 13px;
}
#login input[type="submit"]{
	background: url(images/sprite.gif);
	background-position: 0px -94px;
	border: 0px;
	width: 58px;
	height: 18px;
	padding-top: 2px;
	padding-bottom: 4px;
	float: right;
	font-size: 10px;
	font-family: verdana;
}
#banner1, #banner2{
	position: absolute;
	overflow: hidden;
	opacity: 1;
}
#banner2{
	opacity: 0;
}

fieldset{
	margin: 10px;
}
#register input[type="checkbox"]{
	
}
label.error{
	color: red;
	font-weight: bold;
}
label.clear{
	color: #000000;
	font-weight: normal;
}
h1, h2, h3{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
}

#navigation{
	padding: 0;
	margin: 0;
	width: 180px;
	margin-left: 1px;
	margin-top: 5px;
}
#navigation li{
	list-style-type:none;
	background: #efefef; 
	margin-bottom: 2px;
	padding-left: 3px;
}
#navigation li:hover.unselected{
	list-style-type:none;
	background: #DFDFDF; 
	margin-bottom: 2px;
	padding-left: 4px;
}
#navigation .selected{
	list-style-type:none;
	background: #B5C1CF; 
	margin-bottom: 2px;
	padding-left: 4px;
}
#navigation a, #navigation a:hover{
	display: block;
	text-decoration:none;
	color: #000000;
	width: 100%;
	border: 0px;
	padding: 3px 0px 3px;
	outline: none;
}
#cont p{
	padding: 5px;
	padding-right: 12px;
	padding-top: 0px;
	text-align: justify;
	line-height: 170%
}
#mentor-list,
#student-list{
	padding:0;
	position: fixed;
}
li.sortme{
	padding:4px 8px;
	color:#000;
	cursor:move;
	list-style:none;
	background:#ddd;
	margin:10px 0;
	border:1px solid #999;
	width: 150px;
}
#uploadBox input{
	margin-bottom: 3px;
}
#contactUs{
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
}
#contactUs td{
	padding: 6px;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
h2.game{
	font-size: 15px;
	font-weight: bold;
}
h2.game a{
	color: black;
}
h2.game  a:hover{
	color: #666;
}

.links td{
	border: 1px solid #e5e5e5;
}

.linkName{
	width: 160px;
	background: #f7f7f7;
	padding: 5px;

}
.resourcename{
	width: 110px;
	background: #f7f7f7;
	padding: 5px;
	text-align:center;

}
.linkText{
	border-left: 0px !important;
	padding: 5px;
}



.sponsorLogo{
	width: 126px;
	height: 80px;
	background: #f7f7f7;
	text-align: center;
	border: 1px solid #e5e5e5;
}
.sponsorText{
	border: 1px solid #e5e5e5;
	border-left: 0px;
	padding: 5px;
}
.sponsorText a{
	color: black;
	font-weight: bold;
}
.sponsorText a:hover{
	font-weight: bold;
	color: #666;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(js/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(js/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(js/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(js/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
#countbox{
	font-size: 1.21em;
	font-style: italic;
	font-weight: bold;
	text-align: justify;
}
#fbTable{
	width: 100%;
	margin-left: 3px;
}
#fbTable td{
	background: #EDEFF4;
}
.fbT{
	vertical-align: middle;
}
.fbT a{
	padding: 3px;
	display: block;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: black;
}
#fbStatus{
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	padding: 3px;
	margin-bottom: 5px;
	font-size: 11px;
}
#fbCommentsA{
	background: url(images/sprite.gif) no-repeat;
	height: 15px;
	width: 15px;
	display: block;
	background-position: -27px -79px;
}
#fbLikesA{
	width: 15px;
	height: 15px;
	background: url(images/sprite.gif) no-repeat;
	background-position: -13px -79px;
	display: block;
}
.loginError{
	font-weight: bold;
	padding: 3px;
	width: 171px;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #e00000;
	border: 1px solid #c3c3c3;
	background: #f5f5f5;
}
.moduleLeft{
	height: 22px;
	width: 167px;
	background: url(images/sprite.gif) no-repeat;
	background-position: -12px -34px;
}
.moduleRight{
	width: 29px;
	height: 22px;
	background: url(images/sprite.gif) no-repeat;
	background-position: -12px -57px;
}
.moduleBottomLeft{
	background: url(images/module-bottom.gif) no-repeat;
	background-position: 0px -4px;
	height: 4px;
}
.moduleBottomRight{
	background: url(images/module-bottom.gif) no-repeat;
	background-position: right top;
}
.module, .bigModule{
	width: 100%;
	background: url(images/vert-sprite.gif) repeat-x;
	background-position: 0px -178px;
}
.module{
	width: 196px;
	margin: 6px;
	margin-right: 0px; 
	margin-bottom: 8px;
}
.bottomLeft{
	background: url(images/sprite.gif);
	background-position: -12px 0px;
	width: 8px;
}
.bottomRight{
	background: url(images/sprite.gif);
	background-position: -21px 0px;
	width: 8px;
}
.navLeft{
	background: url(images/sprite.gif);
	background-position: -30px 0px;
	height: 33px;
	width: 5px;
}
.navRight{
	background: url(images/sprite.gif);
	background-position: -36px 0px;
	height: 33px;
	width: 5px;
}
.calBottom{
	margin-top: 5px;
	overflow: hidden;
	height: 0px;
	background: url(images/calendarBottomTile.png) repeat-x;
	width: 178px;
}
.quote{
	font-style:italic;
	display: none;
}
.quote span{
	font-style: normal;
	margin-top: 5px;
	font-weight: bold;
}
