﻿body 
{	
	text-align:center;
	background-color:#C3CCD5;
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
#BodyDiv
{	
	direction:rtl;
	width:780px;	
	text-align:right;
	overflow:hidden;
	position:relative;
}
#LoginHeader
{	
	width:768px;
	position:relative;
	height:138px;
	overflow:hidden;
}
#UserName
{
	font-family:Arial;
	font-size:12px;
	color:#7a8c9c;
	position:absolute;
	top:48px;
	left:246px;
	width:60px;
	height:12px;	
}
#Password
{
	font-family:Arial;
	font-size:12px;
	color:#7a8c9c;
	direction:ltr;
	position:absolute;
	top:72px;
	left:246px;
	width:60px;
	height:12px;
}
#Save
{
	position:absolute;
	top:94px;
	left:354px;	
}
#Submit
{
	position:absolute;
	top:96px;
	left:246px;
}
.Loader
{
	direction:rtl;
	position:absolute;
	top:0px;
	left:0px;
	height:20px;
	width:40px;
	background-color:#CC0000;
	color:White;
	padding-right:4px;
	padding-left:4px;
}
#StudentFooter
{	
	margin-top:20px;
	line-height:18px;
	text-align:center;
}
a.footer
{
	text-decoration:none;
	color:#000000;
}
a.footer:link{}
a.footer:hover
{
	text-decoration:underline;
}
a.footer:visited{}
a.supportLink
{
	text-decoration:none;
	font-weight:bold;
	color:#CC0000;
}
a.supportLink:hover
{
	text-decoration:underline;
}
img
{
	border:none;
}
img.colon
{
	background-image:url("../Images/Gui/Colon.gif");
	width:20px;
	height:7px;
	position:relative;	
	background-repeat:no-repeat;
	background-position:center;
}