﻿body
{
	background-color: White;
	background-position: center;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'Gill Sans MT';
}

a:visited
{
}

.SubGridView
{
	background-color: #CCCCFF;
}

.MasterTable
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
}
.MasterTitleArea
{
	background-color: white;
	width: 100%;
}
.MasterTitle
{
	background-color: white;
	font-size: 12px;
	color: Black;
}
.MasterTitleLabel
{
	font-size: 12px;
	white-space: pre-wrap;
}
.MasterTitleCmd
{
	padding: 0px;
	font-weight: normal;
	font-size: 8pt;
	color: Black;
	text-decoration: none;
}

.Menubg
{
	font-size: 13pt;
	text-align: left;
	height: 12px;
}

.SubMenubg
{
	background-color: Menu;
	font-size: 13pt;
	width: 120px;
	height: 12px;
}

.MenuClass
{
	background-color: #015883;
	font-size: 13pt;
	border-right: 1px;
	border-color: White;
	border-right-style: solid;
	width: 135px;
	height: 35px;
	text-align: center;
	color: White;
}


.TextLabel
{
	font-size: 9pt;
	white-space: nowrap;
}

.LinkButton
{
	font-size: 9pt;
	color: Black;
}


.CheckBox
{
	text-align: Left;
	font-size: 9pt;
	color: Black;
}

.Button
{
	text-align: Center;
	font-size: 9pt;
}

.TextBox
{
	text-align: Left;
	font-size: 9pt;
	color: Black;
	white-space: nowrap;
}

.TextRadioButton
{
	text-align: Left;
	font-size: 9pt;
}
.TextRightLabel
{
	text-align: right;
}
.DropDownList
{
	font-size: 9pt;
}


.MenuSelectedClass
{
	font-size: 13pt;
	text-align: center;
	font-weight: bold;
	width: 115px;
	background-color: #92daff;
	color: Black;
}

.MenuHoverClass
{
	background-color: #92daff;
	color: Red;
	font-weight: bolder;
}

.SubMenuHoverClass
{
	color: Lime;
	font-weight: bolder;
}

.subMenubg
{
	background-color: #015883;
	font-size: 9pt;
	width: 120px;
	height: 12px;
}

.MenuStyle
{
	text-align: left;
	width: 150px;
}

.Numeric
{
	text-align: right;
}

.NumericReadOnly
{
	text-align: right;
	background-color: #FFFFC0;
}

td.field
{
	text-align: left;
}

td.fieldlabel
{
	text-align: left;
	width: 140px;
	white-space: nowrap;
}

.Calendar
{
	position: absolute;
}

.Main
{
	width: 800px;
	padding: 0px;
	border-spacing: 0;
	padding: 0,0,0,0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.Center
{
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

td
{
	vertical-align: top;
}

.section
{
	background-color: #dcdcdc;
}

.no_watermarkNumeric
{
	border: solid 1px #cccccc;
}

.watermarkNumeric
{
	color: #999999;
	background-color: #eeeeee;
	border: solid 1px #cccccc;
	text-align: right;
}

.watermarkBackground
{
	background-image: Url(/Images/watermarkbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 650px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.centerdiv
{
	margin: 0 auto;
	width: 600px;
	text-align: left;
	color: Black;
	font-weight: bold;
}

.UpdateProgress
{
	width: 400px;
	background-color: #FFC080;
	bottom: 0%;
	left: 0%;
	position: fixed;
}

.Hidden
{
	display: none;
}