﻿/*****************/
/***** Login *****/
/*****************/

.Login
{
	background-color: #F7F7DE;
	border-color: #CCCC99; 
	border-style:Solid;
	border-width:1px;
	font-size: 0px;
}

.Login td
{
	padding: 3px;
}

.LoginTitle
{
	background-color: #6B696B; 
	font-weight: bold;
	color: #FFFFFF;
}

.LoginLabel
{
	text-align: left;
}

.LoginTextBox
{
	width: 200px;
}

.LoginTitle, 
.LoginLabel, 
.LoginTextBox, 
.LoginCheckBox, 
.LoginHyperLink, 
.LoginFailureText, 
.LoginInstructionText, 
.LoginButton, 
.LoginValidatorText
{
	font-size: 12px;
}

.LoginButton
{
	padding-left: 3px;
	padding-right: 3px;
}

/**********************/
/***** CreateUser *****/
/**********************/

.CreateUser
{
	background-color: #F7F7DE; 
	border: solid 1px #CCCC99; 
	font-size: 10pt; 
}

.CreateUser td
{
	padding: 3px;
}

.CreateUserTitle
{
	background-color: #6B696B;
	font-weight: bold;
	color: #FFFFFF;
}

.CreateUserHeader
{
	background-color: #6B696B;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.CreateUserStep
{
	border-width: 0px;
}

.CreateUserSideBar
{
	background-color: #7C6F57;
	border-width: 0px;
	font-size: 0.9em;
	vertical-align: top;
}

.CreateUserSideBarButton
{
	border-width: 0px;
	color: #FFFFFF;
}

.CreateUserContinueButton, 
.CreateUserNavigationButton, 
.CreateUserCreateUserButton
{
	background-color: #FFFBFF;
	border: solid 1px #CCCCCC;
	color: #284775;
	padding-left: 3px;
	padding-right: 3px;
}

.CreateUserLabel
{
	text-align: left;
}

.CreateUserTextBox
{
	width: 300px;
}

/****************************/
/***** PasswordRecovery *****/
/****************************/

.PasswordRecovery
{
	background-color: #F7F7DE; 
	border: solid 1px #CCCC99; 
	font-size: 10pt; 
}

.PasswordRecovery td
{
	padding: 3px;
}

.PasswordRecoveryTitle
{
	background-color: #6B696B;
	font-weight: bold;
	Color: #FFFFFF;
}

.PasswordRecoveryLabel
{
	text-align: left;
}

.PasswordRecoveryTextBox
{
	width: 300px;
}

.PasswordRecoveryButton
{
	padding-left: 3px;
	padding-right: 3px;
}

/**************************/
/***** ChangePassword *****/
/**************************/

.ChangePassword
{
	background-color: #F7F7DE;
	border-color: #CCCC99; 
	border-style:Solid;
	border-width:1px;
	font-size: 0px;
}

.ChangePassword td
{
	padding: 3px;
}

.ChangePasswordTitle
{
	background-color: #6B696B; 
	font-weight: bold;
	color: #FFFFFF;
}

.ChangePasswordLabel
{
	text-align: left;
}

.ChangePasswordTextBox
{
	width: 200px;
}

.ChangePasswordTitle, 
.ChangePasswordLabel, 
.ChangePasswordTextBox, 
.ChangePasswordHyperLink, 
.ChangePasswordFailureText, 
.ChangePasswordInstructionText, 
.ChangePasswordButton, 
.ChangePasswordValidatorText
{
	font-size: 12px;
}

.ChangePasswordButton
{
	padding-left: 3px;
	padding-right: 3px;
}