#xmlForm #pageNavHolder ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	margin-bottom: 20px;
	margin-top: 10px;
}

#xmlForm #pageNavHolder ul li 
{ 
	float: left;
	display: inline; 
}

#xmlForm #pageNavHolder ul li span, #pageNavHolder ul li a
{
	padding: 0.2em 1em;
	background-color: #003366;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#xmlForm #pageNavHolder ul li .FirstPage
{
	background-color: #003366;
	color: #FFFFFF;
	border: 1px solid #003366;
	font-weight: bold;	
}

#xmlForm #pageNavHolder ul li .CurrentFirstPage
{
	background-color: #FFFFFF;
	border: 1px solid #003366;
	border-bottom: 0px;
	color: #003366;
	font-weight: bold;	
}

#xmlForm #pageNavHolder ul li .CurrentPage
{
	background-color: #FFFFFF;
	border: 1px solid #003366;
	border-left: 0px;
	border-bottom: 1px solid #fff;
	color: #003366;
	font-weight: bold;	
}

#xmlForm #pageNavHolder ul li a:hover
{
	background-color: #336699;
	color: #fff;
}

#xmlForm .row 
{
	clear: both;
	padding-top: 2px;
}

#xmlForm .row span.label 
{
	float: left;
	width: 30%;
	text-align: right;
	font-weight: bold;
	border-top: 1px solid eee;
	vertical-align: top;
}

#xmlForm .row .label  .Required
{	
	color: Red;
}

#xmlForm .row span.input 
{
	float: left;
	width: 70%;
	padding-left: 10px;
	text-align: left;
} 

#xmlForm .row span.input input
{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
}

#xmlForm .row span.input .RadioButtonList input, #xmlForm .row span.input .CheckBoxList input
{
	border: 0px;
}

#xmlForm .row span.htmlControl p
{
	margin-top:0px;
}

.RadioButtonList label, .CheckBoxList label
{
	padding-left: 5px;
}

#xmlForm #submit
{
	margin-top: 20px;
	clear: none;
}

#xmlForm #submit input
{
	width: 100px;
}

#xmlForm #topButtons .reset
{
	display: none;
}

#xmlForm #submit .reset input
{
	margin-left: 100px;
	width: 75px;
}

#xmlForm #valSummaryHolder
{
	width: 100%;
	text-align: center;
}

#xmlForm #valSummaryHolder .valSummary
{
	background-color: #EFEFEF;
	margin-top: 10px;
	text-align: left;	
	padding: 10px;
	border: 1px solid #000;
	width: 75%;
	font-size: 12pt;
}