@import url("http://pnmedia.gamespy.com/planetcnc.gamespy.com/planetcnc/css/custom.css");

/* PLANET CNC */
body {
	margin:0px;
	padding: 0;
	background: #3B1309;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
}

.clear {
	clear:both;
	height:1px;
}

a:link {
	color:#D4A745;
	/* text-decoration:none; */
}

a:visited {
	color:#CF9D30;
	/* text-decoration:none; */
}

a:hover {
	color:#CF9D30;
	text-decoration:underline;
}


.site_name {
	FONT-WEIGHT:	bold;
	FONT-SIZE:		11px;
	COLOR:			#FFFFFF; 
	FONT-FAMILY:	arial;
}


.backgroundcolor {
	background-color:#FFFFFF;
	background: #FFFFFF;
}

.featured_pic {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF; 
}

.featured_pic_text {
	FONT-SIZE: 11px;
	COLOR: #FFFFFF; 
}


#breadcrumbs {
	FONT-WEIGHT:	bold;
	padding:5px;
	font-size:12px;
	color:#FFFFFF;
}

#breadcrumbs a, #breadcrumbs .crumbitem a:link {
	color:#FFFFFF;
}

#breadcrumbs .crumbitem a:visited {
	color:#0033FF;
}

#breadcrumbs .crumbitem a:hover {
	color:#FFCC00;
}

/* --------------- */

/* LOGIN BOX */

.searchbox {
	padding-left:5px;
	size:10px;
	width:140px;
	COLOR: #FFFFFF; 
	background-color:#230C06;
}

.search_button {
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding:2px;
	width:140px;
	font-size:9px;
	background-color:#340F06;
	COLOR: #FFFFFF; 
	text-align:center;
}


/* NAVIGATION */
.subgame_links {
	FONT-WEIGHT:	bold;
	FONT-SIZE:		11px;
	COLOR:			#FFFFFF; 
}

/* FOOTER */
.bottom_links {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #FFFFFF; 
	FONT-FAMILY: arial;
}

.media_footer_background {
	background-color:#000000;
	height: 112px;

}


.text_ads {
	padding-top:	20px;  
}



/* MENU STYLE CODES */
#menu {
	padding-left:30px;
	color:#FFFFFF;
	font-size:9px;
}

#menu .menugroup { 
	padding-left:8px;
	padding-bottom:10px;
	margin-bottom:0px;
	text-decoration:none;
}

#menu .menuhead {
	font-size:13px;
	font-weight:bold;
	color:#D0B765;
}

#menu .menuhead a {
	color:#D0B765;
}

#menu .menuitem {
	margin-bottom:2px;
}

#menu a, #menu .menuitem a:link {
	color:#FFFFFF;
	text-decoration: none;
}

#menu .menuitem a:visited {
	color:#FFFFFF;
}

#menu .menuitem a:hover {
	color:#FFFFFF;
}

#menu .menuitemsmall {
	margin-bottom:2px;
	color:#FFFFFF;
}

/* SUB GAME MENU */
#gamemenubox {
	padding-left:22px;
}

#gamemenu {
	width:135px;
	border-style: solid;
	border-color: black;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	font-size:9px;
	background:#79280C;
}

#gamemenu .menuitem {
	padding-left:8px;
	font-size:9px;
	margin-bottom:2px;
}

#gamemenu a, #menu .menuitem a:link {
	color:#FFFFFF;
	text-decoration: none;
}

#gamemenu .menuitem a:visited {
	color:#FFFFFF;
}

#gamemenu .menuitem a:hover {
	color:#AFAFAF;
}



/* NEWS STYLE CODE */
.newstitle {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #FFFFFF; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.stickyfont {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #FFFFFF; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.newsdate {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #FFFFFF; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.newsby {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.newsposter {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; COLOR: #FFFF33;
}

.newsbody {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;
}



/* CONTENT */

p, td {
	font-size:12px;
}

blockquote {
	font-size:11px;
}

p { line-height:16px; }

h1 { font-size:16px; }
h2 { font-size:14px; }
h3 { font-size:12px; }

.hunderline { border-bottom: 1px solid; }

.header1 {
	height:28px;
	margin-bottom:6px;
	background: url(/_img/main/header_bg.gif);
}

.header1 div {
	float:left;
}

.header1 div.text {
	font-size:12px;
	font-weight:bold;
	color:#CBCBCB;
	margin-left:5px;
	margin-top:5px;
}

.header1 a:link {
	color:#CBCBCB;
}

.header1 a:visited {
	color:#CBCBCB;
}

.header1 a:hover {
	color:#CBCBCB;
}

.header1 div.right {
	float:right;
}

.recent_features {
	font-size:10px;
	color:#FFFFFF;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

/* POLL STYLE CODES */

/* Container  */
.poll_box {
	padding-left:15px;
	width:150px;
}

/* Input Form */
div.pollform {			
	font-family:Arial,Helvetica,sans-serif;
}

/* Poll Title Font and Color */
h1#pollname {			
	font-size:16px;
	font-weight:bold;	
}

/* Poll Question Box Style */
div.pollquestion {		
	margin-bottom:12px;
}

/* Questions Font and Color */
div.pollquestion h2 {		
	margin-top:0px;
	margin-bottom:6px;
	font-size:14px;
	font-weight:bold;
}

/* Poll Answers List Style */
dl.pollanswers {		
	margin:0px;
}

/* Answers Font and Color */
dl.pollanswers dd {		
	margin-left:0px;
}

/* Submit Button */
input.pollsubmit {
}






/* FMS styles */
.file_score     {font-size: 40px; color:#FF0000;letter-spacing:-0.2mm;FONT-WEIGHT: bold;}


/* FMS styles */
.fmstborder 
{ 
  background-color: #504943
}
.fmstheader 
{ 
  background-color: #1D0A04;
  color: #FFFFFF;
  font: bold 8.5pt verdana
}
.fmsalt1, .fmsalt2, .fmsalt3, .fmsalt4
{
  color: #FFFFFF;
  font: 8pt verdana
}
.fmsalt1, .fmsalt3
{
  background-color: #4A1608
}
.fmsalt2, .fmsalt4
{
  background-color: #78240C
}
.fmsalt3
{
  font-weight: bold
}
.fmsalt4
{
  font-weight: bold
}
.fmsbuttonbold
{
  background-color: #111111;
  color: #E0E0F6;
  font: 8pt verdana;
  font-weight: bold
}
.fmstextarea
{
  background-color: #CCCCCC;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font: 9pt verdana;
  padding: 1px
}
.fmstextfieldz
{
  background-color: #CCCCCC;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font: 9pt verdana;
  padding: 1px
}
.fmsselect
{
  background: #CCCCCC;
  color: #FFFFFF;
  font: bold 8pt verdana
}


/* Network Footer */

/* NETWORK FOOTER */
#footerNetwork * { font:9px verdana,sans-serif!important; color:#FFFFFF; }
#footerNetwork a { color:#D4A745; text-decoration:none; }
#footerNetwork a:hover { color:#992400; text-decoration:none; }
#footerNetwork { width:720px; padding-bottom:10px;height:90px;margin:10px auto 0 auto;}
.footerLogo { display:block; width:110px; height:49px; background:url("http://pnmedia.gamespy.com/planetcnc.gamespy.com/skins/default/ignent110x652.gif") no-repeat;  }
.footerCorp { text-align:left; padding-left:22px; }
.footerLogoCell { vertical-align:middle; width: 110px; }
.footerTextCell { vertical-align:middle; text-align:left;  }


/* css/tooltips */

  a.tooltip{
	  position:relative; 
	  font:12px arial, verdana, helvetica, sans-serif; 
	  padding:0;
	  text-decoration:none;
	  cursor:help; 
  }

  a.tooltip:hover{
	  background:transparent;
	  text-decoration:none;
  }

  a.tooltip span{display: none}

  a.tooltip:hover span{ 
	  display:block;
	  position:absolute;
	  width:100px; 
	  top:3em;
	  text-align:justify;
	  text-decoration:none;
	  left:0;
	  font: 12px arial, verdana, helvetica, sans-serif; 
	  padding:5px 10px;
	  border:1px solid #999;
	  background:#31231A; 
	  color:#FFFFFF;
  }


	/* TOOLTIP EXTRA LARGE SIZE */

	a.tooltiplarge{
	  position:relative; 
	  font:11px arial, verdana, helvetica, sans-serif; 
	  padding:0;
	  text-decoration:none;
	  cursor:help; 
      z-index:24;
	}

  a.tooltiplarge:hover{
	  background:transparent;
	  z-index:25;
	}

  a.tooltiplarge span{display: none}

  a.tooltiplarge:hover span{ 
	  display:block;
	  width: 350px; 
	  top:3em;
	  position:absolute;
	  right:20;
	  font: 12px arial, verdana, helvetica, sans-serif; 
	  padding:5px 10px;
	  border:1px solid #999;
	  background: #31231A; 
	  color:#FFFFFF;
  }


	a.tooltiplargeleft{
	  position:relative; 
	  font:11px arial, verdana, helvetica, sans-serif; 
	  padding:0;
	  text-decoration:none;
	  cursor:help; 
      z-index:24;
	}

  a.tooltiplargeleft:hover{
	  background:transparent;
	  z-index:25;
	}

  a.tooltiplargeleft span{display: none}

  a.tooltiplargeleft:hover span{ 
	  display:block;
	  width: 350px; 
	  top:3em;
	  position:absolute;
	  left:20;
	  font: 12px arial, verdana, helvetica, sans-serif; 
	  padding:5px 10px;
	  border:1px solid #999;
	  background: #31231A; 
	  color:#FFFFFF;
  }

.image_desc {
	font-size: 10px;
	font-style:italic;
}

/* Network Connections */

.networkconnectionsbox {
	border:1px solid #2A231B;
	background:#31231A; 
	color:#F6F6F6; 
	padding:10px;
}

.newsarchivebox {

	border:1px solid #2A231B;
	background:#31231A; 
	color:#F6F6F6; 
	padding:10px;
}

div.tabs {
	background: transparent;
	height: 21px;
}

div.tabs a {
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-top: 0em;
	height: 18px;
}

div.tabs a.selected {
	color: #FFFFFF;
	background: #B82914; 
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-top: 0em;
	height: 18px;
}

div.tabs a:hover {
	color: #FFFFFF;
	background: #B82914; 
}


/*  ROUNDED CORNERS BUTTON STYLE */
div#round_corners{ margin: 0 10px;background: #333333;}
b.rtop, b.rbottom{display:block;background: #232325}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #333333}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


/* Popup Styles */

.popup {
	margin:10px;
	background: #000000;
}

/* Top Rated CODES */
#top_rated {
	padding-left:10px;
	padding-right:30px;
	color:#E5E5E5;
	font-size:9px;
}

#top_rated .fms_toprated a {
	color:#D0B765;
}

#top_rated .menuitem a {
	color:#F6F6F6;
}

#top_rated .menuitem a:visited {
	color:#F6F6F6;
}

#top_rated .menuitem a:hover {
	color:#E1A06F;
}


/**************************** */


/* COMMON TAGS */
img {
	border: 0px;
}

small {
	font-size: 11px;
}

code {
	font-size: 14px;
}

/* *********** */

/* PAGE ELEMENTS */

div#title {
	margin-bottom: 1em;
}

div#title h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #CECCC0;
}

div#title h3 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

div#title h4 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

hr.footnote {
	margin-top: 30px;
	clear: both;
	border: 0;
	color: #8d8d8d;
	background-color: #8d8d8d;
}


div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

p.clear {
	clear: both;
}

/* For screenshots */

div.container {
	clear: both;
	text-align: center;
}

div.centeredbox {
	width: 450px;
	margin: 0px auto;
	text-align: center;
}

div.screenshotbox-centered {
	margin: 3px;
	padding: 3px;
	width: 200px;
	margin: 0px auto;
	text-align: center;
	font-size: 11px;
	background-color: #303030;
}

div.screenshotbox-rightfloating {
	float: right;
	width: 200px;
	padding: 3px;
	margin: 6px;
	text-align: center;
	font-size: 11px;
	background-color: #303030;
}

div.screenshotbox-leftfloating {
	float: left;
	width: 200px;
	padding: 3px;
	margin: 6px;
	text-align: center;
	font-size: 11px;
	background-color: #303030;
}

div.latestfeat-scrshotbox {
	float: left;
	padding-right: 5px;	
}

/* ------------------------------ CUSTOM STYLESHEETS ------------------------------ */

dl.SectionIndex dt {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
}

dl.SectionIndex dd {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
}

div.sub-left {
	float: left;
	width: 105px;
	text-align: center;
}

div.sub-feature-left {
	float: left;
	width: 120px;
	text-align: center;
}

div.sub-right {
	margin-left: 115px;
}

div.sub-feature-right {
	margin-left: 130px;
}

blockquote.interview {
	color: #B4B4B4;
	margin: 0 0.95em;
	font-style: italic;
}


/* TABLE FOR FAN ART */

table.fanart {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border: 0;
}

td.fanart {
	text-align: center;
	vertical-align: bottom;
	font-size: 11px;
	width: 230px;
	padding: 5px;
}

/* TABLE FOR REVIEW SCORE */

table.review {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	width: 100%;
}

table.review td {
	vertical-align: top;
	width: 50%;
	margin: 50px;
	padding: 5px;
	background-color: #323130;
}

table.review td span.score-category {
	font-weight: bold;
	float: left;
}

table.review td span.score {
	float: right;
	font-weight: bold;
}

table.review td#score-overall {
	color: #CECCC0;
}

table.review ul {
	list-style: square;
	margin-left: 9px;
	padding-left: 9px;
}

table.review td h3 {
	text-align: center;
}


/* WIKI */

 .maintd {
    border-top: 1px solid #6D5A20;
    border-bottom: 1px solid #6D5A20;
    border-left: 1px solid #6D5A20;
    border-right: 1px solid #6D5A20;
}


#bodyContent table {
  background-color: #AD2D14;
}

#bodyContent td {
  background-color: #0E0A09;
    border: 0px solid #AD2D14;
}

#inline-list {
	border: 1px solid #6D5A20;
	width: 80%;
	padding: 5px;
	font-family: Verdana, sans-serif;
	}


#inline-list ul, #inline-list li {
	color: #339;
	font-weight: bold;
	}


#info {background:#FFFFFF;}
#info ul {margin:0em; padding:0; list-style-type:none; background:transparent;}
#info li {display:block; float:left;}
.xsnazzy {background:transparent;}
.xsnazzy span {text-align:center; color:#000000; margin:0; font-weight:normal; padding-bottom:0em;}

.xtop {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#AD2D14; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb1 {margin:0 5px; background:#fff;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#AD2D14; border:0 solid #fff; border-width:0 1px 0px 1px;}

a.xmenu3 {display:block; text-decoration:none; width:7em; font-size:0.9em;}
a.xmenu3  {background:transparent; cursor:pointer;}
a.xmenu3  span {color:#000;}
a.xmenu3  .xboxcontent {background:#eee; border-color:#AD2D14; }
a.xmenu3  .xb1 {background:#AD2D14;}
a.xmenu3  .xb2, a.xmenu3 .xb3, a.xmenu3 .xb4 {background:#fff; border-color:#AD2D14;}

a.xmenu2, a.xmenu2:visited {display:block; text-decoration:none; width:7em; font-size:0.9em;}
a.xmenu2:hover {background:transparent; cursor:pointer;}
a.xmenu2:hover span {color:#000;}
a.xmenu2:hover .xboxcontent {background:#eee; border-color:#AD2D14; }
a.xmenu2:hover .xb1 {background:#AD2D14;}
a.xmenu2:hover .xb2, a.xmenu2:hover .xb3, a.xmenu2:hover .xb4 {background:#fff; border-color:#AD2D14;}

 .kwBreadCrumbs {
    border: 2px solid #000000;
    padding: 4px;
    font-weight: bold;
    background-color: #282828;
	color: #FFFFFF;
}

#wikichanges {
    float : left;
    width : 100%;
    padding : 5px;
}
#wikichanges .leftcolumn {
    float : left;
    width : 50%;
    text-align : left;
}
#wikichanges .rightcolumn {
    float : right;
    width : 50%;
    text-align : left;
}


/*
** content styles
*/

#toc,
.toc {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}
#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}

/* thumbnails */
div.thumb {
    margin-bottom: .5em;
    width: auto;
}
div.thumb div {
    padding: 3px !important;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
div.thumb div a img {
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4em;
    padding: .3em 0 .1em 0;
	color:#000000;
}



span.pageheader {
 font-size:16px;
 font-weight: bold;
}

hr {
  height: 0px;
  border: 1px solid grey;
}

.dynadb_results {
border : 2px solid #000;
margin: 10px;
padding: 10px;
background-color: #685B4F;
}

.hosted_site_news {
	padding-left:   20px;
	padding-top:	1px;
	width:			143px;
}

.hosted_site_news_datename {
	color: rgb(99, 99, 99); 
	font-weight: bold; 
	font-style: italic; 
	font-size:7pt;
}

.hosted_site_news a:link, .hosted_site_news a:visited{
	font-size:8pt;
	font-weight:bold;
}
.hosted_site_news a:hover, .hosted_site_news a:active{
	font-size:8pt;
	font-weight:bold;
}


/* PLANET CNC */

/* FAQ */

.pageheader1 {
  font-weight: bold;
  font-size: 11pt;
}

.pageheader2 {
  font-weight: bold;
  font-size: 11pt;
}

.pageheader3 {
  font-weight: bold;
  font-size: 10pt;
}

.faqnew {
  vertical-align: super;
  font-size: 7pt;
  font-weight: bold;
}

/* /FAQ */

.game_selection_row a {
	text-decoration: none;
}

.game_selection_top a {
	text-decoration: none;
}


/* NEW STYLE */

.listing-picture {
	float: left;
	padding-bottom: 1em;
	padding-top: 1em;
}
.listing-desc {
	margin-left: 130px;
}

.centered {
	text-align: center;
}

.clear {
	clear: both;
}

#plain_listing dt {
	padding-left: 1em;
	padding-botom: 0.4em;
	padding-top: 1.3em;
	font-weight: bold;
	font-size: 14px;
}

#plain_listing dd {
	padding: 0;
	margin: 0;
	margin-left: 0.5em;
}

#plain_listing dd.byline {
	padding-left: 1em;
	font-size: smaller;
	padding-bottom: 0.4em;
}