.Required
{
	background-color: #FFFFC0;
}

.dg_Header
{
	background-color: #3A6EA5;
	color: White;
	font-weight: bold;
}
.Section
{
	position: relative;
	clear: both;
	margin: 6px;
}

.GridContainer
{
	position: relative;
	width: 96%; /*	padding:3px; */
	font-size: 12px;
	margin-left: 7px;
}

.FramedGrid
{
	position: relative;
	width: 96%;
	font-size: 12px;
	margin-left: 7px;
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	padding: 4px;
	margin-bottom: 1px;
}

.GridPageSize
{
	position: relative;
	float: right;
	margin-right: 1px;
}

.GridPageSize select
{
	width: 40px;
}

.GridArea
{
	position: relative;
	clear: both;
	margin-top: 7px;
}

.Grid100
{
	border-color: #999;
	border-width: 1px;
	background-color: #fff;
	border-style: none;
	padding: 3;
	width: 100%;
}

.Grid75
{
	border-color: #999;
	border-width: 1px;
	background-color: #fff;
	border-style: none;
	padding: 3;
	width: 75%;
}

.Grid85
{
	border-color: #999;
	border-width: 1px;
	background-color: #fff;
	border-style: none;
	padding: 3;
	width: 85%;
}

.Grid50
{
	border-color: #999;
	border-width: 1px;
	background-color: #fff;
	border-style: none;
	padding: 3;
	width: 50%;
}

.ImageContainer
{
	position: relative;
	text-align: left;
}

.Image
{
	position: relative;
	border: 2px;
	border-style: solid;
	border-color: gray;
	vertical-align: middle;
}

.ReadOnly
{
	background-color: #ddd;
}

.ShowBorder
{
	background-color: #eee;
}

.searchSeparator
{
	font-weight: bold;
	color: Gray;
	width: 100px;
	margin: 6px;
	text-align: center;
}

.EditContainer
{
	background-color: #ccc;
}

.EditForm
{
	position: static;
	padding: 5px;
	border-width: medium;
	border-style: ridge;
	background-color: #eee;
	margin-left: 5px;
	margin-right: 5px;
	width: 95%;
}

.LabelOld
{
	position: relative;
	float: left;
	font-size: 11px;
	background-color: #ccc;
	padding: 4px;
	margin-left: 0px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: right;
	width: 120px;
}

.ErrorMessage
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: -18px;
	left: -20px;
	font-size: 12px;
	font-weight: bold;
	color: Red;
	width: 1000px;
	text-align: center;
	z-index: 9999;
	background-color: #ffffff;
}

.Validator
{
	font-size: 18px;
	font-weight: bold;
	background-color: inherit;
	color: Red;
}

.ValidatorSummary
{
	position: relative;
	top: -15px;
	font-size: 12px;
	font-weight: bold;
	background-color: inherit;
	color: Red;
}

.MessagePanel
{
	position: relative;
	top: -18px;
	text-align: center;
	background-color: inherit;
	clear: both;
	margin-left: 7px;
	width: 97%;
}

.Message
{
	font-size: 12px;
	font-weight: bold;
	background-color: inherit;
	color: Green;
}

.WarningColor
{
	color: Orange;
}

.ErrorColor
{
	color: Red;
}

.EditFrame
{
	position: relative;
	width: 96%;
	font-size: 11px;
	margin-left: 7px;
	padding: 10px 4px 4px 4px;
	margin-bottom: 1px;
	border: #808080 1px solid;
}

.EditFrameNoBorder
{
	position: relative;
	width: 96%;
	font-size: 11px;
	margin-left: 7px;
	padding: 10px 4px 4px 4px;
	margin-bottom: 1px;
	border: none;
}

.Panel
{
	position: relative;
	width: 96%;
	font-size: 11px;
	margin-left: 7px;
	border: solid 1px Gray;
	padding: 10px 4px 4px 4px;
	margin-bottom: 1px;
}

.PanelTitle
{
	position: absolute;
	top: -9px;
	left: 3px;
	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #efefff;
	border: solid 1px Gray;
}

.Grid
{
	font-size: 12px;
	padding: 3px 4px 4px 4px;
}

.Locked
{
	background-color: #efefef;
}

.UnLocked
{
	background-color: #dfdfff;
}


.EditFrameTitle
{
	position: absolute;
	top: -9px;
	left: 3px;
	font-size: 11px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #efefff;
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
}

.GridHeaderLeft
{
	width: 30%;
	text-align: left;
}

.GridHeaderMiddle
{
	font-weight: bold;
	text-align: center;
	background-color: #f5f5f5;
	border: solid 1px gray;
	width: 40%;
}

.GridHeaderMiddleLabel
{
	text-align: center;
	width: 40%;
}

.GridHeaderRight
{
	width: 30%;
	text-align: right;
}

.ColumnWidth100
{
	width: 100%;
}

.ColumnWidth50
{
	width: 49.5%;
}

.ColumnWidth20
{
	width: 20%;
}


.ColumnWidth33
{
	width: 33%;
}

.ColumnWidth25
{
	position: relative;
	float: left;
	width: 24.67%;
}

.WithBorder
{
	border: solid 1px gray;
}

.Header
{
	position: relative;
	float: left;
	width: 97.5%;
	text-align: center;
	padding: 3px;
	margin-left: inherit;
	margin-bottom: 1px;
	background-color: Transparent;
	border: solid 1px gray;
}

.Label
{
	position: relative;
	float: left;
	font-size: 11px;
	background-color: Transparent;
	padding: 3px 1px 3px 3px;
	text-align: right;
	width: 100px;
	margin-right: 2px;
}

.LabelLarge
{
	position: relative;
	float: left;
	font-size: 11px;
	background-color: Transparent;
	padding: 3px 1px 3px 3px;
	text-align: right;
	width: 130px;
	margin-right: 2px;
}

.LabelSmallCenter
{
	position: relative;
	float: left;
	font-size: 11px;
	background-color: Transparent;
	padding: 3px 1px 3px 3px;
	text-align: center;
	width: 50px;
	margin-right: 2px;
}

.RowHeader
{
	position: relative;
	float: left;
	width: 97.5%;
	height: 25px;
	text-align: left;
	padding: 3px;
	margin-left: inherit;
	margin-bottom: 1px;
	background-color: Transparent;
	border: None;
}

.Control
{
	position: relative;
	float: left;
	width: 125px;
	text-align: left;
	margin-bottom: 1px;
}

.Control425
{
	position: relative;
	float: left;
	width: 425px;
	text-align: left;
}

.ControlTB
{
	position: relative;
	float: left;
	width: 98%;
	clear: both;
	text-align: center;
	margin-bottom: 1px;
}

.Control200
{
	position: relative;
	float: left;
	width: 200px;
	text-align: left;
	margin-bottom: 1px;
}

.Control175
{
	position: relative;
	float: left;
	width: 175px;
	text-align: left;
	margin-bottom: 1px;
}

.Control250
{
	position: relative;
	float: left;
	width: 250px;
	text-align: left;
	margin-bottom: 1px;
}

.Control350
{
	position: relative;
	float: left;
	width: 350px;
	text-align: left;
	margin-bottom: 1px;
}

.Control500
{
	position: relative;
	float: left;
	width: 500px;
	text-align: left;
	margin-bottom: 1px;
}

.Wide
{
	width: 98%;
}

.ControlCheckBox
{
	position: relative;
	float: left;
	width: 125px;
	text-align: left;
	margin-bottom: 3px;
}

.CheckBoxFont
{
	font-size: 11px;
}

.ColumnWidth25 .Label
{
	width: 85px;
}

.ColumnWidth25 .Control
{
	width: 120px;
}

.TextBox
{
	width: 100%;
}


.TextBoxAmount
{
	width: 120px;
	text-align: right;
}

.MultiBox
{
	width: 100%;
	height: 60px;
}

.DropDown
{
	width: 105%;
	margin: 1px 0px 1px 0px;
}

.Button
{
	width: 100px;
}

.CheckBox
{
	margin-left: -4px;
}

.ButtonPanel
{
	margin: 4px 0px 4px 6px;
}

.Calendar
{
	width: 135px;
}

.ColumnWidth25 .Calendar
{
	width: 130px;
}

.PageValidator
{
	position: relative;
	font-size: 12px;
	border: solid 1px Gray;
	padding: 12px;
	margin-left: 21px;
	margin-right: 35px;
}


.clear
{
	clear: both;
}

.hide
{
	display: none;
}

.show
{
	display: block;
}

.sectionNarrow
{
	position: relative;
	float: left;
	width: 23%;
}

.sectionMedium
{
	position: relative;
	float: left;
	width: 32%;
}

.sectionLarge
{
	position: relative;
	float: left;
	width: 48%;
}

.section
{
	position: relative;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.navigationSection
{
	position: relative;
	padding: 5px;
}

.collapseButton
{
	position: absolute;
	width: 77%;
	background-image: url(../images/bkgDashedGrey.gif);
	background-repeat: repeat-x;
	text-align: right;
	right: 25px;
	top: -45px;
	z-index: 0;
}
.collapseButtonRightCustom
{
	position: absolute;
	width: 77%;
	background-image: url(../images/bkgDashedGrey.gif);
	background-repeat: repeat-x;
	text-align: right;
	right: 5px;
	top: -45px;
	z-index: 0;
}

.divLegend
{
	position: relative;
	margin-top: 20px;
	font-size: 11px;
	margin-bottom: 20px;
}

.gridControl
{
	position: relative;
	clear: both;
	padding: 3px;
}

.gridControl *
{
	font-size: 12px;
}

.gridControl .count
{
	position: relative;
	float: left;
	width: 445px;
}

.gridControl .pageSize
{
	position: relative;
	float: left;
	margin-bottom: 7px;
}

.gridControl .pageSizeRight
{
	position: relative;
	float: right;
	margin-bottom: 7px;
}

#divReportContainer
{
	position: absolute;
	right: 10px;
	top: 120px;
	width: 20px;
	height: 20px;
}

#divReportButton
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#divReport
{
	position: absolute;
	left: -200px;
	top: 0px;
	z-index: 1000;
	background-color: #fff;
}

.closeButton
{
	position: relative;
	border: solid 1px #ddd;
	text-align: right;
	padding: 2px;
	font-size: 10px;
	background-color: #eee;
	top: 6px;
}

.closeButton a
{
	display: block;
	width: 100%;
}

.selectedStep
{
	position: relative;
	float: left;
	border: solid 1px #ccc;
	background-color: #3399ff;
	color: #fff;
	text-decoration: none;
	width: 17%;
	font-weight: bold;
	vertical-align: middle;
	padding: 8px;
	margin-right: 8px;
}

.BoxedLabel
{
	position: relative;
	float: left;
	font-size: 11px;
	border: solid 1px #ccc;
	background-color: White;
	color: #000;
	font-weight: normal;
	vertical-align: middle;
	padding: 3px 1px 3px 3px;
	margin-right: 12px;
	width: 250px;
}

.BoxedLabel100
{
	position: relative;
	float: left;
	font-size: 11px;
	border: solid 1px #ccc;
	background-color: White;
	color: #000;
	font-weight: normal;
	vertical-align: middle;
	padding: 3px 1px 3px 3px;
	margin-right: 12px;
	width: 100px;
}

.StatusMessage
{
	background-color: #f0f8ff;
	color: #4169e1;
	width: 275px;
	padding: 2px;
	display: block;
	font-weight: bold;
}

.BoxedLabel100
{
	position: relative;
	float: left;
	font-size: 11px;
	border: solid 1px #ccc;
	background-color: White;
	color: #000;
	font-weight: normal;
	vertical-align: middle;
	padding: 3px 1px 3px 3px;
	margin-right: 12px;
	width: 175px;
}

.ColumnWidth20
{
	position: relative;
	float: left;
	width: 19.67%;
}

.toggleImage
{
	border: 0px;
	margin-left: 4px;
	background-color: #fff;
}


.gridRowSection
{
	position: relative;
	padding: 5px;
	margin-top: 1px;
	margin-bottom: 12px;
}

.gridRowGroupSection
{
	position: relative;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 4px;
}
.validatorCalloutHighlight
{
	background-color: lemonchiffon;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

.sampleStyleA
{
	background-color: #FFF;
}

.sampleStyleB
{
	background-color: #FFF;
	font-family: monospace;
	font-size: 10pt;
	font-weight: bold;
}

.sampleStyleC
{
	background-color: #ddffdd;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: italic;
}

.sampleStyleD
{
	background-color: Blue;
	color: White;
	font-family: Arial;
	font-size: 10pt;
}
/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
	background-color: #ffffcc;
	color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
	background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
	background-color: #ffffcc;
	color: #000000;
}
.MaskedEditBlurNegative
{
	color: #ff0000;
}

/*Hover Menu*/
.popupMenu
{
	position: absolute;
	visibility: hidden;
	background-color: #F5F7F8;
	opacity: .9;
	filter: alpha(opacity=90);
}

.popupHover
{
	background-image: url(images/header-opened.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F5F7F8;
}

.titlePanel
{
	float: left;
	position: relative;
}

.returnTop
{
	position: absolute;
	right: 25px;
	top: 2.5px;
	border: none;
}

.alignRight
{
	text-align: right;
}

.reportLink
{
	margin: 7px;
	padding: 12px;
}

.TableData
{
	font-size: 11px;
	background-color: Transparent;
	padding: 3px 1px 3px 3px;
	margin-right: 2px;
}

.aselectedTab
{
	position: relative;
	border-top: solid 2px #06c;
	border-right: solid 4px #06c;
	border-left: solid 4px #06c;
	border-bottom: solid 4px #fff;
	padding: 4px;
}

.atabs
{
	position: relative;
	z-index: 100;
	padding-left: 20px;
}

.atabs .atab
{
	position: relative;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	padding: 4px;
	margin-left: 4px;
	margin-right: 4px;
	background-color: #ddd;
}

.atabPanel
{
	position: relative;
	padding: 4px;
	border: solid 3px #06c;
	top: 4px;
}


.closer
{
	clear: both;
	height: 1px;
}

.displayRow
{
	clear: both;
	width: 100%;
}

.displayRowAlt
{
	clear: both;
	width: 100%;
	background-color: #ccc;
}

.displayLink
{
	position: relative;
	float: left;
	border: solid 1px #ccc;
	margin: 2px;
	padding: 5px;
	width: 200px;
}

.displayText
{
	position: relative;
	float: left;
	border: solid 1px #ccc;
	margin: 2px;
	padding: 5px;
	width: 700px;
}

.startPageLeftNav
{
	float: left;
	width: 155px;
	padding-left: 3px;
	margin-right: 3px;
	padding-right: 5px;
}

.startPageBody
{
	float: left;
	width: 820px;
}

.Flow
{
	position: relative;
	float: left;
}

.scroll
{
	overflow: scroll;
}

.userMessage
{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: inherit;
	color: Green;
}