﻿/************************
*
* 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 1px #000000;
	width: 100%;
}

.HeaderTable
{
	width: 100%;
	height: 100px;
	padding: 30px;
	background-image: url('../images/header_bg.jpg');
}

.MainMenuTable
{
	width: 100%;
	height: 30px;
	background-color: #95572e;
}

.ContentTable
{
	width: 100%;
	height: 360px;
}

.LeftContentArea
{
	width: 444px;	
}

.MainContentArea
{
	padding: 5px 15px;
	background-color: #ebe4d2;
}

.loginFieldsTable
{
	width: 100%;
}

.LoginTextBox
{
	width: 98%;
}