﻿<!-- a javascript or expression could be used for IE6 and below for min-width -->
<!--[if lt IE 7]>
#wrapper {word-wrap: break-word;} /* ie proprietary property to force long words to break rather than the layout */
<![endif]-->

* {margin: 0; padding: 0; border: 0;}
#popupPanel { behavior: url(images/iepngfix.js); }
#chatUserPopup { behavior: url(images/iepngfix.js); }
body 
{
	  background-color:#000000;
  font-family:Arial,Verdana,Sans-Serif;
  color:#aaaaaa;
  font-size:10pt;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  
min-width: 700px;
}

a:link,a:visited,a:active
{
  color:#dddddd;
}

a:hover
{
  color:#ffffff;
}

h1
{
  margin:0px 0px 0px 0px;
  font-size:18pt;
  color:#eeeeee;
}

h2
{
  margin:0px 0px 0px 0px;
  font-size:12pt;
  color:#eeeeee;
}

h3
{
  font-size:11pt;
  margin-bottom:5px;
  margin-top:20px;
  color:#eeeeee;
}

#rssLink
{
 font-size:8pt;
}
#rssDate
{
  font-size:6pt;
}

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper { 
text-align: left;
width: 100%;
margin: 0 auto; 
background: #333333;
}

#header, #subnav, #footer {
clear: both; 
width: 100%;
background:#333333;
text-align:center;
}

#header {color: #fff; height: 60px;}
#subnav, #footer {padding: 1px 0;}
#footer{height:90px;text-align:center}
#subnav{height:20px;}

#contentfloatholder {/* right faux column tab */
float: left;
width: 100%;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
		height: 0px;
    clear: both; 
    visibility: hidden;
}

#center {
margin: 0 175px 0 175px;
background: #000000;
}

#centerwrap {
  float:left;
  width: 100%; 
	margin: 0 -95% 0 0;
}

#left {
  float:left;
  width: 170px;
  margin: 0 0 0 -5%;
    line-height:20px;

}

#right {
  float:right;
  width: 170px;
	margin: 0;
}


/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}

/*div h3, div p {
margin: 1em 0;
padding: 0 20px; 
}*/

#adblock1
{
	text-align:center;
	margin-top:5px;
	margin-left:20px;
}
#adblock2
{
  margin-top:5px;
	margin-left:20px;
  text-align:center;
}
#adblock3
{
	text-align:center;
	margin-top:10px;
	margin-left:20px;
}

#bottomAdBlock
{
	clear: both; 
	margin:auto;
	width:728px;
}

#bgImage
{
	border:solid 0px blue;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
  background-color:Black;
  min-height:650px;
}

#bgImage2
{
	background:url(images/popupBG.png);
	background-size:100%;
	min-height:650px;
}

#bgImage,#bgImage2,#center
{
	min-height:650px;
}

#newsBox
{
	border:solid 0px green;
	width:200px;
	height:60px;
	position:absolute;
	left:20px;
	top:20px;
	z-index:500;
  font-size:8pt;
}

#playerStats
{
	border:solid 0px green;
	width:170px;
	height:60px;
	position:absolute;
	right:10px;
	top:20px;
	z-index:500;
  font-size:8pt;
}
.rankInsignia
{
  vertical-align:middle;
  background-color:#333333;
}

.wizardButton
{
  float:right;
}


input.button
{
   font-size:10px;
   color:#ffffff;
   background-color:#000000;
   xxfilter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ff333333',EndColorStr='#ff666666');
   border-style:ridge;
   border-width:2px;
   border-color:#999999;
   height:20px; 
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : #000000;
	color : white;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 100px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #555555;
	color: white;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : #000000;
	color : white;
	padding : 1px;
}

#popupPanel
{
	background:url(images/popupBG.png);
	background-size:100%;
	font-size:8pt;
	color:White;
	width:350px;
	border:solid 1px white;
	padding:10px;
	height:100%;
	z-index:100;
}

#chatUserPopup
{
	background:url(images/popupBG.png);
	background-size:100%;
	font-size:8pt;
	color:White;
	width:140px;
	border:solid 1px white;
	padding:10px;
	z-index:100;
}

#bgImage2
{
	padding:10px 10px 10px 10px;
}