/* Yahoo CSS Reset (minimized) - Copyright (c) 2008, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.5.1 */
html{color:#000;background:#FFF;
background-image: url(../images/background.gif);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
/* our CSS */
html body {
font-family: Tahoma;
font-size: 13px;
}
div.instructions {
background-color: #D7D1BB;
border: 1px dashed #666666;
padding: 10px;
clear: both;
}
div.instructions strong {
font-weight: bold;
}
table#outerLogin {
border: 1px solid #666666;
margin: 10px auto;
}
table#outerLogin td{
padding: 5px;
}
.alphaLink {
text-decoration: none;
font-weight: bold;
color: #000000;
}
#step1 {
	font-weight: bold;
}
#step2 {
	font-weight: bold;
}
div#studentNames {
width: 200px;
height: 190px;
overflow: auto;
border: 1px solid #999999;
}
div.studentsN {
padding: 4px;
}
#wrapper {
width: 888px;
margin: 0px auto;
}
#topBanner {
margin-top: 10px;
width: 888px;
height: 140px;
background-image:url(../images/topbanner.jpg);
background-repeat:no-repeat;
}
#midBanner {
width: 888px;
background-image:url(../images/midbanner.jpg);
background-repeat:repeat-y;
}
#footBanner {
width: 888px;
height: 90px;
background-image:url(../images/footbanner.jpg);
background-position: left top;
background-repeat:no-repeat;
}
#footCredits {
	font-size: 11px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 32px;
	padding-right: 12px;
}
#leftSide {
	width: 270px;
	float: left;
}
#rightSide {
	width: 618px;
	float: left
}
#rightSide img{
margin-left: 38px;
}
#leftInner {
	width: 230px;
	margin-left:18px;
	background-color: #EFECDD;
	border: 1px solid #c8c3b0;
}
#playerChecked {
	width: 804px;
	background-color: #EFECDD;
	border: 1px solid #c8c3b0;
	margin: 0px auto;
	font-size: 16px;
	font-weight: bold;
}
.innerPara {
padding: 10px;
}
.innerPara strong{
font-weight: bold;
}
table#affadavitTable {
border: 1px solid #F73355;
background-color:#FCCFD6;
width: 100%;
height: 100%;
}
table#affadavitTable td strong {
font-weight: bold;
}
table#loginTable {
margin: 20px;
}
table#loginTable a{
color: #333333;
text-decoration: none;
padding: 18px;
font-size: 16px;
font-weight: bold;
}
table#loginTable a:hover{
color: #990000;
text-decoration: underline;
}
div#homeLink {
margin-right: 20px;

}
#innerContent {
width: 845px;
margin: 0px auto;
}
table#districtList td {
	padding: 4px;
}
table#districtList td strong {
	font-weight: bold;
}
div strong {
	font-weight: bold;
}
.pageTitle  {
	font-weight: bold;
	padding: 5px;
}
.ar {
text-align: right;
}
.bltrb {
border: 1px solid #CAC3B0;
}
.blt {
border-left: 1px solid #CAC3B0;
border-top: 1px solid #CAC3B0;
}
.blb {
border-left: 1px solid #CAC3B0;
border-bottom: 1px solid #CAC3B0;
}
.brb {
border-right: 1px solid #CAC3B0;
border-bottom: 1px solid #CAC3B0;
}
.blrb {
border-left: 1px solid #CAC3B0;
border-right: 1px solid #CAC3B0;
border-bottom: 1px solid #CAC3B0;
}
.btr {
border-right: 1px solid #CAC3B0;
border-top: 1px solid #CAC3B0;
}
.bltr {
border-left: 1px solid #CAC3B0;
border-right: 1px solid #CAC3B0;
border-top: 1px solid #CAC3B0;
}
.bltb {
border-left: 1px solid #CAC3B0;
border-bottom: 1px solid #CAC3B0;
border-top: 1px solid #CAC3B0;
}
.btrb {
border-right: 1px solid #CAC3B0;
border-bottom: 1px solid #CAC3B0;
border-top: 1px solid #CAC3B0;
}
.bt {
border-top: 1px solid #CAC3B0;
}
table.borderTable {
margin-top: 10px;
}
table.borderTable td{
padding: 5px;
}
em {
	font-style: italic;
}
#bottomLinks a {
text-decoration: none;
}
#topLinks {
width: 260px;
float: right;
}
#topLinks a {
text-decoration: none;
}
#adminLoginDiv {
	width: 270px;
	border: 1px solid #999999;
	text-align: center;
	float: left;
}
table#logTable td{
padding: 4px;
}
#userName {
width: 280px;
float: right;
}
span.skillDesc {
display: block;
font-weight: bold;
cursor: pointer;
}
#studentDataCell {
height: 200px;
overflow: auto;
display: block;
}
#adminOther {
	width: 560px;
	float: right;
}
#adminOtherInner {

}