/* CSS Document */
a img {
	border: 0px;
}


.blue {
	background: #EAF0F9;
}



body {
	margin: 0px;
	font-size: 12px;
	font-family: arial,helvetica,verdana,sans-serif;
	background-color: #ffffff;
}


#bodyBox {
	width: 778px;
	margin: auto;
	background-color: #ffffff;
	border: 1px solid black;
}


.buttonSmall {
	font-size: 10px;
	font-family: verdana;
	border: 1px solid #000000;
	padding: 2px;
	width: 150px;
	margin-top: 5px;
}

.buttonMed {
	margin-top: 7px;
	width: 180px;

}

.clearIt {
	clear:both;
	display: block;
}

.contactTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.current {
	background-color: #D2FAC9;
}	

.customerName {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	margin-top: 15px;
	padding: 23px 0px 23px 0px;
	border: 1px solid black;
	width: 100%;
	vertical-align: middle;
	background-color: #ffffff;
}

.customerTable {
	padding: 5px 0px 28px 0px;
	border: 1px solid black;
	background-color: #ffffff;
}

.customerTable h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 5px 5px;
}

.customerTable p {
	padding: 0px 5px 5px 5px;
}

.expired {
	background-color: #FF9797;
	border: 1px 1px 0px 1px;
	border-color: #333333
}

#expiredBox {
	
	padding: 5px;
	color: #000000;
	background-color: #FF9797;
	margin: 1px solid black;
	
}

.formBox {
	width: 200px;
	background: #EAF0F9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h2 span {
	font-size: 13px;
}

#mainContent {
	background-color: #eaf0f9;
	padding: 2px 15px 2px 15px;
}


.spaceMe{
	margin: 15px 0px 20px 8px;
}

.medText {
	font-size: 12px;
}

.menuList {
	margin-top: 10px;
}


.printOnly {
	display: none;
}
	

#resultsContent {
	background-color: #eaf0f9;
	padding: 2px 15px 2px 15px;
}


.schoolForm {
	text-align: center;
}


.selectBox {
	background-color: #eaf0f9;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
}


#sideMenu {
	float: left;
	border-right: 1px solid #bebdbd;
	width: 153px;
	min-height: 270px;
}


.small {
	font-size: 9px;
}

.staffAdd {
	width: 60px;
	font-weight: normal;
	height: 20px;
	font-size: 10px;
	vertical-align: middle
}



.staffNum {
	font-weight: normal;
	width: 20px;
	
}


#systemWorking {
	width: 100%;
	height: 300%;
	filter:alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.50;	
	background-color: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
}




th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background: #194586;
	color:#FFFFFF;
}

.titleCell {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#topBar {
	height: 59px;
	background-color: #000000;
}

#topBarMenu {
	height: 55px;
	background-color: #ffffff;
	text-align: right;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}
li {
	float: left;
	margin: 12px 4px 12px 4px;
	
}
.valid {
	background-color: #D2FAC9;
}

#validBox {
	
	padding: 5px;
	color: #000000;
	background-color: #D2FAC9;
	margin: 1px solid black;
	
}

#vltsBar {
	background-color: #003399;
	height: 110px;
	background-image:url(images/vlts_banner.jpg);
}

#vltsBar h1 {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	display: none;
}

.width30 {
	width: 30px;
}


.width50 {
	width: 50px;
}

.width60 {
	width: 60px;
}

.width70 {
	width: 70px;
}

.width80 {
	width: 80px;
}

.width100 {
	width: 100px;
}


.width130 {
	width: 130px;
}

.width150 {
	width: 150px;
}

.width250 {
	width: 250px;
}

.width300 {
	width: 360px;
}

/**** LINKS ****/

a:link {
	color: #2358A8;
	text-decoration: underline;
}

a:visited {
	color: #2358A8;
	text-decoration: underline;
}

a:hover {
	color: #2358A8;
	text-decoration: none;
}


