/*** SHARED PAGE STYLE ***/
/*************************/

/*** DEFAULT STYLES ***/
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:tahoma, arial, verdana, helvetica, sans-serif;
	font-size:12px;
}
ul, li, dl, dt, dd {
	padding:0;
	border:0;
	margin:0;
	list-style:none;
}
ul.norm, ul.norm li {
	padding:auto;
	border:0;
	margin:auto;
	list-style:disc;
}
ul.norm li {
	margin:0 0 4px 35px;
}
ul.arrow li {
	background:url(arrow.gif) no-repeat 0px 5px;
	padding-left:12px;
}
h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
}
form {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#001eb8;
	outline-style:none;
}
a:hover {
	color:#cf0000;
}
img {
	border:0;
}
p {
	text-align:justify;
	padding:0 5px 8px;
	margin:0;
}
#topStory img, .imgborder {
	border:1px solid #cbcbcb;
	padding:1px;
}
.goTo {
	padding-right:15px;
	background:url(goto.gif) no-repeat right 3px;
}
.noLeftMargin {
	margin-left:0;
}
.noTopMargin {
	margin-top:0;
}
/*** IE FORM ELEMENT FIX ***/
* html input.checkbox {
	margin:-1px -2px;
}
/*** CLEARFIX ***/
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix {
	display:inline-block;
}
html[xmlns] .clearfix {
	display:block;
}
* html .clearfix {
	height:1%;
}
.clearRight {
	clear:right;
}
/*** BODY STYLES ***/
#networkBar {
	height:20px;
	background:black url(networkbar_bg_rpt.gif) repeat-x left top;
	font-size:11px;
}
#networkBarPos {
	width:966px;
	margin:0 auto;
	padding-top:3px;
	color:#e3e3e3;
}
#networkBar .left {
	float:left;
	text-align:left;
}
#networkBar .right {
	margin-left:550px;
	text-align:right;
}
#networkBar div a {
	color:#e3e3e3;
	font-weight:normal;
}
#networkBar div a:hover {
	color:white;
}
#networkBar a.forums {
	display:block;
	float:left;
	background:url(speechbubble.gif) no-repeat 0 3px;
	padding-left:16px;
}
#bodyTopBgRpt {
	height:484px;
}
#bodyTopBg {
	height:484px;
}
/*** PAGE FOOTER KEYWORDS ***/
#footWords {
	padding:8px;
	text-align:right;
	background-color:#383838;
}
#footWords h1, #footWords h2, #footWords h3 {
	font-size:9px;
	font-weight:normal;
	color:#898989;
}
/*** INPUT STYLE ***/
input.text, textarea.text {
	padding:3px;
	border:1px solid #969696;
	font-size:11px;
	font-family:tahoma, verdana, arial, sans-serif;
}
select {
	border:1px solid #898989;
	padding:2px;
	font-size:11px;
	font-family:tahoma, verdana, arial, sans-serif;
}
.button {
	display:block;
	float:left;
	padding:4px 8px;
	margin-left:6px;
	border-left:1px solid #bbbbbb;
	border-top:1px solid #bbbbbb;
	border-right:1px solid #1f1f1f;
	border-bottom:1px solid #1f1f1f;
	font-size:11px;
	background:#656565 url(button_bg.gif) repeat-x top left;
	color:white;
}
.button:hover {
	background-position:bottom left;
	color:white;
}
/*
input.button {
	padding:3px 8px;
	border-style: solid;
	border-width:1px;
	border-top-color:#bbbbbb;
	border-left-color:#bbbbbb;
	border-bottom-color:#1f1f1f;
	border-right-color:#1f1f1f;
	background:#656565 url(../images/button_bg.gif);
	color:white;
	font-size:10px;
	font-weight:bold;
}
*/

/*** HEADER STYLE ***/
#header {
	width:984px;
	height:60px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}
#header #logo {
	padding:0px;
}
#loadingFU {
	float:right;
	width:537px;
	padding-top:18px;
	text-align:center;
	color:#dbdbdb;
	font-size:11px;
}
#header ul {
	float:right;
	width:475px;
	height:60px;
	margin:0;
	overflow:hidden;
}
#header ul li {
	float:left;
	width:468px;
	height:60px;
	margin-left:4px;
	display:inline;
	overflow:hidden;
}
#header ul li a.fu {
	display:block;
	width:245px;
	height:33px;
	padding:8px 0 0 7px;
	font-family:verdana, tahoma, arial;
	font-size:10px;
	font-weight:normal;
	color:#b0b0b0;
}
#header ul li a:hover.fu strong {
	color:#fff88d;
}
#header ul li.cycle {
	width:21px;
	height:41px;
	padding:0;
}
#header ul li strong {
	color:white;
}
/*** GENERIC NAV STYLE ***/
#nav {
	width:982px;
	height:50px;
	margin:0 auto;
	text-align:left;
	padding:1px 0 1px 0;
	border:1px solid #6c6c6c;
	background:#dedede url(navbar_bg_rpt.gif) repeat-x left top;
}
#nav a {
	text-decoration:none;
	font-size:11px;
}
#nav ul {
	position:relative;
}
/*** PRIMARY NAV ***/
#nav #primary {
	height:24px;
	width:692px;
	border-left:1px solid #151515;
}
#nav #primary li {
	float:left;
	position:relative;
}
#nav #primary li.hiddenMenu {
	display:none;
}
#nav #primary a, #nav #primary a.on {
	display:block;
	padding:4px 10px 7px 13px;
	background:url(navbar_butbg.jpg) no-repeat top left;
	color:#373737;
	font-weight:bold;
}
#nav #primary a.on {
	background:url(navbar_butbg_on.gif) no-repeat top left;
	color:#ffffff;
}
#nav #primary a:hover {
	background-position:bottom left;
	color:black;
}
#nav #primary a.on:hover {
	color:#ffed71;
}
#nav #primary .first a, #nav #primary .first a.on:hover {
	padding-left:11px;
	background-position:-2px 0px;
}
#nav #primary .first a:hover {
	padding-left:11px;
	background-position:-2px -24px;
}
#nav #primary .moreplats {
	float:left;
	cursor:pointer;
}
/*
#nav #primary a, #nav #primary a b {
	float:left;
	background-position:top right;
	cursor:pointer;
}
#nav #primary a {
	color:#4d4d4d;
	background-position:top left;
	padding:0 0 0 10px;
	
	background-color:blue;
}
#nav #primary a b {	
	padding:4px 10px 7px 0;
	
	background-color:red;
}
*/

/*** SECONDARY NAV ***/
#nav #secondary {
	height:20px;
	width:691px;
	padding:6px 0 0 1px;
	border-left:1px solid #151515;
}
#nav #secondary, #nav #secondary li {
	position:relative;
}
#nav #secondary li {
	float:left;
	display:block;
	padding:0 12px 0 9px;
	background:url(subnav_bullet.gif) no-repeat right 6px;
}
#nav #secondary li.last {
	background:none;
}
#nav #secondary li a {
	color:white;
	font-weight:normal;
}
#nav #secondary li a:hover {
	/* text-decoration:underline; */
	color:#ffed71;
}
/*** SEARCH ***/
#nav #search {
	float:right;
	height:36px;
	width:265px;
	padding:14px 0 0 22px;
	border-left:1px solid #7a7a7a;
	border-right:1px solid #151515;
	text-align:left;
}
* html #nav #search {
	margin-left:-3px; /*IE6 3px bug*/
}
#nav #search input.text {
	width:220px;
	background:white url(magglass.gif) no-repeat 4px 4px;
	padding:3px 3px 3px 20px;
}
/*
input.search {
	margin:0 0 -4px 3px;
	padding-right:15px;
}
*/

/*** CONTENT CONTAINER PANE ***/
#content {
	width:970px;
	margin:0 auto;
	margin-top:3px;
	text-align:left;
}
.content .contentBox {
	margin-top:10px;
	padding:1px;
	background:white;
	font-size:12px;
}
.narrowContent {
	background:url(rightbar_bg.gif) repeat-y top right;
}
.wideContent {
	background:url(rightbar_bg_wide.gif) repeat-y top right;
}
#leaderWrapper {
	background-color:#383838;
}
.leaderboard {
	padding-top:3px;
	margin-left:242px;
	height:96px;
}
* html .leaderboard {
	margin-left:239px;/*IE6 3px bug*/
}
/*** USERBOX (LOGGED IN/OUT SHARED) ***/
#userBox {
	float:left;
	width:236px;
	height:89px;
	padding-top:6px;
	background:white;
	border-width:1px 1px 0px 1px;
	border-color:#a2a2a2;
}
#userBox .account {
	height:64px;
	padding-left:5px;
	font-size:11px;
}
#userBox .account a {
	font-weight:normal;
}
#userBox .account a.avatar {
	display:block;
	float:left;
	margin-right:9px;
}
#userBox ul {
	height:23px;
	background:url(usernav_bg.gif) repeat-x;
	position:relative;
}
#userBox ul a {
	display:block;
	border-right:1px solid #acacac;
	border-bottom:1px solid white;
	font-weight:bold;
	font-size:11px;
	color:#4d4d4d;
	text-align:center;
}
#userBox ul span {
	color:red;
}
#userBox li a:hover {
	color:white;
}
#userBox li {
	float:left;
	position:relative;
}
/*** USERBOX/LEADERBOARD ROW (LOGGED OUT) ***/
#userBox .accountLoggedOut {
	padding-left:7px;
	background:#acacac url(userbox_bg.gif) repeat-x;
	padding-bottom:10px;
	padding-top:8px;
}
#userBox .rowEmail {
	float:left;
	width:114px;
}
#userBox .rowEmail .text {
	display:block;
}
#userBox .rowEmail label {
	display:block;
	padding-top:2px;
}
#userBox .accountLoggedOut .text {
	margin:2px 0 4px 0;
	padding:2px;
}
#userBox .rowEmail .checkbox {
	float:left;
}
#userBox .rowEmail label {
	display:block;
	margin-top:3px;
}
#userBox .accountLoggedOut .login {
	float:right;
	margin-right:12px;
}
#userBox li.join a {
	width:115px;
	padding:6px 0 5px 0;/*color:#d50000;*/
}
#userBox li.forgot a {
	width:120px;
	border:0;
	padding:6px 0 5px 0;
}
/*** USERBOX/LEADERBOARD ROW (LOGGED IN) ***/
#userBox .account .name {
	font-size:12px;
	padding-bottom:4px;
}
#userBox .accountMenu {
	background:url(userbox_divider.gif) no-repeat 62px bottom;
	padding-bottom:5px;
}
#userBox a.friends {
	display:block;
	float:left;
	margin:5px 8px 0 0;
	padding-left:22px;
	/*background:url(../images/friends.gif) no-repeat 0px -1px;*/
	/* TEMP */
	background:url(friends_disabled.gif) no-repeat 0px -1px;
	color:#9f9f9f;
	cursor:default;/* END TEMP */
}
#userBox .inbox {
	display:block;
	float:left;
	margin-top:5px;
	padding-left:21px;
	background:url(mailbox.gif) no-repeat 0px 2px;
}
#userBox .unread {
	background:url(mailbox_new.gif) no-repeat 0px 2px;
}
#userBox li.myhome a /* TEMP */, #userBox li.myhome a:hover/* END TEMP*/ {
	/*width:95px;*/
	padding:6px 6px 5px 6px;
	/* TEMP */
	color:#acacac;
	cursor:default;
	background:transparent;
	border-bottom:0;/* END TEMP */
}
#userBox li.profile a {
	padding:6px 10px 5px 10px;
}
#userBox li.blog {
	width:65px;
	padding:6px auto;
}
#userBox li.blog a /* TEMP */, #userBox li.blog a:hover/* END TEMP*/ {
	height:18px;
	padding-top:6px;
	text-align:center;
	border:0;
	/* TEMP */
	color:#acacac;
	cursor:default;
	background:transparent;/* END TEMP */
}
/*** CONTENT ROW ***/
#contentPaneNarrow, #contentPaneWide {
	float:left;
	width:664px;
	background-color:#646464;
	overflow:hidden;
}
#contentPaneWide {
	width:804px;
}
/*** RIGHT BAR ***/
.halfpage {
	margin-left:670px;
}
* html .halfpage {
	margin-left:667px;
}
.widesky {
	margin-left:810px;
}
* html .widesky {
	margin-left:807px;
}
.rightbarBox {
	width:295px;
	margin:6px 0 1px 0;
	background:#545454;
	border:1px solid #737373;
	font-size:11px;
}
.rightbarBoxInner {
	width:267px;
	margin:0 0 20px 5px;
	padding:8px;
	background-color:#313131;
	border:1px solid #737373;
	color:#b1b1b1;
}
.rightbarBoxInner li {
	padding:6px 0 7px 16px;
	border-bottom:1px solid #4b4b4b;
	background:url(arrow_small_yellow.gif) no-repeat 3px 10px;
}
.rightbarBoxInner li.seeMore {
	border:0;
	padding:8px 0 3px 0;
	background:none;
	text-align:center;
}
.rightbarBoxInner li .latestUpdateCat {
	padding-top:3px;
	font-size:10px;
}
.rightbarBoxInner a {
	color:white;
}
.rightbarBoxInner a:hover {
	color:#fef1a8;
}
.rightbarBoxInner a.faded {
	color:#b1b1b1;
}
.rightbarBoxInner a.faded:hover {
	color:white;
	color:#fef1a8;
}
/*** FOOTER ***/
#footer {
	width:984px;
	height:125px;
	margin:0 auto;
	text-align:left;
	background:url(footer_bg.gif) repeat-x;
}
#footerInner {
	height:106px;
	padding:19px 13px 0 13px;
	background:url(footer_bgborder.gif) no-repeat;
	color:#9f9f9f;
	font-size:11px;
}
#footerInner a {
	color:#9f9f9f;
	font-weight:normal;
}
#footerInner a:hover {
	color:white;
}
#progmedia {
	width:112px;
	position:relative;
	top:19px;
	left:9px;
}
#footerNav {
	margin:-2px 0 0 160px;
	font-size:11px;
	word-spacing:3px;
	color:#a5a5a5;
}
#footerNav a {
	font-weight:bold;
	color:#d7d7d7;
}
#footerNav a:hover {
	color:white;
}
.copyright {
	margin-top:29px;
	font-size:10px;
	font-family:verdana, geneva, arial, helvetica, sans-serif;
	color:#9a9a9f;
	float:left;
}
/*** PAGE NAVIGATION ***/
p.pagenav {
	text-align:center;
	margin:0 auto;
	font-size:11px;
}
p.pagenav b.a {
	font-size:15px;
	font-family:arial;
}
/*** STATUS MESSAGE ***/
.statusMessage {
	padding:8px;
	margin-bottom:13px;
	background-color:#fbfddc;
	border:1px solid #efde7e;
	text-align:center;
	line-height:1.4em;
	font-size:12px;
	font-family:verdana, geneva, arial, helvetica, sans-serif;
}
.statusMessage strong {
	font-size:14px;
	font-family:arial, tahoma, helvetica;
}
.statusMessage p {
	margin:6px 0 0 0;
}
/*** FORUM STYLE PAGE NAVIGATION ***/
.forumPageNav {
	float:left;
	width:360px;
	padding:25px 0 0 12px;
	font-family:verdana, helvetica, arial;
}
.forumPageNavBot {
	padding:0 0 0 12px;
}
.forumPageNav li {
	float:left;
	padding:3px 5px 3px 5px;
	border-color:#cacaca;
	border-width:1px 1px 1px 0;
	border-style:solid;
	background:white;
	font-size:11px;
}
.forumPageNav li.first {
	border-left:1px solid #cacaca;
}
.forumPageNav li a {
	font-weight:normal;
}
.forumPageNav li.sel {
	background:#4e649f;
	color:white;
}
/*** BIG BLUE BUTTONS ***/
/* button images */
a.blueBut span.star {
	background:url(bluebut_star.gif) no-repeat right top;
}
a.blueBut span.tick {
	background:url(bluebut_tick.gif) no-repeat right top;
}
a.blueBut span.cog {
	background:url(bluebut_cog.gif) no-repeat right top;
}
a.blueBut span.plus {
	background:url(bluebut_plus.gif) no-repeat right top;
}
a.blueBut span.magGlass {
	background:url(bluebut_magglass.gif) no-repeat right top;
}
a.blueBut span.rss {
	background:url(bluebut_rss.gif) no-repeat right top;
}
/* general button style */
a.blueBut {
	display:block;
	float:left;
	height:24px;
	padding-right:13px;
	margin-right:12px;
	background:url(bluebut_rightcorners.gif) no-repeat right top;
	cursor:hand;
	outline:none;
}
a.blueBut span {
	float:left;
}
a.blueBut strong {
	display:block;
	float:left;
	height:19px;
	padding:5px 0 0 11px;
	background:url(bluebut_bg.gif) repeat-x;
	font-size:11px;
}
a.blueBut:hover span {
	background-position:0px -24px;
}
a.thumbBut {
	display:block;
	float:left;
	height:22px;
	width:48px;
	margin-top:3px;
	background:url(thumbbut_up.gif) no-repeat left top;
	cursor:hand;
	outline:none;
	font-family:verdana, helvetica, arial;
}
a.thumbButDown {
	background:url(thumbbut_down.gif) no-repeat left top;
	margin-left:10px;
}
a.thumbButDownDisabled {
	background:url(thumbbut_down_disabled.gif) no-repeat left top;
	cursor:default;
}
a.thumbButUpDisabled {
	background:url(thumbbut_up_disabled.gif) no-repeat left top;
	cursor:default;
}
a.thumbBut strong {
	display:block;
	float:left;
	width:22px;
	height:17px;
	padding:5px 0 0 2px;
	text-align:center;
	font-size:10px;
	color:#2c661f;
}
a.thumbButDown strong {
	color:#a93030;
}
a.thumbBut:hover {
	background-position:0px -22px;
}
a.thumbButDownDisabled:hover, a.thumbButUpDisabled:hover {
	background-position:0 0;
}
a.thumbBut:hover strong, a.thumbButDownDisabled strong, a.thumbButUpDisabled strong {
	color:black;
}
a.rightAligned {
	float:right;
	margin-right:0;
}
/*** MODAL DIALOG ***/
.modalBg, .modalBgDark {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#aaaaaa;
	z-index:1000;
	opacity:0.4;
	-moz-opacity:0.4;
	filter:alpha(opacity = 50);
}
.modalBgDark {
	background-color:#000000;
	opacity:0.80;
	-moz-opacity:0.80;
	filter:alpha(opacity = 80);
}
* html .modalBg {
	/*filter:alpha(opacity = 50);*/
	zoom:1;
}
* html .modalBgDark {
	/*filter:alpha(opacity = 75);*/
	zoom:1;
}
#modalDialog {
	display:none;
	width:526px;
	position:fixed;
	top:25%;
	left:50%;
	margin-left:-263px;
	z-index:100000;
}
* html #modalDialog {
	position:absolute;
 top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#modalDialog .corner {
	display:block;
	float:left;
}
#modalDialog .right {
	float:right;
}
#modalDialog .trimHzntl {
	height:10px;
	margin:0 10px;
	background-image:url(modal_tile.png);
	font-size:0;
}
#modalDialog .trimBg {
	background-image:url(modal_tile.png);
}
#modalDialog .contentContainer {
	position:relative;
	margin:0 10px;
	background:white;
	border:1px solid #656565;
	font-size:11px;
}
#modalDialog .contentContainer a {
	position:static;
}
#modalDialog h3 {
	width:476px;
	padding:15px;
	font-family:arial, verdana, helvetica;
	font-size:16px;
	font-weight:bold;
}
#modalContents .innerPad {
	width:484px;
	padding:10px;
}
#modalContents .fullWidth {
	width:504px;
	padding:10px 0;
}
#modalContents .modalHeader {
	width:489px;
	padding:5px 5px 3px 10px;
	background-color:#4f65a1;
	color:white;
	font-size:16px;
	font-family:arial, verdana, helvetica;
	font-weight:bold;
}
#modalContents p {
	margin-top:0;
	line-height:1.4em;
}
#modalContents .fullWidth p {
	padding:0 10px;
}
#modalContents .modalFoot {
	clear:left;
	height:23px;
	padding-top:5px;
	border-top:1px solid #c0c0c0;
}
#modalContents .modalFoot a {
	float:right;
	display:inline;
	margin-right:8px;
}
#modalContents .modalFoot a.end {
	margin:0;
}
#modalContents .fullWidth .modalFoot a.end {
	margin-right:10px;
}
#modalContents .modalFoot img {
	float:right;
	margin:10px 25px 0 0;
}
/*** REPORT MODAL DIALOG ***/
#modalContents .report dl {
	padding:8px 10px 5px 10px;
	background-color:#f2f2f2;
	border-top:1px solid #c0c0c0;
}
#modalContents .report dt, #modalContents .report dd {
	padding-bottom:4px;
}
#modalContents .report dl dt {
	width:105px;
	float:left;
	padding-top:4px;
}
/*** SEARCH KEYWORD HIGHLIGHT ***/
span.hlText {
	background:#fffcb3;
	font-weight:bold;
}
/*** JS IMAGE RESIZE ***/
.resizeWarn {
	width:559px;
	padding:8px;
	background:#ffffde;
	border:3px solid #f0f0b9;
	border-bottom:0;
	color:#999979;
	font-size:11px;
	text-align:center;
}
.resizeWarn a {
	color:#999979;
}
.resizeWarn a:hover {
	color:#cf0000;
}
/*** JS PUSHDOWN AD ***/
#pushDownContainer {
	background:black;
}
.pushDown {
	position:relative;
	width:984px;
	height:0;
	margin:0 auto;
	opacity:0;
}
.pushDown img {
	margin-top:3px;
}
.pushdownClose {
	display:block;
	position:absolute;
	width:68px;
	height:29px;
	bottom:0;
	right:0;
	z-index:999;
}
p.blackarea {
	color:#fff;
}
.reviews_banner img{
 float:left;
 margin:2px 5px 2px 0;
 border:1px solid #000;
 padding:3px;
 background:#fff;
}

.reviews{
margin:0;
padding:0 0 5px;
}

.reviews h3, .reviews h3 a, .bonus h3, .bonus h3 a{
 padding:0;
 margin:0;
 color:#000;
 text-decoration:none;
 font-size:14px;
 margin:0 0 3px 0;
 font-weight:bold;
}
.reviews h3 a:hover, .bonus h3 a:hover{
color:#808080;
text-decoration:none;
}

.reviews h4, .reviews h4 a{
 padding:0;
 margin:0;
 text-align:left;
 text-decoration:none;
 font-size:12px;
 margin:0 0 3px 0;
 font-weight:bold;
}

a.read-more {
background:#FF0000;
color:#FFFFFF;
cursor:pointer;
padding:3px 10px;
}
