
root { 
    display: block;
}

table.battle {
	border: none;
    width: 400px;
}
table.battle td {
    text-align:center
}


table.fights th {
	text-align: left;
    color: #BBBBBB;
	padding: 5px;
	background-color: #6E6E6E;
}








table.fights tr th a
{
display: block;
text-decoration: none;
color: #ffffff;
}


table.fights tr th a:hover {
color: #ffff00;
}


table.fights td {
	color: #b3b39e;
	padding: 1px 0px 1px 10px;
    border: 1px solid #555555;

    
}
table.fights {
    font-size: 11px;
	background-color: #4D4D4D;
    border-collapse:collapse;
    margin-bottom: 50px;
}
table.fights .even {
	background-color: #1f2428;
}
table.fights .odd {
	background-color: #2f343a;
}
table.fights .header {
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid #222222;
	border-right: 1px solid #000;
	border-top: 1px solid #222222;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}
table.fights .headerSortUp {
	background-image: url(../images/header-asc.png);
	background-repeat: no-repeat;
	border-left: 1px solid #222222;
	border-right: 1px solid #000;
	border-top: 1px solid #222222;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}
table.fights .headerSortDown {
	background-image: url(../images/header-desc.png);
	background-repeat: no-repeat;
	border-left: 1px solid #222222;
	border-right: 1px solid #000;
	border-top: 1px solid #222222;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}
