﻿/*DT1223 Add space here*/
.navNode, .navnode
{
	padding-bottom:10px;
}
.navNode a, .navnode a
{
	padding:10px 10px 5px 0px;
}
.navNode a, .navnode a
{
	font-size: 12px;
	color:#0069aa!important;	
	text-decoration:none;
	font-weight:normal;
}
.navNode:hover, .navNode a:hover, .navnode a:hover
{
	
}

.staticNode {
	color:black !important;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	line-height:200%;
	padding:5px 0;
}

.currentNode 
{
	text-decoration:underline!important;
	color:black!important;
}

/*Required Fields*/
.formFieldRequired
{
	background-position: left center;
	_position: fixed; /* This attribute is used on IE6 only and makes the backgroud-image appear */
	background-image: url(images/required.gif);
	background-repeat: no-repeat; /*Using !important because padding will get
	overwritten by IMIS.css, and we don't want that
	*/
	padding-left: 11px !important;
	display:block !important;
}

.selectedStep {
	font-weight:bold;
	text-decoration:underline!important;
}

.disabledStep {
	color:#cccccc!important;
}

.unselectedStep {
	color:#000000!important;
}
