.doubleCheckOn {
	background-image: url('/static/img/hanamaru/green.png');
    background-repeat: no-repeat;
    background-position : center;
}

.doubleCheckOff {
	background-image: '';
}

.doubleCheck2On {
	background-image: url('/static/img/hanamaru/red.png');
    background-repeat: no-repeat;
    background-position : center;
}

.doubleCheck2Off {
	background-image: '';
}

.officePushOn {
	background-image: url('/static/img/hanamaru/purple.png');
    background-repeat: no-repeat;
    background-position : center;
}

.officePushOff {
	background-image: '';
}

.my-wrapper-class .highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
    min-width: 300%;
    min-height: 300%;
	background: gray;
}

.rate_topic, .comments_block {
    width:200px;
    height:60px;
    font-size: 11px;
    clear:both;
    overflow:auto;
    padding:2px;
}

.rate_topic_warn {
    width:200px;
    height:60px;
    font-size: 24px;
    font-weight: bold;
    clear:both;
    color: red;
    overflow:auto;
    padding:2px;
}

/*start multiple select*/

.ui-multiselect, .ui-multiselect span { color: #000 !important; }
.ui-multiselect-single .ui-multiselect-checkboxes input[type="radio"] {
    position: static !important;
    top: auto !important;
    left:-9999px;
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;    /* Firefox */
    -ms-appearance: checkbox;     /* not currently supported */
}

/*end multiselect*/

.block_news {
    margin-top:100px;
	padding: 20px;
    padding-top: 0px;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.news IMG { position: relative; }
   .enNews { top: 25px; left: -40px; z-index: 5;}
   .ruNews { top: 190px; left: -90px; z-index: 2; }

.instructions {
 width: 900px;
}
.instructions .list {
 text-decoration: underline;
 cursor: pointer;
 font-size: 18px;
 line-height: 28px;
}

