﻿/*DT1223 Add space here*/

.staticNode
{ letter-spacing:-1px; white-space:nowrap;}
.navNode, .navnode
{
	padding:.3em 0em;
}
.navNode a, .navnode a
{
	padding:0em 1.5em;
}


.PanelBody .navNode a,
.PanelBody .navnode a
{
	padding:0;
}
.currentNode
{
	background-color: #CCCCCC;
}
td.DisplayCurrency 
{
     font-weight:bold;
     color:Green;
     font-size:1.5em!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;
}