@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #4C535B;
}
#box {
	width: 869px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#box #header #headnav {
	background-image: url(http://tcghosts.com/images/head_back.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
}
#box #header #headnav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#box #content {
	color: #333333;
	background-color: #FFFFFF;
	padding: 5px;
}
#box #content .login {
	height: 130px;
	width: 300px;
	margin: 5px;
	background-image: url(http://tcghosts.com/images/client_login.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px;
}
#box #content .login div {
	margin: 7px;
}
#box #content .login #form1 label {
	font-weight: bold;
	float: left;
	text-align: right;
	margin-bottom: 3px;
}
#box #content .login #form1 input {
	font-size: 11px;
	padding: 3px;
	margin: 2px;
	color: #333333;
}
#box #content h1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #016BAE;
	color: #016AAC;
	width: 70%;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#box #bottom {
	background-color: #FFFFFF;
	background-image: url(http://tcghosts.com/images/main_bottom_back.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tableheader th {
	color: #016AAC;
	padding: 3px;
}
td.subhead {
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #016AAC;
	padding: 5px;
}
table td {
	height: 25px;
	background-position: center;
}
