﻿        body
		{
			padding:0;
			margin-top:0;
			margin-left:0;
			margin-right:0;
		}
		
		.tableOutLine
		{
			width: 90%;
		}
		.rowLayoutStyle
		{
			text-align:right;
			font-family:Arial;
			font-size:12px;
			height:20px;
			white-space: nowrap;
			}
		
		.displayBtnSameLine
		{
			display:inline;
			width:100px;
		}
		hr{color: #0000FF;font-weight: bold;}
		
		a:link {color:Blue; font-weight:bold;}
		a:visited {color:Blue; font-weight:bold;}
		a:active {color:Blue; font-weight:bold;}
		a:hover {text-decoration: underline; background-color:inherit; color:Red;}

/* Required star styling */
        .requiredNotation {
            margin-right: 4px;
			color:red;
        }

		.FormatErrorMessage
		{
			background: #FFFF99;
			font-family: Arial, Helvetica, Sans-Serif;
			font-weight: bold;
			font-size: 14px;
			color:Red;
			width: 100%;
		}
		.formatTable
		{
			width:100%;
			background-color:White;
			text-align:right;
		}
		.formatRowTitle
		{
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			font-weight: bold; 
			font-style: normal; 
			color: #CCCCFF; 
			background-color: #006699;
			text-align:left; 
			table-layout: auto;
		}
		.FormatTextBox
		{
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 12px;
			font-weight: bold;
			font-style: normal;
			text-align:left; 
		}
		 .styleTableCellFormat
		{
			font-weight: bold; 
			font-family: Arial, Helvetica, sans-serif; 
			color: #008080; 
			background-color: #C0C0C0;
			text-align: center;
		}

		.FormatTitleRole
		{
			background: #FFFF99;
			font-family: Arial, Helvetica, Sans-Serif;
			font-weight: bold;
			font-size: 14px;
			width: 100%;
		}
		
		.FormatTextFooter
		{
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 12px;
			color: #FFFFFF;
			background-color: #072056;
		}
		
		
		.formatTable
		{
			width:100%;
			background-color:White;
			text-align:right;
		}
		.formatRowTitle
		{
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			font-weight: bold; 
			font-style: normal; 
			color: #CCCCFF; 
			background-color: #006699;
			text-align:left; 
			table-layout: auto;
		}

		.formatLabelName
		{
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			font-weight: normal; 
			font-style: normal; 
			color: #000080;
			text-align: left; 
		}
		.formatSubTitle
		{
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			font-weight: normal; 
			font-style:italic; 
			color: #000080;
			
		}
		.formatBackGdReq
		{
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			font-weight: normal; 
			font-style:italic; 
			color: #000080; 
			background-color:Silver; 
		}
/*new section from aspx page*/

.auto-style2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	height: 28px;
}

.auto-style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000080;
	text-align: left;
	height: 28px;
	width: 150px;
}

.auto-style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000080;
	text-align: left;
	color: blue;
	height: 28px;
	width: 400px;
}

.auto-style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000080;
	text-align: left;
	color: blue;
	height: 28px;
	width: 60px;
}

.auto-style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000080;
	text-align: left;
	color: blue;
	height: 28px;
	width: 267px;
}

.noborder td {
	border-style: none !important;
}
/* Hide visually but keep for screen readers */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
/* Make visible when focused (for skip link) */
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
	background-color: #fff;
	padding: 8px;
	z-index: 1000;
}
/* Ensure DevExpress label stays inline */
.nowrapLabel {
	white-space: nowrap;
	display: inline-block;
}
/* Prevent label wrapping everywhere */
.formLabelCell {
	white-space: nowrap;
	vertical-align: middle;
}
		