﻿body 
{
	font-family: Arial, Verdana;
	font-size: 15px;
	color: black;
	margin: 1%; padding: 0px;
	margin: 0px;
	background-color: #404040;
	background-color: #595959;
  line-height: 120%;
}

h1
{
	font-size: 18pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #F5BE47;
	margin-bottom: 4px;
}

a
{
    color: #F5BE47;
    text-decoration: none;
}

a:visited
{
    color: #F5BE47;
}

a:hover
{
}

a img
{
	border: none;
}

.HeaderRow
{
	height: 132px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/custom/103/images/headerback.jpg);
}

.HeaderLogo
{
  width: 449px;
  height: 52px;
  margin: 32px auto 0px auto;
}

.HeaderRight
{
  z-index: 10;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 252px;
  height: 132px;
  background-image: url(/custom/103/images/headerright.jpg);
}

.Form20Text
{
  padding: 3px;
}

.HeaderBackLeft
{
    width: 100%;
    height: 148px;
    background-image: url(../images/headerleft.jpg);
    background-repeat: repeat-x;
}

.HeaderBackMiddle
{
    width: 800px;
    height: 148px;
    background-image: url(../images/header.jpg);
}

.HeaderBackRight
{
    width: 100%;
    height: 148px;
    background-image: url(../images/headerright.jpg);
    background-repeat: repeat-x;
}

.LeftColumn
{
	margin-top: 130px;
	width: 160px;
	background-color: #2B2B2B;
}

.RightColumn
{
	margin-top: 132px;
	width: 176px;
	background-color: #2B2B2B;
}

.RightColumnContentArea
{
  overflow: hidden;
  background: #2B2B2B; 
  color: #eee; 
  padding: 3px;  
  height: 0px;
}

.MainNavHeader
{
	position: relative;
	top: 0px;
	color: Black;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	width: 154px;
	height: 15px;
	padding: 3px;
	display:block;
	left: 0px;
	top: 0px;
	border: none;
	border-bottom: solid 1px #805329;
	background-color: #805329;
	background-image: url(/custom/103/images/navheaderback.gif);
}

.MainNavItem a
{
	position: relative;
	top: 0px;
	color: #e3e3e3;
	background-color: #805329;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	width: 154px;
	padding: 5px 3px 5px 3px;
	border-top: solid 2px #2B2B2B;
	display:block;
	left: 0px;
	top: 0px;
}

.MainNavItem a:hover
{
	background-color: #946A40;	
	color: white;

}

.MainNavItem a:visited
{
  color: #e3e3e3;
}

.HighlightNavItem a
{
  background-color: Yellow;
}

.MainContent
{
  position: relative;
	margin-top: 132px;
	background-color: #404040;
	background-color: #595959;
	padding: 8px;
	border: solid 2px #805329;
	border-bottom: none;
	min-height: 700px;
}

*html .MainContent
{
  height: 700px;
}

.LoginBox
{
  border: solid 1px #805329;
	background-color: #2B2B2B;
  padding: 10px;
  color: White;
  width: 250px;
}

.RegisterBox
{
  padding: 10px;
  color: White;
  width: 90%;
}

.RegisterTitle
{
  color: #805329;
	font-size: 18pt;
	font-weight: bold;
}

.Feature
{
	width: 100%;
	border: solid 1px Gray;
	background-color: #FFAA02;
}

.Border
{
	margin: 3px;
	float: left;
	border: solid 1px #A6ABAD;
    border: solid 1px Gray;
	background-color: #EEEEEE;
}

.Widget
{
	width: 216px;
	height: 290px;
}

.WidgetHeader
{
	width: 100%;
	text-align: center;
	border-bottom: solid 1px Gray;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
   background-color : #FAA024;
}

.WidgetBody
{
	padding: 4px;
}

.BlogPostContent
{
    padding: 0px;
    margin: 0px;
    color: #ddd;
}

.BlogPostCategory
{
  font-size: 9pt;
}

.BlogPost p
{
  margin-top: 0px;
}

#ProductReview
{
	margin-top: 10px;
}

#ProductReview h1
{
	line-height: 24px;
	border-bottom: dashed 1px Gray;
}

#ProductImageDiv
{
	border: solid 2px Gray;
	border-left: none;
}

.ProductReviewTop
{
	margin: 0px;
	padding: 0px;
	border: solid 2px Gray;
	background-color: white;
}

#ProductScreenshots
{
	padding: 5px;
	height: 105px;
	border-bottom: solid 2px Gray;
	border-left: solid 1px Gray;
	background-color: #efefef;
	overflow-y: hidden;
	overflow-x: scroll;
}

#ProductScreenshots img
{
	border: solid 2px Black;
	cursor: pointer;
}

#UserRatingText
{
	font-size: 10pt;

}


.ProductRatingLeft
{
	border: solid 2px #1A2A3F;
	background-image: url('../../../images/ratingmeter.gif');
	background-repeat: repeat-y;
	width: 98px;
	height: 24px;
}

.ProductRatingBar
{
	width: 80px;
	height: 24px;
	background-image: url('../../../images/fullratingmeter.gif');
	background-repeat: repeat-y;
}

.ProductRatingBack1 { background-color: #EF1000; }
.ProductRatingBack2 { background-color: #EF3100; }
.ProductRatingBack3 { background-color: #EF5208; }
.ProductRatingBack4 { background-color: #E78408; }
.ProductRatingBack5 { background-color: #D6AD10; }
.ProductRatingBack6 { background-color: #B5CE10; }
.ProductRatingBack7 { background-color: #84DE10; }
.ProductRatingBack8 { background-color: #5AE710; }
.ProductRatingBack9 { background-color: #31E710; }
.ProductRatingBack10 { background-color: #18DE10; }

.ProductRatingRight
{
	border-top: solid 2px #1A2A3F;
	border-right: solid 2px #1A2A3F;
	border-bottom: solid 2px #1A2A3F;
	width: 35px;
	height: 24px;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}

#ProductReviewCaption
{
    background-color : #FAA024;
	border-left: solid 1px Gray;
	border-bottom: solid 1px Gray;
	padding: 4px 0px 4px 10px;
	font-size: 14pt;
	font-weight: bold;
}

#ProductReviewRatings
{
	font-size: 7pt;
	border-left: solid 1px Gray;
	border-bottom: solid 1px Gray;
	background-color: #eee;
}

.ProductReviewButtons
{
	padding: 5px 0px 5px 0px;
	border-left: solid 1px Gray;
	height: 70px;
}

.ProductReviewButton
{
	font-size: 7pt;
	border: solid 1px black;
	vertical-align: middle;
	background-color: #83ABE2;
	width: 130px;
	height: 25px;
	text-align: center;
}

.ProductReviewButton a
{
	display: block;
	color: White;
	text-decoration: none;
	width: 130px;
	height: 25px;
	font-weight: bold;
}

.ProductReviewButton a:hover
{
	background-color: #FFB756;	
	color: #1A2A3F;
}



















.ProductPageContainer
{
	width: 800px;
	margin: 118px auto auto auto;
}

.Screens
{
	margin: 15px;
	width: 200px;
	height: 175px;
}

.RatingBox
{
	float: right;
	clear: right;
	background-image: url(../images/overallrating.gif);
	width: 87px;
	height: 58px;
	font-size: 36pt;
	font-weight: bold;
	padding: 11px 8px 8px 8px;
	text-align: center;
}

.EditorRating
{
}

.UserRating
{
}


    #tabs5 {
      float:left;
      width:100%;
      background:#4DBB00;
      font-size:93%;
      line-height:normal;
      }
      .tabs5back
      {
		background-color: Transparent;
      }
      
    #tabs5 ul {
          margin:0;
          padding:5px 10px 0 50px;
          list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs5 a {
      float:left;
      background:url("../images/tableft5.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs5 a span {
      float:left;
      display:block;
      background:url("../images/tabright5.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#3C4A71;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#3C4A71;
      font-weight: bold;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      }

      #tabs5 #current a {
              background-position:0% -42px;
      }
      #tabs5 #current a span {
              background-position:100% -42px;
      }

      #tabs5 .current a {
              background-position:0% -42px;
      }
      #tabs5 .current a span {
              background-position:100% -42px;
      }









ul#topnav {
	margin:0 0 28px;
	padding: 10px 0 0 12px;
	list-style: none;
	border: none;
} 

#topnav li {
	display: block;
	margin: 0px;
	padding: 0px;
	float:left;
}
	
#topnav a {
	display:block;
	color:#444;
	text-decoration:none;
	background: url(../images/lia.gif) no-repeat;
	margin:0;
	padding: .4em 4.8em 0.4em 56px;
	border-right: 1px solid #aaa;
	position: relative;
	font: bold 14px helvetica, arial, geneva, lucida, sans-serif;
}
#topnav a#a0 { left: 0px;}
#topnav a#a1 { left: -30px;}
#topnav a#a2 { left: -60px;}
#topnav a#a3 { left: -90px;}
#topnav a#a4 { left: -120px;}
#topnav a#a5 { left: -150px;}
#topnav a#a6 { left: -180px;}
	
#topnav a:hover {
	background: url(../images/liahover.gif) no-repeat;
}

#topnav a.here {
	position:relative;
	z-index:102;
	background: url(../images/liahover.gif) no-repeat;
	border-right: 1px solid #777;
	padding: 0.4em 2em 0.4em 35px;
	margin: 0 4px 0 0;
}
	
ul#subnav {
	position:absolute;
	z-index:101;
	margin: -1px 0 0;
	left: 10px;
	padding: 1px 0px 3px 30px;
	background: #bbb;
	border-top:1px solid #fff;
	border-bottom:1px solid #999;
	width: 720px;
}
	
#subnav li {
	position:relative;
	z-index:102;
	display: block;
	margin: 0;
	padding: 0;
	float:left;
}
	
#subnav a {
	color:#fff;
	display:block;
	text-decoration:none;
	margin:0;
	padding: 2px 12px 2px 10px;
	background: transparent;
	background-image: none;
	border: 0 none;
}
	
#subnav a:hover {
	color:#444;
	background: transparent;
	background-image: none;
	border: 0 none;
}

#subnav a.here {
	color:#444;
	background: transparent;
	background-image: none;
	border: 0 none;
	margin:0;
	padding: 2px 12px 2px 10px;
}
	
	
#diva0
{
	display: none;
}

#diva1
{
	display: none;
}

#diva2
{
	display: block;
}

#diva3
{
	display: none;
}

.Center
{
	margin: auto;
}

.Product
{
	width: 100%;
	height: 245px;
	background-image: url(../images/prodheaderback.jpg);
	background-repeat: repeat-x;
}

.DetailRatings
{
	float: right;
	clear: right;
	margin-top: 15px;
	width: 185px;
	height: 80px;
	background-image: url(../images/customrating.jpg);
}

.Button
{
	width: 100px;
	height: 20px;
	text-align: center;
}

.Button a
{
	display: block;
	border: solid 1px #aaaaff;
	background-color: #DEE7EF;
	background-color: #4DBB00;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #3C4A71;
	color: white;
	padding: 5px;
}

.Button a:hover
{
	background-color: #BCFF8B;
	color: #0000cc;
}

.ProductShortDesc
{
	display: block;
	height: 135px;
}

.ProductDetail
{
	width: 800px;
}

.ProductPageContent
{
	min-height: 400px;
	padding: 15px;
	font-size: 13pt;
	background-image: url(../images/proddetailback.jpg);
}
/* for Internet Explorer */
/*\*/
* html .ProductPageContent {
height: 400px;
}
/**/

.ProductDetailTop
{
	width: 100%;
	background-image: url(../images/proddetailtop.jpg);
	line-height: 16px;
}

.ProductDetailBottom
{
	width: 100%;
	background-image: url(../images/proddetailbottom.jpg);
	line-height: 20px;
}

.ForumPost
{
	border-bottom: dashed 1px gray;
	padding: 15px;
}



.ProdSumUL
{
	width: 20px;
	height: 20px;
	background-image: url(../images/prodsumul.gif);
}

.ProdSumU
{
	width: 100%;
	height: 20px;
	background-image: url(../images/prodsumu.gif);
	background-repeat: repeat-x;
}

.ProdSumUR
{
	width: 20px;
	height: 20px;
	background-image: url(../images/prodsumur.gif);
}

.ProdSumBL
{
	width: 20px;
	height: 26px;
	background-image: url(../images/prodsumbl.gif);
}

.ProdSumB
{
	width: 100%;
	height: 26px;
	background-image: url(../images/prodsumb.gif);
	background-repeat: repeat-x;
}

.ProdSumBR
{
	width: 20px;
	height: 26px;
	background-image: url(../images/prodsumbr.gif);
}

.ProdSumL
{
	width: 20px;
	height: 100%;
	background-image: url(../images/prodsuml.gif);
	background-repeat: repeat-y;
}

.ProdSumR
{
	width: 20px;
	height: 100%;
	background-image: url(../images/prodsumr.gif);
	background-repeat: repeat-y;
}

.ProdSumRatings
{
	float: right;
}

.ProductSummary
{
	width: 800px;
	margin: auto;
}

.ProdSumReview
{
	font-size: 8pt;
}

.ProdSumContainer
{
	padding: 10px;
	margin: auto;
	width: 780px;
	border: solid 6px white;
	background-color: #eeeeee;
}

.ProdSumContainer h1
{
	color: #0000cc;
	line-height: 15px;
}

.DropCap
{
	float: left;
	width: 34px;
	font-size: 50px;
	line-height: 41px;
	font-weight: normal;
	color:#444444;
	font-family: georgia, times;
}

.FooterRow
{
  width: 100%;
	background-color: #2B2B2B;
	border-top: solid 2px #805329;
	text-align: center;
}

.TabStripArea
{
	padding-top: 8px;
}

.TabActive
{
	border: solid 1px Gray;
	border-bottom: solid 1px white;
	background-color: White;
	margin-right: 3px;
	z-index: 2;
}

.Tab a
{
	border: solid 1px Gray;
	background-color: #eee;
	padding-top: 5px;
	margin-right: 3px;
	display: block;
	text-decoration: none;
	color: #1A2A3F;
	color: Black;
	height: 20px;
}

.Tab a:visited
{
	color: White;
	color: Black;
}

.Tab a:hover
{
	background-color: #FAA024;
	color: Black;
}

.TabActive a
{
	display: block;
	text-decoration: none;
	color: #1A2A3F;
	font-weight: bold;
	padding-top: 5px;
	height: 20px;
}

.TabActive a:visited
{
	color: #1A2A3F;
}

.TabContentArea
{
	position: relative;
	margin-top: -1px;
	background-color: White;
	border: solid 1px Gray;
	padding-top: 12px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
}

.TabPageActive
{
	display: block;
	min-height: 500px;
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html .TabPageActive 
{
	height: 500px;
}
/**/	

.TabPage
{
	display: none;
	min-height: 500px;
}
/* for Internet Explorer */
/*\*/
* html .TabPage
{
	height: 500px;
}
/**/	

.LoginStatus
{
  position: absolute;
  top: 12px;
  right: 12px;
	font-size: 8pt;
	color: #eee;
	border: solid 2px #805329;
	background: #2B2B2B;
	padding: 6px;
}

.LoginStatus a
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.LoginStatus a:visited
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

#RateDialog .hd
{
    background-color : #FAA024;
    color: Black;
}

.ProductListHeader a
{
	font-weight: bold;
	color: White;
	text-decoration: none;
}

.ProductListGameName a
{
	text-decoration: none;
	color: #1A2A3F;
}

.ProductListGameName a:visited
{
	text-decoration: none;
	color: #1A2A3F;
}

.ProductListGameName
{
	text-align: left;
	padding: 5px;
}

.ProductListGameName h2
{
	font-size: 12pt;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 2px;
}

.Instructions
{
	border: solid 1px #666;
	background-color: White;
	padding: 4px;
}

.roundbox{
display:block;
}
.roundbox *{
display:block;
height:1px;
overflow:hidden;
background:#2B2B2B;
}
.roundbox1{
border-right:1px solid #837a6f;
padding-right:1px;
margin-right:3px;
border-left:1px solid #837a6f;
padding-left:1px;
margin-left:3px;
background:#5d5955;
}
.roundbox2{
border-right:1px solid #aa9c8b;
border-left:1px solid #aa9c8b;
padding:0px 1px;
background:#56534f;
margin:0px 1px;
}
.roundbox3{
border-right:1px solid #56534f;
border-left:1px solid #56534f;
margin:0px 1px;
}
.roundbox4{
border-right:1px solid #837a6f;
border-left:1px solid #837a6f;
}
.roundbox5{
border-right:1px solid #5d5955;
border-left:1px solid #5d5955;
}
.roundbox_content{
padding: 6px 5px;
background:#2B2B2B;
color: #aaa;
} 
.roundbox_content a{
color: #805329;
text-decoration: none;
}

.roundbox_content h2
{
    margin: 0px;
    padding: 0px;
    font-size: 14pt;
    color: #805329;
    color: #F5BE47;
}
.roundbox_content h1
{
    margin: 0px;
    padding: 0px;
    font-size: 14pt;
}

.ArtListItem
{
    margin-left: -30px;
}

.ArticleListItem
{
    border-bottom: dashed 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ArticleListImage
{
  float: left;
  margin: 4px 8px 4px 0px;
  padding: 3px;
  background-image: url(/custom/24/images/tape.gif); 
  border: solid 1px black;
}

.ArticleListImage img
{
}

.ArticleListItem hr
{
  clear: both;
  visibility: hidden;
  height: 0px;
}

.Quote
{
  border: solid 1px #aaa;
  padding: 8px;
  width: 80%;
  margin: auto;
  background: #303030;
}

/* ------------ Float Left -------------*/
#adfloatspacer1, #adfloat1
{
	float:left;
	clear:left;
	padding:0px;
	margin: 0px;
}

#adfloatspacer1
{
	width: 0px;
	height: 0px;
	font-size: 1px;
	line-height: 1px;
}

#adfloat1
{
	width: 336px;
	height: 280px;
	font-size: 1px;
	line-height: 1px;
	padding: 9px;
}

.ForumPageHeader
{
  margin-bottom: 0px;
}

.GalleryItem
{
  float: left;
  padding: 5px;
  margin-right: 12px;
  margin-bottom: 12px;
}

.GalleryItemImage
{
  border: solid 3px #eee;
  margin: auto;
}

.GalleryDetailImage
{
  margin: 0px 8px;
}


.GalleryDetailImage h1 a
{
  border: 0px;
}

.MinHeight
{
  height: 800px;
}

*html .MinHeight
{
  min-height: 800px;
}

.TapeDivider
{
  height: 4px; 
  width: 100%; 
  margin-bottom: 4px; 
  border: solid 1px #805329; 
  background-image: url(/custom/103/images/tape.gif); 
  background-repeat:repeat;
}

.CommentBox
{
  border: solid 2px #8f8f8f;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  padding: 8px 12px 8px 12px;
  background-color: #5b5b5b;
}

.BlogPostReplyButton
{
  margin-top: 6px;
  float: right;
  min-height: 20px;
}


.ResizeContainer
{
  border: solid 6px green;
}

.BlogPostTable
{
  width: 99%;
}

.BlogPostItem
{
  padding: 6px;
  background-color: #5b5b5b;
  border: solid 1px #8f8f8f;
}

.BlogPostItemHeader
{
  float: right;
}

.BlogPostItemUser
{
  padding: 4px;
  background-color: #666;
  width: 100%;
}

.BlogPost
{
  padding: 6px;
}

.BlogPostImage
{
  float: left;
}

.BlogPostImage img
{
  border: solid 4px #222;
  margin: 4px 8px 8px 0px;
}

.TF2MinHeight
{
  min-height: 800px;
  padding-bottom: 40px;
}

*html .TF2MinHeight
{
  height: 800px;
}

.TF2Box
{
	background-color: #2B2B2B;
	padding: 8px;
	color: #dedede;
	border: solid 1px #805329;
}

.TF2Box h1
{
}

.PopupValidator
{
  color: Red;
  font-weight: bold;
}

.Success
{
    border: solid 1px #99CC99;
    padding: 4px 4px 4px 30px;
    background-image: url(../../../images/forum/check.gif);
    background-repeat: no-repeat;
    background-color: #E2F9E3;
    color: #006600;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: left;
}

.Success a
{
}

.Failure
{
    border: solid 1px Red;
    padding: 4px;
    background-color: #dd9999;
    color: #660000;
    margin-bottom: 8px;
    text-align: center;
}

.RecentForumThreads
{
  margin-bottom: 10px;
  border-bottom: solid 2px #805329;
}

.RFTTitle
{
	background-color: #805329;
	padding: 4px;
	font-weight: bold;
	color: Black;
	font-size: 9pt;
	font-weight: bold;
	background-image: url(/custom/103/images/navheaderback.gif);
}

.RFTItem
{
  color: #aaa;
  background: #333;
  font-size: 9pt;
  border-bottom: dashed 1px #805329;
}

.RFTItem a
{
  padding-left: 4px;
  font-size: 9pt;
  display: block;
  text-decoration: none;
  background: #333;
}

.RFTItem a:hover
{
  background: #000;
}

.RFTItemUser
{
  font-size: 8pt;
  padding: 0px;
  margin: 1px 1px 1px 4px; 
  color: #aaa;
}

.RFTItemUpdated a:link
{
  font-weight: bold;
}

.RFTItemUpdated
{
  font-weight: bold;
}

.CommonGrid
{
}

.CommonGridHeader
{
  background: #2B2B2B;
  color: #805329;
  font-weight: bold;
  padding: 4px;
}

.CommonGridRow
{
  padding: 4px;
}

.CountdownHeader
{
  background: #805329;
  padding: 4px;
  font-weight: bold;
  cursor: pointer;
  color: #efefef;
	background-image: url(/custom/103/images/navheaderback.gif);
}

.Countdown
{
  text-align: center;
  padding: 8px;
  font-size: 120%;
  font-family: Arial Black;
  background: black;
  color: #eee;
}

.Web20Input
{
  padding: 4px;
}

.UrlInputBox
{
  width: 300px;
}

.UserCPItem
{
  width: 100%;
}

.CollapseTitle
{
  cursor: pointer;
  background: #2B2B2B;
  background-color: #71573D;
}

.CollapseTitleInner
{
  color: White;
  color: #F5BE47;
  padding: 6px;
  font-weight: bold;
}

.CollapseContent
{
  border-top: solid 1px black;
  overflow: hidden;
  background: #555;
  background: #2b2b2b;
  height: -10px;
}

.CollapseContentInner
{
  padding: 4px 16px 4px 16px;
  color: White;
  color: #ddd;
}

.Collapsed
{
  visibility: collapse;
}

.Expanded
{
  visibility: visible;
}

fieldset
{
  padding: 8px;
  border: solid 1px #999;
  margin: auto;
}

legend
{
  color: #805329;
  padding-right: 6px;
  font-weight: bold;
}

.FolderTree
{
  padding: 6px;
}

.FolderTree a
{
  display: inline;
  background: transparent;
  color: #805329;
  font-weight: bold;
}

.FolderTree a:visited
{
  display: inline;
  background: transparent;
  color: #805329;
  font-weight: bold;
}

.Watermark
{
  color: #999;
}

.GallerySearch
{
  float: right;
  border: solid 1px black;
  padding: 6px;
  background: #555;
}

.NewImage
{
  position: absolute;
  top: 165px;
  left: 70px;
  z-index: 200;
}

.GalleryPager
{
  clear: both;
  width: 100%;
  padding: 6px;
}

/* Page Numbers */
.pages {
    color: #ddd;
}

.pages a, .pages span {
    display: block;
    float: left;
    color: #ddd;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #aaa;
    background: #2B2B2B;
}

.pages span.current {
    border: 1px solid #ddd;
    font-weight: bold;
    background: #888;
    color: #fff;
}

.pages a 
{
    color: White;
    text-decoration: none;
    border: 1px solid #805329;
}

.pages a:hover {
    border-color: #805329;
    background: #FADD9E;
    color: #202020;
}

.ChatBox
{
  height: 400px;
  width: 90%;
  border: solid 2px black;
  margin: auto;
}

.ResizeHandle
{
  width: 15px;
  height: 16px;
  overflow: hidden;
  cursor: se-resize;
}

.ResizeHandle
{
  width: 150px;
  height: 50px;
  margin-top: 33px;
  margin-left: 0px;
  background-image: url(/custom/24/images/resizeme.jpg);
}

*html .ResizeHandle
{
  margin-left: 0px;
}

.SteamGroupButton
{
  position: absolute;
  top: 112px;
  right: 12px;
  z-index: 1;
}

.HeaderBookmarks
{
  position: absolute;
  top: 118px;
  left: 4px;
  z-index: 1;
}

.Popup
{
  visibility: hidden;
}

.ModalBackground
{
  background-color: Gray;
  filter:alpha(opacity=70);
  opacity:0.7;
}

.ModalPopup
{
  position: absolute;
  border: solid 1px black;
  padding: 8px;
}

.FooterPromo
{
  width: 100%;
  border-top: solid 1px black;
  background-color: White;
}

.Logo
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

/* GIVEAWAY */
.GearImage
{
  width: 110px;
  height: 110px;
  padding: 5px;
  border: solid 1px black;
  background: black;
}

.GearDesc
{
  width: 110px;
  height: 50px;
  padding: 5px;
  border: solid 1px black;
  background: #000;
  vertical-align: top;
}

/* POLLS */
.PollLoginRequired
{
  border: 1px solid #805329;
  padding: 4px;
  background-color: #5b5b5b;
}

.TF2Button a
{
  padding: 4px;
  border: 1px solid #805329;
  background-color: #5b5b5b;
}

.TF2Button a:hover
{
  background-color: #2B2B2B;
}

.PollAnswerBar
{
  float: left;
  border: solid 1px #99CC99;
  background-color: #E2F9E3;
  height: 16px;
  color: Black;
  text-align: center;
}

.PollMyAnswerBar
{
  background-color: #F9F769;
}

.ProductPageTabContent
{
  border: 1px solid #ddd;
  padding: 8px;
}

.ImageSubmitTitle
{
  border: 1px solid #a0a0a0;
  background-color: #606060;
}

.ImageBy
{
  font-size: 80%;
  text-align: left;
}

.ServerStatsPopup
{
  position: absolute;
  width: 160px;
  height: 300px;
  border: solid 1px black;
  background-color: #eee;
  visibility: hidden;
}

.Rank
{
  background: #555;
  color: White;
  text-align: left;
  padding: 3px 6px 3px 6px;
}

.RankCol
{
  background: #666;
  color: White;
  text-align: center;
}

.RankTable
{
    width: 100%;
    border: solid 1px #835905;
    background-color: #aaa;
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.RankHeader
{
    padding: 3px 5px 3px 5px;
    background-color: #2B2B2B;
    color: #805329;
    font-weight: bold;
    font-size: 8pt;
    height: 12px;
    text-align: left;
}

.RankHeader h1
{
  margin: 2px;
  font-weight: normal;
  font-size: 10pt;
}

.RankHeader a
{
  padding-right: 6px;
}

.RankHeaderSelected
{
    background-color: #805329;
    color: #2B2B2B;
}

.RankHeaderSelected a
{
  color: #2B2B2B;
}

.RankClassButton
{
  width: 90px;
}

.RankClassButton a
{
  display: block;
  border: solid 1px #805329;
  padding: 6px;
  font-weight: bold;
}

.RankClassButton a:hover
{
  background-color: #805329;
  color: #2B2B2B;
}

.RankClassButtonSelected a
{
  background-color: #805329;
  color: #2B2B2B;
}

.GameServerInfo
{
  padding: 4px;
}

.resizeHandle
{
  width: 20px;
  height: 20px;
  border: solid 1px black;
  background: green;
}

.newElement
{
  width: 120px;
  height: 120px;
  border: solid 1px blue;
  background: #eee;
}

.newElementHandle
{
  width: 100%;
  height: 20px;
  top: 0px;
  left: 0px;
  background: blue;
}

.Attachment
{
  text-align: center;
  float: left;
  margin-right: 12px;
}

.Attachment img
{
  border: solid 1px #666;  
}

.ShowInIE
{
  display: block;
}

.HideInIE
{
  display: none;
}

.DailyAward
{
  font-weight: bold;
  color: white;
  margin-right: 6px;
  margin-left: 20px;
}

.DailyAwardPlayer
{
  color: yellow;
  font-weight: bold;
}

.DailyAwardStat
{
  color: #eee;
}

.ServerInfoBox
{
  background: #2B2B2B; 
  color: #eee; 
  border-bottom: solid 2px yellow;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.BlogPostTopics
{
  margin-bottom: 8px;
}
