﻿/* common layer DIVs */
#mainContainer {
	width: 600px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#loginLogo {
	position: relative;
	width: 111px;
	height: 127px;
	Top: 30px;
	left: 0px;
	z-index: 1;
	}

#loginScrHdr {
	width: 600px;
	height: 30px;
	position: relative;
	top: 0px;
	left: 0px;
	}
	
#loginScrFooter {
	width: 600px;
	height: 30px;
	position: relative;
	top: 50px;
	left: 0px;
	z-index: 1;
	}
	
#loginAdminLink
{
	position: relative;
	width: 40px;
	height: 25px;
	top: 32px;
	left: 562px;
	display: block;
	z-index: 4;
}

#loginAdminLink a
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #cc0000;
}

#loginAdminLink a:hover
{
	text-decoration: underline;
}

#ajaxSpinner {
	position: relative;
	width: 56px;
	height: 21px;
	top: -160px;
	left: 544px;
	z-index: 2;
	}

/* common control classes */

.lbControlClass 
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.btControlClass
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	border-style: solid;
	border-color: #e0e0e0;
	border-width: 1px;
	background-color: #cc0000;
	height: 23px;
}

.ddControlClass
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.txControlClass
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;	
}

.grvFooterStyle
{
	background-color: #5D7B9D;
	font-weight: bold;
	color: #ffffff;
}

.grvRowStyle
{
	background-color: #F7F6F3;
	color: #333333;
}

.grvEditRowStyle
{
	background-color: #999999;
}

.grvSelectedRowStyle
{
	background-color: #E2DED6;
	font-weight: bold;
	color: #333333;
}

/* top */
.grvHeaderStyle
{
	background-color: #CC0000;
	font-weight: bold;
}

.grvHeaderStyle a
{
	color: #ffffff;
}

.grvHeaderStudentDataStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
}

/* bottom */
.grvPagerStyle
{
	background-color: #cc0000;
	text-align: center;
	color: #e0e0e0;
	font-weight: bolder;
	font-size:12px;
}

.grvPagerStyle a
{
	color: #ffffff;
	font-weight: normal;
}



/*alternating row background in Admin section*/
.grvAlternatingRowStyle 
{
	background-color: #ffffff;
	color: #284775;
}

/* HTML Text Classes */
.Arial16Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

