#tabs,#tabs2,#tabs3,#tabs4,#tabs5 {
	margin: 0 auto;

}

#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li {
	float: left;
	margin-right: 2px;
}

#tabs li a,#tabs2 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a {
display: block;
padding: 3px;
background: #544f6b;
text-decoration: none;
color: #8478B3;
}

#tabs li a:hover,#tabs2 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {
	background: rgb(78, 74, 99);
}

#tabs_container {
	top:0;
	overflow: hidden;
	position: relative;
}

#tabs_container div {
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}


.tabulous_active {
	background-color:#0a0d15!important;
	color: #fff !important;
}

.tabulousclear {
	display: block;
	clear: both;
}
.rnk {
-moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.58);
-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.58);
box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.58);
background: rgba(12, 11, 33, 0.37);
filter: inherit;
background-color: rgba(0, 0, 0, 0.31);
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
text-indent: 0px;
border-bottom: 1px solid #5F464A;
display: inline-block;
color: rgba(255, 255, 255, 0.49);
padding: 2px;
padding-right: 5px;
padding-left: 5px;
font-family: arial;
font-size: 9px;
font-style: normal;
text-decoration: none;
height: 20px;
line-height: 22px;
text-decoration: none;
text-align: center;
text-shadow: 1px 1px 15px rgba(255, 255, 255, 0.46);
}
.rnk:hover {

	background-color: #9E4856!important;	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}.rnk:active {
	position:relative;background-color: #9E4856!important;
	top:0px;
}.rank_player2 {
width: 200px;
height: 20px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
background: rgba(255, 255, 255, 0.02);
padding: 5px;
margin-bottom: 3px;
-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.39);
font-size: 10px;
}