body {
	padding: 0;
	background: url('body-bg.png') top repeat-x #000000;
	font-size: 13px;
	text-align: justify;
	color: #CDCDCD;
	scrollbar-face-color: #B22222; 
	scrollbar-highlight-color: #222222; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-shadow-color: #666666; 
	scrollbar-darkshadow-color: #333333; 
	scrollbar-arrow-color: white; 
	scrollbar-track-color: #111111;
}

body, th, td, input, textarea, select, option, table {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

hr {
	color: #101010;
	width: 30px;
}

img {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	height: 136px;
	width: 800px;
	margin: 0 auto;
	border-top: 10px solid #1E2223;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
}

#footer p {
	padding-top: 40px;
	text-transform: uppercase;
}

#footer p a {
	color: #FFFFFF;
}

.playbutton{
	font-weight: bold;
	color: white;
	text-transform: uppercase; 
	font-family: 'Helvetica'; 
	background-color: #007700; 
	border: 2px outset #007700;
	text-decoration: none !important;
	font-size: 20px;
}

select, input{
	background-color:#FFFFFF; border: 1px outset #cccccc;
}

.reject {
	font-weight: bold;
	color: white;
	text-transform: uppercase; 
	font-family: 'Helvetica'; 
	background-color: #440000; 
	border: 2px outset #666666;
}

.reject:hover{
	background-color: white;
	font-weight: bold;
	color: black;
}

.submit_button, .button {
	font-weight: bold;
	color: white;
	text-transform: uppercase; 
	font-family: 'Helvetica'; 
	background-color: #004400; 
	border: 2px outset #666666;
	text-decoration: none !important;
}

.submit_button:hover, .button:hover {
	background-color: white;
	font-weight: bold;
	color: black;
}

table,table td{
	border-color: #B22222;
}

.rejected{
	background: #333333;
}

.pending{
	background: #FF4500;
}

.entrycell{
	text-align: center;
}

#admintable td{
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	text-align: center;	
}

.opt_box{
	border: 1px solid #AAAAAA;
}

.footer_box, .footer_box a:visited,.footer_box a:link{
	color: #333333;
}

.votingbar input{
	color:red; border:1px solid white; background: black;
}

.dirhdr{
	background: #220000;
}

.entryimgrank{
	width:200px;
	height:200px;
}
.entrycellrank{
	text-align: center;
}
