﻿/* Masterpage layout */
html
{
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #ffffff;
	font-size: 76%;
	font-family: arial, georgia, palatino linotype, times new roman, serif;
}

body
{
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 974px;
	background-color: #EEEEEE;
}
#theForm
{
	width: 100%;
	height: 100%;
}
#bodynestediframe
{
	background-color: #ffffff;
	overflow: auto !important;
	width: 910px !important;
	min-width: 910px !important;
}
#bodyiframe
{
	background-color: #ffffff;
	overflow: auto !important;
	width: 924px !important;
	min-width: 924px !important;
}
#centrebody
{
	position: relative;
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	border-left: solid 10px #ffffff;
	border-right: solid 10px #ffffff;
	background-color: #ffffff;
	overflow: auto;
}
#centrebodyblank
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: #ffffff;
	overflow: auto !important;
}
#centrebodynestediframe
{
	position: relative;
	width: 910px;
	background-color: #ffffff;
	overflow: auto;
}
#centrebodyiframe
{
	position: relative;
	width: 924px;
	background-color: #ffffff;
	overflow: auto;
}
#evomain
{
	overflow: auto;
	position: absolute;
	left: 0px;
	top: 50px;
	right: 0;
	bottom: 0px;
	font-size: 1em;
}
#evomainsub
{
	/* this is effectively where all the content ends up - sized based upon 974px - scroll bar and a couple of spare pixels. */
	clear:both;
	float: left;
	width: 100%;
	margin-top: 5px;
}
