body {
	background-color: #C1C1C1;
	background-image: url(../img/FilmStrip.png);
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, sans-serif;
	margin: 0;
	color: #000000;
	text-align: left;
	font-size: 14px;
	padding: 10px;
}

/*Link Styles*/
A:link {
	COLOR: #005217; text-decoration: none;
}

A:visited {
	COLOR: #005217; text-decoration: none;
}

A:active {
	COLOR: #005217; text-decoration: none;
}

A:hover {
	/*COLOR: #008C27; text-decoration: none;*/
	COLOR: #82EE20; text-decoration: none;
	position: relative;
	text-decoration: underline;
}

#page_wrapper {
	  margin-left: auto; 
	  margin-right: auto;
	  margin-top: 5px;
	  margin-bottom: 5px;
	  padding: 10px;
	  width: 75%;
}

#header {
	height: 150px;
	padding: 10px;
	/*background: url(../img/logo.png) right no-repeat;*/
	/*background: rgba(204, 204, 204, 0.5);*/
}

#header h1 {
	margin: 5px;
	font-size: 36px;
	text-align: center;
}

#leftnav {
	/*background: rgba(204, 204, 204, 0.8);*/
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	float: left;
	width: 200px;
}

#content {
	margin-left: 230px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
  	padding: 10px;
	/*background: rgba(204, 204, 204, 0.5);*/
}

#footer {
	/*background: rgba(204, 204, 204, 0.8);*/
	clear: both;
	padding: 5px;
	text-align: center;
	/*border: 1px solid #000000;*/
}

#leftnav table, #content table {
	width: 98%;
}

.tblHeaderStills {
	width: 95%;
}

.tblHeaderStills_logo {
	text-align: right;
}

.tblHeaderStills_stills {
	width: 40%;
	text-align: right;
}

.tblHeaderStills_stills img {
	border: 5px black solid;
}

tr.row1 td {
	background: rgba(204, 204, 204, 0.8);
}

.edit_heading, .show_heading, #title, .ranking_heading, .ranking_rank, .ranking_selection, .tblAll_heading, .tblLastUpdate_heading, .tblTop10_heading {
	font-weight: bold;
}

.ranking_rank {
	text-align: center;
}

.error {
	background-color: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
}

.tblTop10_icon, .tblAll_icon {
	width: 5%;
	text-align: center;
}

.tblTop10_name, .tblAll_name {
	width: 70%;
}

.tblTop10_rank, .tblAll_rank {
	width: 20%;
}

.tblTop10_position {
	width: 5%;
	font-weight: bold;
	text-align: center;
}

.tblTop10_link {
	font-weight: bold;
}

#content h5 {
	font-size: 18px;
	color: #AA0000;
}

#data_NAME {
	font-weight: bold;
	font-size: 22px;
	margin: 10px 10px 10px 243px;
	padding: 2px;
}

#data_TYPE {
	font-style: italic;
	margin: 10px 10px 10px 243px;
	padding: 2px;
}

#data_CREATOR {
	margin: 10px 10px 10px 243px;
	padding: 2px;
}

#data_IMAGE {
	float: left;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-right: 30px;
}

#data_URL {
	margin: 10px 10px 10px 243px;
	padding: 2px;
}

#data_PLOT {
	margin: 10px 10px 10px 243px;
	padding: 2px;
}

#data_RANK {
	/*margin: 10px 10px 10px 243px;*/
	padding: 2px;
	float: right;
}

#data_COMMENTS {
	margin: 10px 10px 10px 243px;
	padding: 2px;
}

#data_SPOILER_LINK {
	background-color: #FF0000;
	font-weight: bold;
	margin: 10px 10px 10px 243px;
	padding: 5px;
	width: 175px;
}

#data_SPOILER_LINK A {
	COLOR: #FFFFFF; text-decoration: none;
}

#data_SPOILER {
	margin: 10px 10px 10px 243px;
	padding: 2px;
}

#data_OWN {
	margin: 10px 10px 10px 243px;
	padding: 2px;
}

#data_LASTVIEWED {
	margin: 10px 10px 10px 243px;
	padding: 2px;
}

#data_LASTUPDATE {
	margin: 10px 10px 10px 243px;
	padding: 2px;
}

#data_RELATED {
	margin: 10px 10px 10px 243px;
	padding: 2px;
}

#top10 {
	background: url(../img/top_listings_heading.png) top no-repeat;
	padding-top: 20px;
	margin-bottom: 10px;
}

#nav {
	background: url(../img/full_list_heading.png) top no-repeat;
	padding-top: 25px;
}

#lastupdated {
	background: url(../img/latest_updates_heading.png) top left no-repeat;
	padding-top: 25px;
	margin-top: 10px;
}

#navigate {
	margin-bottom: 20px;
}
