div#block {
background-color : #f1f1f1;
display : block;
margin-bottom : 8px;
padding-top : 5;
padding-bottom : 5;
border: #A8A9AA solid 1px;
border-radius : 0px 0px 0px 0px;
box-shadow: 1px 2px 4px 3px rgba(0, 0, 0, 0.43);
}


div#block-title {
    font: 14px Tahoma, Arial,sans-serif;
    color: #000;
    text-shadow: px px 1px #000;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    display: block;
    padding-top: 6px;
    padding-bottom: 7px;
    border-bottom: 0px solid #3977D2;
    border-top: 0px solid #3977D2;
}



div#block-text {
	font:12px Tahoma, Arial, sans-serif;
	padding:5px 0 5px 0;
	color : #545454;

}

div#block-menu {
	display: block;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 3px;
}

div#block-title-menu {
	font:12px Tahoma, Arial, sans-serif;
	color: #259639;
	text-shadow:1px 1px 1px #fff;
	text-align: center;
	margin-top:0;
	margin-bottom:0px;
	display:block;
	padding-top:4px;
	padding-bottom:5px;
	background: url(img/bg-block-title.gif);
	border-bottom: 0px solid #96E08C;
	border-top: 0px solid #D4E9FF;
}


div#block-text-menu {
	font:12px Tahoma, Arial, sans-serif;
	padding:1px 0 5px 0;
	color : #545454;

}


div#block-page {
	display: block;
	margin-bottom: 6px;
	padding-bottom: 9px;
	background:#ffffff /*url(img/bg-block.png) no-repeat bottom center*/;
	box-shadow: 1px 2px 4px 3px rgba(0, 0, 0, 0.3);
}

div#block-title-page {
	font:12px Tahoma, Arial, sans-serif;
	color: #FFF;
	text-shadow:1px 1px 1px #000;
	text-align: center;
	margin-top:0;
	margin-bottom:5px;
	display:block;
	padding:6px 0 7px 0;
	background: #000099;
	border-bottom: 0px solid #3977D2;
	border-top: 0px solid #3977D2;
}

div#block-text-page {
	font:12px Tahoma, Arial, sans-serif;
	padding: 7px;
	color : #545454;

}

.cash-bank {
    text-align: justify;
    display: block;
background: url(img/withdraw.png) no-repeat left top;
    padding: 5px 5px 0px 80px;
    border: none;
    min-height: 60px;
}



#header {
	color : #002E5F;
	width: 100%;
	min-width: 1200px;
}

table.tbheader {
	width:100%;
	border: none;
	border-spacing: 0;
	padding: 0;
	margin:0 auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #361bd8;
}

table.tbheader td.mainmenu {
	font:12px Tahoma, Arial, sans-serif;
	color: #FFF;
	height: 30px;
	text-align: center;
	text-transform:uppercase;
}

table.tbheader td.mainmenu a, table.tbheader td.mainmenu_act a, table.tbheader td.mainmenu_red a {
	font:12px Tahoma, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	border: none;
	outline: none;
	text-transform:uppercase;
}
table.tbheader td.mainmenu_act {
	font:12px Tahoma, Arial, sans-serif;
	color: #FFF;
	background: #ff0000;
	height: 30px;
	text-align: center;
	text-transform:uppercase;
}
table.tbheader td.mainmenu_red {
	font:12px Tahoma, Arial, sans-serif;
	color: #FFF;
	background: url(img/menu-bg-sel-red.png) repeat-x;
	height: 30px;
	text-align: center;
	text-transform:uppercase;
}
table.tbheader td.mainmenu:hover {
	background: #ff0000;
	color: #fff;
}



#block, #block-stat {
	border:1px solid #fff; 
	margin:0 0 7px;
	background:#f0f0f0;
	padding:1px;
	border-radius:9px;
	box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.4);
	/*box-shadow: 1px 2px 4px 3px rgba(0, 0, 0, 0.4);*/
}

#block a.sub-red-reg, #block a.sub-green-log {
	width: 200px;
	height: 39px;
	display: block;
	border:none;
	background-position: left top;
	cursor: pointer;
}
#block a.sub-red-reg:hover, #block a.sub-green-log:hover {
	display: block;
	border:none;
	background-position: left bottom;
	cursor: pointer;
}

.sub-red-reg { background:url(img/sub-red-reg.png) no-repeat left top; }
.sub-green-log {margin-top:5px; background:url(img/sub-green-log.png) no-repeat left top; }

#block-title {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align:center;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec));
	background: -moz-linear-gradient(top,  #ffffff,  #ececec);
	background: -o-linear-gradient(top,  #ffffff,  #ececec);
	background: -ms-linear-gradient(top,  #ffffff,  #ececec);

	border-bottom:1px solid #9e9e9e;
	border-radius:8px 8px 0 0;

	border-color:#e0e0e0;
}

#block-stat-text {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec));
	background: -moz-linear-gradient(top,  #ffffff,  #ececec);
	background: -o-linear-gradient(top,  #ffffff,  #ececec);
	background: -ms-linear-gradient(top,  #ffffff,  #ececec);

	border-bottom:1px solid #9e9e9e;
	border-right:1px solid #9e9e9e;

	border-radius:6px;
	margin-bottom:3px;
}

#block-stat-text span.stat-text {
	color:#387021;
	font:13px Tahoma, Arial, sans-serif; font-weight:normal;
	display:block;
}

#block-stat-text span {
	color:#114C5B;
	font:15px Tahoma, Arial, sans-serif; font-weight:normal;
	display:block;
}

#block-title strong {
	font:14px Tahoma, Arial, sans-serif; font-weight:normal; color:#27A011;
	text-shadow: 0 1px 1px #fff
}

#block-content { 
	background: #FFFFFF;
	border-top:1px solid #fff;
	border-radius:0 0 4px 4px;

	font:12px Tahoma, Arial, sans-serif;
	padding:5px 0 5px 0;
	color : #545454;
}

#header {
	color : #002E5F;
	width: 100%;
	min-width: 1100px;
}


#menu_header > ol, #menu_header ul, #menu_header_top > ol, #menu_header_top ul {list-style:none; width:100%}

#menu_header {
	height:32px;
	width:100%;
	text-align:center;
	text-transform:uppercase;
}

#menu_header_top {
	margin:0 auto;
	height: 33px;
	width:1140px;
	text-align:center;
	text-transform:uppercase;
	background: url(img/bg-header-top.png) repeat left top;
	position:fixed;
	top:0px;
	bottom:5px;
	box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.4);
	z-index:10000;

}

#menu { width:100%;}
#menu > li {float:left;position:relative;z-index:100%;}
#menu > li:first-child {margin:0;}
#menu > li .first {margin:0;}
#menu > li > a {height:32px;display:block;padding:17px 10px 0 10px;font:bold 11px "Arial";color:#335708;text-decoration:none;}
#menu > li a.first{background:none; padding:17px 10px 0 10px;}
#menu > li:first a.last{}
#menu > li:hover > a,
#menu > li > a:hover {color:#fff;}
#menu > li > a.selected {color:#fff;}

















#block-stat {
	border:1px solid #fff; 
	margin:0 0 7px;
	background:#f0f0f0;
	padding:1px;
	border-radius:3px;
	box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.4);
}

#block-stat-text {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec));
	background: -moz-linear-gradient(top,  #ffffff,  #ececec);
	background: -o-linear-gradient(top,  #ffffff,  #ececec);
	background: -ms-linear-gradient(top,  #ffffff,  #ececec);

	border-bottom:1px solid #9e9e9e;
	border-right:1px solid #9e9e9e;

	border-radius:4px;
	margin-bottom:3px;
}

#block-stat-text span.stat-text {
	color:#387021;
	font:13px Tahoma, Arial, sans-serif; font-weight:normal;
	display:block;
}

#block-stat-text span {
	color:#114C5B;
	font:15px Tahoma, Arial, sans-serif; font-weight:normal;
	display:block;
}
#box-new-mess, #box-new-mess-s{position:fixed;z-index:1000;left:7px;bottom:2px;overflow: hidden;max-height:300px;}
#box-new-mess .mew-mail-mess, #box-new-mess-s .mew-mail-mess{border-radius:3px;width:280px;height:85px;padding: 10px;background: #012b6b;color: #FFF;margin-bottom:5px;font-size:12px;}
#box-new-mess .mew-mail-mess a, #box-new-mess-s .mew-mail-mess a{color:#FFF;text-decoration:none;}
#box-new-mess .mail-users, #box-new-mess-s .mail-users{padding:0 0 5px 10px;font-size:12px;}
#box-new-mess .mail-users .closed, #box-new-mess-s .mail-users .closed{float:right;color:#FF0000;cursor:pointer;}
#box-new-mess .mail-ava, #box-new-mess-s .mail-ava{float:left;margin-right:10px;}
#box-new-mess .mail-ava img, #box-new-mess-s .mail-ava img{width:60px;height:60px;}
#box-new-mess .mail-text, #box-new-mess-s .mail-text{margin-top:10px;}
#box-new-mess .mail-text b, #box-new-mess-s .mail-text b{color:#00FF00;}

div.sum { border: 3px solid #F5F5F5; background: #F5F5F5; margin: 10px auto; display: block; width: 150px;}
div.sum:hover { border: 3px solid #E2D447; background: #F5F5F5;}
input.summ {font-size: 18px; text-align: center; padding: 3px; border: 1px solid #9CADBA; text-transform: uppercase; width: 142px;}

.cash-wm1, .cash-mb1, .cash-pm1, .cash-yd1, .cash-qw1, .cash-os1, .cash-rs1, .cash-vs1, .cash-rb1, .cash-pr1, .cash-ik1, .cash-lp1, .cash-mg1, .cash-mt1 , .cash-bl1, .cash-ok1, .cash-sb1, .cash-zp1, .cash-pv1, .cash-wo1, .cash-ak1, .cash-bt1, .cash-lt1, .cash-ah1, .cash-fr1, .cash-pp1, .cash-tl1{ background: #FFFFFF; border: 1px solid #f0f1f1; display: inline-block; margin: 3px 1px; }
.cash-wm1 div, .cash-mb1 div, .cash-pm1 div, .cash-yd1 div, .cash-qw1 div, .cash-os1 div, .cash-rs1 div, .cash-vs1 div, .cash-rb1 div, .cash-pr1 div, .cash-ik1 div, .cash-lp1 div, .cash-mg1 div, .cash-mt1 div, .cash-bl1 div, .cash-ok1 div, .cash-sb1 div, .cash-zp1 div, .cash-pv1 div, .cash-wo1 div, .cash-ak1 div, .cash-bt1 div, .cash-lt1 div, .cash-ah1 div, .cash-fr1 div, .cash-pp1 div, .cash-tl1 div{ border: 1px solid #e9eaea; display: block; }
.cash-wm1 div div, .cash-mb1 div div, .cash-pm1 div div, .cash-yd1 div div, .cash-qw1 div div, .cash-os1 div div, .cash-rs1 div div, .cash-vs1 div div, .cash-rb1 div div, .cash-pr1 div div, .cash-ik1 div div, .cash-lp1 div div, .cash-mg1 div div, .cash-mt1 div div, .cash-bl1 div div, .cash-ok1 div div, .cash-sb1 div div, .cash-zp1 div div, .cash-pv1 div div, .cash-wo1 div div, .cash-ak1 div div, .cash-bt1 div div, .cash-lt1 div div, .cash-ah1 div div, .cash-fr1 div div, .cash-pp1 div div, .cash-tl1 div div{ border: 1px solid #e2e4e5; display: block; }
.cash-wm1 div div div, .cash-mb1 div div div, .cash-pm1 div div div, .cash-yd1 div div div, .cash-qw1 div div div, .cash-os1 div div div, .cash-rs1 div div div, .cash-vs1 div div div, .cash-rb1 div div div, .cash-pr1 div div div, .cash-ik1 div div div, .cash-lp1 div div div, .cash-mg1 div div div, .cash-mt1 div div div, .cash-bl1 div div div, .cash-ok1 div div div, .cash-sb1 div div div, .cash-zp1 div div div, .cash-pv1 div div div, .cash-wo1 div div div, .cash-ak1 div div div, .cash-bt1 div div div, .cash-lt1 div div div, .cash-ah1 div div div, .cash-fr1 div div div, .cash-pp1 div div div, .cash-tl1 div div div{border: 1px solid #9CADBA; display: block; width: 160px; height: 67px; }
.cash-wm1 div div div { background:url(./images/eps/icon-wm.png) no-repeat center 5px; }
.cash-mb1 div div div { background:url(./images/eps/icon-sb.png) no-repeat center 5px; }
.cash-pm1 div div div { background:url(./images/eps/icon-pm.png) no-repeat center 5px; }
.cash-qw1 div div div { background:url(./images/eps/icon-qw.png) no-repeat center 5px; }
.cash-yd1 div div div { background:url(./images/eps/icon-yd.png) no-repeat center 5px; }
.cash-os1 div div div { background:url(./images/eps/icon-os.jpg) no-repeat center 5px; }
.cash-rs1 div div div { background:url(./images/eps/icon-rs.jpg) no-repeat center 5px; }
.cash-vs1 div div div { background:url(./images/eps/icon-vs.png) no-repeat center 5px; }
.cash-rb1 div div div { background:url(./images/eps/icon-rb.png) no-repeat center 5px; }
.cash-pr1 div div div { background:url(./images/eps/icon-pr.png) no-repeat center 5px; }
.cash-ik1 div div div { background:url(./images/eps/icon-ik.png) no-repeat center 5px; }
.cash-lp1 div div div { background:url(./images/eps/icon-lp.png) no-repeat center 5px; }

.cash-mg1 div div div { background:url(./images/eps/icon-mg.png) no-repeat center 5px; }
.cash-mt1 div div div { background:url(./images/eps/icon-mt.png) no-repeat center 5px; }
.cash-bl1 div div div { background:url(./images/eps/icon-bl.png) no-repeat center 5px; }
.cash-ok1 div div div { background:url(./images/eps/icon-ok.png) no-repeat center 5px; }
.cash-sb1 div div div { background:url(./images/eps/icon-sb.png) no-repeat center 5px; }
.cash-zp1 div div div { background:url(./images/eps/icon-zp.png) no-repeat center 5px; }
.cash-pv1 div div div { background:url(./images/eps/icon-pv.png) no-repeat center 5px; }
.cash-wo1 div div div { background:url(./images/eps/icon-wo.png) no-repeat center 5px; }
.cash-ak1 div div div { background:url(./images/eps/icon-ak.png) no-repeat center 5px; }

.cash-fr1 div div div { background:url(./images/eps/icon-fr.png) no-repeat center 5px; }
.cash-bt1 div div div { background:url(./images/eps/icon-bt.png) no-repeat center 5px; }
.cash-lt1 div div div { background:url(./images/eps/icon-lt.png) no-repeat center 5px; }
.cash-ah1 div div div { background:url(./images/eps/icon-ah.png) no-repeat center 5px; }
.cash-pp1 div div div { background:url(./images/eps/icon-pp.png) no-repeat center 5px; }
.cash-tl1 div div div { background:url(./images/eps/icon-tl.png) no-repeat center 5px; }

.cash-wm1 div div div:hover, .cash-mb1 div div div:hover, .cash-pm1 div div div:hover, .cash-yd1 div div div:hover, .cash-qw1 div div div:hover, .cash-os1 div div div:hover, .cash-rs1 div div div:hover, .cash-vs1 div div div:hover, .cash-rb1 div div div:hover, .cash-pr1 div div div:hover, .cash-ik1 div div div:hover , .cash-lp1 div div div:hover, .cash-mg1 div div div:hover, .cash-mt1 div div div:hover , .cash-bl1 div div div:hover, .cash-ok1 div div div:hover , .cash-sb1 div div div:hover , .cash-zp1 div div div:hover, .cash-pv1 div div div:hover, .cash-wo1 div div div:hover, .cash-ak1 div div div:hover, .cash-bt1 div div div:hover, .cash-lt1 div div div:hover, .cash-ah1 div div div:hover, .cash-fr1 div div div:hover, .cash-pp1 div div div:hover, .cash-tl1 div div div:hover{ border: 5px solid #46a2ff; display: inline-block; margin: -4px; cursor: pointer; }
.line-blue, .line-gray, .line-green, .line-red, .line-orange {display: block; font-size:12px; color:#fff; padding: 2px 2px 3px;  margin: 45px 1px 0 1px;}
.line-blue { background-color:#3579AC; }
.line-gray { background-color:#9CADBA; }
.line-green { background-color:#0579ea; }
.line-orange { background-color:#E88523; }
.line-red { background-color:#D94821; }

.status1{border-bottom:1px solid #fafafa;color:#0000ff;font-size:12px;text-shadow:0 1px 0 #fff,1px 2px 2px #aaa;font-weight:bold;float:center}
.bank {text-align: left; display: block; background: url(/images/money.gif) no-repeat left top; height:64px; padding-left: 70px; border: none;}

.block-captcha {
	margin:0px;
	padding:1px;
	display:inline-block;
	border:1px solid #008B8B;
	border-radius:3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	width:100px;
	height:40px;
	cursor: pointer;
}

.block-captcha img {
	margin:0px;
	padding:0px;
	border:none;
	cursor: pointer;
	border-radius:2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}

.refblock-lines {
	text-align: center;
	display: block;
	margin: 20px 0 15px 0;
}
.refblock-line, .refblock-line-active {
	font-size: 12px;
	margin: 0;
	padding: 0 0 17px 0;
	color: #135B11;
	cursor: pointer;
	width: 128px;
	height: 15px;
	display: inline-block;
}
.refblock-line 		{ background: url(blocks/refblock-line-1.png) no-repeat bottom center; }
.refblock-line-active 	{ background: url(blocks/refblock-line-2.png) no-repeat bottom center; font-weight: bold; }
.refblock-line:hover 	{ background: url(blocks/refblock-line-3.png) no-repeat bottom center; color: #FF8400; }
*/

.refblock-lines {
	text-align: center;
	display: block;
	margin: 20px 0 15px 0;
}
.refblock-line, .refblock-line-active {
	font-size: 12px;
	margin: 0;
	padding: 0 0 17px 0;
	color: #0000ff;
	cursor: pointer;
	width: 128px;
	height: 15px;
	display: inline-block;
}
.refblock-line 		{ background: url(../images/filter1.png) no-repeat bottom center; }
.refblock-line-active 	{ background: url(../images/filter2.png) no-repeat bottom center; font-weight: bold; }
.refblock-line:hover 	{ background: url(blocks/refblock-line-3.png) no-repeat bottom center; color: #FF8400; }
