@charset "UTF-8";
/* CSS Document */

body {
background:#000;
color:#555;
font-family:Arial, Helvetica, sans-serif;
font-size:67.5%;
padding:0;
margin:0;

}
h1 {
}
h2 {
margin:0;
padding:0;
}

a:link, a:visited {
color:#B7772C;
text-decoration:none;
}

a:hover, a:active, a:focus {
text-decoration:underline;
}

.emphasize {
	font-weight:bold;
}

table.panel{
	border-left:solid #111 1px;
	border-right:solid #111 1px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0;
}

/** To be used for nested inner tables within a panel */
table.panel.inner {
	border:none;
}

table.panel thead {
	background:url(media/images/table_header.png) top left;
	font-size:medium;
	height:13px;
}

table.panel thead th.title {
	color:#555;
}

table.panel thead tr th, table.panel tbody tr td, table.panel tfoot tr td  {
	padding:3px;
}

table.panel tbody tr td.label {
	font-weight:bold;
	text-align:right;
}

table.panel tbody tr td.field {
	text-align:left;
}

table.panel tbody tr.centered_row {
	text-align:center;
}

table.panel tfoot {
	background:url(media/images/table_footer.png) top left;
	height:20px;
}

table.panel.medium {
	width:700px;
}

table.medium tbody tr td.label {
	width:280px;
}

table.medium tbody tr td.field {
	width:420px;
}

table.small {
	width:500px;
}

table.small tbody tr td.label {
	width:175px;
}

table.small tbody tr td.field {
	width:325px;
}

table.data {
	border-collapse:collapse;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0;
}

table.data thead {
	background:none;
	font-size:small;
}

table.data thead th {
	background-color: #222;
	border:solid #555 1px;
	text-align:center;
	color:white;
	padding:3px;
}

table.data thead th.title {
	background-color:transparent;
	text-align:left;
	color:white;
}

table.data tbody td {
	border:solid #555 1px;
	text-align:center;
	padding:3px;
}

table.data tbody td.total_label {
	text-align:right;
}

fieldset {
	border:none;
	border:solid #555 1px;
}

fieldset legend {
	color:#B7772C;
	font-weight:bold;
	padding:2px;
}

input.text_field {
	padding:2px;
	border:none;
	background-color:#BBB;
}

input.file {
	padding:2px;
	border:none;
	background-color:#BBB;
}

input.checkbox {

}

input.button {
	background-color:#BBB;
	border:white solid 2px;
	font-weight:bold;
	width:120px;
}

input.button_alt {
	background-color:#000;
	border:#B7772C solid 2px;
	font-weight:bold;
	color:#B7772C;
}

textarea {
	background-color:#BBB;
	border:none;
}

select {
	border:none;
	background-color:#BBB;
	padding:2px;
}

select option {
	
}

.thumbnail {
	padding: 2px; 
	border: 1px solid #BBB;
}

/** used to display messages **/
div.message {
	text-align:center;
	color:#B7772C;
	font-weight:bold;
}

.field_label {
	font-weight:bold;
}

.required {
	color:#B7772C;
}

img {
border:none;
}

.clear_both {
clear:both;
}

#wrapper {
width:930px;
text-align:center;
position:relative;
margin:0 auto;
}

#header {
text-align:left;
}
#header h1 {
display:block;
float:left;
width:auto;
margin:20px 0 0 0;
padding:0;
}
#header #nav {
margin:0;
padding:0;
text-align:right;
display:block;
float:right;
width:500px;
list-style:none;
}
#header #nav li {
display:inline;
margin:0;
padding:0;
}

#content {
text-align:left;
padding:10px 0 20px 0;
font-size:1.2em;
}

#content_partial {
width:566px;
display:block;
float:left;
}

#vote {
padding:0 0 10px 0;
margin:0;
background:url(media/images/flash_bg.jpg) top left no-repeat;
}
#vote h2 {
padding:15px;
margin:0;
}
#vote #flash_content {
text-align:center;
}
#vote_bottom {
height:61px;
background:url(media/images/vote_bg_bottom.png) bottom left no-repeat;
}

#banner_ad {
height:80px;
width:566px;
margin:10px 0;
}

#how_it_works {
padding:15px;
}
#how_it_works ul {
list-style:url(media/images/bullet.png);
}

#side_column {
width:346px;
display:block;
float:right;
background:url(media/images/side_column_bg_top.png) top left no-repeat #606060;
margin:0;
padding:0;
color:#a2a2a2;
}
#side_column .section {
padding:15px;
}
#side_column .section h2 {
padding:0 0 10px 0;
}
#side_column_bottom {
height:10px;
background:url(media/images/side_column_bg_bottom.png) bottom left no-repeat;
}

#footer {
text-align:left;
padding:7px 10px;
background:url(media/images/footer_bg.png) top left no-repeat;
}
#footer p {
margin:0;
padding:0;
}

#terms_of_service
{
	width:70%;
	text-align:justify; 
	border:1px solid #555; 
	padding:5px;
	margin:0 auto;
}

#credit_display
{
	color:#B7772C;
}

.rating_display
{
	color:#B7772C;
}