﻿body
{
    font-family: Arial;
    font-size: 14px;
    color: #222222;
}
body a
{
	color: #214DA5;	
}
.MasterRow
{
	background-color:#214DA5;	
	
}

.LinkCell
{
	background-color:#214DA5;	
	
	height:25px;
}
.LinkCellFiller
{
	background-color:#214DA5;	
	height:100%;
}
.LinkCellRight
{
	background-color:#214DA5;	
	
	height:25px;
}
.LinkCell a
{
	color:White;
	

}
.LinkCellRight a
{
	color:White;
	

}
.ForgotUsernamePasswordLink
{
 font-size:10px;
}
.IncorrectLoginLink
{
 font-size:10px;
}
.ContactUsInvalidEmailMessage
{
	font-size:9px;
}
.ForgotUsernamePasswordMessage
{
	font-size: 16px;	
	color: red;
}
.StaticHeaderText
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.FreeTrialMessageError
{
	font-size: 16px;	
	color: red;
	font-weight: bold;
}
.FreeTrialMessageSuccess
{
	font-size: 16px;	
	color: #214DA5;
	font-weight: bold;
	text-align:center;
}

.MessageSuccess
{
	font-size: 14px;	
	color: #214DA5;
	font-weight: bold;
	text-align:center;
}

.AccountExpiredMessage
{
	font-size: 14px;	
	color: Red;
	font-weight: bold;
}
.IncorrectLoginLink
{
	font-size: 12px;	
	color: Red;
	font-weight: bold;
}

.InstructorTableBackground
{
	background-position: right top;
	background-attachment: scroll;
	background-image: url(images/PublicArea/instructor.jpg);
	background-repeat: no-repeat;
}
.StudentTableBackground
{
	background-position: center center;
	background-attachment: fixed;
	background-image: url(images/PublicArea/students.jpg);
	background-repeat: no-repeat;
	height:250px;
}
.InstitutionTableBackground
{
	background-position: center center;
	background-attachment: fixed;
	background-image: url(images/PublicArea/institution.jpg);
	background-repeat: no-repeat;
}

.ErrorMessage
{
	font-size: 12px;	
	color: Red;
	font-weight: bold;
}

.RegistrationSubText
{
	font-size: 10px;
}