﻿.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;
}
.SearchBox /* Obsolete */
{
	padding: 4px;
	background-color: #f5f5f5;
	position: relative;
	width: 96%;
	font-size: 12px;
	margin-left: 7px;
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	margin-bottom: 1px;
}

.GridCommandStrip /* Obsolete */
{
	position: relative;
	margin-bottom: 3px;
	margin-left: 1px;
}

.GridCommandStrip select /* Obsolete */
{
	width: 80px;
}

.GridCounter /* Obsolete */
{
	position: relative;
	float: left;
	margin-top: 4px;
}

.GridPageSize
{
	position: relative;
	float: right; /*	margin-bottom:7px;  */
	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%;
}

.ImageContainer
{
	position: relative;
	text-align: left;
}

.Image
{
	position: relative;
	border: 2px;
	border-style: solid;
	border-color: gray;
	vertical-align: middle;
}

.ReadOnly
{
	background-color: #f4ffff;
}

.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: -5px;
	font-size: 12px;
	font-weight: bold;
	background-color: inherit;
	color: Red;
	margin-bottom: -30px;
}

.ucMessagePanel
{
	position: relative;
	top: -18px;
	text-align: center;
	background-color: inherit;
	clear: both;
	margin-left: 7px;
	width: 97%;
}

.ucMessage
{
	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;
	border: solid 1px Gray;
	padding: 10px 4px 4px 4px;
	margin-bottom: 1px;
}

.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: #efefff; */
	background-color: #f5f5f5;
	border: solid 1px gray;
	width: 40%;
}

.GridHeaderRight
{
	width: 30%;
	text-align: right;
}
.ColumnWidth100
{
	/*   position: relative;    float: left; */
	width: 100%;
}
.ColumnWidth50
{
	/*   position: relative;    float: left; */
	width: 49.5%;
}
.ColumnWidth33
{
	/*   position: relative;    float: left; */
	width: 33%;
}
.ColumnWidth25
{
	position: relative;
	float: left;
	width: 24.67%;
}
.Flow
{
	position: relative;
	float: left;
}
.WithBorder
{
	border: solid 1px gray;
}
.Header
{
	position: relative;
	float: left;
	width: 97.5%;
	text-align: center;
	padding: 3px;
	margin-left: inherit;
	margin-bottom: 1px; /*	margin-top: 2px; */
	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;
}
.Control
{
	position: relative;
	float: left;
	width: 125px;
	text-align: left;
	margin-bottom: 1px;
}
.Control250
{
	position: relative;
	float: left;
	width: 250px;
	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%;
}

.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;
}


.UpdateProgress
{
	font-weight: bold;
	color: Red;
}

