/* CSS Document */

body { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; background-color:#446134; margin:0; padding:0;
		background-image:url(images/bg-repeat.gif); background-repeat:repeat-x; }
h1 { font-size:16px; font-weight:bold; }
h2 { font-size:14px; font-weight:bold; }

a, a:visited { font-weight:bold; text-decoration:underline; }
a:hover { font-style:italic; }

.state-norm { background-image:url(images/state-normal.gif); }
.state-down { background-image:url(images/state-down.gif); color:#FFF; padding-left:5px; font-weight:bold; }

#dhtmlgoodies_tooltip			{ background-color:#eee; border:1px solid #1b2f54; position:absolute; display:none; z-index:20000; padding: 2px;
								   font-size:0.9em;  font-size:12px; -moz-border-radius: 6px 6px;	}
#dhtmlgoodies_tooltipShadow		{ position:absolute; background-color:#555;	display:none; z-index:10000; opacity:0.7;
								  filter:alpha(opacity=50); -khtml-opacity: 0.5; -moz-opacity: 0.5; -moz-border-radius:6px;	}
								  
