@import "main.css";

body {
	color: white;
	background-repeat: repeat;
	background-color: #383838;
}

a:link   {color: white;}
a:visited{color: white;}
a:hover  {color: #b1b1b1;}

a.user, a.user:visited { color: white; }
a.admin, a.admin:link, a.admin:visited { color: white; font-weight: bold; }

img {
	border: 0px;
}

#loginbox {
	border: 1px solid black;
}

#editbox {
	border: 1px solid black;	
}

#searchbox {
	border: 1px solid black;
}

#profilebox {
	border: 1px solid black;
}

#editprofilebox {
	border: 1px solid black;
}


select#filter
{
		background-color: #333333;
		color: white;
		font-family: verdana;
		font-size: 0.9em;
}

div.threadpost
{
	border: 1px solid black;
}

div.threadpost .postheader
{
	font-size: 0.9em;
	background-color: #d23888; 
}

.inputsubmit
{
	margin-top: 10px;
	margin-right: 10px;
	color: white;
	background-color: #7C7F75;
	border-color : #aaaaaa;
	border: 1px solid;
	font-size : 11px;
	font-weight: bold;
}

.inputsubmit_onmouseover
{
	background-color: #999999;
}

.pmnew
{
	text-align: center;
	font-size: 0.8em;
	background-color: #8D8D81;
}

h2.header {
  background-color: #999999;
  border-bottom: 1px solid #ffffff;
  
}
