body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #232323;
	background-image: url(../images/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.margin	{
	padding-left: 10px;
	padding-right: 10px;	
}
.margin-top { padding-top: 10px; }
.header	{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #e82356;
	color: #e82356;
	
}
.bodyBox {
	background-color: #ffe0e8;
	width: 900px;
}
.footerBar {
	background-color: #e82356;
	height: 50px;
	margin-top: 3px;
	width: 900px;
	line-height: 50px;
	color: #ffffff;
	}
	.footerBar a {
		color: #FFFFFF;}
	.footerBar a:hover {
		text-decoration: none;
	}

.statsBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.statsBox td {	
	background-color: #ffcedb;	
	font-size: 10px;
	text-align: center;
}
.statsBox td .alt {
	background-color: #ffc6d5 !important;
}
.statsBox tr {	
	border-bottom: 1px solid #ceeac4;		
}

.statsBox .total {	
	background-color: #ffbdce;	
	font-size: 10px;
	text-align: center;		
	font-weight: bold;
}
.statsBox .header {
	font-size: 10px;
	font-weight: bold;
	background-color: #ffa7be;
	text-align: center;	
}

.statsLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.statsBoxLarge td {	
	background-color: #ffcedb;	
	font-size: 14px;
	text-align: center;
}
.statsBoxLarge td .alt {
	background-color: #ffc6d5 !important;
}
.statsBoxLarge tr {	
	border-bottom: 1px solid #ceeac4;		
}

.statsBoxLarge .total {	
	background-color: #ffbdce;	
	font-size: 14px;
	text-align: center;		
	font-weight: bold;
}
.statsBoxLarge .header {
	font-size: 14px;
	font-weight: bold;
	background-color: #ffa7be;
	text-align: center;	
}

.smaller {
	font-size: 12px;
}
.tiny {
	font-size: 10px;
}
a {
	color: #e82356;
	text-decoration: underline; }
	a:hover {
		text-decoration: none !important;
	}
	
form {
	margin: 0px;
	padding: 0px;
}

.input {
	color: #000000;
	width: 135px;
	height: 20px;
	background-color:#ffa7be;
	border: 1px solid #e82356;
}
button {
	font-weight: bold;
}
form .submit {
	background-color: #e82356;
	border: 1px solid #ffa7be;
	color: #FFFFFF;
}
form .error {
	color: #ff2998;
	font-size: 10px;
	font-weight: bold;
}
form .file {
	width: 230px;
}
form textarea {
	background-color: #ffa7be;
	border: 1px solid #e82356;
	width: 230px;
	height: 50px;
}
.csvDump {
	background-color: #ffcedb;
	border: 1px solid #ffa7be;
	width: 875px;
	height: 300px;
}
.radio {
	clear: both !important;
	background-color: none;
	border: none;
}
.shorter {
	width: 70px !important;
}
.shorterY {
	height: 15px !important;
}