﻿html {
	height:100%;
}
body {
	font-size: 10pt;
	color: #696969;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	font-family: Verdana, Tahoma, sans-serif; /*462 total height*/
	z-index: 0;
}
#HeaderWrapper 
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background-image: url("../Images/LayoutComponents/Header_UpperLeft.png");
	background-repeat: no-repeat;
	background-color:transparent;
	z-index: 1;
}
.DivHeader 
{
	background-image: url("../Images/LayoutComponents/Header_Background.png");
	background-repeat: repeat-x;
	margin-left:95px;
	height: 112px;
	z-index:5;
}

.LogoBranding {
	position: absolute;
	top: 10px;
	left: 10px;
	max-height: 90px;
	max-width: 90px;
}
#FooterWrapper {
	background-image: url("../Images/LayoutComponents/Footer_LowerRight.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-color:transparent;
	height: 44px;
	position: fixed;
	width:100%;
	bottom: 0;
	z-index: 1;
}
.DivFooter {
	background-image: url("../Images/LayoutComponents/Footer_Background.png");
	background-repeat: repeat-x;
	margin-right:108px;
	height: 44px;
	z-index: 5;
}
p#FooterText 
{
    position:fixed;
    width:100%;
    bottom: -3px;
	color: #EEE;
	text-align: center;
	font-size: 8pt;
	z-index:10;
}
h1 {
	position: fixed;
	left: 120px;
	top: 5px;
	font-size: 16pt;
	color: #FFF;
	font-weight: normal;
}
span.StepTitle {
	font-style:italic;
	font-size: 14pt;
	padding-left:20px;
}
h2 {
	margin-top: 10px;
	margin-left: 80px;
	font-size: 13pt;
	font-weight: bold;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
}
#ContentWrapper 
{
    padding: 0;
    margin-top: 90px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	z-index: 0;
}
.FloatRight {
	float: right;
}
.IndentTop {
	margin-top: 15px;
}
.TopRightAnchor 
{
    position: absolute;
    right: 30px;
    top: 110px;
    z-index: 10;
}

/* CalendarConfiguration.aspx */
.TblCalendar
{
    padding-top:18px;
}
.TblCalendar td
{
    text-align: center;
    vertical-align: top;
    height: 80px;
    width: 160px;
}
.calendarConfigInstructions
{
    padding-top: 8px;
}



/* Browser-specific */
.opera #ContentWrapper 
{
    margin-top: 110px;
}
