@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../Images/student-bg.png);
	color: #000000;
}
#student_head {
	background-image: url(../Images/student_top.gif);
	background-repeat: no-repeat;
	margin: auto;
	text-align: center;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#student_head table {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#student_container {
	width: 770px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#student_footer {
	background-image: url(../Images/student_bottom.gif);
	background-position: bottom;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
}
#student_body {
	background-image: url(../Images/student-body.gif);
	text-align: left;
	background-repeat: repeat-y;
	padding: 0px;
}
p, h1, h2,h3,h4 {
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 40px;
	margin:0px;
	color:#000000;
}

fieldset, table {
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-bottom: 10px;
	margin-right: 40px;
}
a, a:visited {
	color: #40C82A;
}
a:hover {
	color: #33A520;
	background:none;
}

.list tr.list1:hover, .list tr.list2:hover {
	background-image: url(Images/custom.img.php?r=120&g=255&b=120&a=40);
}

fieldset {
	background:none;
	background-image: url(../Images/student/student_fieldset.png);
	background-repeat: repeat-x;
	background-position: top;
}
legend,label,td {
	color: #000000;
}
.inactive {
	color: #677385;
}

.goodField{
	background-image:url(../images/check.png);
	color:#00FF33;
	background-position: left top;
	height:20px;
}
hr {
	margin: auto;
	padding: 0px;
	width: 90%;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.row1:hover, .row2:hover {
	background-image: url(../Images/custom.img.php?r=40&g=100&b=40&a=80);
}

.blue, .green {
	color:#00CC33;
}

