/* Default CSS Stylesheet for a new Web Application project */

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
#divMain
{
	border-color: #ADCBEF;
	border-style: solid;
	border-width: 2px;
	top: 20px;
	width: 620px;
	position: relative;
}

#divTopElements
{
	top: 35px;
	left: 48px;
	height: 126px;
	width: 510px;
	position: absolute;
	text-align: left;
}

#divContent
{
	text-align: left;
}

#divStepGuide
{
	top: 39px;
	left: 17px;
	height: 46px;
	width: 484px;
	position: absolute;
}

.ValidatorWarning
{
	padding: 3px;
	margin: 3 px;
}
	
.CurrentStep
{
	background-color: #CEDBEF;
}

.ControlLabel
{
	font-size: 9pt;
	color: #000000;
	font-family: Arial, Helvetica;
	font-weight: normal;
	text-decoration: none;
}
.ControlLabelBold
{
	font-size: 9pt;
	color: #174D94;
	font-family: Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;
}

.ControlLabelBoldMedium
{
	font-size: 10pt;
	color: #174D94;
	font-family: Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;
}

.ControlLabelBoldLarge
{
	font-size: 11pt;
	color: #174D94;
	font-family: Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;
}

.ControlLabelMandatory
{
	font-size: 9pt;
	color: Red;
	font-family: Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;
}

.ControlText
{
	font-size: 9pt;
	font-family: Arial, Helvetica;
	color: #174D94;
	text-decoration: none;
}

.ControlLink
{
	font-size: 9pt;
	font-family: Arial, Helvetica;
	color: #174D94;
	text-decoration: none;
}
.ControlLink:link		{text-decoration: underline;}
.ControlLink:active		{text-decoration: none;}
.ControlLink:visited	{text-decoration: none;}
.ControlLink:hover		{text-decoration: none; font-weight: bold;}

.ControlTextRightJustified
{
	font-size: 9pt;
	font-family: Arial, Helvetica;
	color: #174D94;
	text-decoration: none;
	text-align: right;
}

.DIVText
{
	font-size: 10pt;
	font-family: Arial, Helvetica;
	color: #000000;
	text-decoration: none;
}

.DIVMainHeader
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 10pt;
}

.FileAndDirLinks
{
	font-size: 9pt;
	font-family: Arial, Helvetica;
	color: #616161;
	text-decoration: none;
}
.FileAndDirLinks:link		{ color: #616161; text-decoration: none; font-size: 9pt }
.FileAndDirLinks:active		{ color: #616161; text-decoration: none; font-size: 9pt }
.FileAndDirLinks:visited	{ color: #616161; text-decoration: none; font-size: 9pt }
.FileAndDirLinks:hover		{ color: #616161; text-decoration: none; font-size: 9pt }

