.panelhead{
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
    height: 28px;
    position: relative;
    top: 12px;
    left: 10px;
    width: 292px;
}

.pnl_header {
    z-index: 647;
    width: 309px;
    height: 47px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    background: transparent;
}

.closegr{
    background: transparent url(/_img/grin_colse.gif) right no-repeat;
}

.opengr{
    background: transparent url(/_img/grin_open.gif) right no-repeat;
}

.closebl{
    background: transparent url(/_img/blue_close.gif) right no-repeat;
}
.openbl{
    background: transparent url(/_img/blue_open.gif) right no-repeat;
}

.closeor{
    background: transparent url(/_img/or_close.gif) right no-repeat;
}

.openor{
    background: transparent url(/_img/or_open.gif) right no-repeat;
}

.pnl {
    z-index: 607;
    position: absolute;
    overflow: hidden;
    text-align: left;
    height: 47px;
    width: 309px;
    top: 0px;
    left: 0px;
}

.pnl iframe  {
    display: none;/*sorry for IE5*/
    display/**/: block;/*sorry for IE5*/
    position: absolute;/*must have*/
    top: 0px;/*must have*/
    left: 0px;/*must have*/
    z-index: -1;/*must have*/
    filter: alpha(opacity=0);/*must have*/
    width: 200px;/*must have for any big value*/
    height: 200px/*must have for any big value*/;
    border:none;
    -moz-opacity: 0.80;
    opacity: 0.80;
}

.pnl_overlay_back {
    z-index: 617;
    background: #FA760D url(/_img/mnubkg.png) repeat-y;
    width: 309px;
    position: absolute;
    visibility:visible;
}

.pnl_data {
    z-index: 627;
    margin: 0px;
    width: 100%;
    position: absolute;
    line-height: 20px;
    padding: 0px 10px 10px 10px;
    background: transparent;
    margin: 0px 0px 0px 0px;
    bottom: 10px;
}

.pnl_overlay {
    z-index: 627;
    width: 309px;
    top: -140px;
    position: absolute;
    vertical-align: bottom;
    visibility:visible;
    background: transparent;
    padding: 0px;
    margin: 0px;
}

.pnl_separate {
    z-index: 637;
    top: 0px;
    left: 0px;
    background-color: #fff;
    height: 5px;
    position: relative;
    width: 100%;
}

.blkfix { position: relative; z-index: 647; }

#gr_overlay { background: transparent url(/_img/over_gr.png) left bottom no-repeat; }
#gr_header { background: transparent url(/_img/fon_gr.png) no-repeat; }

#bl_overlay { background: transparent url(/_img/over_bl.png) left bottom no-repeat; }
#bl_header { background: transparent url(/_img/fon_bl.png) no-repeat; }

#or_overlay { background: transparent url(/_img/over_or.png) left bottom no-repeat; }
#or_header { background: transparent url(/_img/fon_or.png) no-repeat; }
