 body {
	background-color	: black;
 }
 body, p, td, th, a, h1 {
	font-family		: Arial, Helvetica, Sans-Serif;
	font-size		: 12px;
	color			: white
 }

 h1 {
	font-size		: 16px;
 }
 a {
	font-weight		: bold;
	color			: #FFD000;
	text-decoration		: none;
 }
 a:hover {
	text-decoration		: underline;
 }


 .cat {
	font-family		: Arial, Helvetica, Sans-Serif;
	font-size		: 12px;
	color			: white;
	font-weight		: bold;
	text-decoration		: none;	
 }
 .cat_on {
	font-family		: Arial, Helvetica, Sans-Serif;
	font-size		: 12px;
	color			: #ffcc00;
	font-weight		: bold;
	text-decoration		: none;	
 }
 .cat:hover {
	text-decoration		: underline;	
 }

 ._cat {
	font-family		: Arial, Helvetica, Sans-Serif;
	font-size		: 11px;
	color			: white;
	font-weight		: bold;
	text-decoration		: none;	
 }
 ._cat_on {
	font-family		: Arial, Helvetica, Sans-Serif;
	font-size		: 11px;
	color			: black;
	font-weight		: bold;
	text-decoration		: none;	
 }
 ._cat:hover {
	text-decoration		: underline;	
 }



.tab {
	background-color	: black;
}
.tab tr {
	height			: 20px;
}
.tab td {
	font-size		: 10px;
	background-color	: white;
}
.tab th {
	font-size		: 10px;
	padding			: 2px 7px 2px 7px;
	font-weight		: bold;
	background-color	: #eeeeee; 		
}

a.black {
	color			: black;
	font-weight		: bold;
	text-decoration		: none;
}

a.black:hover {
	text-decoration		: underline;
	color			: red;
}

#userlog{
	background: #EAEAEA;
	padding: 5px;
	border: 1px solid #ccc;
	border-left: 8px solid #ddd;
	margin: 10px;
}

#userlog p{
	border-bottom: 1px solid #aaa;
	padding: 0px;
}

input {
	background-color	: white;
	border			: 1px solid black;
	font-size		: 12px;
	}

tr.tr_even {
	background-color	: #444444;
}
tr.tr_odd {

}