@charset "utf-8";
/*
    #Все авторские права принадлежат сайту bk2.ru , дальнейшее
    #использование любого кода или части кода запрещено (без согласия автора).
    #
    #По всем вопросам можете обращаться на электронную почту: ditsfree@gmail.com,
    #в теме письма укажите что вопрос касается скрипта bk2.ru
    #
*/

th { font-weight: normal; }

.battle-effects-enabled .stll_btl_v1, .battle-effects-enabled .stll_btl_v2, .battle-effects-enabled .stll_btl_v3,
.battle-effects-enabled .stll_btl_v4, .battle-effects-enabled .stll_btl_v5, .battle-effects-enabled .stll_btl_v6, 
.battle-effects-enabled .stll_btl_v7 { 
    /*text-decoration: underline;*/
    /*font-weight: bold;*/
}
/* Парирование  */
.battle-effects-enabled .stll_btl_v1 { 
    color: #8B7355;
    text-shadow: 0 0 3px rgba(195,169,0,0.50);
}

/* Блок щитом */
.battle-effects-enabled .stll_btl_v2 { 
    color: #2D5A27;
    text-shadow: 0 0 3px rgba(70, 140, 70, 0.4);
}

/* Уворот */
.battle-effects-enabled .stll_btl_v3 { 
    /*color: #2A4E77;
    text-shadow: 0 0 3px rgba(60, 120, 200, 0.4);*/
    color: #4A3B6E;
    text-shadow: 0 0 3px rgba(140, 100, 200, 0.4);
}

/* Уворот с контрой */
.battle-effects-enabled .stll_btl_v4 { 
    color: #2A4E77;
    text-shadow: 0 0 3px rgba(60, 120, 200, 0.4);
}

/* Уворот (контра) */
.battle-effects-enabled .stll_btl_v5 { 
    color: #2A4E77;
    text-shadow: 0 0 3px rgba(60, 120, 200, 0.4);
}


.blink_red {
  -webkit-animation: blinker_red 3s infinite;  /* Safari 4+ */
  -moz-animation: blinker_red 3s infinite;  /* Fx 5+ */
  -o-animation: blinker_red 3s infinite;  /* Opera 12+ */
  animation: blinker_red 3s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blinker_red {
  0% {
    background-color: rgba(255,0,0,0);
  }
  35% {
    background-color: rgba(255,0,0,0.17);
  }
  100% {
    background-color: rgba(255,0,0,0);
	
  }
}

.blink_blue {
  -webkit-animation: blinker_blue 3s infinite;  /* Safari 4+ */
  -moz-animation: blinker_blue 3s infinite;  /* Fx 5+ */
  -o-animation: blinker_blue 3s infinite;  /* Opera 12+ */
  animation: blinker_blue 3s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blinker_blue {
  0% {
    background-color: rgba(0,0,255,0);
  }
  35% {
    background-color: rgba(0,0,255,0.17);
  }
  100% {
    background-color: rgba(0,0,255,0);
  }
}

.dib {
	display: inline-block;
}

.ttl_box {
    position: absolute;
    z-index: 10000000;
    
    border:1px solid #222;
    border-top-color:#777;
    border-left-color:#777;
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
    line-height: normal;
    font-size: 8.5pt;
    color:#444;    
    border-radius: 0px;
    text-transform: none;
    box-shadow: none;
    padding: 4px;
    margin: none;
    background-color: #fff;
    max-width: 500px;
    color:#333;
    cursor: default;
}

.a-und-line .date1 {
    border-bottom:1px solid rgba(0,0,0,0);
}

.a-und-line:hover .date1 {
    border-bottom:1px solid #007000;
    cursor: pointer;
}

.ttl_yellow {
    background-color: rgb(255, 255, 204);
    border-color: rgb(102, 102, 102);
    padding: 2px;
    max-width: 300px;
}

.ttl_yellow-max {
    background-color: rgb(255, 255, 204);
    border-color: rgb(102, 102, 102);
    padding: 2px;
    max-width: auto;
}

.btn-win-oc {
    cursor: pointer;
    border-radius: 2px;
}
.btn-win-oc:active {
    transform: scale(0.95);
}

.windows_box {
    position: absolute;
    top:0;
    left:0;
    z-index: 2000;
    width: 1px;
    height: 1px;
}

.win_pos {
    position: absolute;
    z-index: 2001;
}

.win_btn_yes , .win_btn_no {
    width:80%;
}


.win_s2_box {
    background-color: #DDD5BF;
    font-size: 9pt;
    cursor: default;
}
.win_s2_title {
    background-color: #b1a993;
    color:#003388;
    padding: 2px 5px;
    padding-right: 45px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 10pt;
    position: relative;
    text-align: left;
}
.win_s2_close {
    width: 13px;
    height: 13px;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute;
    right:4px;
    top:4px;
}
.win_s2_main {
    font-size: 12px;
    font-weight: normal;
    size:11px;
    padding: 5px;
}

.win_s2_main th {
    font-weight: normal;
}

.win_s1_box {
    background-color: #FFF6DD;
    border: 1px solid #CCC3AA;
    font-size: 9pt;
    cursor: default;
}
.win_s1_title {
    background-color: #CCC3AA;
    padding: 5px;
    padding-left: 15px;
    padding-right: 45px;
    white-space: nowrap;
    font-weight: bold;
    position: relative;
}
.win_s1_close {
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute;
    right:4px;
    top:4px;
}
.win_s1_main {
    margin: 5px;
}

.win_btn1 {
    width:25px;
    height:18px;
    cursor: pointer;
    vertical-align: text-bottom;
}
.win_btn1:active {
    transform: scale(0.95);
}

.iico {
    display: inline-block;
    vertical-align: baseline;
}

.msm_title {
    background-image: url("/static/img/back.gif");
    background-position: 0px -2px;
    width: 100%;
    min-width: 244px;
    position: relative;
    margin-bottom: 3px;
}

.msm_title_r {
    position: absolute;
    top:0px;
    right: 28px;
    padding-left: 3px;
    padding-right: 3px;
    background-color: #e2e0e0;
}

.msm_minus , .msm_plus {
    position: absolute;
    left:1px;
    top:3px;
    cursor: pointer;
}

.msm_up , .msm_down {
    position: absolute;
    top:3px;
    cursor: pointer;
}

.msm_up {
    right: 12px;
}

.msm_down {
    right: 1px;
}

.msm_title b {
    background-color: #e2e0e0;
    margin-left: 19px;
    padding-left: 3px;
    padding-right: 3px;
    display: inline-block;
}

.pui-chk {
    vertical-align: text-top;
}

.pui-chk2 {
    vertical-align: middle;
}

.pui-field {
    border:1px solid #818181;
    border-radius: 3px;
}

.pui-field legend {
    font-weight: bold;
    color:#333;
}

.pui-field2 {
    border:1px solid #aeaeae;
    border-radius: 3px;
}

.pui-field2 legend {
    font-weight: bold;
    color:#8f0000;
	font-size:11pt;
	padding-left: 5px;
	padding-right: 5px;
}

.pui-field3 {
    border:1px solid #aeaeae;
    border-radius: 3px;
}

.pui-field3 legend {
    font-weight: bold;
    color:#222;
	padding-left: 5px;
	padding-right: 5px;
}

.pui-bp5 {
    padding: 5px;
    padding-top: 0px;
}

.pui-h3 {
    color:#8f0000;
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial;
}

.pui-h3c {
    text-align: center;
    margin: 11px 0;
}

.pui-mr {
    position: absolute;
    right: 5px;
    top: 0px;
}

.pui-ml {
    position: absolute;
    left: 5px;
    top: 0px;
}

.pui-btn1 {
    border: solid 1px #B0B0B0;
    color: #191970;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
    margin-bottom: 2px;
    margin-top: 1px;
    padding: 3px 10px 3px 10px; /*1px 6px 1px 6px;*/
    background-color: #e5e5e5;
}

.pui-btn1:disabled {
    opacity:0.5;
}

.pui-btn1:enabled:hover {
    cursor: pointer;
    background-color: #EBEBEB;
}

.pui-btn1:enabled:active {
    background-color: #EFEFEF;
    transform: scale(0.98);
}

.pui-btn2 {
    border: solid 1px #9a9996;
    color: #dfdfdf;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
    margin-bottom: 2px;
    margin-top: 1px;
    padding: 3px 10px 3px 10px; /*1px 6px 1px 6px;*/
    background-color: #504F4C;
}

.pui-btn2:disabled {
    opacity:0.5;
}

.pui-btn2:enabled:hover {
    cursor: pointer;
    background-color: #454441;
}

.pui-btn2:enabled:active {
    background-color: #504F4C;
    transform: scale(0.98);
}

table.pui-tbl {
  background-color: #D3D2D0;
  border-collapse: collapse;
}
table.pui-tbl td, table.pui-tbl th {
  border: 1px solid #AAAAAA;
  padding: 3px 3px;
}
table.pui-tbl tfoot td {
  font-size: 14px;
}

.pui-width-1-1 {
    display: block;
    width: 100%;
    margin: 10px;
}
    
.pui-inp {
    border:1px solid #B0B0B0;
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
    font-size: 12px;
    color: #191970;
    background-color: #F5F5F5;
    vertical-align: middle;
}  

.pui-inp.ui-droppable-hover {
    background-color: aquamarine;
}

.pui-inp[type=password]:not(:placeholder-shown) {
    font-family: "password-font-bk2-ru";
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 1px;
    font-size: 11px;
    height: 13px;
    line-height: 12px;
}

.shadow-pers {
    width: 120px;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center center;    
	position: relative;
}

.shadow-title {
	position: absolute;
	width: 120px;
	height: 220px;
	top:0px;
	left: 0px;
	z-index: 1;
}

.shadow-effs {
	position: absolute;
	width: 120px;
	height: 1px;
	top:0px;
	left: 0px;
	z-index: 2;
	word-break:normal;
}

.shadow-pers-bg {
    background-repeat: no-repeat;
    background-position: bottom; 
}
    
.hp_line_none {
    width: 100%;
    height: 9px;
    font-size: 9px;
    background: url('/static/img/hmp.gif');
    background-repeat: repeat-x;
    background-position: 0 -36px;
    position: relative;
} 

.hp_line_bg {
    height: 9px;
    font-size: 9px;
    background: url('/static/img/hmp.gif');
    background-repeat: repeat-x;
    position: relative;
}

.hp_line_title {
    color:#fff;
    line-height: 9px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 5px;
}

.hp_line_1 {
    background-position: 0 -18px;
}

.hp_line_2 {
    background-position: 0 -27px;
}

.hp_line_3 {
    background-position: 0 0px;
}

.mp_line_none {
    width: 100%;
    height: 9px;
    font-size: 9px;
    background: url('/static/img/hmp.gif');
    background-repeat: repeat-x;
    background-position: 0 -36px;
    position: relative;
    /*margin-top: 1px;*/
} 

.mp_line_bg {
    height: 9px;
    font-size: 9px;
    background: url('/static/img/hmp.gif');
    background-repeat: repeat-x;
    position: relative;
}

.mp_line_title {
    color:#80ffff;
    line-height: 9px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 5px;
}

.bkii-hp-line {
	background: rgb(101,101,101);
	background: linear-gradient(0deg, rgba(101,101,101,1) 0%, rgba(56,56,56,1) 99%, rgba(101,101,101,1) 100%);
	height:9px;
	position:relative;
	width:100%;
	cursor:default;
}

.bkii-hp-line span {
	color:#fff;
	position:absolute;
	left:5px;
	top:-1px;
	font-weight:bolder;
	font-size:9px;
}

.hp-in {
	height:9px;
	top:0;
	left:0;
	position:absolute;
	transition:all 0.3s ease-in-out;
}

.bkii-hp-green {
	background: rgb(4,132,15);
	background: linear-gradient(0deg, rgba(4,182,33,1) 0%, rgba(4,132,15,1) 100%);
}

.bkii-hp-yellow {
	background: rgb(164,115,0);
	background: linear-gradient(0deg, rgba(216,151,0,1) 0%, rgba(164,115,0,1) 100%);
}

.bkii-hp-red {
	background: rgb(181,1,1);
	background: linear-gradient(0deg, rgba(239,3,3,1) 0%, rgba(181,1,1,1) 100%);
}

.hp-in2 {
	background-color:rgba(255,0,0,0.55);
	height:7px;
	top:1px;
	left:0;
	position:absolute;
	border-radius:2px;
	transition:all 1s ease-in-out;
}

.bkii-mp-line {
	background: rgb(101,101,101);
	background: linear-gradient(0deg, rgba(101,101,101,1) 0%, rgba(56,56,56,1) 99%, rgba(101,101,101,1) 100%);
	height:9px;
	position:relative;
	width:100%;
	margin-top:1px;
	margin-bottom:1px;
	cursor:default;
}

.bkii-mp-line span {
	color:#8fffff;
	position:absolute;
	left:5px;
	top:-1px;
	font-weight:bolder;
	font-size:9px;
}

.mp-in {
	background: rgb(8,102,183);
	background: linear-gradient(0deg, rgba(8,102,183,1) 0%, rgba(0,67,132,1) 99%, rgba(32,97,154,1) 100%);
	height:9px;
	top:0;
	left:0;
	position:absolute;
	transition:all 0.3s ease-in-out;
}

.mp-in2 {
	background-color:rgba(50,227,255,0.35);
	height:7px;
	top:1px;
	left:0;
	position:absolute;
	border-radius:2px;
	transition:all 1s ease-in-out;
}


.inf_regen_box {
    background-color: #e2e0e0;
}

.mp_line_1 {
    background-position: 0 -9px;
}

.mp_line_2 {
    background-position: 0 -9px;
}

.mp_line_3 {
    background-position: 0 -9px;
}
    

.osttlvk {
	padding: 3px 2px;
}
.osttlvk:hover {
	background-color: #EFEFEF;
	cursor: default;
}

.osob1lsv {
	padding-top: 5px;
	padding-bottom: 15px;
}
.osob1lsv small {
	/* margin-left: 10px; */
}
    
    
.lngsklww1 {
	padding: 3px 3px 3px 7px;
}
.sstkv table {
    width: 100%;
    border-collapse: collapse;
	font-size: 8pt;
}
.sstkv th , .sstkv td {
    text-align: left;
    border: 1px solid #dee2e6;
}
.sstkv th {
    background-color: #d5d5d5;
    color: #222;
}
.sstkv tr:hover {
    background-color: #EFEFEF;
	cursor: default;
}
.sstkv .highlight1 {
    color: #AB0000;
}
.sstkv .highlight2 {
    color: #ab7000;
}
.sstkv .highlight3 {
    color: #024787;
}
.sstkv .highlight5 {
    color: #CC14C5;
}
    
    
/* First style */ 
.wi1s0 {
	width:5px;
	height:6px;
	background:url(/static/img/misc/dmagic/bneitral_03.gif) 1px 0px no-repeat;
}
.wi1s1 {
	height:6px;
	background:url(/static/img/misc/dmagic/bneitral_05.gif);
}
.wi1s2 {
	width:5px;
	height:6px;
	background:url(/static/img/misc/dmagic/bneitral_03.gif) -2px 0px no-repeat;
}
.wi1s3 {
	width:5px;
	background:url(/static/img/misc/dmagic/bneitral_17.gif) 1px 0px repeat-y;
}
.wi1s4 {
	width:5px;
	background:url(/static/img/misc/dmagic/bneitral_19.gif) -1px 0px repeat-y;
	background-position:right;
	background-color:#675600;
}
.wi1s5 {
	width:5px;
	background:url(/static/img/misc/dmagic/bneitral_19.gif) 0px 0px repeat-y;
}
.wi1s6 {
	height:6px;
	background:url(/static/img/misc/dmagic/bneitral_05.gif);
}
.wi1s7 {
	background:#ddd5bf;
}

.wi1s8 {
	background:url(/static/img/misc/dmagic/bneitral_05.gif);
}
.wi1s9 {
	width:5px;
	height:6px;
	background:url(/static/img/misc/dmagic/bneitral_19.gif);
}
.wi1s10 {
	background-color:#b1a993;
	white-space:nowrap;
	color:#003388;
	padding:2px 2px 2px 7px;
	min-width:140px;
}
.wi1s10 text {
	cursor:move;
}
.wi1s10 img {
	cursor:pointer;
}
.wi1s11 {

}
.wi1s12 {

}
/* Fire style */ 
.wi2s0 img {
	width:57px;
	height:30px;
	background:url(/static/img/misc/dmagic/bfire_03.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-17px;
	left:-11px;
}
.wi2s1 {
	background:url(/static/img/misc/dmagic/bfire_05.gif);
	height:25px;
}
.wi2s2 img {
	width:33px;
	height:30px;
	background:url(/static/img/misc/dmagic/bfire_07.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-17px;
	left:-16px;
}
.wi2s3 {
	background:url(/static/img/misc/dmagic/bfire_17.gif) 0px 0px repeat-y;
	background-position:right;
	width:5px;
}
.wi2s4 {
	background:url(/static/img/misc/dmagic/bfire_19.gif) 0px 0px repeat-y;
	width:5px;
}
.wi2s5 img {
	width:20px;
	height:14px;
	background:url(/static/img/misc/dmagic/bfire_27.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-7px;
	left:-11px;
}
.wi2s6 {
	height:14px;
	background:url(/static/img/misc/dmagic/bfire_29.gif);
}
.wi2s7 {
	background:#d3cec8;
}

.wi2s8 img {
	width:21px;
	height:14px;
	background:url(/static/img/misc/dmagic/bfire_31.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-7px;
	left:-4px;
}
.wi2s9 {
	background:url(/static/img/misc/dmagic/bfire_19.gif);
}
.wi2s10 {
	background-color:#aca396;
	white-space:nowrap;
	color:#900;
	padding:2px 2px 2px 7px;
	min-width:140px;
}
.wi2s10 text {
	cursor:move;
}
.wi2s10 img {
	cursor:pointer;
}
.wi2s11 {

}
.wi2s12 {

}
/* Fire style */ 
.wi2s0 img {
	width:57px;
	height:30px;
	background:url(/static/img/misc/dmagic/bfire_03.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-17px;
	left:-11px;
}
.wi2s1 {
	background:url(/static/img/misc/dmagic/bfire_05.gif);
	height:25px;
}
.wi2s2 img {
	width:33px;
	height:30px;
	background:url(/static/img/misc/dmagic/bfire_07.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-17px;
	left:-16px;
}
.wi2s3 {
	background:url(/static/img/misc/dmagic/bfire_17.gif) 0px 0px repeat-y;
	background-position:right;
	width:5px;
}
.wi2s4 {
	background:url(/static/img/misc/dmagic/bfire_19.gif) 0px 0px repeat-y;
	width:5px;
}
.wi2s5 img {
	width:20px;
	height:14px;
	background:url(/static/img/misc/dmagic/bfire_27.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-7px;
	left:-11px;
}
.wi2s6 {
	height:14px;
	background:url(/static/img/misc/dmagic/bfire_29.gif);
}
.wi2s7 {
	background:#d3cec8;
}

.wi2s8 img {
	width:21px;
	height:14px;
	background:url(/static/img/misc/dmagic/bfire_31.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-7px;
	left:-4px;
}
.wi2s9 {
	background:url(/static/img/misc/dmagic/bfire_19.gif);
}
.wi2s10 {
	background-color:#aca396;
	white-space:nowrap;
	color:#900;
	padding:2px 2px 2px 7px;
	min-width:140px;
}
.wi2s10 text {
	cursor:move;
}
.wi2s10 img {
	cursor:pointer;
}
.wi2s11 {

}
.wi2s12 {

}
/* air style */ 
.wi3s0 img {
	width:57px;
	height:30px;
	background:url(/static/img/misc/dmagic/bair_03.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-17px;
	left:-11px;
}
.wi3s1 {
	background:url(/static/img/misc/dmagic/bair_05.gif);
	height:25px;
}
.wi3s2 img {
	width:33px;
	height:30px;
	background:url(/static/img/misc/dmagic/bair_07.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-17px;
	left:-16px;
}
.wi3s3 {
	background:url(/static/img/misc/dmagic/bair_17.gif) 0px 0px repeat-y;
	background-position:right;
	width:5px;
}
.wi3s4 {
	background:url(/static/img/misc/dmagic/bair_19.gif) 0px 0px repeat-y;
	width:5px;
}
.wi3s5 img {
	width:20px;
	height:14px;
	background:url(/static/img/misc/dmagic/bair_27.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-7px;
	left:-11px;
}
.wi3s6 {
	height:14px;
	background:url(/static/img/misc/dmagic/bair_29.gif);
}
.wi3s7 {
	background:#cfe1ea;
}

.wi3s8 img {
	width:21px;
	height:14px;
	background:url(/static/img/misc/dmagic/bair_31.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-7px;
	left:-4px;
}
.wi3s9 {
	background:url(/static/img/misc/dmagic/bair_19.gif);
}
.wi3s10 {
	background-color:#aec0c9;
	white-space:nowrap;
	color:#66C;
	padding:2px 2px 2px 7px;
	min-width:140px;
}
.wi3s10 text {
	cursor:move;
}
.wi3s10 img {
	cursor:pointer;
}
.wi3s11 {

}
.wi3s12 {

}

/* water style */ 
.wi4s0 img {
	width:57px;
	height:30px;
	background:url(/static/img/misc/dmagic/bwater_03.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-17px;
	left:-11px;
}
.wi4s1 {
	background:url(/static/img/misc/dmagic/bwater_05.gif);
	height:25px;
}
.wi4s2 img {
	width:33px;
	height:30px;
	background:url(/static/img/misc/dmagic/bwater_07.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-17px;
	left:-16px;
}
.wi4s3 {
	background:url(/static/img/misc/dmagic/bwater_17.gif) 0px 0px repeat-y;
	background-position:right;
	width:5px;
}
.wi4s4 {
	background:url(/static/img/misc/dmagic/bwater_19.gif) 0px 0px repeat-y;
	width:5px;
}
.wi4s5 img {
	width:20px;
	height:14px;
	background:url(/static/img/misc/dmagic/bwater_27.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-7px;
	left:-11px;
}
.wi4s6 {
	height:14px;
	background:url(/static/img/misc/dmagic/bwater_29.gif);
}
.wi4s7 {
	background:#bdcddb;
}

.wi4s8 img {
	width:21px;
	height:14px;
	background:url(/static/img/misc/dmagic/bwater_31.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-7px;
	left:-4px;
}
.wi4s9 {
	background:url(/static/img/misc/dmagic/bwater_19.gif);
}
.wi4s10 {
	background-color:#96b0c6;
	white-space:nowrap;
	color:#036;
	padding:2px 2px 2px 7px;
	min-width:140px;
}
.wi4s10 text {
	cursor:move;
}
.wi4s10 img {
	cursor:pointer;
}
.wi4s11 {

}
.wi4s12 {

}
/* earth style */ 
.wi5s0 img {
	width:57px;
	height:30px;
	background:url(/static/img/misc/dmagic/bearth_03.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-17px;
	left:-11px;
}
.wi5s1 {
	background:url(/static/img/misc/dmagic/bearth_05.gif);
	height:25px;
}
.wi5s2 img {
	width:33px;
	height:30px;
	background:url(/static/img/misc/dmagic/bearth_07.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-17px;
	left:-16px;
}
.wi5s3 {
	background:url(/static/img/misc/dmagic/bearth_17.gif) 0px 0px repeat-y;
	background-position:right;
	width:5px;
}
.wi5s4 {
	background:url(/static/img/misc/dmagic/bearth_19.gif) 0px 0px repeat-y;
	width:5px;
}
.wi5s5 img {
	width:20px;
	height:14px;
	background:url(/static/img/misc/dmagic/bearth_27.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-7px;
	left:-11px;
}
.wi5s6 {
	height:14px;
	background:url(/static/img/misc/dmagic/bearth_29.gif);
}
.wi5s7 {
	background:#d6cebd;
}

.wi5s8 img {
	width:21px;
	height:14px;
	background:url(/static/img/misc/dmagic/bearth_31.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-7px;
	left:-4px;
}
.wi5s9 {
	background:url(/static/img/misc/dmagic/bearth_19.gif);
}
.wi5s10 {
	background-color:#aaa291;
	white-space:nowrap;
	color:#630;
	padding:2px 2px 2px 7px;
	min-width:140px;
}
.wi5s10 text {
	cursor:move;
}
.wi5s10 img {
	cursor:pointer;
}
.wi5s11 {

}
.wi5s12 {

}
/* white style */ 
.wi6s0 img {
	width:51px;
	height:30px;
	background:url(/static/img/misc/dmagic/bwhite_03.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-19px;
	left:-5px;
}
.wi6s1 {
	background:url(/static/img/misc/dmagic/bwhite_05.gif);
	height:21px;
}
.wi6s2 img {
	width:46px;
	height:25px;
	background:url(/static/img/misc/dmagic/bwhite_07.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-14px;
	left:-36px;
}
.wi6s3 {
	background:url(/static/img/misc/dmagic/bwhite_17.gif) 0px 0px repeat-y;
	background-position:right;
	width:5px;
}
.wi6s4 {
	background:url(/static/img/misc/dmagic/bwhite_19.gif) 0px 0px repeat-y;
	width:5px;
}
.wi6s5 img {
	width:44px;
	height:10px;
	background:url(/static/img/misc/dmagic/bwhite_27.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-5px;
	left:-5px;
}
.wi6s6 {
	height:10px;
	background:url(/static/img/misc/dmagic/bwhite_29.gif);
}
.wi6s7 {
	background:#f4f4f4;
}

.wi6s8 img {
	width:44px;
	height:10px;
	background:url(/static/img/misc/dmagic/bwhite_31.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-5px;
	left:-34px;
}
.wi6s9 {
	background:url(/static/img/misc/dmagic/bwhite_19.gif);
}
.wi6s10 {
	background-color:#bcbbb6;
	white-space:nowrap;
	color:#333;
	padding:2px 2px 2px 7px;
	min-width:140px;
}
.wi6s10 text {
	cursor:move;
}
.wi6s10 img {
	cursor:pointer;
}
.wi6s11 {

}
.wi6s12 {

}
/* black style */ 
.wi7s0 img {
	width:51px;
	height:30px;
	background:url(/static/img/misc/dmagic/bblack_03.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-19px;
	left:-5px;
}
.wi7s1 {
	background:url(/static/img/misc/dmagic/bblack_05.gif);
	height:21px;
}
.wi7s2 img {
	width:46px;
	height:25px;
	background:url(/static/img/misc/dmagic/bblack_07.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-14px;
	left:-36px;
}
.wi7s3 {
	background:url(/static/img/misc/dmagic/bblack_17.gif) 0px 0px repeat-y;
	background-position:right;
	width:5px;
}
.wi7s4 {
	background:url(/static/img/misc/dmagic/bblack_19.gif) 0px 0px repeat-y;
	width:5px;
}
.wi7s5 img {
	width:44px;
	height:10px;
	background:url(/static/img/misc/dmagic/bblack_27.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-5px;
	left:-5px;
}
.wi7s6 {
	height:10px;
	background:url(/static/img/misc/dmagic/bblack_29.gif);
}
.wi7s7 {
	background:#a6a6a0;
}

.wi7s8 img {
	width:44px;
	height:10px;
	background:url(/static/img/misc/dmagic/bblack_31.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-5px;
	left:-34px;
}
.wi7s9 {
	background:url(/static/img/misc/dmagic/bblack_19.gif);
}
.wi7s10 {
	background-color:#72726b;
	black-space:nowrap;
	color:#eee;
	padding:2px 2px 2px 7px;
	min-width:140px;
}
.wi7s10 text {
	cursor:move;
}
.wi7s10 img {
	cursor:pointer;
}
.wi7s11 {

}
.wi7s12 {

}
/* gray style */ 
.wi8s0 img {
	width:51px;
	height:30px;
	background:url(/static/img/misc/dmagic/bgray_03.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-19px;
	left:-5px;
}
.wi8s1 {
	background:url(/static/img/misc/dmagic/bgray_05.gif);
	height:21px;
}
.wi8s2 img {
	width:46px;
	height:25px;
	background:url(/static/img/misc/dmagic/bgray_07.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-14px;
	left:-36px;
}
.wi8s3 {
	background:url(/static/img/misc/dmagic/bgray_17.gif) 0px 0px repeat-y;
	background-position:right;
	width:5px;
}
.wi8s4 {
	background:url(/static/img/misc/dmagic/bgray_19.gif) 0px 0px repeat-y;
	width:5px;
}
.wi8s5 img {
	width:44px;
	height:10px;
	background:url(/static/img/misc/dmagic/bgray_27.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-5px;
	left:-5px;
}
.wi8s6 {
	height:10px;
	background:url(/static/img/misc/dmagic/bgray_29.gif);
}
.wi8s7 {
	background:#e6e6e6;
}

.wi8s8 img {
	width:44px;
	height:10px;
	background:url(/static/img/misc/dmagic/bgray_31.gif) 0px 0px no-repeat;
	position:absolute;
	bottom:-5px;
	left:-34px;
}
.wi8s9 {
	background:url(/static/img/misc/dmagic/bgray_19.gif);
}
.wi8s10 {
	background-color:#969592;
	gray-space:nowrap;
	color:#222;
	padding:2px 2px 2px 7px;
	min-width:140px;
}
.wi8s10 text {
	cursor:move;
}
.wi8s10 img {
	cursor:pointer;
}
.wi8s11 {

}
.wi8s12 {

}  
    
.wiDefaulImgsWH img {
    max-width: none !important;   
}