fieldset,form,label,legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-color: #000000;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	line-height: 16px;
	font-family: Verdana, Arial;
	background-image: url('/images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-size: 12px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	margin-bottom: 5px;
}
th:first-letter {
    text-transform: uppercase;
}
a {
	color: #fad400;
	text-decoration: none;
}
a.red {
	color: red;
}
a.selected, a.delete, a:hover, button.link-type:hover {
	color: #FF0000;
}
a.delete:hover {
	color: #FFFFFF;
}

a.disabled {
	pointer-events: none;
	cursor: default;
	color: grey;
}
button.link-type {
	border:none;
	outline:none;
	background:none;
	cursor:pointer;
	padding:0;
	font-family:inherit;
	font-size:inherit;
	color: #fad400;
	text-decoration: none;
	width: auto;
}
.bold {
	font-weight: bold;
}
img {
	border: 0;
}
li {
	margin: 0 0 5px 0;
}

div#mainContent {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
}
div.leftTopBox {
	background-image: url('/images/box/left/top.png');
	height:7px;
	width:162px;
	margin: 9px 0 0 0;
}
div.leftBottomBox {
	background-image: url('/images/box/left/bottom.png');
	height:7px;
	width:162px;
}
div.leftBox {
	width:144px;
	border-left: 1px #0D0D0D solid;
	border-right: 1px #0D0D0D solid;
	background-color: #1C1C1C;
	padding: 0 8px 0 8px;
}

div.rightTopBox {
	background-image: url('/images/box/right/top.png');
	height:6px;
	width:171px;
	margin: 9px 0 0 0;
}
div.rightBottomBox {
	background-image: url('/images/box/right/bottom.png');
	height:6px;
	width:171px;
}
div.rightBox {
	width:153px;
	border-left: 1px #0D0D0D solid;
	border-right: 1px #0D0D0D solid;
	background-color: #1C1C1C;
	padding: 2px 8px 2px 8px;
}

div.topMenu {
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	padding: 9px 0 9px 0;
	margin: 0px;
	clear: both;
	z-index: 10; 
	position:absolute;
	width: 1000px;
}

div.topMenu a {
	margin: 0 22px 0 22px;
	font-size:120%;
}

div.topMenu a:hover {
	color: #FFFFFF;
}

div.bottomMenu {
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	padding: 9px 0 9px 0;
	margin: 0px;
	clear: both;
	font-size:90%;
}

div.bottomMenu a {
	margin: 0 22px 0 22px;
}

div.bottomMenu a:hover {
	color: #FFFFFF;
}


div.centerTopBox {
	background-image: url('/images/box/center/top.png');
	height:8px;
	width:626px;
	margin: 15px 0 0 0;
}
div.centerBottomBox {
	background-image: url('/images/box/center/bottom.png');
	height:8px;
	width:626px;
}
div.centerBox {
	border-left: 1px #0D0D0D solid;
	border-right: 1px #0D0D0D solid;
	background-color: #1C1C1C;
	width:624px;
	padding: 10px 0 0 0;
}
div#s {
	width: 626px;
	float: left;
	text-align: left;
	padding:0;
	margin: 35px 0 0 0;
	z-index: 10; 
	position:relative;
}
div#l {
	width: 170px;
	padding: 3px;
	text-align: left;
	float: left;
	margin: 35px 0 0 0;
	z-index: 10; 
	position:relative;
}
div#p {
	padding: 3px;
	width: 180px;
	float: right;
	margin: 35px 0 0 0;
	z-index: 10; 
	position:relative;
}
div.leftIcon {
	color:white;
	vertical-align: middle;
}
h1.pageTitle, h1.subpageTitle {
	width: 100%;
	background-color: #0D0D0D;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 110%;
	font-size: 12px;
	padding: 5px 0 5px 0;
	margin:0 0 15px 0;
}

table.rank th {
	padding: 2px 5px 2px 5px;
}

/************ Button **************/
button, input.button {
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, Verdana;
	background-image: url('/images/elements/button_bg.png');
	background-repeat: no-repeat;
	background-color:#1D1D1D;
	width:104px;
	height:25px;
	border: 0;
	margin: 2px;
}
button:hover, input.button:hover, input.buttonSmall:hover, input.buttonBig:hover, input.buttonRed:hover, button.buttonRed:hover, input.buttonGreen:hover, button.buttonGreen:hover, input.buttonBigRed:hover, input.buttonBigGreen:hover {
	color: #fad400;
}
input.button-disabled, input.button[disabled], button[disabled], input.buttonGreen[disabled], input.buttonRed[disabled] {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Verdana;
	background-image: url('/images/elements/button_bg.png');
	background-repeat: no-repeat;
	width:104px;
	height:25px;
	border: 0;
	margin: 2px;
}

input.buttonBigRed[disabled], input.buttonBigGreen[disabled]{
	color: #666666;
	font-size: 12px;
	font-family: Arial, Verdana;
	background-image: url('/images/elements/button_b_bg.png');
	background-repeat: no-repeat;
	width:200px;
	height:25px;
	border: 0;
	margin: 2px;
}
input[type="checkbox"] {
    cursor: pointer;
}

input.checkboxError {
	outline: 2px solid red;
}
input.textRightBlock {
	background-color: #CCCCCC;
	border: 1px solid black;
	padding:2px 3px 2px 3px;
	width:145px;
}
input.buttonSmall {
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, Verdana;
	background-image: url('/images/elements/button_s_bg.png');
	background-repeat: no-repeat;
	background-color:#1D1D1D;
	width:37px;
	height:25px;
	border: 0;
	margin: 2px;
}
input.buttonGreen, button.buttonGreen {
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, Verdana;
	background-image: url('/images/elements/button_b_bg_green.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color:#1D1D1D;
	width:104px;
	height:25px;
	border: 0;
	margin: 2px;
	font-weight: bold;
}
input.buttonRed, button.buttonRed {
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, Verdana;
	background-image: url('/images/elements/button_b_bg_red.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color:#1D1D1D;
	width:104px;
	height:25px;
	border: 0;
	margin: 2px;
}
input.buttonBig {
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, Verdana;
	background-image: url('/images/elements/button_b_bg.png');
	background-repeat: no-repeat;
	background-color:#1D1D1D;
	width:200px;
	height:23px;
	border: 0;
	margin: 2px;
}
input.buttonBigGreen {
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, Verdana;
	background-image: url('/images/elements/button_b_bg_green.png');
	background-repeat: no-repeat;
	background-color:#1D1D1D;
	width:200px;
	height:23px;
	border: 0;
	margin: 2px;
	font-weight: bold;
}
input.buttonBigRed {
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial, Verdana;
	background-image: url('/images/elements/button_b_bg_red.png');
	background-repeat: no-repeat;
	background-color:#1D1D1D;
	width:200px;
	height:23px;
	border: 0;
	margin: 2px;
	font-weight: bold;
}
/***********************************/
div.icons a, div.icons a:hover {
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	vertical-align: middle;
	padding:0 0 3px 0;
	clear:both;
}
div.icons a.selected {
	color:#FAD400;
	font-weight: bold;
	letter-spacing: -1px;
}
div.icons a.alerted {
	color:red;
	font-weight: bold;
	letter-spacing: -1px;
}

div.icons a img {
	vertical-align: middle;
	margin:0 0 2px 0;
}

div.rightBox div.icons {
	padding: 1px 0 1px 5px;
}

div.centerBlock {
	margin: 5px 10px 5px 10px;
	padding: 0px 18px 10px 18px;
	font-size: 11px;
	clear: both;
	letter-spacing: 120%;
	overflow: auto;
}
div.gymBox {
	width: 480px; 
	background-color: #202020; 
	text-align: justify; 
	padding: 15px; 
	border: 1px solid black;
	margin: 0 auto 20px auto;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}
div.box {
	margin: 0;
	background-color: #202020;
	border: 1px solid #111111;
	padding: 5px;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}

div.mainBlock {
	margin: 5px 10px 5px 10px;
	padding: 18px;
	font-size: 12px;
	text-align: center;
	border: 1px solid black;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}



div.bigNumber {
	font-size:50px;
	margin: 25px 0 20px 0;
}
div.mediumNumber {
	font-size: 28px;
	margin: 20px 0 15px 0;
}


div.block {
	background-color: #202020; 
	border: 1px solid black;
	padding: 10px;
}

div.msgNew, div.msgDel, div.msgGet {
	text-align: center;
}
div.msgNew a, div.msgNew a:hover  {
	color:#009900;
}
div.msgNew a:hover {
	color:#14d114;
}

div.msgDel button.link-type, div.msgDel button.link-type:hover  {
	color:#ff0000;
}
div.msgDel button.link-type:hover {
	color:#ff4b4b;
}
div.msgDel form {
	display: inline;
}
div.msgGet a, div.msgGet a:hover {
	font-size:120%;
	color:#FAD400;
}
div.msgGet a:hover {
	color:yellow;
}

div#logo {
	height: 100px;
	padding: 0;
	margin: 0;
	z-index: 1; 
	position:relative;
}

div#con {
	width: 995px;
	margin: 0;
	padding: 0 0 0 5px;
}

h2.pageTitle {
	width: 100%;
	background-color: #202020;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 110%;
	font-size: 12px;
}

div#avatar {
	text-align: center;
	padding: 2px 0 5px 0;
}
.label {
	font-weight: bold;
	color: #FFFFFF;
}

/*************** NEWS *****************/
div.news h2 {
	font-size: 20px;
	color: #fad400;
	margin: 0 0 5px 0;
}
div.news {
	margin: 5px 10px 20px 10px;
	padding: 18px;
	font-size: 12px;
	background-color: #101010;
	border: 1px solid black;
}
div.newsFooter {
	text-align: right;
	font-size: 9px;
	padding: 10px 20px 0 0;
}
/**************************************/


img.pageLeft {
	margin: 0 15px 0 0;
	float: left;
}

div.leftMenu {
	margin: 12px 10px 0 0;
	background-color: #101010;
	text-align: left;
	padding: 8px 5px 8px 5px;
	border: solid 1px #262626;
}

div.leftMenu div {
	background-color: #101010;
	vertical-align: middle;
	font-weight: bold;
	color: white;
}

div.leftMenu div:hover {
	background-color: #202020;
	color: white;
}

#leftPrizes {
	margin: 0px 0 0 0;
	padding: 0 5px 0 0;
}

#leftPrizes td {
	text-align: right;
	padding: 0 5px 0 0px;
	vertical-align: middle;
}

div#messageInfo {
	color: #fad400;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 10px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: #303030;
	clear: both;
	width:190px;
}
div#reportInfo {
	color: #fad400;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 10px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: #303030;
	clear: both;
	width:190px;
}
div#selectWorld {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: #303030;
	float:right; 
	padding: 5px 8px 5px 8px;
	color:black;
	position:absolute;
	bottom:0;
	right:0;
}

/********* Gangi **************/
table.gang {
	border-spacing:0;
    border-collapse:collapse;
}
table.gang td {
	background-color: #202020;
	text-align: center;
	padding: 5px;
	border: 1px solid #101010;
}

table.gang th {
	background-color: #101010;
	padding: 5px;
	text-align: center;
	border: 1px solid #101010;
}
div#districtName, div#gangName, div#defencePeriod {
	font-weight: bold;
	font-size: 110%;
	line-height: 90%;
	margin: 0 0 10px 0;
}
div.districtAlert, div#startAttackInfo {
	font-style:italic;
	margin: 15px 5px 5px 5px;
	color: red;
	line-height: 13px;
	font-weight: bold;
}
div.gang-small-icon {
	position: absolute;
	width: 25px;
	height: 23px;
	line-height: 20px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-weight: bold;
	padding: 2px;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 1);
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 1);
	color: white;
}
div.gang-unreaded-chat-msg {
	left: 25px;
	background-image: url(/images/page/gang/msg_icon_small.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #DC0000;
	z-index: 2;
}
div.gang-online-members {
	left: 0px;
	background-image: url(/images/page/gang/gangster_icon_small.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #077B00;
	z-index: 1;
}

.gang-chatroom {
	margin: 10px auto;
	width: 350px;
}
.gang-chatroom #ys-posts {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 350px;
}
/**********************************/

div.rightBlock {
	margin: 12px 10px 0 0;
	background-color: #101010;
	text-align: left;
	padding: 8px 5px 8px 10px;
	border: solid 1px #262626;
}

div.rightBlock:hover {
	background-color: #202020;
}

div.rightBlock a {
	color: #fad400;
	letter-spacing: 0px;
	font-weight: normal;
}

div.rightBlock a:hover {
	font-weight: normal;
	color: red;
}

tr.row1 {
	background-color: #2F2F2F;
}

tr.row0 {
	background-color: #202020;
}

tr.row0 td, tr.row1 td {
	padding:2px 5px 2px 5px;
}

.avatars img {
	cursor: pointer;
}


/************ INFO ALERT *****************/
div.alert, span.alert {
	color: red;
	font-weight: bold;
}
div.info, span.info {
	color: green;
	font-weight: bold;
}
/**********************************/


/************ TOURNAMENT *****************/
table#tournamentResults {
	margin: 20px auto 0 auto;
	padding:0;
	width: 80%;
}
table#tournamentResults td, table#tournamentResults th, table.tournamentsList td, table.tournamentsList th {
	text-align: center;
	padding:3px;
	border:1px solid black;
}
table#tournamentResults th {
	padding: 5px 20px 5px 20px;
	font-size: 140%;
}
table.tournamentsList {
	margin: 10px auto 10px auto;
	width:400px;
}
table.tournamentsList td {
	padding: 3px 20px 3px 20px;
	height:34px;
	overflow: hidden;
}
/**********************************/



.clickable {
	cursor: pointer;
}

/************ SELECT *****************/
select { 
	background-color: silver; 
	border: 1px solid black;
}
/**********************************/

div::-webkit-scrollbar {
	width: 12px;  /* for vertical scrollbars */
	height: 12px; /* for horizontal scrollbars */
}

div::-webkit-scrollbar-track {
	background: rgba(100, 100, 100, 0.2);
}

div::-webkit-scrollbar-thumb {
	background: rgba(100, 100, 100, 0.5);
}

.chatroom {
	margin: 10px auto;
	width: 520px;
}
.chatroom #ys-posts {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 600px;
}


#leftRoundTime {
	font-size: 130%;
}
/******** PAYMENT ******************/
div.smallBoxLeft {
	float:left; 
	width:44%; 
	margin:5px 0 5px 10px;
}
div.smallBoxRight {
	float:right; 
	width:44%; 
	margin:5px 10px 5px 0px;
}
div.smallBoxLeft input.text, div.smallBoxRight input.text {
	width:30px; 
	text-align:center;
}
div.smallBoxCenter {
	width:44%; 
	margin:5px auto;
	display:inline-block;
}
div.smallBoxCenter input.text, div.smallBoxCenter input.text {
	width:30px; 
	text-align:center;
}

div.paymentActionLabel {
	text-transform:uppercase;
	font-weight: bold;
}
/**********************************/

/************ FAQ ******************/
.sectionContent {
	margin: 0 0 20px 0;
	padding: 0 6px 0 10px;
	color: #FFFFFF;
}
.sectionHeader {
	cursor: pointer;
	width: 550px;
	background-color: #0A0A0A;
	padding: 6px 6px 6px 33px;
	color: #DDDDDD;
	margin: 5px 0 5px 0;
	background-image: url('/images/section/show.png');
	background-repeat: no-repeat;
	background-position: left;
	background-position-x: 5px;
}
.sectionHeader:hover {
	color: #FFFFFF;
	background-color: #000000;
}
.sectionHeaderSelected {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url('/images/section/hide.png');
}
/**********************************/

.bonusValue {
	color: green;
	font-weight: bold;
	font-size: 11px;
}
.temporaryBonusValue {
	color: red;
	font-weight: bold;
	font-size: 11px;
}

input.registrationText {
	background-color: #EEEEEE; 
	border: 1px solid black;
	padding:0 3px 0 3px;
	width:400px;
	font-size: 18px;
	height: 30px;
}
input.text {
	background-color: #CCCCCC; 
	border: 1px solid black;
	padding:0 3px 0 3px;
}
input.textError {
	border: 2px solid red;
}
*::-webkit-input-placeholder {
    color: #777777;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #777777;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #777777;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #777777;
}
input:invalid {
    border: 1px solid red;
	background-color: salmon;
}

.attack-stripe-bar {
    background-image: url(/images/attackStripe/stripe-bar.png);
    width: 54px;
    height: 6px;
    position:relative;
    left: -2px;
}
.attack-stripe-bg {
    height:250px;
    width: 50px;
    background-color: black;
    cursor: pointer;
    background-image: url(/images/attackStripe/stripe-bg.png);
	margin: 0 auto 0 auto;
}
div.rouletteTable div.resultInfo {
	text-align:center; color:white; 
	margin: 0px auto 5px auto;
	font-weight:bold; font-size:130%;
	padding: 7px; width:60%;
	transform: scale(0, 1);
	animation: showGameResultAnimation 0.2s ease-out 1;
	animation-delay: 6s;
	animation-fill-mode:forwards;
	background-color: #555555;
	box-shadow: 0px 0px 20px rgb(0,0,0);
}
div.rouletteTable div.resultWin {
	background-color: green;
}
div.rouletteTable div.resultLose {
	background-color: red;
}
div.rouletteTable input.text {
	text-align:right;
	width: 100px;
}
div.rouletteTable div.errorMsg {
	text-align:center; color:white; 
	margin: auto;
	font-weight:bold; font-size:130%;
	padding: 7px; width:60%;
	transform: scale(0, 1);
	animation: showGameResultAnimation 0.2s ease-out 1;
	animation-fill-mode:forwards;
	background-color: red;
	border: 1px solid black;
	vertical-align: middle;
	line-height: 25px;
}
div.roulette {
	width: 400px;
	height: 400px;
	margin: 10px auto;
}
div.roulette div.wheel {
	position: absolute;
	width: 400px;
	height: 400px;
}
div.roulette div.wheelAnimated {
	animation: rotateRouletteWheelAnimation 6s ease-out 1;
	animation-fill-mode:forwards;
	transform-origin: center center;
}
div.roulette div.wheelBg {
	width: 400px;
	height: 400px;
	background-repeat: no-repeat;
	background-image: url(/images/page/casino/roulette/roulette_wheel.png);
	position: absolute;
	top: 0px; left: 0px;
}
div.roulette div.ball {
	width: 20px;
	height: 160px;
	background-repeat: no-repeat;
	background-image: url(/images/page/casino/roulette/ball.png);
	position: absolute;
	animation: moveRouletteBallAnimation 4s ease-in 1;
	animation-fill-mode: forwards;
}
div.roulette div.ballContainer {
	width: 20px;
	height: 160px;
	position: absolute;
	top: 40px; left: 190px;
	z-index: 2;
	animation: rotateRouletteBallAnimation 4s ease-out 1;
	animation-fill-mode: forwards;
	transform-origin: bottom center;
}
@keyframes rotateRouletteWheelAnimation {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(7200deg); }
}
@keyframes rotateRouletteBallAnimation {
	0% { transform: rotate(0deg); }
}
@keyframes moveRouletteBallAnimation {
	0% { transform: translateY(-23px); }
	100% { transform: translateY(4px); }
}
div.coinTable {
	margin: 0 0 250px 0;
}
div.coinTable input.text {
	width:200px; text-align:right; font-size:15px;
}
div.coinTable div.resultInfo {
	text-align:center; color:white; 
	margin: 0px auto 5px auto;
	font-weight:bold; font-size:130%;
	padding: 7px; width:60%;
	transform: scale(0, 1);
	animation: showGameResultAnimation 0.2s ease-out 1;
	animation-delay: 0.9s;
	animation-fill-mode:forwards;	
	background-color: #555555;
	box-shadow: 0px 0px 20px rgb(0,0,0);
}
div.coinTable div.resultWin {
	background-color: green;
}
div.coinTable div.resultLose {
	background-color: red;
}
div.coinTable div.errorMsg {
	text-align:center; color:white; 
	margin: 0 auto 10px auto;
	font-weight:bold; font-size:130%;
	padding: 7px; width:60%;
	transform: scale(0, 1);
	animation: showGameResultAnimation 0.2s ease-out 1;
	animation-fill-mode:forwards;
	background-color: red;
	border: 1px solid black;
	vertical-align: middle;
	line-height: 25px;
}
div.coinTable div.coinContainer {
	width: 65px; height: 65px;
	margin: 0 auto;
}
div.coinTable div.coinContainer div {
	width: 65px; height: 65px;
	background-repeat: no-repeat;
	backface-visibility: hidden; 
	position: absolute;
	float: left;
	animation-fill-mode:forwards;
}

div.coinTable div.coinContainer div.front {	
	z-index: 1;
	animation: rotateCoinFrontAnimation 1s ease-out 1;
}
div.coinTable div.coinContainer div.back {
	z-index: 2;
	transform: rotateX(180deg);
	animation: rotateCoinBackAnimation 1s ease-out 1;
}

@keyframes rotateCoinBackAnimation {
	0% { transform: rotateX(180deg);}
	10% { transform: rotateX(0);}
	20% { transform: rotateX(180deg);}
	30% { transform: rotateX(0);}
	40% { transform: rotateX(180deg);}
	50% { transform: rotateX(0);}
	60% { transform: rotateX(180deg);}
	70% { transform: rotateX(0);}
	80% { transform: rotateX(180deg);}
	90% { transform: rotateX(0);}
	100% { transform: rotateX(180deg); }
}
@keyframes rotateCoinFrontAnimation {
	0% { transform: rotateX(0);}
	10% { transform: rotateX(180deg);}
	20% { transform: rotateX(0);}
	30% { transform: rotateX(180deg);}
	40% { transform: rotateX(0);}
	50% { transform: rotateX(180deg);}
	60% { transform: rotateX(0);}
	70% { transform: rotateX(180deg);}
	80% { transform: rotateX(0);}
	90% { transform: rotateX(180deg);}
	100% { transform: rotateX(0); }
}

div.blackJackTable {
	margin: 0 auto; 
	background-image: url(/images/page/casino/blackjack/table.jpg);
	background-repeat: no-repeat;
	width:600px; min-height: 449px;
	position: relative;
}
div.blackJackTable div.actionButtons {
	margin: 0 auto; text-align:center; background-color: #222222;width: 60%; padding:  10px; box-shadow: 0px 0px 10px rgb(102, 118, 102);
}
div.blackJackTable div.actionButtons form {
	display: inline-block;
}
div.blackJackTable div.resultInfoBg {
	position:absolute; top:0; left: 0; width:100%; height:100px; background-color: black; z-index: 100; opacity: 0.6;
}
div.blackJackTable div.resultInfoContainer {
	position:absolute; top:0; left: 0; width:100%; height:100px; z-index:101;
}
div.blackJackTable div.resultInfo {
	text-align:center; color:white; 
	margin: auto;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	height: 18px;
	font-weight:bold; font-size:130%;
	padding: 7px; width:60%;
	transform: scale(0, 1);
	animation: showGameResultAnimation 0.2s ease-out 1;
	animation-delay: 0.5s;
	animation-fill-mode:forwards;
	background-color: #555555;
	box-shadow: 0px 0px 20px rgb(0,0,0);
}
div.blackJackTable div.resultWin {
	background-color: green;
}
div.blackJackTable div.resultLose {
	background-color: red;
}
div.blackJackTable div.errorMsg {
	text-align:center; color:white; 
	margin: auto;
	font-weight:bold; font-size:130%;
	padding: 7px;
	transform: scale(0, 1);
	animation: showGameResultAnimation 0.2s ease-out 1;
	animation-fill-mode:forwards;
	background-color: red;
	border: 1px solid black;
	vertical-align: middle;
	line-height: 25px;
	position:absolute; top:290px; z-index:101;
	width:80%;
	left:10%;
}
div.blackJackTable div.deckValue {
	width: 18px;
    border-radius: 50%;
    height: 18px;
    padding: 4px;
    background: #222222;
    border: 2px solid #000;
    color: #FFF;
    text-align: center;
    font: 16px Arial, sans-serif;	
	position: absolute;  
	float:left;
	z-index: 20;
	top: 70px;
	left: 15px;
	transform: scale(0, 0);
	animation: showDeckValueAnimation 0.3s ease-out 1;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
}
div.blackJackTable div.deckValueDouble {
    width: 50px;
	left: -15px;
}
div.blackJackTable div.blackJackInfo {
	height: 20px; line-height:20px; background-color: #555555; color:white; 
				 top: 75px; left: 36px; font-size: 13px; position: absolute; float: left; 
				 z-index: 10; font-weight: bold; text-align:center;
				 border: 1px solid black; padding: 0 10px 0 15px;
	transform: scale(0, 1);
	animation: showGameResultAnimation 0.2s ease-out 1;
	animation-delay: 0.3s;
	animation-fill-mode:forwards;
	transform-origin: center left;			 
}
div.blackJackTable div.blackJackInfoWin {
	background-color: green;
}
div.blackJackTable div.blackJackInfoLose {
	background-color: red;
}

div.blackJackTable div.deactivatedDeck {
	opacity: 0.5;
}
div.blackJackTable div.playerDeck {
	position:relative; top:85px; left:230px;
}
div.blackJackTable div.houseDeck {
	position:relative; top:110px; left:230px;
}

div.blackJackTable div.putCardAnimation {
	animation:drawCardAnimation 0.4s ease-out 1;
}

div.blackJackTable div.card {
	float:left;  width: 60px; height:87px; position:relative;
	z-index: 5;
}
div.blackJackTable div.card div.front, div.blackJackTable div.card div.back {
	background-image: url(/images/page/casino/blackjack/cards.png);
	background-repeat: no-repeat;
	width: 100%; height: 100%;
	backface-visibility: hidden; position: absolute; top: 0; left: 0;
	box-shadow: 3px 3px 3px #1C1C1C;
}
div.blackJackTable div.card div.front {
	z-index: 1;
}

div.blackJackTable div.showCardAnimation div.front {
	transform: rotateY(180deg);
	animation: rotateFrontCardAnimation 0.2s ease-out 1;
	animation-fill-mode:forwards;
}
div.blackJackTable div.showCardAnimation div.back {
	transform: rotateY(0);
	animation: rotateBackCardAnimation 0.2s ease-out 1;
	animation-fill-mode:forwards;
	background-position: -120px -348px;
	z-index: 2;
}

@keyframes showDeckValueAnimation {
	0% { transform: scale(0, 0); }
	100% { transform: scale(1, 1); }
}

@keyframes showGameResultAnimation {
	0% { transform: scale(0, 1); }
	100% { transform: scale(1, 1); }
}

@keyframes drawCardAnimation {
	0% { transform: translateX(100px) translateY(-180px);}
	100% { transform: translateX(0) translateY(0); }
}

@keyframes rotateFrontCardAnimation {
	0% { transform: rotateY(180deg);}
	100% { transform: rotateY(0); }
}
@keyframes rotateBackCardAnimation {
	0% { transform: rotateY(0);}
	100% { transform: rotateY(180deg); }
}




div.bettingGroupName {
	margin-bottom: 30px;
}
div.bettingGroupName div {
	font-weight: bold;
	font-size: 16px;
	margin: -35px 0 0 60px;
}
div.bettingGroupName img {
	width:50px; height: 50px;
}

div.bettingOffer {
	margin: 20px 20px 40px 20px;
}
table.bettingOffer {
	margin:20px 0 10px 0;
	width:100%;
}
table.bettingOffer th, td {
	text-align: center;
}
table.bettingOffer th {
	font-size: 14px;
}
table.bettingOffer td {
	font-size: 13px;
}
table.bettingOffer td.eventDate {
	width: 15%;
}
table.bettingOffer th.eventDate {
	width:80px;
}
table.bettingOffer th.eventTitle {
	width:300px;
}
table.bettingOffer td a {
	font-weight: bold;
}
table.bettingCouponInfo {
	width: 100%;
}
table.bettingCouponInfo td {
	padding: 4px;
}
div.bettingCoupon {
	margin: 20px 0 10px 0;
}
div.bettingCoupon div.eventTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

div.bettingCoupon div.eventDate {
	font-size: 12px;
	font-weight: bold;
}

div.bettingCoupons {
	margin: 20px;
}

div.paginator-container {
	margin: 10px auto;
	height: 18px;
	width:330px;
	font-size:140%;
	font-weight: bold;
}
div.paginator-back {
	width:9%;
	float:left;
	text-align:left;	
}
div.paginator-forward {
	width:9%;
	float:right;
	text-align:right;
}
div.paginator-pages {
	text-align:center;
	float:left;
	width:80%;
}
div.paginator-pages a + a {
    margin-left: 10px;
}
.gray {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
img.glow {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(250, 255, 0, 0.67);
	-moz-box-shadow:    0px 0px 30px 0px rgba(250, 255, 0, 0.67);
	box-shadow:         0px 0px 30px 0px rgba(250, 255, 0, 0.67);
}
div.tournament-attack-info {
	display: inline-block;
	margin: 20px 75px 10px 0;
}
div.tournament-attack-info div {
	margin-left: 15px;
}
div.tournament-attack-info img {
	vertical-align:middle;
}
div.tournament-attack-info div.tournament-attack-info-header {
	margin: 0;
}
div.tournament-attack-info-container {
	margin-left: 15px;
}
div.tournament-attack-info div.tournament-attack-chance-info {
	margin: 7px 0;
}
div.login-separator {
	background: #ddd;
    height: 1px;
    margin: 25px auto;
    text-align: center;
	width: 95%;
}
div.login-separator span {
	background: #1C1C1C;
    color: #fff;
    padding: 5px;
    position: relative;
    top: -9px;
	font-size: 140%;
}
/* Bodyguards */
div.bodyguardsActiveBoard div.boardCellActive {
	background-color: green;
}
div.bodyguardsActiveBoard div.boardCellActive:hover {
	background-color:#333333;
}
div.bodyguardPawn {
	position:absolute;
	width:72px;
	height:72px;
	text-align: center;
	border: 1px solid;
	display: block;
}

div.bodyguardsBoardBullet {
	z-index: 1000000; width:5px; height: 5px; border-radius: 3px; background-color: silver; position:absolute; opacity: 0;
}
div.bodyguardPawn div.bodyguardTextInfo {
	width:72px; height:72px; line-height: 72px; position: absolute; z-index:10000; text-align: center; vertical-align: middle; font-size:120%; color: white; font-weight: bold; text-shadow: 1px 1px #222222; opacity: 0;
}

div.bodyguardPawn img.deathImg {
	width:42px; height:50px; border: 0; top:11px; left:15px; position:absolute; opacity: 0; z-index: 30;
}
div.bodyguardPawn div.bodyguardOverlay, div.bodyguardPawn div.attackOverlay {
	width:72px; height:72px; position: absolute; z-index:20; background-color: red; opacity: 0;
}

div.bodyguardPawn div.bodyguardStats {
	width: 70px; height: 70px; position: absolute; top: 1px; left: 1px; z-index:10;
}
div.bodyguardPawn div.bodyguardAvatarOverlay {
	width:72px; height:72px; position: absolute; z-index:5; background-image: radial-gradient(ellipse 45px 72px at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 1) );
}

div.bodyguardPawn img.pawnAvatar {
	width:60px; height:72px; z-index: 1;
}
div.bodyguardPawn.attackActive div.bodyguardOverlay {
	opacity: 0.4;
}
div.bodyguardPawn.clickable:hover {
	border: 1px solid #FAD400;
}
div.bodyguardPawn span.name {
	color: white;
	width:100%;
	text-align: center;
}

div.bodyguardPawn.opponent {
	border: 1px solid red;
}
div.bodyguardPawn.opponent span.name {
	color: red;
}
div.bodyguardPawn.player span.name {
	color: #FAD400;
}
div.bodyguardsBuildingBox {
	margin: 25px auto;
}
div.bodyguardsBuildingBox div.infoBox {
	display: inline-block; vertical-align: top; text-align: center; font-weight: bold; font-size: 110%;
	padding: 5px;
	border: 1px solid #555555;
	box-shadow: 3px 3px 1px #0d0d0d;
	background-color: #0d0d0d;
}
div.bodyguardsBuildingBox div.levelBox {
	display: inline-block; vertical-align: top; margin-left:10px; font-size:110%; width: 60%;
}
div.bodyguardsBuildingBox div.levelInfo {
	font-weight: bold; margin-bottom:10px; font-size:110%;
}
div.bodyguardsBuildingBox div.buildingCostInfo {
	margin-bottom: 10px;
}
div.bodyguardsBuildingBox div.buildingTimer {
	font-weight:bold; color:red; font-size:130%; text-align:center; margin-top:5px;
}
div.bodyguard {
	margin: 25px 0;
}
div.bodyguard div.avatarBox {
	padding: 5px; text-align: center; overflow: hidden;
	border: 1px solid #555555;
	box-shadow: 3px 3px 1px #0d0d0d;
	background-color: #0d0d0d;	
}
div.bodyguard div.actionBox {
	display: inline-block; vertical-align: top; width:105px; margin-right:10px;
}
div.bodyguard div.middleInfoBox {
	display: inline-block; vertical-align: top; width:150px; font-size: 110%;
}
div.bodyguard div.rightInfoBox {
	display: inline-block; vertical-align: top; float:right; text-align: left; line-height: 200%; width: 40%; margin-top:-5px;
}
div.bodyguardsStats {
	text-align: left; font-size: 120%; margin: 15px 0; line-height: 140%; width: 50%; padding: 10px;
	border: 1px solid #555555;
	box-shadow: 3px 3px 1px #0d0d0d;
	background-color: #0d0d0d;	
}
div.timetableBox {
	border: 1px solid #555555;
	box-shadow: 3px 3px 1px #0d0d0d;
	background-color: #0d0d0d;
	display:inline-block; text-align: center; padding: 15px 0 15px 0;
}
div.bodyguardFightSearch {
	margin: 15px auto 5px auto; width:90%; text-align: center;
	border: 1px solid #555555;
	box-shadow: 3px 3px 1px #0d0d0d;
	background-color: #0d0d0d;
	padding: 10px;
}
div.bodyguardsContainer {
	width:590px; position: relative; height: 590px;
	box-shadow: 4px 4px 1px #0d0d0d;
	background-color: #0d0d0d;
	margin:0 0 10px -4px;
}
div.bodyguardsContainerOverlay {
	position:relative;
    left:-4px;
    top:-600px;
    background: rgba(0,0,0,.7);
    width:592px;
    height:592px;
	z-index: 1000;
}
div.bodyguardsLeagueFightMiniBox {
	display: inline-block; width:51px; text-align: center; margin-right:5px; font-size:10px;
	border: 1px solid #555555;
	box-shadow: 1px 1px 1px gray;
	cursor: default;
}
div.fightInfoHeader {
	margin: 5px 0 5px 10px; width: 550px; border:2px solid black; background-color: rgba(0, 0, 0, 0.8); padding: 8px;
}
div.tacticsInfoHeader {
	text-align: center; font-size:120%; color: red;
	margin: 5px 0 5px 10px; width: 550px; border:2px solid black; background-color: rgba(0, 0, 0, 0.8); padding: 8px;
}
hr.styled {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
}
.sticky {
	position: fixed;
	top: 0;
	z-index: 9999999;
}

div.leagueInfo {
	font-size:120%; text-align: center; margin:20px 10px;
}
div.leagueAlert {
	font-size:120%; text-align: center; margin:20px 10px;
	color:red; font-weight: bold;
	line-height: 160%;
}

table.groupInfo {
	border-collapse: collapse;
	border: 1px solid #555555;
	width: 90%;
    box-shadow: 3px 3px 1px #0d0d0d;
	background-color: #111111;
}
table.groupInfo th {
	background-color: black;
}
table.groupInfo th, table.groupInfo td {
	border: 1px solid #555555;
	text-align: center;
	padding: 3px;
}
div.captchaTextBox {
	font-size:13px; margin-bottom: 10px; width:300px; height:80px; background-color: #1c1c1c;
	background-repeat: no-repeat; background-size: 300px 80px;
}
table.acl input[type='checkbox'] {
	cursor:pointer;
	transform: scale(1.3);
}

div.radioContainer input, div.radioContainer label {
	cursor: pointer;
}
table.bank-operations {
	width: 530px;
}
table.bank-operations th, table.bank-operations td {
	width:70px;
}
table.bank-operations th + th, table.bank-operations td + td {
	width:120px;
}
table.bank-operations th + th + th, table.bank-operations td + td + td {
	width:155px; text-align: right;
}
table.bank-operations th + th + th + th, table.bank-operations td + td + td + td {
	text-align: right;
}
#bankContent input[name='amount'] {
	text-align: right;
}
div.bank-operations {
	max-height:200px; overflow-y: auto; overflow-x: hidden;
}
#bankContent h2 {
	font-size: 140%;
	margin: 0 auto 10px auto;
}
#bankContent div.no-operations {
	text-align: center; font-size: 120%; margin: 5px auto;
}