@font-face { font-family: 'GROBOLD_ALL';
	src: url('../fonts/GROBOLD_ALL.TTF');
}
@font-face { font-family: 'trebuc';
	src: url('../fonts/trebuc.ttf');
}

#leaderBoardContainer
{
	padding: 20px;
	background-color: #F0DDBD;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#leaderBoardHeadline
{
	font-family: 'GROBOLD_ALL';
	background: url(../images/common_title.png) no-repeat;
	text-align: center;
	color: white;
	text-shadow: 4px 0px 4px black;
	margin: auto;
	font-size: 24px;
	margin-bottom: 60px;
	line-height: 60px;
	margin-top: 10px;
	width: 422px;
	height: 65px;

}
#leaderBoardNavigation
{
	font-family: 'GROBOLD_ALL';
	margin: auto;
	width: 83%;
}
#leaderBoardNavigation .category
{
	background: url(../images/button_tab_clear.png) no-repeat;
	width: 182px;
	display: inline-block;
	padding-bottom: 10px;
	height: 39px;
	margin-right: 10px;
	cursor : pointer;
}

#LBnotAvailable
{
	font-family: 'GROBOLD_ALL';
	text-align: center;
	color: #864141 !important;
	margin: auto;
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 20px;
	width: 100%;
	height: 65px;

}

#superHeroDivision
{
	margin-top: 10px;
	background: url(../images/btn.png) no-repeat;
	font-family: 'GROBOLD_ALL';
	width: 124px;
	height: 31px;
	margin-left:  auto;
	margin-right: auto;
	text-align: center;
	line-height: 31px;
	display: none;
	text-shadow: 4px 0px 4px black;
	color: white;
	cursor: pointer;
	transition: all .2s ease-in-out;
}
#superHeroDivision:hover {

	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all .2s ease-in-out;
}

#leaderBoardNavigation .category.active
{
	background: url(../images/button_icon_tab_tabbed.png) no-repeat !important;
	width: 182px;
	height: 37px;
}

.category.active .label
{
	text-shadow: 4px 0px 4px black;
	color: white !important;
}
.category .label
{
	display: inline-block;
	cursor: pointer;
	line-height: 38px;
	margin-left: 5px;
	font-size: 14px !important;
	color: #864141 !important;
}


span.sortable
{
	cursor: pointer ;
	color: #443c36 !important;
}


.category > img
{
	margin-left: 10px;
	pointer-events: none
}

.category
{
	transition: all .2s ease-in-out;
}
.category:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all .2s ease-in-out;

}

#leaderBoardTable
{
	margin-top: 20px;

}

#leaderBoardTable thead
{
	font-family: 'GROBOLD_ALL';
	color: #864141
}
#leaderBoardTable tbody tr:nth-child(odd) {

	background: #d4c1a7 ;
}
#leaderBoardTable tbody{
	font-family: 'trebuc' !important;
	color: #2d2d2d;
}
.sortArrow
{
	vertical-align: inherit !important;
	margin-right: 5px;
	cursor: pointer;
}
img.icon
{
	margin-right: 5px;
}
img.guildemblem
{
	height: 25px;
	width: 25px;
}