﻿html, body, form
{
	width:100%;
	height: 100%;
	
	/* -----------------------------------------------------*/
	/* Set Padding and Margin to 0 so that no extra spaces  */
	/* at right or bottom of page in FireFox                */
	/* -----------------------------------------------------*/
/*
	padding: 0;
	margin: 0;
	background-repeat: repeat;
	background-attachment: fixed;

*/
	padding: 0;
	margin: 0;
/*
	background-image: url('Contrast.png');
	background-repeat:repeat;
	
	background-size:100% 100%;
	*/
}

.SiteMaster_HeaderTitle
{
	border-spacing: 0;
	vertical-align:bottom top;
	height: 100%;
	width:100%;
}

.SiteMaster_HeaderTitle_Image
{
}

.SiteMaster_HeaderTitle_Title
{
	height: 80px;
	background-repeat: no-repeat;
	background-position: left center;
}

.SiteMaster_HeaderTitle_Background
{
}

.SiteMaster_Background
{
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
}

.SiteMaster_WallPaper
{	
/*	height: 100%;
	width: 100%;
	position:relative;
	bottom:0px;
	right:0px;
	z-index: 1;
	background-image: url('WallPaper.png');
	background-repeat: no-repeat;
	background-position: right bottom;
*/
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	background-image: url('WallPaper.png');
	background-repeat: no-repeat;
	background-position: 95% 15%;

}

.SiteMaster_LayoutTable
{
	height: 100%;
	width: 100%;
}

.SiteMaster_LayoutTable_Header
{
	height: 100px;
}

.SiteMaster_LayoutTable_Content
{
	
}

.SiteMaster_LayoutTable_Footer
{
	
}

.SiteMaster_Content
{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	vertical-align:bottom;
}

.SiteMaster_Content_Background
{
}

.SiteMaster_Content_Image
{
	/*background-image: url('vs.png');*/
	background-repeat: no-repeat;
	background-position:right bottom;
	height: 60px;
}

.SiteMaster_Footer
{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	vertical-align:bottom;
}

.SiteMaster_Footer_Background
{
}

.SiteMaster_Footer_Image
{
	background-image: url('copyright.png');
	background-repeat: no-repeat;
	background-position:right bottom;
	height: 60px;
}

.ContentMaster_LayoutTable
{
	height:100%;
	width:100%;
}

.ContentMaster_LayoutTable_LeftPanel
{
	width: 15%;
	vertical-align: top;
}

.ContentMaster_LayoutTable_RightPanel
{
	width: 85%;
	vertical-align: top;
}

.ContentMaster_WelcomeNotes
{
	height: 5%;
	width: 100%;
}

.ContentMaster_MenuBar
{
	height: 5%;
	width: 100%;
}

.notes
{
	background:#DEF1FF;
	font-size:20pt;
	color:Red;
}

.RoundPanel_Divider
{
    height:462px;
    width:100%;
    overflow:auto;
}

.Button_Divider
{
    text-align:center;
}