body
{
	font-family: Arial, Verdana, Microsoft Sans Serif;
	font-size: 11pt;
	color: Black;
}

#logo 
{
	background-image: url(./images/header.gif);
	text-align: center;
	vertical-align: middle;
	height: 167px;
}

#logoimg 
{
	float:left; 
	left:0;
}

#logoimg 
{
	background:url(./images/header_girl.gif); 
	background-position: 0px 0px; 
	background-repeat: no-repeat; 
	font-size:1px; 
	width: 158px;
	height: 167px;
}

#logobooks 
{
	float:left; 
	position:relative;
	top: 41px;
}

#logobooks 
{
	background:url(./images/header_books.gif); 
	background-position: 0px 0px; 
	background-repeat: no-repeat; 
	font-size:1px; 
	width: 80px;
	height: 126px;
}

#logotext 
{
	float:left;
	clear: right;
	position: absolute;
	width: 100%;
	left: 0px;
}

#logotext h1 
{
	text-align:center;
	margin-top: 50px;
	color: #fff;
	width: 80%;	
	overflow:hidden;
}

#logotext h1 a
{
	color: #fff;	
}

.forMoreInfo 
{
	color: #000;
	text-align:center;
	font-size: 9pt;
}

.forMoreInfo a
{
	color: #000;
	text-align:center;
	font-size: 9pt;
}

.footer 
{
	color: silver;
	text-align:center;
	font-size: 9pt;
}

#results 
{
	text-align: center;
}

.footer a
{
	color: silver;
	text-align:center;
	font-size: 9pt;
}

#generalInfo
{
	width: 100%;
	margin-top: 10pt;
	border-top: 1px solid silver;
}

#generalInfo th
{
	text-align: left;
}

#generalInfo td
{
	text-align:right;
}

#searchForm 
{	
	text-align: center;
	background-color: #eee;
}

#searchForm th 
{
	font-weight: bold;
	text-align : right;
}

#searchForm td 
{
	font-weight: normal;
	text-align : left;
}

#ddlClass 
{
	width: 60px;
}

#ddlPara
{
	width: 60px;
}

#ddlSubject 
{
	width: 250px;
}

h1 
{
	text-align: center;
}

h2 
{
	text-align: center;
}

#Error 
{
	margin: 10px 10px 10px 10px;
	text-align: center;
	color: Red;
}

#lblError 
{
	width: 500px;
}

#dbGrid td
{
	font-size: 10pt;
	width: 50%;
}

.errcell 
{
	color: Red;
	background: #ffeeee;
}

.subjectname 
{
	border-bottom: 1px solid navy;
	color:Navy;
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
}

.subjecttable
{
	width: 100%;
    padding: 15px 15px 15px 15px;
}

.subjecttable tr td 
{
	text-align:left;
	font-size: 11px
}

.globaltable
{
	width: 100%;
	border: 1px solid #eee;
}

.globaltable tr td 
{
	width: 25%;
	vertical-align:top;
}

.studentname
{
	background: #eee;
}

.specialtable 
{
	width: 100%;
	border-top: 1px solid white;
	background: #eee;
}

.specialtable tr td 
{
	width: 25%;
	vertical-align:top;
}

.specialsubjecttable tr td 
{
	text-align: left;
	font-size: 11px;
}

.specialsubjectname 
{
	border-bottom: 1px solid red;
	color:Red;
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
}

