/* Default CSS Stylesheet for a new Web Application project */


h1, div.header, div.headersmall, div.footer, ol, li, span, div, Td.LoginPageText
{
	font-family:Arial, helvetica, Sans-Serif;
}

h1, div.header, div.headersmall, div.footer, td.LoginPageText
{
	font-weight: bold;
}

div.header 
{
	font-size : 48;
	font-style: italic;
}

div.headersmall, td.LoginPageText
{
	font-size:16;
	padding-left: 20;
}

td.LoginPageText
{
	color: #0033ff;
	text-align: center;
}

ol, li 
{
	padding: 2 7 3 7;
}

.error 
{
	color: #ff6633;
	font-weight: bold;
	text-align: center;
	margin-top: 40;
}

h1
{
	background-color: #999999;
	border-style: solid;
	border-width: 1;
	border-color: #333333;
	text-align: center;
	font-size: 24;
	padding: 2 7 3 7;
	width: 100%;
	color: #ffffff;	
}

TD.header 
{
	background-color: #99cb34;
	color: #FFFFFF;
	padding: 2 7 10 7;
}

TD.ClientName
{
	font-family:Arial, helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 24pt;
}


td.footer
{
	background-color: #99cb34;
	color: #FFFFFF;
	padding: 3 7 0 7;
	text-align: center;
}

div.footer
{
	font-size: 12;
}

TABLE.login 
{
	background-color: #999999;
	border-style: solid;
	border-width: 1;
	border-color: #333333;
}


.FormFieldName 
{
	font-family: Arial, helvetica, Sans-Serif;
	text-transform:uppercase;
	font-size: 11;
	color: white;
	width: 30%;
	height: 36;
	padding-left: 15;
} 

.FormField
{
	font-family: Arial, helvetica, Sans-Serif;
	text-transform:uppercase;
	font-size: 11;
	color: white;
	width: 70%;
	height: 36;
	padding-right: 15;
} 

TD.formfielditem 
{
padding: 2 7 3 7;
}
INPUT.actionbutton 
{
	background-color: #666666;
	border-style: solid;
	border-width: 1;
	border-color: #333333;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;	
}


TD.formfieldaction 
{
padding: 2 7 3 7;
text-align: center;	
}
.InputField 
{
	width: 100%; 
	height: 24px;
	border-style: solid;
	border-color: Black;
	border-width: 1;
}

.AscendDetails 
{
	PADDING: 15; 
	COLOR: #000000;
	text-align: center;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 11;
	
}


TD.resultsHeader, TD.resultsItem, TD.resultsFooter { font-family: Arial; font-size: 9pt; padding: 2 7 3 7; }
TD.resultsHeader, TD.resultsFooter, TD.resultsError{ font-weight: bold; background-color: #EFEFEF; }
TD.resultsHeader, TD.resultsFooter { color: #000000}
TD.resultsError { color: #FF0000}
TD.resultsItem { border-style: solid; border-width: 0 0 1 0; border-color: #EFEFEF; }