﻿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-image: url('Contrast.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-size: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_RightTitle
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	background: #7da7f0; 
	height:38px; 
	display: table-cell; 
	font-size:13px; 
	width:135px; 
	vertical-align: middle
}

.imgRightTitle
{
	height:30px;
	width:35px; 
	vertical-align: middle
}

.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: absolute;
	z-index: 1;
	/*
	background-image: url('WallPaper.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	
	background-image: url('flexhrm_ess.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	*/
}

.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;
}