﻿html, body {
	background-color: #000;
	height: 100%;
	margin: 0;
	padding: 0;    
}

.right { text-align: right; }

/*****************************************************************************************************
Module: Login Standard
*******************************************************************************************************/

/*********************************************
Header 
**********************************************/

#siteHeader {
	background-color: #000;
	height: 82px;
	width: 100%;
}

.hdrImg {
	background-color: #000;
	height: 82px;
	margin: 0 auto;
	width: 950px;
}

.logo {
	height: 82px;
	margin: 0 auto;
	margin-bottom: 15px !important;
	padding: 0;
}



.logos {
	height: 49px;
	margin: 50px auto;
	padding: 0;
	width: 830px;
}

.FormBg {
	margin: 0;
	padding: 0;
}

#loginBox {
	background: #000 url(/Login/Standard/img/loginBoxBg.jpg) no-repeat;
	height: 530px;
	margin: 0 auto;
	position: relative;
	width: 830px;
}

#loginForm {
	font-size: 12px;
	left: 50px;
	line-height: 14px;
	position: absolute;
	top: 50px;
	width: 260px;
}

.SmlLnk {
	color: #0a3651;
	float: left;
	font-family: Arial, Times New Roman, Verdana;
	font-size: 10px;
	margin-left: 105px;
}

.ForgotUserPass {
	background-color: #FFF;
	height: 600px;
	margin: 15px auto;
	width: 950px;
}

.Forgot a {
	color: #000;
	float: right;
	font-size: 10px;
	padding-right: 15px;
	text-transform: uppercase;
}

.Forgot a:hover { color: #FFF; }

.ForgotImg { padding-top: 6px; }

.EmailAdd p { padding: 10px 0 0 0; }

.EnrollContent {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 315px;
	width: 100%;
}

.NotEnrolled {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

.LoginDisclaimer {
	font-size: 11px;
	margin: 115px 0 0 20px;
	padding: 0;
	text-transform: uppercase;
}

.LangContnr {
	color: #FFF;
	float: right;
	font-size: 11px;
	height: 25px;
	margin: 80px 0 0 0;
	padding: 0;
	width: 180px;
}

.LangContnr a {
	color: #FFF;
	text-decoration: none;
}

.LangContnr a:hover {
	color: #DDD;
	text-decoration: underline;
}

.LangContnr img { vertical-align: text-top; }

.inputbox {
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: inset 1px 1px 5px #EEE;
	display: inline-block;
	height: 30px;
	margin: 0 0 5px 0;
	overflow: hidden;
	padding: 1px;
	width: 250px;
}

.inputbox input {
	background: transparent;
	border: none;
	color: #333;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	height: 32px;
	margin: 0;
	padding: 0 0 0 5px;
	position: relative;
	width: 250px;
	z-index: 1000;
}

.inputbox label {
	background-color: #FFF;
	color: #4c4c4c;
	cursor: text;
	display: block;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	margin-top: -20px;
	padding-left: 5px;
}


.ie7 .inputbox input, .ie8 .inputbox input {
	height: 32px !important;
	padding: 5px 0 0 5px;
}

.ie7 .inputbox label, .ie8 .inputbox label { margin-top: -33px }

/* --------------------------------------------------------------------
Login Information Form Field Test
/* ---------------------------------------------------------------------*/

input.error {
	background: #fed;
	border: 1px solid red;
	height: 20px;
	padding: 0 !important;
}

select.error {
	background: #fed;
	border: 1px solid red;
	height: 20px;
	padding: 0 !important;
}

label.error,
.form-side-labels label.error,
.form-top-labels label.error {
	color: #fff;
	display: block;
	font-weight: bold;
	height: 20px;
	margin: 0;
	padding: 0;
}

.form-top-labels label.error {
	height: 20px;
	margin: 0;
}

.footer { width: 100%; }

.ftrContent {
	color: #FFF;
	font-size: 11px;
	margin: 20px auto;
	text-align: center;
	width: 830px;
}

.ftrContent a {
	color: #EEE;
	text-decoration: none;
}

.ftrContent a:hover {
	color: #FFF;
	text-decoration: underline;
}



/************* Submit Submit Button Login **********/

.LoginBox a.button, button, input.button {
	background-color: #810101;
	border: 0;
	color: #FFF;
	cursor: pointer;
	display: block;
	float: left;
	font-family: "Arial", Tahoma Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0.7em 0.5em 0.7em 0;
	padding: 5px 10px 5px 7px; /* Links */
	text-decoration: none;
}

.LoginBox button:hover, a.button:hover, input.button:hover {
	background-color: #4f0000;
	border: 0;
	color: #FFF;
}

.LoginBox a.button:active, input.button:active {
	background-color: #4f0000;
	border: 0;
	color: #FFF;
}

.ButtonCSS3, .ButtonCSS3:visited {
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 1px 4px 4px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	background: #222 url(/Login/Standard/img/overlay.png) repeat-x;
	behavior: url(/css/PIE.htc);
	border: 1px solid #d02724;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	padding: 5px 10px 6px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.ButtonCSS3:hover {
	background-color: #000;
	color: #fff;
}

.ButtonCSS3:active { top: 1px; }

.ButtonCSS3_2, .ButtonCSS3_2:visited {
	background: url("/Login/Standard/img/overlay.png") repeat-x scroll 0 0 #e51937;
	behavior: url(/css/PIE.htc);
	border: 1px solid #333333;
    
	border-radius: 10px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	padding: 5px 10px 6px;
	position: relative;
	text-align: center;
	text-decoration: none;

	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.ButtonCSS3_2:hover {
	background-color: #000;
	color: #fff;
}

.ButtonCSS3_2:active { top: 1px; }

.red { color: #ff0000; }

.small { font-size: 10px; }

/* --------------------------------------------------------------------
End Login Information Form Field Test
/* ---------------------------------------------------------------------*/

.placeholder {
	color: #333 !important;
	padding: 2px;
}

#errorMsg { }

#ErrMsg {
	margin: 50px auto 0 auto;
	padding: 0;
	width: 830px;
}

#ErrMsg ul { list-style: none; }


.CaptChaBox {
	padding: 10px;
	width: 285px;
}

.imageClass {
	padding-bottom: 10px;
	padding-top: 10px;
}

.textBox { margin-top: 5px; }

.module1 {
	left: 155px;
	position: absolute;
	top: -80px;
}

.module1 a {
	color: #FFF;
	padding-top: 5px;
	text-decoration: none;
}

.module1 a:hover {
	color: #000;
	text-decoration: none;
}

.divConfig {
	color: #000;
	float: left;
	margin-bottom: 25px;
	width: 100%;
}

.rcCaptchaImage { float: left; }



.MargT-5 { margin-top: 5px; }

.MargT-10 { margin-top: 10px; }

.MargT-15 { margin-top: 15px; }

.MargT-20 { margin-top: 20px; }

.MargT-25 { margin-top: 25px; }

.MargT-30 { margin-top: 30px; }

.MargT-35 { margin-top: 35px; }