BODY
{
	font-family:Arial; font-size:12px; color:Black; background-color: #FFFFFF; margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;
}
P
{
	font-family:Arial; font-size:12px; color:Black;
}

TD.nav A
{
	font-family:Arial; font-weight:bold; font-size:12px; color:White; text-decoration: none;
}

TD.nav A.active
{
	font-family:Arial; font-weight:bold; font-size:12px; color:White; text-decoration: underline;
}
A
{
	font-family:Arial; font-size:12px; color:Black;
}
SPAN.heading
{
	font-family:Arial; font-size:14px; font-weight:bold; color:Black; line-height: 30px;
}

SPAN.helptext
{
	font-family:Arial; font-size:12px;  color:Black; line-height: 25px;
}

SPAN.errormsg
{
	font-family:Arial; font-size:12px;  color:Red;
}

SPAN
{
	font-family:Arial; font-size:12px;  color:Black;
}

TD.logo { padding-left: 10px; padding-right:10px; padding-top: 10px; padding-bottom: 10px; background-color: #FFFFFF;}

TD.topfirst { border-top: 1px solid #000000; padding-left: 10px; padding-right:10px; padding-top: 10px; padding-bottom: 10px; background-color: #EEE9BF;}
TD.top { padding-left: 10px; padding-right:10px; padding-top: 0px; padding-bottom: 10px; background-color: #EEE9BF;}
TD.nav { border-top: 1px solid #000000; border-bottom: 1px solid #000000; padding-left: 10px; padding-right:10px; padding-top: 5px; padding-bottom: 5px; background-color: #017050;}


TD.content { padding-left: 10px; padding-right:10px; padding-top: 10px; padding-bottom: 20px; background-color: #FFFFFF; }


TABLE.form TD { padding-left: 0px; padding-right:20px; padding-top: 0px; padding-bottom: 10px; }

INPUT.borders { border: 1px solid #000000; }

INPUT.borders-red { border: 1px solid red; }

INPUT.CHECKBOX { color: Red  }

/*IMG { border: 1px solid tan; }*/

/* top navigation & breadcrumb styles */
	#container-navigation P { font-size: 11px; padding-left: 8px; padding-right: 8px; padding-top: 3px; padding-bottom: 4px; }
	#container-navigation A { font-size: 11px; color: #000000; font-weight:normal; text-decoration: none; }
	#container-navigation A.white { font-size: 11px; color: #FFFFFF; font-weight:normal; text-decoration: none; }
	#container-navigation TD.active A { color: #000000; font-weight:bold }
	#container-navigation TD { background-color: #9E9E9E; }
	#container-navigation TD.active { background-color: #DDDDDD; }
	#container-navigation TD.space10-clrBeige { font-size: 2px; line-height: 10px; background-color: #DDDDDD!important; }
/* end top navigation */

BUTTON
{
	border-right: tan 1px solid;
	border-top: tan 1px solid;
	font-weight: bold;
	text-transform: capitalize;
	border-left: tan 1px solid;
	border-bottom: tan 1px solid;
	background-color: lime;
}


.modalPanelTitle td
{
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(img\window_bg.gif);
	cursor: hand;
	color: black;
	font-family: Verdana;
	width:100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel
{
	border-right: 1px outset;
	border-top: 1px outset;
	z-index: 500;
	width:500;
	border-left: 1px outset;
	border-bottom: 1px outset;
	position: absolute;
	border-collapse: collapse;
	background-color: buttonface;
}

.modalPanel td
{
	vertical-align:top;
}

.titleIcon
{
	padding-right:20px;
}
