﻿/************************
*
* Main Site Layout for Private Pages.
*
************************/

.MainTable
{
	/*    */
}

.TopMenu
{
	width: 100%;
	text-align: right;
	margin-bottom: 3px;
}

img.bg 
{
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;http://greenbrier.brightdoor.com/login.aspx
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
} 

/* Inside visible table contains everything inside the main border */
.SiteTable
{
	/* border: solid 12px #FFFFFF; */
	width: 100%;
	position: relative;
}

.HeaderTable
{
	width: 100%;
	height: 128px;
	padding: 30px;
	background-image: url('../images/header_bg.png');
}

.MainMenuTable
{
	width: 100%;
	height: 0px;
	background-color: #160801;
	display: none;
	position: relative;
}

.ContentTable
{
	width: 100%;
	height: 492px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #e3d9b5;
	background: url('../Images/footer_gradient.jpg') bottom center repeat-x;
	padding-bottom: 28px;
}

.LeftContentArea
{
	width: 270px;
	background-image: url('../images/sign_in_photo.jpg');
}

.MainContentArea
{
	padding: 0px 50px 0px 70px;
	background-color: #e3d9b5;
	color: #666666;
	/*background-image: url('../images/sign_in_right_no_divider.jpg');*/
	text-align:left;
}

.MainContentArea a
{
	text-decoration: none;
	color: #808183;
	font-weight: bold;
}

.loginFieldsTable
{
	text-align:left;
	width: 280px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	clear: right;
	padding-right: 10px;
}

.LoginTextBox
{
	width: 100%;
	border-color: #929294;
	background-color:#EAEBEC;
}

.welcomeImageDiv
{
	text-align:left;
	width:100%;
	float: left;
}
.welcomeText1Div
{
	text-align:justify;
	padding: 20px 25px 0 0;
	width: 270px;
	float: left;
	clear: left;
}

.welcomeText2Div
{
	text-align:justify;
	width: 270px;
	float: left;
	margin: 19px 0 10px 0;
}

#ctl00_cph_MainContent_lblWelcomeText2
{
}

/* Safari and Chrome login fields hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .loginFieldsTable { float: left; }
}