body
{
	margin:0px;
}
.BodyContent
{
	font-size: 12px;
	font-family: Verdana, Arial;
}
.BodyTradeMark
{
	font-size: 9px;
	font-family: Verdana, Arial;
	color:Black;
}
.Prompts
{
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial;
}

.PromptValues
{
	font-size: 14px;
	font-family: Verdana, Arial;
}

/* User Defined Style Sheets */
.Absolute, .abs
{
	position: absolute;
}
.Relative, .rel
{
	position: relative!important;
}
.FillParent
{
	margin: 0px;
	height: 100%;
	width: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
}
.Pad1
{
	padding: 1px;
}
.Pad2
{
	padding: 2px;
}
.Pad3
{
	padding: 3px;
}
.Pad4
{
	padding: 4px;
}
.Pad5
{
	padding: 5px;
}
.Pad10
{
	padding: 10px;
}
.Pad20
{
	padding: 20px;
}
.Pad30
{
	padding: 30px;
}
.Margin5
{
	margin:5px;
}

.label
{
	padding-right: 5px;
	color: #1e74c7;
	font-size: 10px;
	font-family: Arial, Verdana;
}
.graylabel
{
	color: dimgray;
}
input, select, button
{
	font-size:12px;
	font-family: Verdana, Arial;
}
INPUT.enable, SELECT
{
	border: #76a9cc 1px solid;
	padding-left: 2px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px; /*font-weight: bold;*/
	background: #ffffff; /*color: #428833;*/
	margin-right: 0px;
}
INPUT.disable
{
	border: #99cccc 0px solid;
	padding-left: 2px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px; /*font-weight: bold;*/
	background: #d2e6ff;
	color: dimgray;
	margin-right: 0px;
}
INPUT.button
{
	font-size: 9px;
}
.MainTitle
{
	font-weight: bold;
	font-size: 18px;
	color:Black /*font-style: italic;*/
	font-family: 'Franklin Gothic Medium' , Verdana;
}
.SubTitle
{
	font-weight: bold;
	font-size: 10px;
	color: dimgray;
	font-family: Verdana;
}
.ListTitle
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Arial, Verdana;
}
.FixedTitle
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Arial, Verdana;
}
.HeaderBand
{
	/* filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#FFFFFF' , endColorStr= 'DodgerBlue' , gradientType= '1' ); */
	background-image: url(images/NewTabBottomLine.gif);
	background-repeat: repeat-x;
}
.PageHeader
{
	table-layout: fixed;
	font-weight: bold;
	font-size: 16px;
	color: dimgray;
	border-bottom: dodgerblue 6px solid;
	font-family: Verdana;
	border-collapse: collapse;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#FFFFFF' , endColorStr= '#EEEEEE' , gradientType= '0' );
}
.MainTitleDiv
{
	font-size: 9px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#FFFFFF' , endColorStr= '#DDDDDD' , gradientType= '0' );
	width: 100%;
	border-bottom: lightsteelblue 1px solid;
	background-repeat: repeat-x;
}
.MainBodyDiv
{
	font-size: 11px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#FFFFFF' , endColorStr= '#cde1f6' , gradientType= '0' );
	width: 100%;
}
.DataListItem:link
{
	color: #000000;
	text-decoration: none;
}
.DataListItem:visited
{
	color: #000000;
	text-decoration: none;
}
.DataListItem:active
{
	color: #000000;
	text-decoration: none;
}
.DataListItem:hover
{
	color: #000000;
	text-decoration: underline;
}
TD
{
	font-size: 11px;
	font-family: Arial, Sans-Serif, vadana;
}

TABLE.OutlineTable
{
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	font-size: 10px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
	font-family: Arial;
	border-collapse: collapse;
	word-wrap: break-word;
}
TABLE.WhiteDetailTable
{
	border-right: #6699cc 1px solid;
	padding-right: 10px;
	border-top: #6699cc 1px solid;
	padding-left: 10px;
	font-size: 10px;
	padding-bottom: 2px;
	margin: 0px;
	border-left: #6699cc 1px solid;
	padding-top: 2px;
	border-bottom: #6699cc 1px solid;
	font-family: Arial, Sans-Serif, vadana;
	border-collapse: collapse;
	background-color: white;
}
.DetailTable
{
	border-right: #9ec3e8 1px solid;
	padding-right: 10px;
	border-top: #9ec3e8 1px solid;
	padding-left: 10px;
	font-size: 10px;
	padding-bottom: 2px;
	margin: 0px;
	border-left: #9ec3e8 1px solid;
	padding-top: 2px;
	border-bottom: #9ec3e8 1px solid;
	font-family: Arial, Sans-Serif, vadana;
	border-collapse: collapse;
	background-color: #d2e6ff;
}
TABLE.DetailTable TD.CommandRow
{
	border-top: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
	background-color: #cde6ff;
}
.Scrollable
{
	overflow: auto;
}
.GridRow
{
	color: Black;
	background-color: #EEEEEE;
}
.GridAlternatingRow
{
	background-color: Gainsboro;
}
.SelectedRow
{
	background-color: #D2E6FF;
}
.CheckedRow
{
	background-color: #eac338;
}
.SelectedTask
{
	border: #1E90FF 2px solid;
	background-color: #fffff0; /*#acbdd8;*/
}
.UnselectedTask
{
	border: #d2e6ff 2px solid;
}
.CompletedQuestion
{
	background-color: #acbdd8;
}
.RedFont
{
	color: Red;
}
.hidden
{
	display: none;
}
div .DataList
{
	display: none;
}
.NoPadding
{
	padding:0px!important;
	table-layout:auto!important;
}
.SiteTitle
{
	font-weight: bold;
	font-size: 24px;
	color: steelblue;
	font-family: Verdana Bold, Helvetica, sans-serif;
}
.SiteLink 
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}   
.HeadBg 
{
    background-color: #317DBD;
}
.TableBG 
{
	background-color: AliceBlue;
}

.GridHeader
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	font-weight: bolder;
	font-size: 11px;
	background: whitesmoke;
	border-left: dimgray 1px solid;
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.HeaderCell
{
	border-right: lightgrey 1px solid;
}

.Login
{
	font-size: 11pt;
	font-family: Verdana, 'Trebuchet MS' , Arial, 'Microsoft Sans Serif';
}
.Agreement
{
	font-size: 10pt;
	font-family: Verdana, 'Trebuchet MS' , Arial, 'Microsoft Sans Serif';
}
.HeaderBandReverse
{
	background-image: url(images/NewTabBottomLineReverse.gif);
	background-repeat: repeat-x;
}

.ControlLeftPanel
{
/*	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#0CA7DF' , endColorStr= '#0888C7' , gradientType= '0' );*/
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#0CA7DF' , endColorStr= '#50a7df' , gradientType= '0' );
}
.PanelMain
{
	border-right: #3366cc 1px solid;
	border-top: #3366cc 1px solid;
	border-left: #3366cc 1px solid;
	border-bottom: #3366cc 1px solid;
}
.PanelFont
{
	color: white;
}
.PanelForm
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.PanelTitle
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 5px;
	color: white;
	padding-top: 5px;
	font-family: Verdana, Arial;
	background-color: #3366cc;
}
.PanelLabel, .PanelLabel td
{
	font-size: 9pt;
	color: #336696;
	font-family: Verdana !important;
}
.PanelMemo
{
	font-size: 8pt;
	color: dimgray;
	font-family: Verdana !important;
}
.PanelSubTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana !important;
	background-color: darkgray;
}
.FixedLayoutTable
{
	table-layout:fixed;
}
.Highlighted
{
	background-color:Yellow;
	color: #336696!important;
}
.Adobe
{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= 'whitesmoke' , endColorStr= 'lightgrey' , gradientType= '1' );
}

