﻿/************************
*
* Main Site Layout for Private Pages.
*
************************/
.TopMenu
{
	width: 100%;
	text-align: right;
	margin-bottom: 3px;
}

/* Inside visible table contains everything inside the main border */
.SiteTable
{
	/* border: solid 12px #FFFFFF; */
	width: 100%;
}

.HeaderTable
{
	width: 100%;
	height: 108px;
	padding: 30px;
	background-image: url('../images/header_bg.jpg');
}

.MainMenuTable
{
	width: 100%;
	height: 0px;
	background-color: #160801;
	display: none;
}

.ContentTable
{
	width: 100%;
	height: 492px;
	font-family: Georgia, serif;
}

.LeftContentArea
{
	width: 270px;
	background-image: url('../images/sign_in_photo.jpg');
}

.MainContentArea
{
	padding: 65px 65px 0px 65px;
	background-color: #160801;
	background-image: url('../images/sign_in_right_no_divider.jpg');
	text-align:center;
}

.loginFieldsTable
{
	text-align:left;
	width: 280px;
	font-family: Georgia, serif;
	font-size: 11px;
	clear: right;
	padding-right: 10px;
}

.LoginTextBox
{
	width: 100%;
}

.welcomeImageDiv
{
	text-align:left;
	width:100%;
	float: left;
}
.welcomeText1Div
{
	text-align:left;
	padding: 20px 25px 0 0;
	width: 245px;
	float: left;
	clear: left;
}

.welcomeText2Div
{
	text-align: left;
	width: 278px;
	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; }
}