﻿/*DT1223 Add space here*/
.navNode, .navnode
{
	padding: 8px 0px;
}
.navNode a, .navnode a
{
	padding:0em 1.5em;
}
.staticNode, .navNode a, .navnode a
{
	font-size: 8pt;
	color: #D0D0D0;
	text-decoration:none;
}
/*.navNode:hover, .navNode a:hover, .navnode a:hover
{
	background-color: #e6e8e7;
}*/
a.currentNode
{
	/*background-color: #D0D0D0;*/
	color: #000000;
}

/*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;
}
