﻿body {
	height: 100%; 
	max-height: 100%;
	overflow: hidden; 
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 0.9em;	
	border-top: 2px solid #DD2F1B; /* red */
}

.loginpageHeader
{
    height: 100px;
    line-height: 100px;
    padding: 0 20px;
}

.loginpageHeader .left
{
    float: left;
    width: 50%;
    background-position: left center;
    background-repeat: no-repeat;
}

.loginpageHeader .right
{
    float: right;
    width: 50%;
    text-align: right;  
}

#contentPanel {
	display: block; 
	overflow: auto; 
	top: 0px; 
	bottom: 0px; 
	width: 100%; 
	left: -3px;
}

* html #contentPanel {
	top: 0; 
	bottom: 0; 
	height: 100%;
	width: 100%;
}

* html #footerPanel {
	width:100%; 
	height:25px;
}

#loginPanel {
	position: relative; 
	border: solid 1px #CCCCCC;
	padding: 0.8em;
	width: 443px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	background: #fff;
	border-radius: 0.3em;
	/*box-shadow: 10px 10px 10px #e1e1e1;*/
}

/* Style for login header - this is overridden by the theme */
.LoginHeader { 
    background-color: #bdd0e6;
    font-size: 0.9em; 
    font-weight: bold; 
    height: 27px; 
    line-height: 27px;
    color: #003366;
    padding-left: 0.8em;
    text-align: left
}

.LoginHeaderInner {
	background-image: url('../images/logo.png'); 
	background-repeat: no-repeat;
	background-position: left;
    height: 27px; 
    margin-left: 4px;
    width: 100%;
}

.LoginTextField {
	width: 255px;
}

.LoginFooter {
	font-size: 0.5em;
	text-align: center;
	margin-top: 3px;
}

table #errorTable {
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	color: Red;
	font-size: 0.9em;
	background-color: #FFD5D5;
	empty-cells: show;
	width: 100%;
}

.ValidationSummaryLogin {		
	background-color: #FFD1D4;
	/*background-color: #fff; /*ie7 hack */
	padding: 0;
	font-size: 0.75em;	
	text-align: left;	
	color: #b70013;
	margin: 0;
	padding-left: 10px;
	background-image: none;
	border-width: 0px;
	border-color: #fff;
	border: none !important;
}

.RememberMe { margin-right: 18px; }

.Content .Main { padding:0.8em; }

.loginpageFooter {
    bottom: 0;
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #003366;
    border-top: 4px solid #D4E3F2;
    font-size: 0.8em;
}

.loginpageFooter a { color: #fff }

.hrOrHeader {
    font-size: 12px; text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
    border-top: 1px solid #dfdfe8;
    height: 1px;
}
.hrOrHeader {
    font-size: 12px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
    border-top: 1px solid #dfdfe8;
    height: 1px;
}

.hrOr {
    background-color: #fff;
    color: #6d6d78;
    display: inline-block;
    padding: 0 12px;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}