body {
	background-color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#tbl_channels {
	width: 70%;
}

#tbl_channels th {
	background-color: #1F1F1F;
	color: #FFFFFF;
	text-align: left;
	border-top: 1px solid  #4A4A4A;
	border-bottom: 1px solid  #4A4A4A;
	
}

#tbl_channels td {
	border-bottom: 1px solid #1F1F1F;
}

a {
	text-decoration: none;
	color: #CC3300;
}

a:hover {
	color: #4A4A4A;
}

#nav, #footer {
	background-color: #1F1F1F;
	border-top: 1px solid  #4A4A4A;
	border-bottom: 1px solid  #4A4A4A;
	text-align: center;
	padding: 3px;
	font-weight: bold;
}

#log {
	margin-left: 25px;
}

input, select, textarea {
	color: #ce0000;
	text-decoration: none;
	background-color: #141414;
	border: 1px solid #646464;
}