.footer {
	font: small "Century Gothic", Arial, sans-serif;
	color: #FFFFFF;
	background: #FF0000 url(http://edutrac.us/WebCard/WEB_IMAGES/edutrac32.gif) no-repeat right;
	height: 25px;
	vertical-align: middle;
	padding-top: 7px;
	padding-left: 10px;
	display:block;
	margin-top: 10px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.footer a:visited {
	color: #FFCCCC;
}
.footer a:link {
	color: #FFFFFF;
}
.footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: underline;
}
.header {
	background: url(http://edutrac.us/WebCard/WEB_IMAGES/fittrac2.gif) no-repeat;
	height: 70px;
	text-align: right;
}
.nav {
	background: #EEEEEE;
	border-bottom: 1px solid #FF0000;
}
.content {
	padding: 5px;
	display: block;
}


.new_class {
	padding: 10px;
	margin: 5px;
	border: 1px solid #FF0000;
	display:none;
}

.new_student {
	padding: 10px;
	margin: 5px;
	border: 1px solid #FF0000;
	display:none;
}

.new_school {
	padding: 10px;
	margin: 5px;
	border: 1px solid #FF0000;
	display:none;
}


. new_class_add {
	padding: 10px;
	margin: 5px;
	border: 1px solid #FF0000;
	display:block;
}

.class {
	padding: 10px;
	margin: 5px;
	height: 200px;
	border: 1px solid #FF0000;
	display: block;
	overflow: auto;
	scrollbar-face-color: #FFDDDD;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #F9F3F2;
	scrollbar-darkshadow-color: #F9F3F2;
	scrollbar-track-color: white;
	scrollbar-arrow-color: white;	
}

.accel {
	padding: 10px;
	margin: 5px;
	height: 220px;
	border: 1px solid #FF0000;
	display: block;
	overflow: auto;
	scrollbar-face-color: #FFDDDD;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #F9F3F2;
	scrollbar-darkshadow-color: #F9F3F2;
	scrollbar-track-color: white;
	scrollbar-arrow-color: white;	
}


.class strong {
	color: #FF0000;
}
.class_data {
	padding: 10px;
	margin: 5px;
	border: 1px solid #FF0000;
	display: block;
	font-size: small;

}
#class_data {
	display: block;
}

.class_selected {
	font: bold;
	color: #333333;
	font-style: italic;
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	}
	

.alt {
	background: #EEEEEE;
}

.class a {
	color: #FF9999;
	text-decoration: none;
}
form {
	margin: 0px;
}
.class a:visited {
	color: #FF9999;
	text-decoration: none;
}
.class a:link {
	color: #FF9999;
}
.class a:active {
	color: #FF9999;
}
.class a:hover {
	color: #FFFFFF;
	background: #FF0000;
}

.students {
	padding: 10px;
	margin: 5px;
	height: 200px;
	border: 1px solid #FF0000;
	display: block;
	overflow:auto;
}

.students_data {
	padding: 10px;
	margin: 5px;
	height: 200px;
	border: 1px solid #FF0000;
	display: block;

}
.students strong {
	color: #FF0000;
}
.students a {
	color: #FF9999;
	text-decoration: none;
}
.students a:visited {
	color: #FF9999;
	text-decoration: none;
}
.students a:link {
	color: #FF9999;
}
.students a:active {
	color: #FF9999;
}
.students a:hover {
	color: #FFFFFF;
	background: #FF0000;
}

.student_lbl {
	font: Arial, Tahoma, System xx-small;
	color: #990000;
	font-size: smaller;
}

.scores {
	padding: 10px;
	margin: 5px;
	border: 1px solid #FFCCCC;
	display: block;
}
.scores strong {
	color: #FF0000;
}
.scores a {
	color: #FF9999;
	text-decoration: none;
}
.scores a:visited {
	color: #FF9999;
	text-decoration: none;
}
.scores a:link {
	color: #FF9999;
}
.scores a:active {
	color: #FF9999;
}
.scores a:hover {
	color: #FFFFFF;
	background: #FF0000;
}
.scores th {
	background:#FFCCCC;
	color: #FFFFFF;
}
.scores_data {
	padding: 10px;
	margin: 5px;
	border: 1px solid #FF0000;
	display: block;
	overflow: auto;
	height: 250px;
	font-size: small;
}

.scores label {
	color: #FF9999;
	text-decoration: none;
}

.loading {
	background: url(../WEB_IMAGES/loading.gif) no-repeat;
	background-position: left;
	/*background-color: #FFCCCC;*/
	padding-left: 85px;
	font-weight: bold;
	color: #FF0000;
	height: 20px;
	width: 240px;
	vertical-align:baseline;
	}

#stu {
	width: 46%;
	float: left;
	display: block;
}
#cla {
	width: 46%;
	float: left;
	display: block;
}
#sco {
	width: 95.5%;
	float: left;
	display: block;
}

/*
#accel_scores_data
{
	background-color: white;
	font:Tahoma, System, Verdana;
	font-size: 12px;
	width: 1200px;
	height: 500px;
	overflow: auto;
	color: #FF0055;
	left: 50px;
	top: 50px;
	position: absolute;
	display: none;
	border: 10px solid #E9E9E9;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	cursor: move;
}
*/

.home_cu {
	border-top: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	background: #FFFFFF;
	padding: 5px 10px 1px;
	text-transform: capitalize;
}
.home a {
	text-transform: capitalize;
	background: #CCCCCC;
	text-decoration: none;
}
.home a:visited {
	color: #FFFFFF;
	background: #FF0000;
	padding: 5px 10px 1px;
}
.home a:link {
	color: #FFFFFF;
	background: #FF0000;
	padding: 5px 10px 1px;
}
.home a:active {
	color: #FFFFFF;
	background: #CC0000;
	padding: 5px 10px 1px;
}
.home a:hover {
	color: #FFFFFF;
	background: #CC0000;
	padding: 5px 10px 1px;
}
.help {
	color: #FFFFFF;
	background: #FFCC66;
}

.help a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	background: #FFCC66;
}
.help a:visited {
	color: #FFFFFF;
}
.help a:link {
	color: #FFFFFF;
}
.help a:active {
	color: #FFFFFF;
}
.help a:hover {
	color: #FFFFFF;
	background: #FFCC00;
}
.help_page {
	background: #FFCC66;
	position: absolute;
	top: 39px;
	width: 600px;
	display: block;
	right: 9px;
	color: #FFFFFF;
	padding: 10px;
}








.feedback {
	color: #FFFFFF;
	background: #CCFF99;
}
.feedback a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	background: #CCFF99;
}
.feedback a:visited {
	color: #FFFFFF;

}
.feedback a:link {
	color: #FFFFFF;

}
.feedback a:active {
	color: #FFFFFF;
}
.feedback a:hover {
	color: #FFFFFF;
	background: #CCFF33;

}

.feedback_page {
	background: #CCFF99;
	/*position: absolute;*/
	color: #000000;
	top: 39px;
	width: 600px;
	display: block;
	right: 9px;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-bottom: 100px;
	margin-top: 75px;
	margin-left: 200px;
	margin-right: 200px;
}




.wishlist {
	color: #3300FF;
	background: #3399FF;
}
.wishlist a {
	color: #3300FF;
	text-decoration: none;
	padding: 10px;
	background: #3399FF;
}
.wishlist a:visited {
	color: #3300FF;

}
.wishlist a:link {
	color: #3300FF;

}
.wishlist a:active {
	color: #3300FF;
}
.wishlist a:hover {
	color: #3300FF;
	background: #66CCFF;

}

.wishlist_page {
	background: #66CCFF;
	/*position: absolute;*/
	color: #3300FF;
	top: 39px;
	width: 600px;
	display: block;
	right: 9px;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-bottom: 100px;
	margin-top: 75px;
	margin-left: 200px;
	margin-right: 200px;
}











.signout {
	color: #FFFFFF;
	background: #FF0000;
}
.signout a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	background: #FF0000;
}
.signout a:visited {
	color: #FFFFFF;

}
.signout a:link {
	color: #FFFFFF;

}
.signout a:active {
	color: #FFFFFF;
}
.signout a:hover {
	color: #FFFFFF;
	background: #FF0066;

}















.options {
	background: #CC99CC;

}
.options a {
	padding: 10px;

}
.options a:visited {
	text-decoration: none;
	padding: 10px;
	background: #CC99CC;
	color: #FFFFFF;
	
}
.options a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	background: #CC99CC;
}
.options a:active {
	background: #9933CC;
	padding: 10px;
	text-decoration: none;
}
.options a:hover {
	background: #9966CC;
	padding: 10px;
	text-decoration: none;
}
.options_page {
	background: #CC99CC;
	/*position: absolute;*/
	top: 39px;
	width: 600px;
	display: block;
	right: 9px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-bottom: 100px;
	margin-top: 75px;
	margin-left: 200px;
	margin-right: 200px;
	
}

.db_action {
	background: url(../WEB_IMAGES/action.gif) no-repeat;
	background-position: right;
	padding-right: 20px;
	color: #0000FF;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	text-align: right;
}












a:visited {
	color: #9933FF;
}
a:link {
	color: #0000FF;
}
a:active {
	color: #990099;
}
a:hover {
	color: #FF0000;
}
body {
	font-family: "Century Gothic", Arial, sans-serif;
}













.yourlink {
	font: 11px "Century Gothic", Arial, sans-serif;
	text-align: right;
	margin-top: 10px;
}
.yourlink img {
	font: 10px "Century Gothic", Arial, sans-serif;
	text-align: right;
	vertical-align: middle;
	border-style: none;
}
.yourlink a img {
	border-style: none;
}
.yourlink a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.yourlink a:link {
	color: #999999;
}
.yourlink a:active {
	color: #333333;
	text-decoration: none;
}
.yourlink a:hover {
	color: #000000;
	text-decoration: underline;
}

.new_class_fields {
	background-color:#FFFFFF;
	border: thin solid #FF0000;
	color:#0000CC;
	font-weight:bold;
	font-size:10px;
	clip: rect(1,2,3,5);
	font-family:Arial, Helvetica, sans-serif;
}

.accel_fields {
	color: #3300FF;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.new_accel_fields {
	border:thin solid #6E6E6E;
	color: #3300FF;
	background-color: #FFFFFF;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	width: 50px;
}

.new_class_add_button {
	border: thin solid #FF0000;
	background-color: #FF0000;
	color:#FFFFFF;
	font: small "Century Gothic", Arial, sans-serif;
	}

.signin_button {
		background: #FFCCCC;
		color: #0000FF;
		border: thin solid #FFFFFF;
		cursor: pointer;
}

.query_button {
		background: #FFFFFF;
		color: #0000FF;
		border: 2px #FFCCCC solid;
		cursor: pointer;
}

.export_button {
		background: #FFFFFF;
		color: #0000FF;
		border: 2px #FFCCCC solid;
		cursor: pointer;
}

.saved {
	color: #0000FF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	background-color:#FFFFFF;
}
	
.accel_grid {
display: none;
}	

#divStatus {
display: block;
color: #FF0000;
font-weight: bold; 
font: small "Century Gothic", Arial, sans-serif;
}

#divAdminResults {
display: block;
width: 1450px;
height: 500px;
overflow: auto;
border: 1px #FFCCCC solid;
}

.to_delete {
text-decoration: line-through;
color: #FF0000;
font-weight: bolder;
}

.to_edit {
	background-color: #CC99FF;
}

.dup_msg {
color:#FF0000;
font:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
}


.signin_page {
	background: #FFCCCC;
	/*position: absolute;*/
	top: 9px;
	width: 650px;
	display: block;
	right: 9px;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 75px;
	margin-top: 20px;
	margin-left: 75px;
	margin-right: 200px;
}


.signin_text {
	border: thin #FF6699 dotted;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.signin_table {
border: thin #FF3399 dotted;
}


.lbl {
	font-style: italic;
	color: #000000;
}

.field {
	font: 10px Tahoma, System, Verdana;
}