/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
/*body, td, th
{
	color: #ffffff;
	font-size: small;
	/*font-family: tahoma, sans-serif;*/
}

/* The main body of the entire forum. 
body
{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. 
input, textarea, button
{
	font-size: 9pt;
	color: #fff;
	/*font-family: tahoma, sans-serif;
	background-color: #000000;
}

input {
	border-color: #cccccc;
}

/* All input elements that are checkboxes or radio buttons. 
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). 
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	/*font-family: tahoma, sans-serif;
	background-color: #000000;
}

/* Standard horizontal rule.. ([hr], etc.) 
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #9e853d;
}

