a {
	color: #555;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
.listTable{
	padding: 0;
	margin:0;
	width:100%;
	border:0;
}
.listTable td{
	border-bottom: 1px dashed #D2D2D2;
}
.classIcon{
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
.classIcon span{
	display:none;
}
.positionInt{
	width:10px;
}
.DEATHKNIGHT{
	color: #C41F3B;
	background-image: url('../classIcons/Deathknight.gif');
}
.UNKNOWN{
	color: #000;
	background-image: none;
}
.DRUID{
	color: #FF7D0A;
	background-image: url('../classIcons/Druid.gif');
}
.SHAMAN{
	color: #2459FF;
	background-image: url('../classIcons/Shaman.gif');
}
.FILE{
	color: #000;
	background-image: url('../classIcons/list.png');
}
.WARRIOR{
	color: #C79C6E;
	background-image: url('../classIcons/Warrior.gif');
}
.HUNTER{
	color: #ABD473;
	background-image: url('../classIcons/Hunter.gif');
}
.MAGE{
	color: #69CCF0;
	background-image: url('../classIcons/Mage.gif');
}
.PALADIN{
	color: #F58CBA;
	background-image: url('../classIcons/Paladin.gif');
}
.PRIEST{
	color: #AAA;
	background-image: url('../classIcons/Priest.gif');
}
.ROGUE{
	color: #FFF569;
	background-image: url('../classIcons/Rogue.gif');
}
.WARLOCK{
	color: #9482C9;
	background-image: url('../classIcons/Warlock.gif');
}
.playerName{
	background-image: none;
	font-weight: bold;
}
.playerName, .positionInt{
	font-family: arial;
	font-size:11px;
}
form.quicksearch { padding: 10px; background: #f7f7f7; }
form.quicksearch input { margin-left: 5px; width: 250px; }
form.quicksearch img { vertical-align: middle; margin-left: 5px; }
.odd, .r1 { background: #fff; }
.even, .r2 { background: #f7f7f7; }
.tab_content{
	border:1px solid #D2D2D2;
	font-family: Verdana;
	font-size:10px;
	padding:5px;
}
.tabs {
	margin-bottom: 4px;
	text-align:center;
}
.tabs a {
  background-color: #f7f7f7;
  color: #000000;
  padding: 4px 8px;
  text-decoration: none;
  font-weight: bold;
  font-family: arial;
  font-size: 12px;

}

.tabs a.active {
  background-color: #eeeeee;
  color: #000000;
}
#contents {
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
}
#footer{
	font-family: Verdana;
	font-size:10px;
	text-align:center;
}
