﻿body
{
	min-width: 960px;
	margin: 0;
	padding: 0;
	border: 10;
	font-family: Trebuchet MS, helvetica, clean, sans-serif;
	color: #000;
	/*background-color: #CCC;*/
	font-size: 14px;

    /*background-image: url(/App_Themes/Default/Images/bg-red-leather.jpg);*/
    background-color: #333;
    /*background-repeat: repeat-x;*/
    /*background-attachment: fixed;*/
    /*background-position-x: 0%;*/
    /*background-position-y: 0%;*/
    /*background-size: auto;*/
     padding-bottom: 0px;
     background-position: center;
     background-repeat: no-repeat; /*background-repeat:repeat-x;*/
     
}	
.bodyContainer {
	width: 1050px;
	margin: 0 auto;
}
.textLabelSmall {
	font-size: 80%;
}
.errorLiteral
{
    font-size: 12px;
	font-weight: normal;
	color: #FF0000;
    text-align: left;
}

.redError
{
    font-size: 12px;
	font-weight: normal;
	color: #FF0000;
    text-align: left;
    list-style-type: none;
}

.successLiteral
{
	font-weight: bold;
	color: green;
	margin: 0 0 10px 0;
}
.requiredFieldAsterisk
{
	color: #FF0000;
	font-weight: bold;
	font-size: 120%;
	padding: 5px 0 0 5px;
	float: left;
}
.titleLabel
{
	font-size: 180%;
	font-style: italic;
	font-weight: bold;
}
.subTitleLabel
{
	font-weight: bold;
	font-size: 95%;
	padding: 2px;
}
.instructionalText
{
	font-size: 100%;
	margin: 10px 0 10px 10px;
}
.mainWrapper
{
	width: 100%;
	margin: 0 auto;
}
.contentWrapper
{
	background: #fff;
		padding: 10px;

}
.loginWrapper {
	background: #fff;
}
.headerContainer
{
	background: #fff;
}
.menuContainer {
	
}
.headerLeft
{
}

.clientLogoContainer
{
	padding: 15px 0 0 5px;
}

.clientLogo
{
	width: 100px;
	height: 50px;
}

.modalTitle
{
	background: #000;
	color: #FFF;
	padding: 4px;
	border: 1px solid #000;
	border-bottom: none;
	font-size: 113%;
	font-weight: bold;
}
.modalFormWrapper
{
	border: 1px solid #000;
	background: #FFF;
	border-top: none;
	padding: 5px;
	margin: 0 0 5px 0;
	font-size: 90%;
}
.rememberMe
{
	text-align: center;
	font-size: 90%;
}
.outer-center
{
	float: right;
	right: 50%;
	position: relative;
}
.inner-center
{
	float: right;
	right: -50%;
	position: relative;
}
#forgotPasswordForm
{
	width: 400px;
}
#forgotPasswordForm .formControl
{
	margin: 0;
}
#changePasswordForm .formField, #changePasswordForm .formColumn
{
	width: 400px;
}
#changePasswordForm .formLabel
{
	width: 150px;
}
.processingIndicator
{
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin-top: 0px;
	left: 0px;
	top: 0px;
	/*width: 1489px;*/
    width: 2200px;
	/*height: 1084px;*/
    height: 1050px;
	position: fixed;
	z-index: 10000;
}
.processingMessage {
	position: absolute;
	left: 200px;
	top: 60px;
}
.formColumn {
	width: 250px;
	float: left;
}
.profileHeader {
	background: #00375C;
	color: #FFF;
	font-size: 130%;
	padding: 4px 6px;
	margin: 10px 0 5px 0;
}
.profileRow {
	margin: 2px;
}
.footerContainer{ height: 117px;}
.leftLoginPanel {
	height: 549px;
	width: 343px;
	float: left;
/*	background: url(images/leftLoginPanel.png);*/
}
.bottomLoginPanel {
	width: 620px;
	height: 243px;
	/* background: url(images/bottomLoginPanel.png);*/
	margin: 30px 0 0 0;
}
.rightLoginPanel {
	float: left;
	width: 620px;
}
.isRow {
	clear: both;
}
.homePanel {
/*	background: url(images/bottomLoginPanel.png) bottom right no-repeat;*/
	min-height: 200px;
	font-size: 125%;
	padding: 35px;
}

.homePanel uL {
	padding: 10px 0 0 20px;
	margin: 0;
}
.footerBanner {
/*	background: url(/App_Themes/Images/bottomBanner.png) center center no-repeat;*/
	height: 117px;
}


A:link, A:visited, A:active
{
    color: #0863AC;
}
A:hover
{
    text-decoration: none;
    color: #DD9616;
}

.hyperlink
{
    font-family: Arial helvetica Verdana;
    font-size: 12px;
    text-decoration: none;
    color: #eeeeee;
}

/* to hide the borders on an imageurl inside of an asp:hyperlink control */
a img, a:link img, a:visited img, a:hover img, a:active img
{
    border: 0 !important;
}
