body{
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	color: #eee;
	background: #0e0307 url('images/background.jpg') top center repeat-y;
	background-attachment: fixed; 
	padding:0px;
	margin:0px;
	text-align: center; /* for IE */
}
html {
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
}
label {
}
#welcome {
	width: 600px;
	border: 2px solid #c8639d;
	-moz-border-radius: 5px;
	background: #000000 url('images/welcomebg.jpg') bottom center no-repeat;
}
#welcome input.username {
	color: #ffffff;
	font: 12px/1.8em "Helvetica New", Helvetica, Arial, verdana sans-serif;
	font-weight: bold;
	background-color: #000000;
	background-image: url(images/login_user.gif);
    background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 3px 1px;
	padding-left: 23px;
}
#welcome input.password {
	color: #ffffff;
	font: 12px/1.8em "Helvetica New", Helvetica, Arial, verdana sans-serif;
	font-weight: bold;
	background-color: #000000;
	background-image: url(images/login_pass.gif);
    background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 3px 1px;
	padding-left: 23px;
}

#loginbox {
	width: 300px;
	margin: auto;
	background: url('images/purplebg.png');
	border: 2px solid #c8639d;
	-moz-border-radius: 5px;
	padding-bottom: 10px;
}
#loginheader{
	background: #231D2E;
	text-align: left;
	color: #ffffff;
	font: 14px/1.8em "Helvetica New", Helvetica, Arial, verdana sans-serif;
	font-weight: bold;
	padding-left: 15px;
	-moz-border-radius: 5px;
	
}

#header {
	margin:	0;
	width: 100%;
	text-align: center;	
}

#leftnav {
  position: absolute;
  left: 0px;
  width: 170px;
  color: #564b47;
  margin: 0px; 
  padding: 0px;
  text-align: left; /* for IE */
}
#leftnav a:link, #leftnav a:active, #leftnav a:visited{
	color: #dacad3; /*#ffacdb; */
	font-weight: none;
    text-decoration: none;
}


#leftnav a:hover{
	color: #ffacdb;
	font-weight: none;
    text-decoration: none;
}



#rightnav {
	position: absolute;
	right: 0px;       
	width: 140px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: left; /* for IE */
}

#middlecontent { 
	margin: 0px 150px 0px 150px;
	min-width: 550px;
	width: 650px;
	padding: 15px;
	background: url('images/purplebg.png');
	border: 1px solid #3e254c;
	-moz-border-radius: 10px;
	
}
html > body #middlecontent { /* IE fix */
	width: auto;
	}

#topad {
	width: 468px;
	height: 75px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
}
#topbar {
	float:left; 
}
#topvote {
	float: right;
	font-size: 12px;
}


#midtop {
	display: block;
	width: 100%;
}

#roundselect {
	float: right;
}

#main {
	margin-top: 100px;
	font-family: "trebuchet MS",sans-serif;
	font-size: 12px;
	font-weight: bold;
}


#footer {
	clear: both;
	background: #040011 url('images/pgrad.jpg');
}


td, tr {
	font: 11px verdana, arial, helvetica, serif;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

a:link, a:active, a:visited{
	color: #ffacdb; /*#ffacdb; */
	font-weight: none;
    text-decoration: none;
}


a:hover{
	color: #ffccfb;
	font-weight: none;
    text-decoration: none;
}

 img {
border: 0px none;
}

/* form elements */
.text
{
	color: #ffffff;
	font: 12px/1.8em "Helvetica New", Helvetica, Arial, verdana sans-serif;
	font-weight: bold;
	background-color: #000000;
	border: 2px solid #c8639d;
	padding: 5px;
	margin: 10px;
	-moz-border-radius: 10px;
}

p {
	color: #FFEDF7;
	font-size: 12px;
}
.submit
{
	padding: 1px;	
	color: #ca758b;	
	border: 1px solid #8a545e;
	font: 14px/1.7em "Helvetica New", Helvetica, Arial, verdana sans-serif;
	font-weight: bold;
	background: url(/images/btback.png) repeat-x 0 0;
	-moz-border-radius: 5px;
}
.submit:hover {
	color: #ffffff;
}

input 
{  
	padding: 1px;	
	border: 1px solid #8a545e;
	background: transparent url(/images/subnav-bg.png) repeat-x 0 0;
	-moz-border-radius: 5px;

}
input,input.text {
	color: #ffffff;	
	font: 12px/1.8em "Helvetica New", Helvetica, Arial, verdana sans-serif;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: middle;
}
select 
{  
	padding: 1px;	
	border: 1px solid #8a545e;
	-moz-border-radius: 5px;
	background: transparent url(/images/subnav-bg.png) repeat-x 0 0;
}
select.text {
	color: #e5c8d3;
	font: 12px/1.7em "Helvetica New", Helvetica, Arial, verdana sans-serif;
	font-weight: bold;
	background: transparent url(/images/subnav-bg.png) repeat-x 0 0;
}

#status {
  border-spacing: 1px;
  padding: 2px;
  width: 70%;
  margin-left:auto;
  margin-right:auto;
}

table.buy {
  border-spacing: 0px;
  padding: 1px;
  width: 60%;
  margin-left:auto;
  margin-right:auto;
  vertical-align: middle;
}


table.center {
  border-spacing: 1px;
  padding: 2px;
  width: 85%;
  margin-left:auto;
  margin-right:auto;
}

tr.center {
  text-align:center;
}

td.center {
  text-align:center;
}
#adbox {
  padding-top: 15px;
}

.ordinalcol, .namecol {
  
}

td.ordinalcol {
  width: 26px;
  height: 26px;
  background: url('images/btnOrdinal.png') no-repeat 0 0;
  color: #333333;
  font-family: verdana,sans-serif;
  font-weight: bold;
  font-size: 14pt;
  text-align: center;
  vertical-align: middle;
  padding-right: 17px;
}

.tableheading {
  font-weight: bold;
}

.rankcol{
  border-spacing: 1px;
  padding: 2px;
  
}
.worthcol, .custcol, .bouncecol, .killscol {
  text-align: right;
}

.helpcontainer {
	width:  387px;
	min-width: 387px; /* IE fix */
	min-height: 135px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* IE fix */
	font-weight: normal;
	background: #281420 url('images/helpgirl1.png') no-repeat 0 0;
	background-position: bottom left;
	padding-left: 100px;
	vertical-align: middle;
	color: #ffcc00;
	white-space: pre-line;
	border: 2px solid #ffcc00;
	-moz-border-radius: 5px;
}

	
.helpgirl {
	display: inline;
	float: left;

}
.helptext {
  

}

#help td{
  vertical-align: top; 
}




   .menu:link, .menu:visited
   {
	color: #A0A0A0;
    font-size: 12px;
    font-weight: none;
    text-decoration: none;
   }
   .menu:hover, menu:active
   {
	color: #8F92E8;
    font-weight: none;
    text-decoration: none;
   }

  .menuitem 
  {
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	
  }
  .menuheader 
  {
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
  } 
   .menulist {
      font-weight: bold;
      color: #ffffff;
      white-space: nowrap;
      
    }
    
   .menunumber {
      font-weight: none;
      color: #8F92E8;
      white-space: nowrap;
      
    } 
   
   .newstitle { 
    vertical-align: middle;
    font-weight: bold;
    padding: 5px 0px 8px 5px;
    color: #0C3157;
    background-color: #E4E6E9;
   }

  .textscroll {
    overflow: auto;
     height: 320px;
     width: 405px;
     padding-right: 10px;
  }
  div.left {
    text-align: left;
  }
  
.goldtext {
	color: #FFCC00;
}

.whitenum {
	color:  white;
	font-weight: bold;
}
.purpnum {
	color: #8F92E8;
	font-weight: bold;
}

#user .a {
	color: #ffacdb;
}

#leaderboard tr.r td {
color: #999999;
font-size: 8px;
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;
padding-left: 1px;
text-transform: uppercase;
}

.blink {
	color: #ffacdb;
	text-decoration: blink;
}
.newsitem {
	width:  387px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	margin-top: 10px;
}
.newsheader {
	background: url('images/bgnewsheader.png') no-repeat 0 0;
	width:  387px;
	height: 29px;
	padding-top: 7px;
	font-weight: bolder; 
}
.newsinfo {
	background: #000000 url('images/bgnewsinfo.png') no-repeat 0 0;
	border: 2px solid #c8639d;
	min-height: 150px;
	padding-top: 15px;
	padding: 10px;
	-moz-border-radius: 10px;
}


.gameitem {
	width:  487px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	margin-top: 10px;
}
.gameheader {
	background: url('images/itemheader.png') no-repeat 0 0;
	width:  487px;
	height: 29px;
	padding-top: 7px;
	font-weight: bolder; 
	color: #ffffff;
	text-align: center;
}
.gameinfo {
	background: #281420 url('images/findcust.png') no-repeat 0 0;
	background-position: bottom right; 
	border: 2px solid #c8639d;
	min-height: 150px;
	height: 150px;
	padding-top: 10px;
	padding: 5px;
	-moz-border-radius: 10px;
	font-weight: bold;
}



.dancerinfo {
	background: #281420 url('images/finddancers.png') no-repeat 0 0;
	background-position: bottom right; 
}

.iteminfo {
	background: #281420 url('images/items.png') no-repeat 0 0;
	background-position: bottom right; 
}

.weaponinfo {
	background: #281420 url('images/weapons.png') no-repeat 0 0;
	background-position: bottom right; 
}

.rideinfo {
	background: #281420 url('images/rides.png') no-repeat 0 0;
	background-position: bottom right; 
}

.promoteinfo {
	background: #281420 url('images/findcust.png') no-repeat 0 0;
	background-position: bottom right; 
}

h2 {
 color: #8F92E8;
 font-size: 16px;	
}

h1{
	font-family: verdana,sans-serif;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
}
.smalltext {
	font-family: "trebuchet MS",sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	
}
b {
	font-family: "trebuchet MS",sans-serif;
	font-weight: bold;
}
a.continue {
	background: url('images/continue.png') no-repeat 0 0;
	width: 247px;
	height: 159px;
	display: block;
}
a.continue:hover {
	background-image: url(images/continue.png);
	background-position: 0px -159px;
}

a.playround {
	background: url('images/playround.png') no-repeat 0 0;
	width: 230px;
	height: 115px;
	float: right;
	display: block;
}
a.playround:hover {
	background-image: url(images/playround.png);
	float: right;
	background-position: 0px -115px;
}

.rounditem {
	background: url('images/bgrounditem.png') no-repeat 0 0;
	width: 516px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #6c5798;
	-moz-border-radius: 10px;
	padding-top: 10px;
}
.roundinfo {
	margin-right: auto;
	width: 50%;
}

.roundsignup {
	margin-left: auto;
	width: 50%;
	float: right;
}

.top5 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
}



.ranklist {
	border-spacing: 0px;
}

.rankrow .icon img {
	width: 20px;
	height: 20px;
	float: right;
}

.rankrow .icon {
	width: 40px;
}
.rankrow .manager {
	width: 30px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bolder;
}
.rankrow .worth {
	width: auto;
	font-weight: bolder;
	padding-right: 10px;
}

.rankleft {
  height: 26px;
  width: 5px;
  padding: 0px;
  margin: 0px;
  border:0px;
}
.rankleft .pink {
	background: url('images/bgpinkleft.png') no-repeat 0 0;
}
.rankleft .purple {
	background: url('images/bgpurpleleft.png') no-repeat 0 0;
}
.rankpinkright {
  background: url('images/bgpinkright.png') no-repeat 0 0;
  height: 26px;
  width: 5px;
}
.rankpinktile {
  background: url('images/bgpinktile.png') repeat-x 0 0;
  height: 26px;
  border: 0px;
  margin:0px;
  vertical-align: middle;
}

.rankpurpleleft {
  background: url('images/bgpurpleleft.png') no-repeat 0 0;
  height: 26px;
  width: 5px;
  padding: 0px;
  margin: 0px;
  border:0px;
}
.rankpinkleft {
  background: url('images/bgpinkleft.png') no-repeat 0 0;
  height: 26px;
  width: 5px;
  padding: 0px;
  margin: 0px;
  border:0px;
}
.rankpurpleright {
  background: url('images/bgpurpleright.png') no-repeat 0 0;
  height: 26px;
  width: 5px;
}
.rankpurpletile {
  background: url('images/bgpurpletile.png') repeat-x 0 0;
  height: 26px;
  width: auto;
  border: 0px;
  margin:0px;
  vertical-align: middle;
}

.rankyellowleft {
  background: url('images/bgyellowleft.png') no-repeat 0 0;
  height: 26px;
  width: 5px;
  padding: 0px;
  margin: 0px;
  border:0px;
}
.rankyellowright {
  background: url('images/bgyellowright.png') no-repeat 0 0;
  height: 26px;
  width: 5px;
}
.rankyellowtile {
  background: url('images/bgyellowtile.png') repeat-x 0 0;
  height: 26px;
  width: auto;
  border: 0px;
  margin:0px;
  vertical-align: middle;
}

.pinktext {
  color: #c8639d;
}
.purpletext {
  color: #6c5798;
}
.whitetext {
	color: #fff;	
}


#roundstats {
  
}


#footer {
	width:100%;
	
}
#footerpublic {
	background: url('images/footer.png') no-repeat;
	height: 40px;
	width: 306px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.error {
	color: #FFCC00;
}

html > body .helpcontainer, .gameinfo { /* IE fix */
	height: auto;
	}
	
#menumain {
	background: url('images/MenuItems.png') no-repeat;
	height: 28px;
	width: 66px;
	text-align: center;
	margin-right: auto;
}
#menuearn {
	background: url('images/MenuItems.png') no-repeat;
	background-position: 0px -28px;
	height: 28px;
	width: 74px;
	text-align: center;
	margin-right: auto;
}
#menubuy {
	background: url('images/MenuItems.png') no-repeat;
	background-position: 0px -56px;
	height: 25px;
	width: 56px;
	text-align: center;
	margin-right: auto;
}
#menuranks {
	background: url('images/MenuItems.png') no-repeat;
	background-position: 0px -162px;
	height: 27px;
	width: 98px;
	text-align: center;
	margin-right: auto;
}

#menucorps {
	background: url('images/MenuItems.png') no-repeat;
	background-position: 0px -81px;
	height: 24px;
	width: 90px;
	text-align: center;
	margin-right: auto;
}
#menuboards {
	background: url('images/MenuItems.png') no-repeat;
	background-position: 0px -110px;
	height: 24px;
	width: 102px;
	text-align: center;
	margin-right: auto;
}
#menuhappiness {
	background: url('images/MenuItems.png') no-repeat;
	background-position: 0px -136px;
	height: 24px;
	width: 160px;
	text-align: center;
	margin-left: auto;
}
#menuoptions {
	background: url('images/MenuItems.png') no-repeat;
	background-position: 0px -194px;
	height: 24px;
	width: 108px;
	text-align: center;
	margin-right: auto;
}
#menugame {
	background: url('images/MenuItems.png') no-repeat;
	background-position: 0px -220px;
	height: 24px;
	width: 72px;
	text-align: center;
	margin-right: auto;
}

