﻿/*---------------------------------------------*/
/*--------            Login          ----------*/
/*---------------------------------------------*/

.Login
{
	margin-left: auto;
	margin-right: auto;
}

A.LightLink
{
	font-weight: normal;
	color: #66ccFF;
	text-decoration: none;
}

A.LightLink:link
{
	font-weight: normal;
	color: #66ccFF;
	text-decoration: none;
}

A.LightLink:visited
{
	font-weight: normal;
	color: #66ccFF;
	text-decoration: none;
}

A.LightLink:hover
{
	font-weight: normal;
	color: #66ccFF;
	text-decoration: underline;
}

.LoginMain
{
	background: black;
	background-image: url(../images/login/ornament_background_login.gif);
	background-repeat: repeat-x;
	text-align: center;
	top: 100px;
	border: #0066cc 1px solid;
	height: 244px;
	width: 520px;
}
.LoginContainer
{
	background-color: #0066cc;
	text-align: center;
	vertical-align: top;
	padding: 4px 4px 4px 4px;
	margin: 80px 0px 10px 0px;
}

.Login INPUT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border: none 0px #000;
}

.Login INPUT.textbox
{
	border: solid 1px #000;
}

.LoginValidation
{
	width: 100%;
	background-color: #FFFF6D;
	color: Red;
	text-align: center;
}

.LoginContainerNewUser
{
	background-color: #0066cc;
	text-align: center;
	vertical-align: top;
	padding: 4px 4px 4px 4px;
	margin: 80px 0px 10px 0px;
}

.LoginMainNewUser
{
	background: black;
	background-image: url(../images/login/ornament_background_login.gif);
	background-repeat: repeat-x;
	text-align: center;
	top: 100px;
	border: #0066cc 1px solid;
	width: 390px;
	padding-bottom: 10px;
}

.LoginValidationSummany
{
	width: 100%;
	background-color: #FFFF6D;
	color: #ea9221;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 2px;
}

.LoginLabel
{
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	width: 150px;
	vertical-align: top;
}

.LoginLabelShort
{
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	width: 100px;
	vertical-align: top;
}

.LoginLabelLong
{
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	width: 100%;
	vertical-align: top;
}

.LoginLabelNoPadding
{
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	text-align: left;
	width: 150px;
	vertical-align: top;
	white-space:nowrap;
}

.LoginEntry
{
	text-align: left;
	vertical-align: top;
	padding-right:10px;
}

.RegistrationMessage
{
	color:White;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}

