html, form, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 11px;
	background-color: #DADADA;
	color: #000000;
}

textarea {
	font-family: Tahoma, Arial, Verdana, Sans-serif;
}

.Title {
	/*background-image:url('../Images/title_bg_grad.gif');*/
	padding: 5px;
	background-color: #0dd719;
	color: White;
}

.Title2 {
	/*background-image:url('../Images/title_bg_grad.gif');*/
	padding: 5px;
	background-color: #808080;
	color: White;
}

	.Title span, .Title2 span {
		text-align: left;
		font-family: Verdana;
		font-size: 12pt;
		font-weight: normal;
		color: White;
	}

.Title span {
	text-align: left;
	font-family: Verdana;
	font-size: 15pt;
	font-weight: normal;
	color: White;
}

.SubTitle {
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

div.Container {
	padding: 2px;
}

.GridContainer {
	padding: 1px;
}

.TabContainer {
	padding-left: 1px;
	padding-right: 1px;
}

.ToolbarContainer {
	display: block;
	background-color: #bfdbff;
	padding: 1px 1px 1px 1px;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
}

.ExpandCollapse {
	width: 100%;
	height: 20px;
	background-color: #EBF3FE;
	cursor: pointer;
}

.ExpandCollapseIcon {
	float: right;
}

.ToggleArea {
}

.Table {
	width: 100%;
	border-collapse: collapse;
}

	.Table span {
		font-weight: bold;
		color: #52575D;
	}

.TableReport {
	width: 100%;
	border-collapse: collapse;
}

	.TableReport span {
		font-weight: bold;
		color: #52575D;
	}

.TablePassword td {
	padding: 2px;
}

	.TablePassword td span {
		font-weight: normal;
		color: #000000;
	}

	.TablePassword td .Label {
		font-weight: bold;
		color: #000000;
	}

.CheckBoxList {
	margin-left: -6px;
	font-weight: bold;
	color: #52575D;
}

.CheckBox {
	margin-left: -3px;
	font-weight: bold;
	color: #52575D;
}

.Label {
	font-weight: bold;
	color: #52575D;
}

.Hide {
	display: none;
}

.Padding {
	padding: 5px;
}

.Spacer {
	height: 1px;
	line-height: 1px;
}

.DescriptionBox {
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	width: 250px;
}

.Button {
	/*width:250px;*/
}

/*TabelLess form layout*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.CssForm {
	padding: 0 0 0 0;
	border-bottom: 0px solid #D8D8D8;
}

	.CssForm p {
		width: 300px;
		clear: left;
		margin: 0;
		padding: 5px 0 5px 0;
		padding-left: 155px; /*width of left column containing the label elements*/
		background-color: #EBF3FE;
		border-top: 1px solid #D8D8D8;
		height: 1%;
	}

	.CssForm span {
		font-weight: bold;
		color: #52575D;
		float: left;
		margin-left: -150px; /*width of left column*/
		width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	}

	.CssForm .ButtonArea {
		width: 300px;
		clear: left;
		margin: 0;
		padding-left: 155px; /*width of left column containing the label elements*/
		border-top: 1px solid #D8D8D8;
		height: 1%;
		text-align: right;
	}

.ButtonArea {
	/*text-align:right;*/
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

html .ThreePxFix {
	margin-left: 3px;
}

.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
}

.info {
	border-color: #00529B;
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../Images/information_blue.gif');
}

.success {
	border-color: #4F8A10;
	color: #4F8A10 !important;
	background-color: #DFF2BF;
	background-image: url('../Images/check_green.gif');
}

.warning {
	border-color: #9F6000;
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../Images/warning.gif');
}

.error {
	border-color: #D8000C;
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../Images/error.gif');
}

.validation {
	border-color: #D63301;
	color: #D63301 !important;
	background-color: #FFCCBA;
	background-image: url('../Images/validation.gif');
}

.TableFirstColumnAlt {
	width: 20%;
	height: 1%;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #D8D8D8;
	background-color: #FFF;
}

.TableFirstColumn {
	width: 33%;
	height: 1%;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #D8D8D8;
	background-color: #FFF;
}

.TableSecondColumnAlt {
	width: 40%;
	height: 1%;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #D8D8D8;
	background-color: #EBF3FE;
}

.TableSecondColumn {
	width: 33%;
	height: 1%;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #D8D8D8;
	/*background-color:#EBF3FE;*/
	background-color: #ededed;
	align-content:center;
}

.TableFirstColumnButton {
	height: 1%;
	width: 40%;
	border-top: 1px solid #D8D8D8;
	background-color: White;
}

.TableSecondColumnButton {
	height: 1%;
	width: 60%;
	border-top: 1px solid #D8D8D8;
	background-color: White;
	/*float:right;*/
	text-align: right;
}

.RadioButtonList {
	margin-left: -7px;
}

.linkButton {
	float: right;
	cursor: pointer;
}

div.GreyBackGround {
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: Gray;
	position: absolute;
	opacity: 0.6;
	filter: alpha(opacity=60);
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

div.Centered {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px; /*half of height*/
	margin-left: -16px; /*half of width*/
	z-index: 5;
}

div.Right {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 80%;
	margin-top: -16px; /*half of height*/
	margin-left: -16px; /*half of width*/
	z-index: 5;
}

div.NagCentered {
	width: 300px;
	height: 160px;
	position: absolute;
	background-color: #FFBABA;
	top: 50%;
	left: 50%;
	margin-top: -80px; /*half of height*/
	margin-left: -150px; /*half of width*/
}

.ChartPopUpCentered {
	z-index: 5;
	width: 420px;
	height: 440px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -220px; /*half of height*/
	margin-left: -210px; /*half of width*/
}

.Frame {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.6;
	filter: alpha(opacity=60);
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.css-vertical-text {
	color: #333;
	border: 0px solid red;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	white-space: nowrap;
	display: block;
	bottom: 0;
	width: 250px;
	height: 25px;
	/*font-family: ‘Trebuchet MS’, Helvetica, sans-serif;*/
	/*font-size:24px;*/
	overflow: hidden !important;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.GridImage {
	margin-left: -2px;
}

.GridImageButton {
	text-align: center;
	cursor: pointer;
}

.ListViewItem {
	font-weight: bold;
	color: #52575D;
}

.MandatoryInd {
	font-weight: bold;
	color: Red !important;
}

.Hidden {
	display: none;
	position: absolute;
}

.ToolBarCheckbox label {
	margin-top: -1px;
}

.Submitbutton, .SubmitbuttonGrey, .SubmitbuttonNavy {
	font-weight: normal;
	background-color: #006699;
	color: #FFFFFF;
	border: solid 1px transparent;
	cursor: pointer;
	height: 30px;
	width: 100px;
}

.SubmitbuttonGrey {
	background-color: #808080;
}

.GridRowHeader {
	background-color: White;
	font-weight: bold;
	color: black;
	/*font-size: 16px;
    font-family: Arial;*/
}

.GridRowFooter {
	background-color: white;
	font-weight: bold;
	color: navy;
	/*font-size: 16px;*/
	/*font-family: Arial;*/
}