﻿body
{
	margin: 0px;
	padding: 0px;
	background-color: #DDDDDD;
}

.AlphaMenu .Menu-0
{
	text-align: center;
	list-style: none;
	display: block;
}

.AlphaMenu .Menu-Item-0
{
	width: 25px;
	float: left;
	background-color: #cccccc;
	color: Black;
	text-decoration: none;
	list-style: none;
}

.AlphaMenu .Menu-Item-0 .Selected
{
	background-color: Silver;
}

.AlphaMenu .Menu-Link-Text-0
{
	color: Black;
}

table.LVTable
{
	border: inset 2px Gray;
	border-collapse: collapse;
	min-width: 300px;
	empty-cells: show;
}

table.LVTable tr
{
	text-align: center;
	vertical-align: top;
	border-top-color:Black;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:Black;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

table.LVTable tr td
{
	text-align: center;
	vertical-align: top;
	padding: 1px 5px 1px 5px;
	border-left-color:Black;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:Black;
	border-right-style:solid;
	border-right-width:1px;
	max-width: 250px;
}

table.LVTable tr td textarea
{
	width: 240px;
}

table.LVTable tr td.AlignLeft
{
	text-align: left;
}

table.LVTable tr td.AlignRight
{
	text-align: right;
}

table.LVTable tr td.NoBorder
{
	padding: 0px 5px 0px 5px;
	border-left: none;
	border-right: none;
}

table.LVTable tr.Header
{
	background-color: Silver;
	font-weight: bold;
}

table.LVTable tr.OddRow
{
	background-color: #F0F0F0;
}

table.LVTable tr.EvenRow
{
	background-color: #E0E0E0;
}

table.LVTable tr.SelectedRow
{
	background-color: Black;
	color: White;
}

table.LVTable tr.InsertRow
{
	background-color: Black;
	color: White;
}

table.LVTable tr.EditRow
{
	background-color: Black;
	color: White;
}

table.LVTable tr.Footer
{
	background-color: Silver;
}

table.CenteredTable
{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 100%;
}

table.CenteredTable td
{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

.ErrorMessages
{
	color: Red;	
}

table.MasterTable
{
	outline: 0px;
	border: 0px;
	margin: 0px;
	border-collapse: collapse;
	height: 700px;
	min-height: 700px;
	width: 100%;
}

div.MainBackground
{
	margin: 0px auto 0px auto;
	min-width: 900px;
	min-height: 700px;
	padding: 15px;
	background-color: #DDDDDD;
}

div.MainMenu
{
	height: 58px;
	background-color: Silver;
	background: url(../../Images/GWBMenuGradient.gif) repeat-x;
	padding-top: 8px;
}

div.Header
{
	position: relative;
	z-index: 0;
	height: 100px;
}

div.HeaderLeft
{
	position: absolute;
	z-index: 1;
	left: 30px;
}

img.LogoText
{
	position: absolute;
	top: 9px;
}

div.HeaderRight
{
	height: 0px;
	position: absolute;
	z-index: 1;
	right: 25px;
}

div.Content
{
	min-height: 516px;
	background-color: White;
	position: relative;
}

div.Footer
{
	height: 40px;
	position: relative;
	z-index: 0;
	text-align: center;
}

div.FooterLeft
{
	height: 0px;
	width: 200px;
	position: absolute;
	z-index: 1;
	bottom: 25px;
	left: 10px;
}

div.FooterRight
{
	height: 0px;
	width: 200px;
	position: absolute;
	z-index: 1;
	bottom: 25px;
	right: 10px;
}

table.Login
{
	font-size: smaller;
}

table.Login input
{
	font-size: smaller;
}

.Watermark
{
	text-align: center;
	background-color: #003399;
	color: #FFFFCC;
}

a:link,
a:visited,
a:active,
a:hover
{
	text-decoration: none;
	color: Black;
}

a.BlueLink:link,
a.BlueLink:visited,
a.BlueLink:active,
a.BlueLink:hover
{
	text-decoration: underline;
	color: Blue;
}

span.FailureText
{
	color: Red;
}

ul.MainMenu
{
	padding: 8px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	text-decoration: none;
	text-align: center;
	font-size: x-large;
	font-family: FreeSerif;
}

ul.MainMenu li
{
	max-height: 44px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline;
}

a.LoginStatus
{
	color: Blue;
	text-decoration: underline;
	font-size: small;
	font-family: FreeSerif;
}

div.TopLeftMain
{
	background: url(/Images/TopLeftBig.gif) 0 0 no-repeat;
}

div.TopRightMain
{
	min-height: 700px;
	background: url(/Images/TopRightBig.gif) 100% 0 no-repeat;
	padding: 5px 0px 10px 0px;
}

div.BottomRightMain
{
	background: url(/Images/BottomRightBig.gif) 100% 100% no-repeat;
}

div.BottomLeftMain
{
	background: url(/Images/BottomLeftBig.gif) 0 100% no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 1px;
}

div.PageHeader
{
	text-align: center;
}

.Text,
.Text input,
.Text textarea,
.Text select,
.TextSmall,
.TextLarge
{
	font-family: Sans-Serif, Georgia, Verdana, Helvetica;
	color: #434343;
}

.Text
.TextSmall,
.TextLarge
{
	font-size: 1.2em;
}

.Text input,
.Text textarea,
.Text select
{
	font-weight: bold;
}

.Text a,
.TextSmall a,
.TextLarge a
{
	color: Blue;
	text-decoration: underline;	
}

p.TextLarge
{
	text-indent: 30px;
	margin-left: 20px;
}

.Text
{
	font-size: 1.0em;
}

.TextSmall
{
	font-size: 0.8em;
}

.TextLarge
{
	font-size: 1.2em;
}

a.Link:link,
a.Link:visited,
a.Link:active,
a.Link:hover
{
	color: Blue;
	text-decoration: underline;
}

.Notes
{
	text-align: left;
	background-color: Yellow;
}

div.WizardStep
{
	display: inline;
	color: #FFFFCC;
	padding: 2px 2px 2px 6px;
	background-color: #6699CC;
}

div.WizardStep.Active
{
	background-color: #003399;
}

img.WizardStepArrow
{
	padding: 0px 4px 0px 5px;
}

td.FieldName
{
	text-align: right;
	width: 200px;
}

td.FieldInput
{
	text-align: left;
	width: 400px;
}

span.RequiredField,
div.RequiredField
{
	color: Red;
	vertical-align: top;
}

/*
input.RequiredField,
textarea.RequiredField,
select.RequiredField
{
	background-color: #FFCACA;
}*/

/****  New Layout Section  ****/

.HeaderText1,
.HeaderText2,
.HeaderText3,
.LogoText
{
	color: #296BAD;
	font-family: Sans-Serif, Georgia, Verdana, Helvetica;
}

.HeaderText1
{
	padding-top: 5px;
	padding-top: 5px;
	font-size: 2.5em;
	font-weight: 600;
}

.HeaderText2
{
	padding-top: 8px;
	font-size: 1.25em;
}

.HeaderText3
{
	padding-top: 8px;
	font-weight: 800;
	font-size: 1.0em;
}

.LogoText
{
	font-size: 5.0em;
	font-weight: 900;
	font-family: Helvetica, Verdana, Georgia, Sans-Serif;
}

div.MainLayout
{
	padding: 15px;
	margin: 0px auto 0px auto;
	min-width: 930px;
	max-width: 1300px;
}

div.MainBottomLeftCorner
{
	min-width: 900px;
	background: url(/Images/BottomLeftBig.gif) 0 100% no-repeat;
	background-color: #FFFFFF;
}

div.MainBottomRightCorner
{
	background: url(/Images/BottomRightBig.gif) 100% 100% no-repeat;
}

div.MainTopRightCorner
{
	background: url(/Images/TopRightBig.gif) 100% 0 no-repeat;
}

div.MainTopLeftCorner
{
	padding: 5px 0px 5px 0px;
	background: url(/Images/TopLeftBig.gif) 0 0 no-repeat;
}

div.Header2
{
	height: 100px;
}

div.HeaderLeft2
{
	width: 25%;
	height: 100px;
}

div.HeaderLeft3
{
	padding-top: 11px;
	padding-left: 25px;
}

div.HeaderCenter2
{
	width: 50%;
	height: 100px;
	text-align: center;
}

div.HeaderRight2
{
	width: 25%;
	height: 100px;
	text-align: right;
}

div.HeaderRight3
{
	padding-right: 20px;
}

div.MainMenu2
{
	clear: left;
	height: 58px;
	background-color: Silver;
	background: url(../../Images/GWBMenuGradient.gif) repeat-x;
}

div.Content2
{
	display: block;
	min-height: 400px;
	clear: left;
	position: relative;
	margin: 0px auto;
	text-align: center;
}

div.Footer2
{
	height: 40px;
	max-height: 40px;
	clear: left;
	position: relative;
	text-align: center;
}

div.HeaderLeft2,
div.HeaderCenter2,
div.HeaderRight2,
div.FooterLeft2,
div.FooterCenter2,
div.FooterRight2
{
	float: left;
	clear: right;
}

div.FooterLeft2
{
	width: 25%;
	padding-top: 10px;
}

div.FooterCenter2
{
	width: 50%;
	padding-top: 7px;
}

div.FooterRight2
{
	width: 25%;
	padding-top: 10px;
}

div.FooterText
{
}

.LogoText2
{
	font-size: 5.0em;
	font-weight: 900;
	font-family: Helvetica, Verdana, Georgia, Sans-Serif;
}

.AlignCenter
{
	margin: auto;
	text-align: center;
}
