body
{       

        background:url(../images/bg.jpg) center repeat;font-size:14px;

	cursor:url(../cursor/WoWhover.cur),auto;
	background-color:#434343
}
select
{
	opacity: 2.7;
	-moz-opacity:0.7;
}
a
{
	font-size:12px;
	font-weight:bold;
	font-style:bold;
	color:#434343;
	text-decoration:none;
	cursor:url(../cursor/WoWhover.cur),auto;
}
a:hover
{
	text-decoration:underline;
	cursor:url(../cursor/WoWsel.cur),auto;
}
.leftb {

	width: 1220px;
	margin: 0 auto;
	background: url(../images/border_left.png) left top repeat-y;

}
.rightb {
	width: 820px;
	margin: 0 auto;
	background: url(../images/border_right.png) right top repeat-y;
	padding-right: 22px;

}
.header
{
	background: url(../images/bgb6.png) center no-repeat;
	width:1800px;
	height:180px;
}
.body
{
	background: url(../images/grey.png) center repeat;
	width:4280px;
	height:1024px;
}
.content
{
	padding-left:28px;
	padding-right:28px;
}
.statusw
{
	font-size:11px;
	margin-top:-20px;
	padding-left:28px;
	padding-right:28px;
}
.servSelect
{
	padding-left:22px;
}
.menulinks
{
	background: url(../images/border_mid.png) right repeat-y;
	width:150px;
	height:590px;
}
.contents
{
	padding:10px;
	height:560px;
	width:615px;
	overflow:auto;
}
/* PLAYER STATS */
.statstable {
	border: 1px solid #333333;
	font-family:Tahoma;
	font-size:10px;
}

.statstable td {
	border: 1px solid #333333;
}

.statstable th {
	border: 1px solid #333333;
}

.statstable tr.head th {
	border: 1px solid #333333;
}
/* TOP 10 LIST */
.top10list
{
	border: 1px solid #333333;
	width:600px;
}
.top10list th
{
	border: 1px solid #333333;
}
.top10list td
{
	border: 1px solid #333333;
}
 .shadow2{
box-shadow: 7px 7px 8px #818181;
-webkit-box-shadow: 7px 7px 8px #818181;
-moz-box-shadow: 7px 7px 8px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
}
