﻿/*DT1223 Add space here*/
.navNode, .navnode
{
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
}
.navNode a, .navnode a
{
	padding:0px 10px 0px 10px;
}
.staticNode, .navNode a, .navnode a
{
	font-size: 9pt;
	color: #339900;
	font-weight: bold;
	text-decoration:none;
	font-family:arial;
}
.navNode:hover, .navNode a:hover, .navnode a:hover
{
	background-color: #dbd4fd;
}
.currentNode
{
	background-color: #dbd4fd;
}

/*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;
}

.eventbuttondiv {
	text-align:center;
}