﻿
.navNode, .navnode
{

}
.navNode a, .navnode a
{

}
.staticNode, .navNode a, .navnode a
{
	color: #333333;
	text-decoration:none;
}
.navNode:hover, .navNode a:hover, .navnode a:hover
{

}
.currentNode
{

}

/*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;
}

.formFieldRequiredCombination
{
	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: repeat-x; /*Using !important because padding will get
	overwritten by IMIS.css, and we don't want that
	*/
	padding-left: 11px !important;
	display: block !important;
	width:5px
}

.formFieldRequiredCombinationPrompt
{
	font-weight: bold;
	color: #666666;
	padding-left:3px;
	font-size: 9pt;
}