* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: #2c2929;
	text-align: center;
	font-family: "Trebuchet MS";
	color: white;
}
A { 
	color: white;
}
TABLE {
	border-collapse: collapse;
}
H1 {
	font-size: 16px;
	font-weight: bold;
	width: 50%;
	border-bottom: 1px solid white;
	margin-bottom: 10px;
}
IMG { 
	border: 0;
}
SELECT {
	padding: 2px;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
INPUT[type="text"] {
	font-family: "Trebuchet MS";
	font-size: 11px;
}

#top {
	width: 954px;
	height: 90px;
	background-color: #3b3838;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: 0 auto;
	text-align: left;
	background-image: URL(/images/layout_top.jpg);
}
#top DIV {
	padding-top: 60px;
	padding-left: 10px;
	font-size: 11px;
}
#login_button {
	vertical-align: middle;
	margin-left: 10px;
}
#header {
	background-image: URL(/images/layout_header_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 214px;
	border-bottom: 1px solid black;
	margin: 0 auto;
}
#tabs {
	height: 30px;
}
#main {
	width: 954px;
	background-color: #3b3838;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0 auto;
	text-align: left;
}
#main #content {
	padding: 10px;
	font-size: 13px;
}
#sidebar {
	float: right;
	width: 165px;
	border-left: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	border-bottom: 1px solid black;
}
#sidebar UL {
	list-style: none;
}
#footer {
	margin: 0 auto;
	font-size: 12px;
}
.clear {
	clear: both;
}
.white:hover {
	text-decoration: none;
}
.textarea {
	height: 100px;
	width: 300px;
	font-size: 11px;
	font-family: "Trebuchet MS";	
}
.msgbox {
	border: 1px solid #2c2929;
	padding: 10px;
	width: 50%;
	background-color: #484848;
}
.centered {
	text-align: center;
}
.validation-advice {
	font-weight: bold;
	color: red;
}
div.rounded { background-color: #3f4759; padding: 6px; width: 650px; }
.discount { color: lime; font-weight: bold; }
div.width400 { width: 400px; }

.width75 {
	width: 75%;
}
/* Table stuff */
.standard, .inboxtable {
	border: 1px solid #2c2929;
	width: 75%;
	font-size: 11px;
}
.inboxtable TD {
	padding: 3px;
}
.tableheader {
	background-color: #484848; 
	font-weight: bold;
}
.tableheader TD {
	padding: 4px;
}
.premade TD {
	background-color: #305a72;
	padding: 4px;
}
.premade_bg {
	background-color: #305a72;
	padding-top: 5px;
	vertical-align: middle;
	border: 1px solid #2c2929;
	width: 75%;
}
.colored TD {
	background-color: #3e3e3e;
	padding: 4px;
}
.notcolored TD {
	padding: 4px;
}
.noborders TD {
	font-size: 11px;
}
.botborder TD {
	border-bottom: 1px solid #2c2929;
}
.buyaccounts {
	width: 715px;
}

.left {float:left;}
.right { float:right;}

