﻿TABLE.LoginContainer
{

	text-align: center;
}
TABLE.LoginContainer A
{
    font-weight: bold;
	color: #0066cc;
}
TABLE.LoginContainer LABEL {
	
color: black;
}
TABLE.LoginContainer TD {
	
	color: black;
}
TABLE.Login
{
	width: 500px;
}

DIV.Login
{
	text-align: left;
}

TD.Login
{
}

TD.LoginOptions
{

	text-align: center;
}

SPAN.LoginOptions
{
}

TD.LoginHeader
{
	text-align: center;
}

TD.LoginHeader Label
{
	color: white;
}

TD.LoginData
{
    text-align: center;
}

TD.LoginButtons
{
	text-align: center;
}

TD.LoginErrors
{
}

TD.LoginActions
{
}

INPUT.UserName
{
}

INPUT.Password
{
}

DIV.Registration
{
	width: 500px;
	text-align: left;
	background: url(Images/Backgrounds/section_bg.png) repeat-x;
	border: 1px navy solid;
	
}

TABLE.CreateUserWizard
{
	background-color: #F7F6F3;
    padding: 4px;
   
}

TD.CreateUserWizardSideBar
{
	background-color: #155784;
	border-width: 0px;
	vertical-align: top;
}

TD.CreateUserWizardTitleText
{
	background-color: #155784;
	font-weight: bold;
	color: white;
}

TD.CreateUserWizardHeader
{
	background-color: #5D7B9D;
	font-weight: bold;
	color: white;
	border-style: solid;
	text-align: center;
}

TD.CreateUserWizardStep
{
	border-width: 0px;
}

SPAN.CreateUserWizardSideBarButton
{
	border-width: 0px;
	color: White;
}

A.Registration
{
  font-weight: bold;
  color: #0066cc;
}


TABLE.ChangePassword
{
	background-color: #f7f6f3;
	border-right: #e6e2d8 1px solid;
	border-top: #e6e2d8 1px solid;
	border-left: #e6e2d8 1px solid;
	border-bottom: #e6e2d8 1px solid;
}

INPUT.ChangePasswordCancel
{
}

INPUT.ChangePasswordButton
{
}

INPUT.ChangePasswordContinue
{
}

TD.ChangePasswordFailure
{
}

TD.ChangePasswordLink
{
}

TD.ChangePasswordInstruction
{
	color: black;
	font-style: italic;
}

TD.ChangePasswordLabel
{
}

TD.ChangePasswordHint
{
	color: #888888;
	font-style: italic;
}

TD.ChangePasswordSuccess
{
}

INPUT.ChangePasswordTextBox
{
}

TD.ChangePasswordTitle
{
	font-weight: bold;
	color: white;
	background-color: #155784;
}

SPAN.ChangePasswordValidator
{
}

SPAN.PasswordRecovery
{
	width: 500px;
}

TD.PasswordRecoverySuccessTextStyle
{
  background:gray;
  color: white;
  border: 1px #747575 solid;

}
