﻿html,body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/layout/DocumentBackground.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #396e8e;
	font-family: Tahoma, Verdana, Arial;
}

/*
 * MainDocumentContainer
 *  This style implements the centered document content upon which the
 *  site is built.
 */
#MainDocumentContainer 
{
	width: 753px;
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0 auto -40px auto;
	background-image: url(images/layout/MainDocumentContentBackground.jpg);
	z-index: 2;
}
#MainDocumentNoMenuContainer 
{
	width: 753px;
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0 auto -40px auto;
	background-image: url(images/layout/MainDocumentNoMenuContentBackground.jpg);
	z-index: 2;
}

/* Mozilla treats the height as an absolute, so it will rely on the min-height (which IE does not
   understand), and set the full height to auto. IE ignores the child selector > sign */
html>body #MainDocumentContainer{height:auto;}

#DocumentTable
{
	width: 751px;
	margin: 0 auto;
}

.DocumentLeftSide
{
	width: 1px;
	padding: 0px;
	background-image: url(images/layout/DocumentLeftSide.jpg);
}

.DocumentRightSide
{
	width: 1px;
	padding: 0px;
	background-image: url(images/layout/DocumentRightSide.jpg);
}

#DocumentLeftMenu
{
	width: 189px;
	min-height: 100%;
	padding-top: 173px;
	padding-bottom: 40px;
}

#DocumentMainContent
{
	width: 562px;
	min-height: 100%;
	padding-top: 164px;
	padding-bottom: 40px;
}
#DocumentNoMenuMainContent
{
	width: 751px;
	min-height: 100%;
	padding-top: 164px;
	padding-bottom: 40px;
}

/*
 * Header Styles
 *  These styles support adding the header images and GUI to the top of the document
 *  table. These are DIVs sitting on top of the main content table
 */
#DocumentHeaderContainer
{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 41px;
	z-index: 2;
}

#DocumentHeader
{
	width: 787px;
	margin: 0 auto;
}

#DocumentHeaderLevel1
{
	width: 751px;
	height: 60px;
	margin: 0 auto;
	text-align: right;
	vertical-align: bottom;
	background-image: url(images/layout/HeaderTopImage.jpg);
}
#DocumentHeaderLevel1ContentLeft
{
	width: 586px;
	padding-right: 20px;
	font-size: 11px;
}
#DocumentHeaderLevel1ContentCenter
{
	width: 65px;
	padding-right: 0px;
	font-size: 11px;
}
#DocumentHeaderLevel1ContentRight
{
	width: 75px;
	padding-right: 5px;
	font-size: 11px;
}

#DocumentHeaderLevel2
{
	width: 751px;
	height: 104px;
	margin: 0 auto;
	padding-left: 18px;
	padding-right: 18px;
}

#HeaderGraphicRefreshContainer
{
	width: 100%;
	height: 16px;
	top: 59px;
	left: 0px;
	position: absolute;
	z-index: 3;
}
#HeaderGraphicRefreshPositioner
{
	width: 745px;
	margin: 0px auto 0px auto;
	text-align: right;
}

#DocumentHeaderLevel1ContentLeft IMG
{
	padding-top: 1px;
}
#DocumentHeaderLevel1ContentLeft A:link, #DocumentHeaderLevel1ContentLeft A:visited
{
	font-size: 11px;
	color: Gray;
	font-weight: bold;
	text-decoration: none;
}
#DocumentHeaderLevel1ContentCenter A:link, #DocumentHeaderLevel1ContentCenter A:visited
{
	font-size: 11px;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
#DocumentHeaderLevel1ContentLeft A:hover, #DocumentHeaderLevel1ContentCenter A:hover
{
	color: Red;
}

/*
 * Footer Styles
 *  These styles support adding the document footer to the page; the footer is a DIV
 *  residing below the main content (document) DIV, inline with the page
 */
#DocumentFooterContainer
{
	width: 100%;
	height: 40px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: Transparent;
	z-index: 2;
}

#DocumentFooter
{
	clear: both;
	width: 753px;
	height: 40px;
	margin: 0 auto;
}
#DocumentFooterContents
{
	width: 751px;
	padding-right: 5px;
	background-image: url(images/layout/BottomBlinds.jpg);
}
#DocumentFooterContents SPAN,#DocumentFooterContents A:link, #DocumentFooterContents A:visited
{
	color: Black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#DocumentFooterContents A:hover
{
	color: Red;
	text-decoration: none;
}

/*
 * Directory Search Styles
 *  These styles support adding the employee directory quick search
 *  interface to the table. This is implemented as a DIV tag on top
 *  of the header DIVs
 */
#DirectorySearchContainer
{
	top: 123px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 40px;
	z-index: 3;
}

#DirectorySearchPositioner
{
	width: 751px;
	height: 40px;
	margin: 0 auto;
	padding-left: 18px;
	padding-right: 18px;
}

#DirectorySearch
{ 
	width: 185px; 
	height: 40px; 
	padding-top: 2px;  
	text-align: center; 
	font-size: 11px; 
	font-weight: bold; 
	color: DarkBlue;
}

/* Background Knight Mark image */
.KnightMarkGhost
{
	left: -190px;
	top: 90px;
	position: absolute;
	width: 388px;
	height: 400px;
	z-index: 1;
}