/*
	LOGIN CONTROL STYLES:	
	Used as the most generalised wrapper for the contents displayed
*/

.CheckTable
{
	border-style: solid;
	border-color: #D5D5D5;
    border-width: 1px;
}

.ErrorCtrl
{
	margin: 15px 20% 0px 50%;
	width: 155px;
	height: 10px;
}

.ErrorText
{ 
	color: Red; 
	font-size: 10px; 			
	font-family: Verdana;
	text-align: left;
	font-weight: normal;
} 

.LoginCtrl
{	
	margin: 99px 0px 0px 310px;
}

.LoginLabel
{
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}

.LoginError
{
	color: red; 
	font-size: 10px; 			
	font-family: Verdana;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;	
}

.LoginErrorBox
{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: right;
	vertical-align: top;
	width: 300px;
}

.HelpLink
{
	
}

.MainText 
{ 
	color: #3f3f3f; 
	font-size: 10px; 			
	font-family: Verdana;
	font-weight: bold;
}

.MainText2
{ 
	color: #3f3f3f; 
	font-size: 10px; 			
	font-family: Verdana;
	font-weight: normal;
}

a:link
{
	color: #8F8F8F;
	font-size: 10px; 			
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #C7C7C7;
	font-size: 10px; 			
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #8F8F8F;
	font-size: 10px; 			
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

a:visited:hover
{
	color: #C7C7C7;
	font-size: 10px; 			
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}
		 
.UserLogin
{
	color: #5A5A5A;
	font-family: tahoma, verdana; 
	font-size: 11px;
	font-weight: bold;			
	height: 24px;
}
	
.UserLoginInput
{
	border: solid 1px #CFCFCF;
	color: #5A5A5A;
	font-family: tahoma, verdana; 
	font-size: 11px;			
	height: 19px;
	width: 155px;
}

.UserLoginSumbitButton 
{
	margin: 0px 62px 0px 0px;
}