body
{
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	color: #000000;
	line-height: 15px;
	background-repeat: repeat;	
	background-image: url(../Images/General/MainBg.jpg);
}

input, select, textarea, span, p, td, div, a
{
	font-family: Arial;
}

img
{
	border-style: none;
}

h1 
{
	font-size: 28px;  
	color: #CC3333;
	font-weight: normal;
	line-height: 30px;
}

h2 
{
	font-size: 16px; 
	color: #CC3333;
	font-weight: normal;
	line-height: 18px;
}

h3 
{
	font-size: 14px; 
	color: #CC3333;
	font-weight: normal;
	line-height: 16px;
}

a
{
	color: #CC3333;
	text-decoration: underline;
}

/*
a:hover
{
	color: #F40000;
	text-decoration: none;
}
*/

td
{ 
	font-size: 12px; 
	line-height: 15px; 
}

#LegitContainer .Header
{
	background-color: White;
	table-layout: fixed;
}

#LegitContainer .ZoneFixed
{
	table-layout: fixed;
}

#LegitContainer .ZoneBordered
{
	border: #bbbbbb 1px solid;
}

#LegitContainer .SpaceVertical
{
	height: 10px;
}

#LegitContainer .SpaceHorizontal
{
	width: 10px;
}

#LegitContainer .NoOverflow
{
	overflow: hidden;
}

#LegitContainer .ValidationMessages
{
	font-size: 11px;
	font-weight: bold;
	color: red;
}

#LegitContainer .SectionAdminHeading
{
	font-size: 18px;
	font-weight: bold;
	color: Blue;
	line-height: 1.5em;
}

#LegitContainer .SectionLabelHeading
{
	font-size: 14px;
	font-weight: bold;
	color: red;
	line-height: 1.5em;
}

#LegitContainer .TextBoxNormal
{
	width: 150px;
	background-color: #FFFFFF;
	border: solid 1px #BABABA;
}

#LegitContainer .TextBoxLarge
{
	width: 250px;
	background-color: #FFFFFF;
	border: solid 1px #BABABA;
}

#LegitContainer .TextBoxCompetition
{
	width: 100px;
	background-color: #FFFFFF;
	border: solid 1px #BABABA;
}

#LegitContainer .DropDownNormal
{
	width: 155px;
	text-transform: capitalize;
}

#LegitContainer .DropDownLarge
{
	width: 255px;
	border: 1px solid;
	text-transform: capitalize;
}

#LegitContainer .ButtonNormal
{
	border: 0;
	background-color: #C23232;
	color: White;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;	
}

#LegitContainer .ButtonLinkNormal
{
	background-color: #C23232;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
	padding-top: 5px;
	width:54px;
}

#LegitContainer .ButtonLinkNormal a
{
	color: White;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
}

#LegitContainer .ButtonLinkSmall
{
	background-color: #C23232;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
	padding-top: 5px;
	width:40px;
}

#LegitContainer .ButtonLinkSmall a
{
	color: White;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
}
	
.SectionTitle
{
	color: #CC3333;
	font-weight: normal;
	line-height: 30px;
	border-top: 1px solid #CC3333;
	border-bottom: 1px solid #CC3333;
}

.LoginStatus
{
	background-color: #d02239;
	color: White;
	text-decoration: none;
	height:30px;
}

.strengthIndicator a 
{
	color: black;
	text-decoration: none;
}

.strengthInvalid 
{
	background-color: #EBEBEB;
}

.strengthWeak 
{
	background-color: #FFD35E;
}

.strengthStrong 
{
	background-color: #3ABB1C;
}