body.help-overlay-active *{
    cursor: help !important;
}
.help-on-off{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 7px;
}
.help-on-off.active{
    background: url("../imgs/bgglass.png") repeat-x scroll 50% 50% #FFF;
    border: 1px solid #FDB913;
    padding-top: 8px !important;
    padding-left: 13px !important;
    /*margin: 0 !important;*/
    /*padding: 8px 62px 8px 11px !important;*/
}
.help-overlay{
    display: none;
}
.help-overlay .htext{
    background: #FBF7AA;
    border: 2px solid #F9E98E;
    border-radius: 3px;
    padding: 10px;
    position: absolute;
    z-index: 10004;
}
.help-overlay .htext .harrow{
    background: #FBF7AA;
    z-index: 10002;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.help-overlay .htext .harrow.rd{
    position: absolute;
    border-left: 2px solid #F9E98E;
    border-bottom: 2px solid #F9E98E;
    top: 7px;
    left: -8px;
}
.help-overlay .htext .harrow.ru{
    position: absolute;
    border-left: 2px solid #F9E98E;
    border-bottom: 2px solid #F9E98E;
    bottom: 7px;
    left: -8px;
}
.help-overlay .htext .harrow.ld{
    float: right;
    position: absolute;
    border-top: 2px solid #F9E98E;
    border-right: 2px solid #F9E98E;
    top: 7px;
    right: -8px;
}
.help-overlay .htext .harrow.lu{
    float: right;
    position: absolute;
    border-top: 2px solid #F9E98E;
    border-right: 2px solid #F9E98E;
    bottom: 7px;
    right: -8px;
}
.help-overlay .htext .harrow.top{
    position: absolute;
    border-bottom: 2px solid #F9E98E;
    border-right: 2px solid #F9E98E;
    bottom: -8px;
    left: -moz-calc(50% - 5px);
    left: -webkit-calc(50% - 5px);
    left: calc(50% - 5px);
}
.help-overlay .htext .harrow.bottom{
    position: absolute;
    border-top: 2px solid #F9E98E;
    border-left: 2px solid #F9E98E;
    top: -8px;
    left: -moz-calc(50% - 5px);
    left: -webkit-calc(50% - 5px);
    left: calc(50% - 5px);
}
.hnotification{
    display: none;
    position: absolute;
    background-color: rgb(153, 255, 153);
    background-color: rgba(153, 255, 153, 0.4);
    top: 0;
    left: calc(50% - 220px);
    left: -moz-calc(50% - 220px);
    left: -webkit-calc(50% - 220px);
    z-index: 10003;
    width: auto;
    height: 19px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid rgb(0, 102, 0);
    border-top: 0;
}
.hnotification .desc {
    position: relative;
    float: left;
    margin: 2px 2px 0 15px;
}
.hnotification .close {
    position: relative;
    float: right;
    width: 18px;
    height: 18px;
    background: url(../imgs/remove.png) top left repeat-x;
    margin-right: 10px;
}
.hnotification .close:hover {
    background-position: -36px top;
}
.help-overlay .hb{
    background: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 10000;
}
.help-overlay .hb{

}
.help-overlay .hb.htop{
    top: 0;
    left: 0;
    right: 0;
}
.help-overlay .hb.hleft{
    left: 0;
}
.help-overlay .hb.hright{
    right: 0;
}
.help-overlay .hb.hbottom{
    bottom: 0;
    left: 0;
    right: 0;
}

.help-overlay .hcenter{
}

#help{
	display: none;
}
.help{
	background: rgba(0,0,0,0.8) !important;
	border:1px solid #000000;
	color: #FFF;
	box-shadow:0 0 12px #000000;
	-webkit-box-shadow:0 0 12px #000000;
	-moz-box-shadow:0 0 12px #000000;
}
.help .ui-widget-header{
	background-color:#222;
	color: #FFF;
	border: 1px solid #666;
}
.help .ui-widget-content .ui-icon,
.help .ui-widget-content .ui-icon,
.help .ui-widget-header .ui-icon{
	background-position: 0 -18px;
}
.help .ui-dialog-titlebar-close{
}
.help .ui-dialog-titlebar-close:hover .ui-icon,
.help .ui-dialog-titlebar-close:focus .ui-icon{ background-position: -54px -18px; }

.help .ui-state-hover,
.help .ui-widget-content .ui-state-hover,
.help .ui-widget-header .ui-state-hover,
.help .ui-state-focus,
.help .ui-widget-content .ui-state-focus,
.help .ui-widget-header .ui-state-focus {
    background: url("../imgs/bgglass.png") repeat-x scroll 50% 50% #000;
    border: 1px solid #999999;
    color: #212121;
    font-weight: normal;
}

.help .ui-dialog-title{
    background: url("../imgs/help.png") no-repeat scroll left top transparent;
    margin: -3px 0 0 -8px;
    padding: 3px 0 2px 22px;
}

.help .back {
    border: 1px solid #333333;
    color: #EAEAEA;
    float: left;
    font-size: 10px;
    margin: 5px 0 4px;
    padding: 1px 4px;
    cursor: pointer;
}
.help .back:hover {
	color: #FDB913;
}
.help #helpcont{
	color: #EAEAEA;
	margin: 8px 0px;
}
.help #helpcont .title{
	font-weight: bold;
	font-size: 15px;
	border: 1px solid #666;
	margin-bottom: 5px;
	padding: 4px;
	color: #FFF;
	background-color: #212121;
}
.help #helpcont .subtitle{
	font-weight: bold;
	margin-top: 5px;
	color: #FFF;
	padding: 3px 5px;
	border: 1px solid #444;
	background-color: #212121;
}
.help #helpcont .cont{
	padding: 4px;
}
.help #helpcont ol{
	margin: 6px 0;
	padding-left: 20px;
}
.help #helpcont ol li{
	list-style: circle outside none;
	cursor: pointer;
}
.help #helpcont ol li a{
	color: #FFF;
}
.help #helpcont ol li:hover a{
	color: #FDB913;
}

.help .clippy{
	width: 207px;
	height: 155px;
	background: url('/help/imgs/clippy.png') no-repeat center center;
	position: absolute;
	right: -4px;
	bottom: -4px;
}
.help .cliptext{
	float: left;
	
}
.help .hplayer{
}
.help .hplayer #hflash{
	margin: auto;
	width: 640px;
	height: 360px;
}
/*.hh.active{*/
    /*border: 5px solid #336699;*/
/*}*/

.hhl {
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    pointer-events: none;
    border: 2px dashed rgba(102, 102, 102, 0.5);
    z-index: 10001;
    padding: 2px;
}
.help-content{
    text-align: left;
    width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.help-content .help-header{
    margin-top: 50px;
}
.help-content .help-header .title{
    font-size: 50px;
    color: #222222;
    font-weight: bold;
    text-decoration: underline;
}
.help-content .help-header .explanation{
    margin-top: 8px;
    font-size: 18px;
    color: #333333;
    font-style: italic;
}
.help-content .help-content{
    font-size: 25px;
    color: #222222;
}
.help-content .help-content .video-tip{
    text-decoration: underline;
    margin-top: 5px;
    cursor: pointer;
}
.popup-tip .title{
    font-size: 25px;
    color: #000000;
    font-weight: bold;
    margin-top: 5px;
}
.popup-tip .explanation{
    font-size: 14px;
    color: #000000;
    margin-top: 5px;
}
.popup-tip .buts{
    float: right;
}
.popup-tip .content{
    margin: 20px auto 20px auto;
    width: 640px;
}