BODY { 
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	border-color: #ffffff;
	background-color: #292929;
	margin-top: 0; 
	margin-left: 0; 
}

A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
}
A:link    { background: transparent; color: #cccccc;
            text-decoration: none; }
A:visited { background: transparent; color: #cccccc;
              text-decoration: none; }
A:hover   { background: transparent; color: #ffffff;
            text-decoration: none; }
A:active   { background: transparent; color: #292929;
            text-decoration: none; }

img { border-color: #cccccc; }
img:hover { border-color: #ffffff; }

.panelbg {
	color: #ffffff;
	background-color: #003333;
}
.linkcell a {
	display: block;
	position: relative; 
	padding: 3;
	font-weight: bold;
	font-size: .8em;
	color: #ffffff;
	background-color: #222222;
}
.linkcell a:hover {
	color: #000000;
	background-color: #00cccc;
}
.status_on {
	color: #99ff00;
	font-weight: bold;
	background-color: #aa0000;
}
.status_off {
	background-color: #000000;
}

