	table
	{
		border: 0px;
	}
	
	body 
	{ 
		font-size: 10pt;
	}
	
	.mandatory
	{
		color : Red;
	}
	
	.applicable
	{
		color : Green;
	}
	
	td, th
	{
		font-size: 8pt; 
		font-family: Arial; 
		line-height: normal;
		text-decoration: none;
	}
	
	.maintitle
	{
		font-size: 24pt;
		font-weight: bold; 
		font-family: Arial; 
	}

	.subtitle
	{
		font-size: 16pt; 
		font-weight: bold;
		font-family: Arial; 
	}

	img
	{
		border: 0px;
	}
	
    .answercolor
	{
		color: #003366; 
		font-size: 8pt; 
		line-height: normal;
		text-decoration: none;
	}

	.blackborderbox1	
	{
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}
	
	.blackunderline1
	{
		border-bottom: 1px solid #000000;
	}

	.greybackground
	{
		background-color: #EBEBEB;
	}

	a:hover
	{
		color: #003366; 
		text-decoration: underline;
	}
	
	input
	{
	  font-family: monospace;
	}
	

/* ::::: Application Progress List ::::::: */

ul#signupSteps {
	margin: 0 10px 0px 0;
	padding: 0px;
	list-style-type: none;
}

ul#signupSteps li {
	padding: 10px 0;
	list-style-type: none;
	margin: 5px 0;
	font-size: 10px;
	border-bottom: 1px solid #dfdfdf;
}

ul#signupSteps li strong {
	font-weight:bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
}ul#signupSteps li.complete strong {
	color: #8A000B;
}
ul#signupSteps li.complete {
	color: #333;
}
ul#signupSteps li.incomplete {
	color: #999;
}

/* ::::: Application Table Styling ::::::: */

table.appTable {
	border-collapse:collapse; and empty-cells: show;
}

table.appTable tr td {
	padding: 5px;
	border-bottom: 1px solid #f3f3f3;
	vertical-align: top;
	border-left: 1px solid #f3f3f3;
}
table.appTable tr td table tr td {
	padding: 5px;
	vertical-align: top;
	border: none;
}
.appTable span.block {
	display: block;
	float: left;
	width: 30px;
	text-align: right;
	padding: 5px;
}


/* ::::: Validation Summary ::::::: */
.popupdiv {
	padding: 20px;
	background-color: #e6e6e6;
	border: 5px solid #fff;
	width:250px;
	display:block;
}
#ValSum1 {
	margin-left: 20px;
}
.popupdiv h3 {

}
.popupbg {
	background-color:#000000; 
	filter: alpha(opacity=60); 
	opacity:0.60;
}
.hidelbl {
	display:none;
}
dl { clear: both; }
dt {
	display: block;
	float: left;
	font-weight: bold;
	width: 125px;
	clear: both;
	border-top: 1px solid #eaeaea;
}
dd {
	margin: 0 0 0 125px;
	clear: right;
	display: block;
	line-height: 18px;
	border-top: 1px solid #eaeaea;
	padding: 5px 0;
}
h3, h2 { clear: both; }

span.star {
	margin: 0 0 0 -7px;
	position: absolute;
	padding: 0 5px 0 15px;
	background-image: url(../graphics/forms/arrowtip.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 22px;
	color: #FFF !important;
}


/* ::::: Review Page Tabs ::::: */

ul.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.tabNavigation li {
	float: left;
	margin-bottom: 3px;
	padding: 0 1px;
}

ul.tabNavigation li a {
	padding: 3px 10px;
	background-color: #ccc;
	color: #000;
	text-decoration: none;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a:hover {
	background-color: #8A000B;
	color: #fff;
	padding-top: 7px;
}

ul.tabNavigation li a:focus {
	outline: 0;
}

div.tabs div {
	padding: 5px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8A000B;
}
