html {
	margin:0;
	padding:0;
}

body {
	background:#660000;
	color:#999999;
	font-family: 'Trebuchet MS';
	margin:0; padding:0;
}

h1 {
	font-size:16pt;
}
h2 {
	font-size:13pt;
}

/*GENERAL LINKS */
body {
	color:#999999;
}
a {
	text-decoration:none;
}

a:link, a:visited {
	color:#999999;
}

a:hover {
	color:#990000;
}


#header {
	width:100%;
	height:45px;
	background:#111111;
	border-bottom: 3px double #999999;
	text-align:center;
	font-weight:bolder;
	font-size:18pt;
	padding-top:15px;
	color:#999999;
}

#container {
	width:1020px;
	margin:auto;
}

#box {
	height:500px;
	background:#111111;
	border:3px double #999999;
	margin:20px;
	padding:2px 20px 2px 20px;
	float:left;
}

.menu {
	width:240px;
}

.content {
	width:600px;
	overflow:auto;
}
ul {
	margin-bottom:10px;
}

ul li {
	font-weight:bold;
}
ul li ul li {
	font-weight:normal;
}

/*forms*/

.form {
	margin:10px auto 10px auto;
	width:400px;
	background:#111111;
	border:3px double #333333;
	padding:10px 10px 10px 30px;
	font-size:10pt;
}
input{
	background:#222222;
	width:240px;
	padding:2px;
	border:3px double black;
	font-family: Trebuchet MS;
	color:#BBBBBB;
}
textarea{
	background:#222222;
	border:3px double black;
	color:#BBBBBB;
	padding:0px;
	font-family: Trebuchet MS;
	font-size:10pt;
	width:550px;
	height:340px;
	padding:3px;
}
.formbtn, .newstile .formbtn {
	width:100px;
	font-weight:bold;
	height:30px;
}
.small {
	font-size:8pt;
	color:#555555;
}
td {
	padding-right:10px;
}
.gigtile {
	text-align:center;
	width:150px;
	height:100px;
	float:left;
	padding:10px;
	margin:10px;
	font-size:9pt;
	background:#222222;
	border:3px double #999999;
}
.heading3 {
	font-weight:normal;
	font-family:Helvetica, Arial;
	letter-spacing:1px;
	font-size:11pt;
	font-style:italic;
	text-align:left;
	color:#999999;
}
.newstile {
	width:280px;
	padding:10px;
	float:left;
	position:relative;
	top:-10px;
}
.newstile input {
	width:250px;
}
.newstile textarea {
	width:248px;
	height:110px;
}

/* TABLES */

.userlist {
	border:0;
	font-size:10pt;
	width:90%;
	margin:auto;
}

.userlist th {
	background: #111111;
	border:0;
	border-top:#333333 1px solid;
	border-bottom:#000000 1px solid;
}

.userlist td {
	background: #222222;
	border:0;
	border-top:#333333 1px solid;
	border-bottom:#000000 1px solid;
	padding:2px 10px 2px 10px;
}
.userlist input {
	width:auto;
	height:20px;
	border:none;
	background:none;
	font-size:7pt;
	text-align:center;
	padding:0;
	margin:0;
}
