/* 2006-09-11
 *
 * Color scheme:
 * Main Background:  #202020
 * Panel Background: #4682B4
 * Text1:            #AAAAAA
 * Text2:            #FFFFFF
 * Emphasis:         #FF6C00
 */

body {
    background-color: #202020;
    color: #AAAAAA;
    font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", "Verdana";
    font-size: 10pt;
}
body b {
    color: #FF6C00;
}
h1, h2, h3, h4 {
	font-family: Georgia, 'Times New Roman', 'Lucida Sans', serif;
	font-weight: normal;
	color: #FF6C00;
	padding: 2px;
	margin: 0px;
}
h1 { font-size: 24pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
.side h3, #grouppromobox h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Tahoma, Helvetica, Arial, sans-serif;	
}
a {
    color: #4682B4;
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
th {
    background-color: #4682B4;
    font-weight: bold;
    color: white;
    text-align: left;
    vertical-align: top; 
}
th a, td.head a {
	color: white;
	font-weight: normal;
}
.side a {
	font-weight: normal;
}
#left a:hover, #center a:hover {
	color: #FF6C00;
}
#center th a:hover, #left th a:hover {
	color: white;
}

#header {
    background-color: #4682B4;
}
#center {
    background-color: #202020;
}
#left, #right {
	background-color: #4682B4;
}
#right a, #left a {
    color: white;
}
#right {
	background-color: #4682B4;
}
.movie {
	background-color: #303030;
}
.movie, .movie a {
	color: white;
	font-weight: normal;
}
#nav_underbar, #footer, * html #footer-wrapper {
	background-color: #4682B4;
}

.side {
	background-color: #202020;
}
.side * {
	font-size: 8pt;
}
.side h3, #grouppromobox h3, th, th a {
	color: white;
	letter-spacing: 0.2em;
	font-weight: normal;
	padding: 0 0 3px 0;
	margin: 0;
	text-align: center;
}
.side a:hover {
	color: #FF6C00;
}
.side h3 {
	background-color: #FF6C00;
	padding-top: 3px;
}
.side p {
	color: white;
	margin: 0;
	padding: 5px;
}
#grouppromobox {
	background-color: #666666;
    color: white;
}
#grouppromobox * {
	font-size: 8pt;
}
#grouppromobox h3 {
	background-color: #4682B4;
}
#grouppromobox p {
	text-align: center;
	margin: 0px;
	padding: 5px;
}
.thanks {
	font-size: 8pt;
	color: rgb(196,196,196);
}
.credit {
	font-weight: bold;
	color: rgb(255,196,153);
}
#movielistbox {
    background-color: #4682B4;
    margin: 0;
    padding: 0;
}
#movielist th, #movielist td {
	padding: 3px;
}
#movielist th {
    text-align: center;
    padding-top: 5px;
}
.new_movie, .no_year, .button {
	font-size: 9px;
	font-weight: normal;
	padding: 1px;
}
.new_movie, .button {
    color: white;
	background-color: #FF6C00;
}
.button b, .button a:hover {
	color: white;
}
.no_year {
	background-color: #4682B4;
}
#footer {
	font-size: 8pt;
	text-align: center;
}
#footer a {
	color: white;
	font-weight: normal;
}
.rank {
    margin: auto;
}
.arrow {
    color: #FF6C00;
    font-weight: normal;
    font-size: 12pt;
}
.arrow a:hover {
    text-decoration: none;
}
.disabled {
    color: #666666;
}
.bullet {
    color: #FF6C00;
    padding-right: 0.3em;
}
#logo {
    text-align: center;
}
#tagline {
    color: white;
    text-align: center;
    font-size: 10pt;
    font-style: italic;
    padding-bottom: 5px;
}
.googlequeryfield {
    font-size: 8pt;
}
.sectiontext {
    font-size: 10pt;
}
#googlesearch p {
    padding: 3px;
    color: white;
}
.sitenews {
    padding: 5px 0;
    background-color: #4682B4;
}
.sitenews h3 {
    color: white;
}
.newsitem {
    background-color: #666666;
}
.newsitem p {
    color: white;
    padding: 3px 5px;
    font-size: 10pt;
}
.newsitem a {
    color: #999999;
}
.smalltext {
	padding: 2px;
	text-align: center;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
}
.news_source, .faux_button {
    width: 250px;
    margin: 2px;
    color: white;
    padding: 1px 10px;
    text-align: center;
    border: 1px solid white;
    border-style: outset;
    font-size: 8pt;
}
.news_source {
    background-color: #FF6C00;
}
.news_source a, .faux_button * {
    font-weight: normal;
    color: white;
    padding: 1px;
}
#center .news_source a:hover {
    color: white;
    text-decoration: none;
}
table#movie th {
    background: transparent;
    text-align: right;
}
table#movie th, table#movie td {
    vertical-align: top;
    padding: 5px;
}
table#movie {
    margin-top: 20px;
}
.blue_button {
    background: #4682B4;
}
.orange_button {
    background: #FF6C00;
}
.flash {
    width: 300px;
    padding: 3px;
    border: none;
    background: #F00;
    color: white;
    margin-bottom: 20px;
    font-size: 9pt;
}