﻿/* GENERAL STYLES */
html, body 
{
    height: 100%;
}

body
{		
	margin: 0;
	padding: 0;	
	/*background: url(Images/OuterBackGround.png) repeat-x top left;	*/
}

.FullWidth 
{
	width: 1024;
	text-align:center;
	height: 100%;
	background-color: white;
	/*background: url(Images/BackGround.jpg) repeat-x top left;	*/
    padding: 0;
}

.MinWidth 
{
	margin: 0px auto;
	width: 750px;
    background-color: #FFCC56;
	height: 100%;
	padding: 0;
}
.HeaderContainer
{
    top:0;
    height:68px;
}
.Header
{
    top:0;
    height: 40px;
    background: url(Images/HeaderBackground.png) repeat-x top left;
    border-top: solid 1px #033450;
    border-left: solid 1px #033450;
    border-right: solid 1px #033450;
    padding-top:10px;
    text-align: center;
}

.LabelHeaderTitle
{
	font-size:24px;
	font-family: Tahoma;
	font-weight:bold;
	color:White;
	padding-bottom:5px;
}

.ShortHeader
{
    top:0;
    height: 16px;	
    background-color: #79B752;
    font-size: 8pt;
	color: white;
	font-family: Arial;
	padding: 4px 16px 2px 20px;
}

.Welcome
{
	top:0;
    position:absolute;
    height:125px;
    width :740px;
    z-index:50	;
    font-size:21px;
    font-weight: bold;
    color: White;
}

.HeaderWelcome
{
	font-size: 10px;
	color:White;
	font-family: Tahoma;
}

.MenuBar
{
	height: 26px;
	background-color: #AAAAAA;
	position: relative;
	text-align: left;
	color: Red;
	z-index: 100;
	border-left: solid 1px #033450;
	border-right: solid 1px #033450;
}

.Page
{
	border-left: solid 1px #033450;
	border-right: solid 1px #033450;
	height:100%;
	text-align: left;
	/*background: url(Images/Background.jpg) repeat-x top left;*/
	/*border-top : solid 1px #79B752;*/
}

.Window
{
	width:95%;
	padding: 10px 0 0 10px;
}
.PageTitle
{
	margin-left:0;
    padding-bottom:10px;
}

.Footer
{
    height:14px;
    background: url(Images/FooterBackground.png) repeat-x top left;
    /*background-color: #669999;*/
    border-top: solid 1px #033450;
    border-bottom: solid 1px #033450;
    font-size: 8pt;
    color: White;
	bottom: 0;
	position: relative;
	font-family: Tahoma;
	padding: 2px 20px 2px 20px;
	margin: 0 auto 0 auto;
}
.LabelApplicationVersion
{
    float:left;
    text-align:left;
}
.LabelApplicationCopyright
{
    float:right;
    text-align:right;
}
.LabelPageTitle
{
	font-size:20px;
	font-family: Tahoma;
	color:#003366;
	padding-bottom:5px;
}
.LabelPageDescription
{
	border-top:#274E94 1pt solid;
	font-family:Tahoma;
	font-size:12px;
	color:#003366;
}
.ContentHolderSpecialOperation
{
    z-index:1;
    float: right;
}
.PdfWindow
{
	background-color:#b40a08;
}

