body {
	padding: 0;
	margin: 0;
	text-align: center;
	font: 11px Verdana;
/*	background: #50555C url('/images/tread_bg.gif') top left; */
	background-color: #3F3F3F;
	behavior:url("/css/csshover.htc");
}
.clear { clear:both; }
.focusnoborder { -moz-outline-style: none; }
.handHover {cursor: pointer; cursor: hand; }
#uploadprogressbar {display:none;}

a:link, a:visited {
	color: #39648f;
}
a:hover {
	color: #284a6c;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	font: 11px Verdana;
	background: #39648f url('/images/bg.png') repeat-y top left;
}
#container-noright {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	font: 11px Verdana;
	background: #39648f url('/images/screenshot_bg.png') repeat-y top left;
}

input, select, textarea {
	font: 11px Verdana;
	background-color: #e4e9ed;
	border:1px solid #7F9DB9;
}
.nostyle {
	background-color: transparent;
	border: 0;
}
#header {
	
}

/* Network Headlines */
#header #network_container {
	background: #39648f url('/images/aon_bg.png') no-repeat top left;
	height: 80px;
	float: left;
	width: 222px;
	padding-top:20px;
}
#header #network_container embed, #header #network_container object {
	display:none;
}

#header #network {
	position: relative;
	height: 60px;
	overflow: hidden;
	margin-left: 5px;
}

#header #network a:link,#header #network a:visited {
	color: #fff;
	font-weight: bold;
}

#header #network_links {
	height: 20px;
	padding-top: 5px;
	text-align: center;
	color: #fff;
	font-size:10px;
}

#header #network_links a:link,#header #network_links a:visited {
	color: #fff;
	font-weight: bold;
}

#header .headline {
	position: absolute;
	top: 80px;
	left: 5px;
	height: 52px;
	width:190px;
	color: #fff;
	overflow: hidden;
}

#header #network img {
	display:none;
}


#header #mark {
	width: 738px;
	height: 90px;
	float: right;
	padding: 5px 0;
	text-align: center;
	background-color: #474749;
}

#header #header_image {
	clear:both;
	height: 97px;
	background-color: #3F3F3F;
	border-top: 1px solid #000;
}

body.header_1 #header #header_image {background-image: url('/images/header_bg1.jpg');}
body.header_2 #header #header_image {background-image: url('/images/header_bg2.jpg');}
body.header_3 #header #header_image {background-image: url('/images/header_bg3.jpg');}
body.header_4 #header #header_image {background-image: url('/images/header_bg4.jpg');}
body.header_5 #header #header_image {background-image: url('/images/header_bg5.jpg');}
body.header_6 #header #header_image {background-image: url('/images/header_bg6.jpg');}
body.header_7 #header #header_image {background-image: url('/images/header_bg7.jpg');}
body.header_8 #header #header_image {background-image: url('/images/header_bg8.jpg');}
body.header_9 #header #header_image {background-image: url('/images/header_bg9.jpg');}
body.header_10 #header #header_image {background-image: url('/images/header_bg10.jpg');}
body.header_11 #header #header_image {background-image: url('/images/header_bg11.jpg');}
body.header_12 #header #header_image {background-image: url('/images/header_bg12.jpg');}


#header #header_image p {
	margin: 0 auto;
}

#header a#home_link:link, #header a#home_link:visited {
	position: absolute;
	z-index: 2;
	top: 105px;
	display:block;
	background-color: #2C4563;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	padding: 3px 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

#header a#home_link:hover {
	background-color: #4F657F;
}


#header #nav {
	height: 22px;
	background: #28282b url('/images/nav_bg.gif') repeat-x top left;
}
#header #subnav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:inline;
}
/*

#header #nav li {
	display:block;
	float:left;
	padding: 2px 5px 0 5px;
}

#header #nav a:link, #header #nav a:visited {
	display:block;
	float:left;
	color: #fff;
	font-weight:bold;
	font-size: 11px;
	padding: 3px 5px;
	text-decoration: none;	
}

#header #nav a:hover {
	background-color: #28282b;
}

#header #nav a.current {
	border: 1px solid #336699;
	border-bottom: 0;
	padding-bottom: 2px;
	background: #39648f url('/images/nav_current_bg.gif') repeat-x top left;
}
*/

#search_box {
	font-weight: bold;
	padding-right:5px;
	padding-left:10px;
	color:#000;
	margin-bottom:20px;
}
#search_box input#search_q {
	width: 150px;
}

/* Drop Down nav Style */
ul.topnav {
	list-style: none;
	padding: 2px 5px 0 5px;
	margin: 0;
	float: left;
	width: 650px;
	font-size:12px;
	color: #fff;

}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 0 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}


ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 13px;
	display:block;
	float:right;
	background: url('/images/subnav_btn.gif') no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 20px;
	background: #333;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	z-index:21;
	width: 270px;
	border: 1px solid #111;
	border-top: 0;
}
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 270px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 260px;
	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding: 3px 5px;
}
html ul.topnav li ul.subnav li.cur a{
color: orange;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;
}
ul.topnav li a#cyg_list {
	border: 1px solid #336699;
	border-bottom: 0;
	padding: 1px 5px 3px 10px;
	font-size:11px;
	background: #39648f url('/images/nav_current_bg.gif') repeat-x top left;
}


/* Tab nav styles */
div.topnav_tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.topnav_tabs a:link, div.topnav_tabs a:visited {
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:11px;
	margin:2px 2px 0 2px;
	padding: 5px 4px;
	text-decoration:none;
	text-transform:uppercase;
}
div.topnav_tabs a:hover, div.topnav_tabs a.current {
	color: #fff;
	background: #39648F url('/images/nav_tab_over_bg.gif') repeat-x bottom left;
}
div.topnav_tabs a.current {
	font-weight: bold;
}


/* Subnav */
#header #subnav {
	clear:both;
	float:left;
	width: 960px;
	background-color: #39648f;
}

#header #subnav li {
	display:block;
	float:left;
	padding: 2px 5px 0 5px;
}

#header #subnav a:link, #header #subnav a:visited {
	display:block;
	float:left;
	color: #fff;
	font-size: 11px;
	padding: 2px 10px 5px 10px;
	text-decoration: none;
}

#header #subnav a.upload {
	background: #058e01 url('/images/subnav_upload_bg.gif') repeat-x top left;
}

#content-main {
	clear:both;
	width: 648px;
	padding-left: 6px;
	float:left;
}

#content-right {
	width: 301px;
	padding-right: 5px;
	float:left;
	background-image: url('/images/right_top_bg.png');
	background-repeat: no-repeat;
	background-position: 0 52px;
}

p.welcome {
	margin: 0;
	padding: 4px 5px 4px 30px;
	font-size: 11px;
	background: #ffffe1 url('/images/information_shield.png') no-repeat 5px center;
	border-bottom: 1px solid #000;
}

p.logged_in {
	background-color: #DCDACE;
	color: #222D2D;
	background-image: none;
	padding-left: 10px;
}

#container-noright p.welcome {
	display:none;
}

#content-main #content-container, #content-right #right-content-container {
	padding: 10px 5px;
}

h1.page-title {
	font: italic 24px/26px "Trebuchet MS","Century Gothic",Arial,Helvetica,sans-serif;
	margin: 0 0 10px 0;
	color: #39648f;
}

h3 {
	font: italic 18px/20px "Trebuchet MS","Century Gothic",Arial,Helvetica,sans-serif;
	margin: 0 0 10px 0;
	color: #39648f;
}

#content-right #right-content-container {
	padding-left: 1px;
}

.news_post, .file_container {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #39648f;
}

.news_post p.title, .file_container .file_header {
	margin: 0;
	font-weight: bold;
	color: #fff;
	padding: 2px 5px;
	background: #39648f url('/images/post_bg.gif') repeat-x top left;
}

.news_post p.subtitle {
	margin: 0;
	font-size: 10px;
	padding: 1px 5px;
	background-color: #d1dce5;
}

.news_post .story {
	background-color: #fff;
	padding: 5px;
}

.news_post .actions {
	margin: 10px 0 0 0;
	padding: 2px 25px;
	background: #fff url('/images/icon_comments.png') no-repeat 3px 0;
}

.newspost_screens img {
	margin-right: 10px;
	border: 1px solid #fff;
}

.list_table {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #39648f;
}

.list_table th {
	margin: 0;
	font-size:12px;
	font-weight: bold;
	color: #fff;
	padding: 2px 5px;
	background: #39648f url('/images/post_bg.gif') repeat-x top left;
}

.list_table td {
	padding: 3px 5px;
	border-bottom: 1px solid #E0E8EF;
}

.list_table td.column_head {
	margin: 0;
	padding: 2px 5px;
	background-color: #d1dce5;
	border: 0;
	font-weight: bold;
}

.list_table td.column_center {
	text-align: center;
}
.sotd_week {
	border-collapse: collapse;
}

.sotd_week td {
	border: 1px solid #39648f;
}
.sotd_week td img.sotdimg {
	border: 1px solid #39648F;
}
.sotd_week td span {
	display:block;
	font-size:9px;
	padding-top:2px;
}
.sotd_week td.off {
	color: #8F8F8F;
	vertical-align: middle;
	background-color: #EFF3FF;
}
.sotd_week td.today {
	background-color: #A7C3DF;
}
.sotd_week td.today img{
	border: 1px solid #fff;
}


.sotd_week td.off span {
	color:#000;
	position:relative;
	bottom:-15px;
}
a.previous_week:link, a.previous_week:visited{
	display:block;
	float:left;
	padding-left:11px;
	background: #D1DCE5 url('/images/icon_arrow_left.png') no-repeat 0 2px;
}



a.next_week:link, a.next_week:visited{
	display:block;
	float:right;
	padding-right: 11px;
	background: #D1DCE5 url('/images/icon_arrow_right.png') no-repeat 71px 2px;
}

span.next_week_disabled {
	display:block;
	float:right;
	padding-right: 11px;
	text-decoration: line-through;
	font-size:11px;
	padding:0;
}

span.previous_week_disabled {
	display:block;
	float:left;
	padding-right: 11px;
	text-decoration: line-through;
	font-size:11px;
	padding:0;
}
div.game-info h3 {
	margin-bottom:3px;
}
div.game-info {
	line-height: 16px;
}
div.game-info li {
	padding: 0 0 5px 0;
}
div.game-info p {
	margin: 0 0 10px 0;
}
div.game-info-credits {
	margin-top:25px;
}
div.game-info-credits span {
	font-size: 10px;
	display:block;
}
/* Car Info */
.file_container {
	float:left;
	width:100%;
	color: #39648f;
	margin-bottom:5px;
}

.fileinfo_left {
	float:left;
	width:145px;
	padding:5px;
}

.fileinfo_left a.info_links:link, .fileinfo_left a.info_links:visited {
	display:block;
	background-color: #39648F;
	color: #fff;
	width: 119px;
	padding: 2px 5px 2px 20px;
	font-size:10px;
	border-left: 1px solid #5783AF;
	border-top: 1px solid #5783AF;
	border-bottom: 1px solid #1B466F;
	border-right: 1px solid #1B466F;
}

.fileinfo_left a.info_links:hover {
	background-color: #4F779F;
	border-left: 1px solid #779BBF;
	border-top: 1px solid #779BBF;
	border-bottom: 1px solid #2F577F;
	border-right: 1px solid #2F577F;
}

.enlargeimage {
	background: #39648F url('/images/icon_enlarge_image.png') no-repeat 2px 4px;
}

a.userscreens {
	background: #39648F url('http://www.nfsg.net/images/icon_userscreens.gif') no-repeat 2px 3px;
}
span#show_rff {
	display:block;
	margin-top:10px;
}
a.btn_stf {
	display:block;
	margin-top:10px;
	padding:1px 3px 3px 25px;
	border:1px solid #78AF7A;
	border-top: 1px solid #C3DFC4;
	border-left: 1px solid #C3DFC4;
	background: #A8CFAA url('/images/icon_heart.png') no-repeat 4px 2px;
}
a.btn_stf:hover {
	background-color: #B5DFB7;
}

.file_info_left_info {
	margin-top:10px;
	line-height: 15px;
}

.file_info_left_info span {
	display:block;
	font-size:10px;
}

.fileinfo_right {
	float:left;
	width:479px;
	padding: 5px 0;
}

.fileinfo_right p.info_links {
	background-color: #d1dce5;
	width: 479px;
	margin: 0;
	padding: 2px;
	float:left;
}
.fileinfo_right p.info_links a:link, .fileinfo_right p.info_links a:visited {
	padding: 2px 5px;
	display:block;
	float:left;
	font-weight:bold;
}
.fileinfo_right p.info_links a.active{
	background-color: #e7e7e7;
	text-decoration:none;
}

#file_basicinfo {
	float:left;
	padding: 5px;
}

#file_basicinfo p {
	margin: 0 0 10px 0;
	font-weight: bold;
}

#file_basicinfo span {
	font-weight: normal;
}

.file_majorlinks {
	float:left;
	width:100%;
	margin-bottom: 20px;
}

.file_majorlinks a {

}

table.perf_stats {

}
table.perf_stats {
	border-collapse: collapse;
	width:100%;
	clear:both;
}
table.perf_stats td {
	border: 1px solid #D2D7DB;
	padding: 3px 2px;
}
table.perf_stats tr.odd td{
	background-color: #EFEFEF;
}
table.perf_stats td.stats_hd {
	font-weight:bold;
}
table.perf_stats {
	margin-top: 5px;
}

/* Gallery Images */
div.gallery_image {
	float:left;
	padding:2px;
	margin: 0 2px 2px 2px;
	border:1px solid #fff;
}
div.gallery_image:hover {
	border:1px solid #39648F;
	background-color: #D1DCE5;
}
div.gallery_image span {
	display:block;
	font-size: 9px;
	padding: 1px 0;
}
div.gallery_image img {
	width: 115px;
	/*height: 84px;*/
	border:0;
}

p.screenshot-sub {
	margin: 0;
	font-weight: bold;
	color: #fff;
	padding: 2px 5px;
	background: #39648f url('/images/post_bg.gif') repeat-x top left;
}
/* Comments */
div.comment_header {
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	font-size: 11px;
	float:none;
	background: #2c4563 url('/images/post_bg.gif') repeat-x top left;
}
div.comments_box {
	border: 1px solid #39648F;
	background-color: #fff;
	float:left;
	margin-bottom: 15px;
}
div.comments_box .highlight{
	background-color: yellow;
}

div.comment_actions {
	float:left;
	width:505px;
}
div.comment_actions span {
	background-color: #d1dce5;
	display:block;
	padding:3px 5px;
	color: #39648F;
}
div.comment_actions span img {
	border: 0;
}
div.comment_actions p {
	margin: 0;
	padding: 5px 10px 10px 10px;
	color: #39648F;
}
div.comments_profileinfo {
	float:left;
	width: 130px;
	border-left: 1px solid #d1dce5;
	padding-bottom: 10px;
	line-height: 16px;
	text-align: center;
	color: #39648F;
}
div.comments_profileinfo span {
	font-weight:bold;
	font-style: italic;
	display:block;
	text-align:center;
}


/* FORM styles */
form.upload_form ol {
	margin: 0;
	padding: 0;
	width:100%;
}
form.upload_form li {
	display:block;
	clear:both;
	padding: 5px 2px;
	list-style: none;
}
form.upload_form label {
	display:block;
	padding-top:4px;
	float:left;
	width: 200px;
	font-weight: bold;
}
form.upload_form fieldset {
	margin-bottom: 20px;
	background: #c8dbea url('/images/fieldset_bg.gif') repeat-x top left;;
	border: 1px solid #5a83a1;
}
form.upload_form legend {
	font-weight:bold;
	font-size:12px;
	background-color: #d1dee6;
	border: 1px solid #5a83a1;
	padding:2px 5px;
}
form.upload_form fieldset.two-col li {
	display:block;
	clear:none;
	width:49%;
	float:left;
	padding: 5px 2px;
	list-style: none;
}
form.upload_form fieldset.two-col label {
	width: 150px;
}

form.upload_form div.multifile-container {
	margin-left: 200px;
}

form.upload_form input.submit_button {
	border: 3px double #3B9F52;
	border-top-color: #A7DFB4;
	border-left-color: #A7DFB4;
	padding: 0.25em;
	background-color: #8ECF9D;
	color: #003F0E;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-left:15px;
}

/* Right Menu */
#content-right a:link, #content-right a:visited {
	font-size: 11px;
}

div.upload_button {
	padding-left:5px;
	text-align: center;
	margin-bottom:15px;
}

div.callout-box {
	float:left;
	width: 298px;
	margin-bottom: 20px;
}

div.callout-box p.left {
	float:left;
	margin: 0;
	max-width:50%;
	padding-left:5px;
}

div.callout-box p.right {
	float:left;
	margin: 0;
	padding-left: 5px;
	max-width:50%;
}

div.callout-box p.featuredinfo {
	font-size:10px;
	line-height: 18px;
}

div.callout-box img.border {
	border: 1px solid #fff;
}

.featured-box p.left {
	line-height: 16px;
}

.featured-box p.right {
	margin-left: 10px;
	line-height:16px;
	font-size:11px;
}

.featured-box span.subinfo {
	font-size:10px;
	line-height: 10px;
}

h2.fancy {
	font-size:15px;
	margin: 0 5px 0 5px;
	padding-left: 20px;
}
h2.topdl span {
	width: 130px;
}
.callout-box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #8f8f8a;
}

.callout-box li a:link, .callout-box li a:visited {
	display:block;
	background-color: #c8c7bc;
	border: 1px solid #8f8f8a;
	border-top: 0;
	color: #000;
	text-decoration:none;
	padding: 3px 5px;
	font-size: 11px;
}

.callout-box ul li a:hover {
	background-color: #bab89e;
}

.callout-box li.hp a { background: #c8c7bc url('/images/icon_hp.png') no-repeat 275px center;}
.callout-box li.hs a { background: #c8c7bc url('/images/icon_hs.png') no-repeat 275px center;}
.callout-box li.pu a { background: #c8c7bc url('/images/icon_pu.png') no-repeat 275px center;}
.callout-box li.hp2 a { background: #c8c7bc url('/images/icon_hp2.png') no-repeat 275px center;}
.callout-box li.ug a { background: #c8c7bc url('/images/icon_ug.png') no-repeat 275px center;}
.callout-box li.ug2 a { background: #c8c7bc url('/images/icon_ug2.png') no-repeat 275px center;}
.callout-box li.mw a { background: #c8c7bc url('/images/icon_mw.png') no-repeat 275px center;}
.callout-box li.c a { background: #c8c7bc url('/images/icon_c.png') no-repeat 275px center;}
.callout-box li.ps a { background: #c8c7bc url('/images/icon_ps.png') no-repeat 275px center;}
.callout-box li.uc a { background: #c8c7bc url('/images/icon_uc.png') no-repeat 275px center;}
.callout-box li.shift a { background: #c8c7bc url('/images/icon_shift.png') no-repeat 275px center;}
.callout-box li.world a { background: #c8c7bc url('/images/icon_world.png') no-repeat 275px center;}
.callout-box li.hp3 a { background: #c8c7bc url('/images/icon_hp3.png') no-repeat 275px center;}





h2.featured {background: #DCDACE url('/images/icon_featuredcar.png') no-repeat 0 3px;}
h2.sotd {background: #DCDACE url('/images/icon_sotd.png') no-repeat 0 3px;}
h2.latest {background: #DCDACE url('/images/icon_latest.png') no-repeat 0 3px;}
h2.topdl {background: #DCDACE url('/images/icon_topdl.gif') no-repeat 0 3px; width: 131px; float:left;}
h2.aff {background: #DCDACE url('/images/icon_heart.png') no-repeat 0 3px;}

#topdl-boxes {
	float:right;
	width: 137px;
	padding-top: 5px;
}

#topdl-boxes a:link, #topdl-boxes a:visited {
	font-size: 10px;
	display:block;
	float:left;
	border: 1px solid #373734;
	background-color: #8f8f8a;
	padding: 3px 2px;
	text-decoration: none;
	color: #c8c7bc;
	border-bottom: 0;
}

#topdl-boxes a:hover, #topdl-boxes a.current {
	background-color: #c8c7bc;
	color: #000;
}

.affiliates div {
	padding-left: 5px;
	line-height: 17px;
}

#footer {
	background-color: #222D2D;
	padding: 5px;
	color: #778E8E;
	float:left;
	width: 950px;
	line-height: 16px;
}
#footer a:link, #footer a:visited {
	color: #778E8E;
}


/* Comments Form */
#commentblock {
	width: 628px;
	color: #444;
	float: left;
	background-color: #fff;
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #39648F;
	border-bottom: 1px solid #39648F;
}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size:0.9em;
	height:140px;
}

#commentsform form,
{
	text-align: left;
	margin: 0px;
}

#commentsform p{
	margin: 0px;
	padding-bottom: 15px;
}

#commentsform form textarea{
	width: 400px;
}

#comment-left {
	float:left;
	width:200px;
	padding-right:20px;
}

#comment-right{
	float:left;
	width:200px;
}
#hbutt {
	text-align:center;
	width:150px;
	background: #507AA5;
	border: 1px solid #ddd;
	padding: 3px 3px 18px 3px;
	font-size: 11px;
	color: #fff;
	float:left;
	margin-top:0;
	height:20px;
}



div.pagination {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	color: #000;
	padding: 5px 0;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color:#39648F;
	text-decoration: none; /* no underline */
	color: #fff;
	border-top: 1px solid #5783AF;
	border-left: 1px solid #5783AF;
	border-right: 1px solid #1B466F;
	border-bottom: 1px solid #1B466F;
}
div.pagination a:hover, div.pagination a:active {
	background-color:#12395F;
	color: #fff;
	border-top: 1px solid #27547F;
	border-left: 1px solid #27547F;
	border-right: 1px solid #04223F;
	border-bottom: 1px solid #04223F;
}
div.pagination a.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
	background-color: #313131;
	color: #fff;
}
div.pagination span.inactive {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color:#3e3e3e;
	color: #868686;
}

/* sIFR */
/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/
.sIFR-flash{visibility:visible !important;margin:0;padding:0;}
.sIFR-replaced,.sIFR-ignore{visibility:visible !important;}
.sIFR-alternate{position:absolute;left:0;top:0;width:0;height:0;display:block;overflow:hidden;}
.sIFR-replaced div.sIFR-fixfocus{margin:0pt;padding:0pt;overflow:auto;letter-spacing:0px;float:none;}



/* Ratings */

/* Rate Styles (Thanks Komodomedia) */
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 75px;
	height: 15px;
	position: relative;
	background: url(/images/rateStars.gif) top left repeat-x;	
	overflow: hidden;
	float:left;
}

.star-rating li.current-rating{
	background: url(/images/rateStars.gif) left bottom;
	position: absolute;
	height: 15px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}


.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:15px;
	height: 15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(/images/rateStars.gif) left center;
	z-index: 2;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:15px;
}

.star-rating a.two-stars{
	left:15px;
}
.star-rating a.two-stars:hover{
	width: 30px;
}

.star-rating a.three-stars{
	left: 30px;
}
.star-rating a.three-stars:hover{
	width: 45px;
}

.star-rating a.four-stars{
	left: 45px;
}	
.star-rating a.four-stars:hover{
	width: 60px;
}

.star-rating a.five-stars{
	left: 60px;
}
.star-rating a.five-stars:hover{
	width: 75px;
}

.voteInfo {
display: none;
}


/* News Posts */
.entry {
	margin:0px 0px 30px 0px;
}
.entry .news_story {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 10px 5px;
	color: #23303F;
	font-size: 13px;
	line-height: 18px;
	background: #eaebec url('/images/post_bg2.gif') repeat-x top left;
}
.entry .news_story p {
	
}

.date {
	margin: 5px 10px 0px 0px;
	padding: 12px 0px 0px 0px;
	background-image: url('/images/calendar.png');
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	text-align: center;
	font-style: normal;
	background-position: top center;
	display: block;
	float: left;
}
.date .month {
	color: #333333;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	line-height: 10px;
}
.date .day {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #000000;
	line-height: 14px;
}
.date .year {
	margin: 0px;
	padding: 0px;
	line-height: 12px;
	font-size: 10px;
}
.entry .borderbottom {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px;
	border-bottom: dotted 1px;
	border-color: #8F8F8A;
}
.entry .postinfo {
	color: #3A3A3D;
}
.entry .left {
	margin-bottom:2px;
}
.entry .posttitle {
	float: left;
	white-space: normal;
	margin: 0px;
	padding: 0px;
	width: 580px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.entry .posttitle h2 {
	margin: 0;
	font-size: 19px;
}
.entry .posttitle a:link, .entry .posttitle a:visited {
	text-decoration: none;
}
.entry a.commentlink {
	background: url('/images/icon_comments.png') no-repeat left center;
	padding: 20px;
}

/* Awards 08 */
#awards08 {
	margin-top:20px;
}
#awards08 div.a08_container {
	margin-bottom:20px;
}
#awards08 table {
	margin-bottom: 10px;
	border:1px solid #5783AF;
	width:100%;
}
#awards08 table td input.cb {
	border:0;
	background-color: #B5CADF;
}
#awards08 img.thumb {
	border:0;
}
#awards08 td.info_section {
	padding-left:5px;
	background-color: #E0E8EF;
}
#awards08 td span {
	padding-bottom:3px;
	display:block;
}

.game_carlist {
	padding: 0 10px;
}
.game_carlist dt {
	font-weight:bold;
	padding-bottom:3px;
}
.game_carlist dd {
	margin-left:15px;
	padding-bottom:2px;
}








#login_welcome {
	height: 20px;
	border: 1px solid #aeac8d;
	border-top: 0px;
	border-right: 0px;
	padding: 5px 10px 0 10px;
	margin-right: 2px;
	background: #dedcb9 url('/images/bg_login_welcome.gif') repeat-x top left;
}

#login_actions {
	height: 25px;
	border: 1px solid #aeac8d;
	border-top: 0px;
	border-right: 0px;
	padding: 0;
	margin-right: 2px;
	background-color: #dedcb9;
}

#login_actions a:link, #login_actions a:visited {
	float:left;
	color: #000;
	display:block;
	height: 20px;
	padding-top: 5px;
	font-size: 11px;
	text-decoration: none;
}
#login_actions a.user_profile {
	padding-left: 24px;
	padding-right: 7px;
	background: #dedcb9 url('/images/icon_profile.png') no-repeat 5px 5px;
}
#login_actions a.user_messages {
	padding-left: 24px;
	padding-right: 7px;
	border-left: 1px solid #aeac8d;
	border-right: 1px solid #aeac8d;
	background: #dedcb9 url('/images/icon_messages.png') no-repeat 5px 4px;
}
#login_actions a.user_logout {
	padding-left: 24px;
	padding-right: 5px;
	background: #dedcb9 url('/images/icon_logout.png') no-repeat 5px 5px;
}

#login_actions a.user_login {
	width: 149px;
	font-size:12px;
	text-align: center;
	background: #dedcb9 url('/images/icon_login.png') no-repeat 37px 3px;
}
#login_actions a.user_register {
	width: 148px;
	font-size:12px;
	border-left: 1px solid #aeac8d;
	text-align: center;
	background: #dedcb9 url('/images/icon_register.png') no-repeat 27px 3px;
}
#login_actions a:hover {
	background-color: #d1cfaf;
}




/* Tab CSS */
.tabContainer{
    float:left;
    width: 635px;
    position:relative;
    overflow: hidden;
	padding-bottom:30px;
}
.all_tabs {
    width: 1650px; /* This should be the width of TabContent * number of tabs. */
    left: 0;
    position:relative;
    overflow: hidden;
}
.tab_content {
    width: 613px;
    float:left;
	padding:10px;
	line-height: 19px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.tab_content p {
	margin-top: 0;
}

#tabButtons span {
	display:block;
	float:left;
	cursor: pointer;
	cursor: hand;
	background-color: #dfdfdf;
	padding: 6px 5px 5px 5px;
	margin-right: 5px;
}
#tabButtons span.selected {
	color: #fff;
	font-weight:bold;
	background: #39648F url("/images/nav_tab_over_bg.gif") repeat-x scroll left bottom;
}

.game_info_summary {
	margin:5px;
	border:1px solid #39648F;
	background-color: #DCDACE;
	padding: 5px;
}
.game_info_summary h3 {
	font-size:15px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 3px;
}




/* HS2 Page */
#makehs2 #content-main #content-container {
	padding: 0;
}
#makehs2 #makehs2_content {
	padding: 10px 5px;
	background: url('/images/makehs2_contentbg.gif') repeat-x top left;
}
#makehs2 #makehs2_content p {
	margin-top: 0;
}




/* New list page */
.downloads_title {
	width: 624px;
	color: #fff;
	margin-bottom: 0;
	padding: 2px 5px;
	border:1px solid #5a83a1;
	background: #39648f url('/images/post_bg.gif') repeat-x top left;
}

.downloads_content {
	float:left;
	width: 636px;
	background-color: #fff;
}

.download_list_container {
	float:left;
	width: 626px;
	clear:both;
	padding:10px 5px;
	border-bottom: 1px solid #cdcece;
}
.download_list_image {
	float:left;
	width: 150px;
	height: 110px;
}
.download_list_left {
	float:left;
	width:310px;
	height: 110px;
	padding-left:5px;
	border-right: 1px solid #cdcece;
}
.download_list_right {
	float:right;
	width: 155px;
	height: 110px;
	padding-left:5px;
}

.download_list_left p {
	font-size: 13px;
	margin-top: 0;
	margin-bottom:8px;
}
.download_list_left a.car_title:link, .download_list_left a.car_title:visited {
	font-size: 14px;
	font-weight: bold;
}
#ssi_loginform label {
	font-size: 12px;
	font-weight: bold;
}
#ssi_loginform td {
	padding-bottom: 5px;
}