.ZebraDialog *,
.ZebraDialog *:after,
.ZebraDialog *:before  { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important }

.ZebraDialog {
    width: 450px;
    z-index: 1001;
    border: 1px solid #DEDEDE;
    border-radius: 1px;
    /*box-shadow: 2px 3px 13px #666666;
    -moz-box-shadow: 2px 3px 13px #666666;
    -webkit-box-shadow: 2px 3px 13px #666666;
    -khtml-box-shadow: 2px 3px 13px #666666;*/
}

.ZebraDialog,
.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_Body,
.ZebraDialog .ZebraDialog_Buttons a {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
}

.ZebraDialog .ZebraDialog_Title,
.ZebraDialog .ZebraDialog_BodyOuter,
.ZebraDialog .ZebraDialog_ButtonsOuter {
}

.ZebraDialog .ZebraDialog_Title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background: #FFF;
    padding: 12px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #F0F0F0;
}

/*  set background color here and not on ZebraDialog_Body, or you'll eventually run into problems with rounded corners
    when using smaller widths for border! */
.ZebraDialog .ZebraDialog_BodyOuter {
    background: #FFF;
}

.ZebraDialog .ZebraDialog_Body {
    color: #44484A;
    padding: 40px;
}

.ZebraDialog .ZebraDialog_ButtonsOuter {    
    background: #FFF;
    padding: 10px 5px 10px 10px;
}

.ZebraDialog .ZebraDialog_Buttons:before,
.ZebraDialog .ZebraDialog_Buttons:after     { content: "\0020"; display: block; height: 0; visibility: hidden; font-size: 0 }
.ZebraDialog .ZebraDialog_Buttons:after     { clear: both }
.ZebraDialog .ZebraDialog_Buttons           { *zoom: 1 } /* for IE only */

.ZebraDialog .ZebraDialog_Buttons a {
    font-weight: bold;
    color: #FFF;
    padding: 10px 15px;
}

.ZebraDialog .ZebraDialog_Buttons a:hover {
    background: #224467;
    color: #FFF
}

.ZebraDialog a.ZebraDialog_Close {
    position: absolute;
    right: 6px;
    top: 0px;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
    color: #444
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close {
    color: #888;
}

.ZebraDialog .ZebraDialog_Title a.ZebraDialog_Close:hover {
    color: #000;
}

.ZebraDialogOverlay {
    background: #666;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

/* = YOU SHOULD NOT CHANGE ANYTHING FROM THIS POINT ON
---------------------------------------------------------------------------------------------------------------------*/
.ZebraDialog .ZebraDialog_Body {
    overflow: auto;
}

.ZebraDialog .ZebraDialog_Icon {
    background-repeat: no-repeat;
    background-position: 30px 40px;
    padding-left: 124px;
    min-height: 64px;
    _height: 64px;
}

.ZebraDialog .ZebraDialog_Confirmation  { background-image: url('confirmation.png') }
.ZebraDialog .ZebraDialog_Error         { background-image: url('error.png') }
.ZebraDialog .ZebraDialog_Information   { background-image: url('information.png') }
.ZebraDialog .ZebraDialog_Question      { background-image: url('question.png') }
.ZebraDialog .ZebraDialog_Warning       { background-image: url('warning.png') }

.ZebraDialog .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    float: right;
    _width: 60px;
    background: #516270;
}

.ZebraDialog .ZebraDialog_Buttons_Centered .ZebraDialog_Buttons {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.ZebraDialog .ZebraDialog_Buttons_Centered a {
    zoom: 1;
    *display: inline;
}

.ZebraDialog .ZebraDialog_Preloader {
    height: 32px;
    background: url('preloader.gif') no-repeat center center;
}

/*========================================================================================*/

/*========================================================================================*/

.about_class .ZebraDialog_Body {
    color: #000000;
    padding: 20px;
    background: #EFF0FE;
    /*border: 3px solid #B2B5FC;
    border-radius: 5px;*/
}

.about_class .ZebraDialog_Title {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: #D0D2FC;
    padding: 8px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #8086FE;
}

/*--------------------------------------------------*/

.login_class .ZebraDialog_Title {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    background: #D0D2FC;
    padding: 6px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #F0F0F0;
}

.login_class .ZebraDialog_Body {
    color: #000000;
    padding: 5px;
    font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
    font-size: 11px;
    text-align: left;
    line-height: 1.4;
}

.login_class .ZebraDialog_BodyOuter {
    background: #F5EA6C;
}
/*--------------------------------------------------*/
.no_login_class .ZebraDialog_Body {
    color: #000000;
    padding: 60px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    text-align: left;    
    /*border: 1px solid #A3A5E5;
    border-radius: 2px;    */
    background: #F0F0F0; /*#EFF0FE;*/
}
.no_login_class .ZebraDialog_BodyOuter {
    background: #929191;
}

.no_login_class .ZebraDialog_Title {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    background: #FC4E59;
    padding: 4px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #FC4E59;
}

.no_login_class .ZebraDialog_ButtonsOuter {
    background: #D7D7D7; /*#D3D7DC; /*#EFF0FE; /*#A3A5E5; /*#EFF0FE;  tlo */
    padding: 6px 5px 6px 10px;
    border-top: 1px solid #929191;
}

.no_login_class .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    float: right;
    _width: 60px;
    background: #d9d9d9; /*#929191; /*#516270;*/
    border: 1px solid #516270; /*#8B8FFB;*/
    border-radius: 1px;
    font-weight: bold;
    color: #000;
    padding: 5px 10px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;    
    text-align: center;
    line-height: 1.4;    
}

.no_login_class .ZebraDialog_Buttons a:hover {
    background: #DBDCF7;
    color: #FFF
}
.no_login_class .ZebraDialog_Icon {
    background-repeat: no-repeat;
    background-position: 30px 40px;
    padding-left: 100px;
    min-height: 64px;
    _height: 64px;
}
.no_login_class .ZebraDialog_Confirmation  { background-image: url('confirmation.png') }
.no_login_class .ZebraDialog_Error         { background-image: url('error.png') }
.no_login_class .ZebraDialog_Information   { background-image: url('information.png') }
.no_login_class .ZebraDialog_Question      { background-image: url('question.png') }
.no_login_class .ZebraDialog_Warning       { background-image: url('warning.png') }

/*--------------------------------------------------*/
.logout_class .ZebraDialog_Title {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    /*background: #D0D2FC;*/
    background-image: url('ui-bg_gloss-wave_55_5c9ccc_500x100.png');
    padding: 6px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #F0F0F0;
}

.logout_class .ZebraDialog_Body {
    color: #000000;
    padding: 5px;
    font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
    font-size: 11px;
    text-align: left;
    line-height: 1.4;        
    /*border: 1px solid #A3A5E5;
    border-radius: 2px;    */
}

.logout_class .ZebraDialog_ButtonsOuter {
    background: #D7D7D7;
    padding: 10px 5px 10px 10px;
}

.logout_class .ZebraDialog_BodyOuter {
    background: #F5EA6C;
}
/*--------------------------------------------------*/
.message_class .ZebraDialog {
    max-height: 100px;
    z-index: 1001;
    border: 1px solid #DEDEDE;
    border-radius: 1px;
}

.message_class .ZebraDialog_Title {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: #82B0D7; /*#89A9CF; /*#a4bfda; /*#D0D2FC;*/
    padding: 3px 3px;
    vertical-align: middle;
    border-bottom: 1px solid #F0F0F0;
}

.message_class .ZebraDialog_BodyOuter {
    background: #EFF0FE; /*md*/ /*#F5EA6C;*/
    /*border: 1px solid #CBCCDB;
    border-radius: 2px;*/
}

.message_class .ZebraDialog_Body {
    color: #000000;
    padding: 20px;
    font-family: Arial,Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: 100;
    text-align: center;    
}

.message_class .ZebraDialog_ButtonsOuter {
    background: #D7D7D7; /*#EFF0FE; /*#A3A5E5; /*#EFF0FE;  tlo */
    padding: 6px 5px 6px 5px;
    border-top: 1px solid #D7D7D7;    
    /*background: #EFF0FE;  /*#A3A5E5;   tlo */
    /*padding: 10px 5px 10px 10px;*/
}

.message_class .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    float: right;
    _width: 60px;
    background: #d9d9d9; /*#929191; /*#516270;*/
    border: 1px solid #516270; /*#8B8FFB;*/
    border-radius: 1px;
    font-weight: normal;
    color: #000;
    padding: 5px 5px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 10px;    
    text-align: center;
    line-height: 1.2;    
}

.message_class .ZebraDialog_Buttons a:hover {
    background: #ABB5BA;
    color: #FFF;
    font-family: Arial,Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 10px;
    font-weight: 100;
    text-align: center;
}
/*--------------------------------------------------*/
.logout_class .ZebraDialog_Title {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    background: #a6a6a6; /*#a4bfda; /*#D0D2FC;*/
    padding: 2px 2px;
    vertical-align: middle;
    border-bottom: 1px solid #F0F0F0;
}

.logout_class .ZebraDialog_BodyOuter {
    background: #f2f2f2; /*#DCDCDD;*/
    border: 0px solid #C8C8C9;
    /*border-radius: 2px;*/
}

.logout_class .ZebraDialog_Body {
    color: #000000;
    padding: 4px;
    font-family: Verdana,Arial, sans-serif;
    font-size: 11px;
    text-align: left;
    padding-left: 20px;
    min-height: 80px;
}

.logout_class .ZebraDialog_ButtonsOuter {
    background: #d9d9d9; /*/#D7D7D7; /*#EFF0FE; /*#A3A5E5; /*#EFF0FE;  tlo */
    padding: 4px 4px 4px 4px;
    border-top: 1px solid #D7D7D7;    
    /*background: #EFF0FE;  /*#A3A5E5;   tlo */
    /*padding: 10px 5px 10px 10px;*/
}

.logout_class .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    float: right;
    _width: 60px;
    background: #d9d9d9; /*#929191; /*#516270;*/
    border: 1px solid #516270; /*#8B8FFB;*/
    border-radius: 2px;
    font-weight: normal;
    color: #000;
    padding: 4px 4px;
    font-family: Verdana,Arial, sans-serif;
    font-size: 10px;    
    text-align: center;
    line-height: 1.2;    
}

.logout_class .ZebraDialog_Buttons a:hover {
    background: #b3b3b3;
    color: #FFF
}

/*--------------------------------------------------*/
.wait_class .ZebraDialog_Title {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    background: #D0D2FC;
    padding: 6px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #F0F0F0;
}

.wait_class .ZebraDialog_BodyOuter {
    background: #e2e9e7; /*#DCDCDD;*/
    border: 1px solid #C8C8C9;
    border-radius: 2px;
}

.wait_class .ZebraDialog_Body {
    color: #000000;
    padding: 10px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 11px;
    text-align: left;
    /*background-image: url('../../../../img/ajax/ajax-loader.gif');*/
    background-image: url('ajax22.gif');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 64px;
    min-height: 20px;
    _height: 20px;    
}

.wait_class .ZebraDialog_ButtonsOuter {
    background: #D7D7D7;  /*#A3A5E5;   tlo */
    padding: 10px 5px 10px 10px;
}

.wait_class .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    float: right;
    _width: 60px;
    background: #d9d9d9; /*#929191; /*#516270;*/
    border: 1px solid #516270; /*#8B8FFB;*/
    border-radius: 1px;
    font-weight: bold;
    color: #000;
    padding: 5px 10px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;    
    text-align: center;
    line-height: 1.4;    
}

.wait_class .ZebraDialog_Buttons a:hover {
    background: #DBDCF7;
    color: #FFF
}

/*--------------------------------------------------*/
.wait2_class .ZebraDialog_Title {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    background: #D0D2FC;
    padding: 6px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #F0F0F0;
}

.wait2_class .ZebraDialog_BodyOuter {
    background: #F5EA6C;
    border: 2px solid #C8C8C9;
    border-radius: 2px;
}

.wait2_class .ZebraDialog_Body {
    color: #000000;
    padding: 10px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 11px;
    text-align: left;
    background-image: url('ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 64px;
    min-height: 32px;
    _height: 32px;    
}

.wait_class .ZebraDialog_ButtonsOuter {
    background: #D7D7D7; /*#EFF0FE;  /*#A3A5E5;   tlo */
    padding: 10px 5px 10px 10px;
}

.wait2_class .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    float: right;
    _width: 60px;
    background: #d9d9d9; /*#929191; /*#516270;*/
    border: 1px solid #516270; /*#8B8FFB;*/
    border-radius: 1px;
    font-weight: bold;
    color: #000;
    padding: 5px 10px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;    
    text-align: center;
    line-height: 1.4;    
}

.wait2_class .ZebraDialog_Buttons a:hover {
    background: #DBDCF7;
    color: #FFF
}

/*--------------------------------------------------*/
.wait_m_class .ZebraDialog {
    width: 450px;
    z-index: 1001;
    border: 1px solid #DEDEDE;
    border-radius: 2px;

}

.wait_m_class .ZebraDialog_BodyOuter {
    background: #e6e6e6; /*#f8f8f8; /*#DCDCDD;*/
    border: 0px solid #C8C8C9;
    border-radius: 1px;
}

.wait_m_class .ZebraDialog_Body {
    color: #000000;
    padding: 8px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 9px;
    text-align: left;
    background-image: url('ajax22.gif');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 45px;
    min-height: 22px;
    _height: 22px;    
}
/*--------------------------------------------------*/
/*--------------------------------------------------*/
.wait_m2_class .ZebraDialog_BodyOuter {
    background: #f2f2f2; /*#DCDCDD;*/
    border: 0px solid #C8C8C9;
    border-radius: 1px;
}

.wait_m2_class .ZebraDialog_Body {
    color: #000000;
    padding: 1px;
    background-image: url('ajax22.gif');
    background-repeat: no-repeat; 
    background-position: 1px 1px;
    padding-left: 1px;
    min-height:   22px;
    _height:      22px;    
}
/*--------------------------------------------------*/
.warning_class .ZebraDialog_Body {
    color: #000000;
    padding: 20px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;
    text-align: center;    
}

.warning_class .ZebraDialog_Title {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    background: #FC4E59;
    padding: 6px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #FC4E59;
}

.warning_class .ZebraDialog_ButtonsOuter {
    background: #D7D7D7; /*#EFF0FE; /*#A3A5E5; /*#EFF0FE;  tlo */
    padding: 6px 5px 6px 10px;
    border-top: 0px solid #929191;    
    /*background: #A3A5E5; /*#EFF0FE;  /*   tlo */
    /*padding: 6px 5px 6px 10px;*/
}

.warning_class .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    float: right;
    _width: 60px;
    background: #d9d9d9; /*#516270;*/
    border: 1px solid #8B8FFB;
    border-radius: 2px;
    font-weight: bold;
    color: #FFF;
    padding: 5px 10px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 10px;    
    text-align: center;
    line-height: 1.4;    
}

.warning_class .ZebraDialog_Buttons a:hover {
    background: #DBDCF7;
    color: #FFF
}

/*--------------------------------------------------*/
.info_class .ZebraDialog_Icon {
    background-repeat: no-repeat;
    background-position: 30px 40px;
    padding-left: 124px;
    min-height: 64px;
    _height: 64px;
}

.info_class .ZebraDialog_Confirmation  { background-image: url('confirmation.png') }
.info_class .ZebraDialog_Error         { background-image: url('error.png') }
.info_class .ZebraDialog_Information   { background-image: url('information.png') }
.info_class .ZebraDialog_Question      { background-image: url('question.png') }
.info_class .ZebraDialog_Warning       { background-image: url('warning.png') }

.info_class .ZebraDialog_Body {
    color: #000000;
    padding: 50px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    background: #F0F0F0; /*#EFF0FE;*/
}

.info_class .ZebraDialog_Title {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    background: #a4bfda; /*#D0D2FC;*/
    padding: 6px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #AFB1FA;
}

.info_class .ZebraDialog_ButtonsOuter {
    background: #D7D7D7; /*#EFF0FE; /*#A3A5E5; /*#EFF0FE;  tlo */
    padding: 6px 5px 6px 10px;
    border-top: 1px solid #929191;    
    /*background: #EFF0FE;
    padding: 10px 5px 10px 10px;*/
}

.info_class .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    float: right;
    _width: 60px;
    background: #d9d9d9; /*#929191; /*#516270;*/
    border: 1px solid #516270; /*#8B8FFB;*/
    border-radius: 1px;
    font-weight: bold;
    color: #000;
    padding: 5px 10px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;    
    text-align: center;
    line-height: 1.4;    
}

.info_class .ZebraDialog_Buttons a:hover {
    background: #DBDCF7;
    color: #FFF
}

/*--------------------------------------------------*/
.win_class .ZebraDialog_Body {
    color: #000000;
/*    padding: 50px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    background: #EFF0FE;*/
}

.win_class .ZebraDialog_BodyOuter {
    background: #EFF0FE; /*md*/
}

.win_class .ZebraDialog_ButtonsOuter {
    background: #D7D7D7; /*#EFF0FE; /*#A3A5E5; /*#EFF0FE;  tlo */
    padding: 6px 5px 6px 10px;
    border-top: 1px solid #929191;    
    /*background: #CEF1FA;
    padding: 10px 5px 10px 10px;*/
}

.win_class .ZebraDialog_Body {
    color: #000000;
    padding: 2px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 10px;
    text-align: left;
    border: 1px solid #D0D2FC;
}

.win_class .ZebraDialog_Title {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: #89A9CF;
    padding: 6px 8px;
    vertical-align: middle;
    border-bottom: 0px solid #D0D2FC;
}

/*--------------------------------------------------*/
.win_class_kk .ZebraDialog_Body {
    color: #000000;
    padding: 10px;
    background: #F0F0F0; /*#F5F5F5;*/
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 10px;
    text-align: left;    
}

.win_class_kk .ZebraDialog_Title {
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: #EBEBEB;
    padding: 8px 8px;
    vertical-align: middle;
    border-bottom: 0px solid #AECFF2; /*#D0D2FC;*/
}

/*--------------------------------------------------*/
.win_class_kk_no_act .ZebraDialog_Body {
    color: #000000;
    padding: 10px;
    background: #F0F0F0; /*#F5F5F5;*/
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 10px;
    text-align: left;
}

.win_class_kk_no_act .ZebraDialog_Title {
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: #EBEBEB;
    padding: 8px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #FD3B3B; /*#D0D2FC;*/
}

/*--------------------------------------------------*/
.add_devices_to_kk .ZebraDialog_BodyOuter {
    background: #EFF0FE; /*md*/
}

.add_devices_to_kk .ZebraDialog_ButtonsOuter {
    background: #D7D7D7; /*#EFF0FE; /*#A3A5E5; /*#EFF0FE;  tlo */
    padding: 6px 5px 6px 10px;
    border-top: 1px solid #929191;    
    /*background: #CEF1FA;
    padding: 10px 5px 10px 10px;*/
}

.add_devices_to_kk .ZebraDialog_Body {
    color: #000000;
    padding: 2px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 10px;
    text-align: left;    
}

.add_devices_to_kk .ZebraDialog_Title {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    background: #D0D2FC;
    padding: 6px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #D0D2FC;
}
/*--------------------------------------------------*/

.edit_t_class .ZebraDialog_BodyOuter {
    background: #EFF0FE; /*md*/
}

.edit_t_class .ZebraDialog_ButtonsOuter {
    background: #D7D7D7; /*#A3A5E5; /*#EFF0FE;  tlo */
    padding: 6px 5px 6px 10px;
    border-top: 1px solid #929191;    
    /*background: #CEF1FA;
    padding: 10px 5px 10px 10px;*/
}

.edit_t_class .ZebraDialog_Body {
    color: #000000;
    padding: 2px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 10px;
    text-align: left;
    border: 1px solid #D0D2FC;
}

.edit_t_class .ZebraDialog_Title {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    background: #D0D2FC;
    padding: 6px 8px;
    vertical-align: middle;
    border-bottom: 0px solid #D0D2FC;
}

/*--------------------------------------------------*/
.info1_class .ZebraDialog_Body {
    color: #000000;
    padding: 40px;
    font-family: Arial,Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    text-align: left;    
    /*border: 1px solid #A3A5E5;
    border-radius: 2px;    */
    background: #FFFFFF; /*   #f2f2f2; /*#EFF0FE;*/
}

.info1_class .ZebraDialog_Title {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    background: #EEEEEE;
    padding: 6px 6px;
    vertical-align: middle;
    border-bottom: 1px solid #929191;
}

.info1_class .ZebraDialog_ButtonsOuter {
    background: #EEEEEE; /*#EFF0FE; /*#A3A5E5; /*#EFF0FE;  tlo */
    padding: 6px 5px 6px 10px;
    border-top: 1px solid #929191;    
    /*background: #EFF0FE;  /*#A3A5E5;   tlo */
    /*padding: 10px 5px 10px 10px;*/
}

.info1_class .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    float: right;
    _width: 60px;
    background: #d9d9d9; /*#DBDCF7; /*#929191; /*#516270;*/
    border: 1px solid #516270; /*#8B8FFB;*/
    border-radius: 1px;
    font-weight: bold;
    color: #000;
    padding: 5px 10px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;    
    text-align: center;
    line-height: 1.4;    
}

.info1_class .ZebraDialog_Buttons a:hover {
    background: #8098B7;
    color: #FFF
}

.info1_class .ZebraDialog_Icon {
    background-repeat: no-repeat;
    background-position: 30px 40px;
    padding-left: 100px;
    min-height: 64px;
    _height: 64px;
}
.info1_class .ZebraDialog_Confirmation  { background-image: url('confirmation.png') }
.info1_class .ZebraDialog_Error         { background-image: url('error.png') }
.info1_class .ZebraDialog_Information   { background-image: url('information.png') }
.info1_class .ZebraDialog_Question      { background-image: url('question.png') }
.info1_class .ZebraDialog_Warning       { background-image: url('warning.png') }

/*--------------------------------------------------*/



/*--------------------------------------------------*/
.no_permit_class .ZebraDialog_Body {
    color: #000000;
    padding: 40px;
    font-family: Arial,Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    text-align: left;    
    /*border: 1px solid #A3A5E5;
    border-radius: 2px;    */
    background: #F0F0F0; /*#EFF0FE;*/
}

.no_permit_class .ZebraDialog_Title {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    background: #FC4E59;
    padding: 6px 6px;
    vertical-align: middle;
    border-bottom: 1px solid #FC4E59;
}

.no_permit_class .ZebraDialog_ButtonsOuter {
    background: #D7D7D7; /*#EFF0FE; /*#A3A5E5; /*#EFF0FE;  tlo */
    padding: 6px 5px 6px 10px;
    border-top: 1px solid #929191;    
    /*background: #EFF0FE;  /*#A3A5E5;   tlo */
    /*padding: 10px 5px 10px 10px;*/
}

.no_permit_class .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    float: right;
    _width: 60px;
    background: #d9d9d9; /*#DBDCF7; /*#929191; /*#516270;*/
    border: 1px solid #516270; /*#8B8FFB;*/
    border-radius: 1px;
    font-weight: bold;
    color: #000;
    padding: 5px 10px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;    
    text-align: center;
    line-height: 1.4;    
}

.no_permit_class .ZebraDialog_Buttons a:hover {
    background: #DBDCF7;
    color: #FFF
}

.no_permit_class .ZebraDialog_Icon {
    background-repeat: no-repeat;
    background-position: 30px 40px;
    padding-left: 100px;
    min-height: 64px;
    _height: 64px;
}
.no_permit_class .ZebraDialog_Confirmation  { background-image: url('confirmation.png') }
.no_permit_class .ZebraDialog_Error         { background-image: url('error.png') }
.no_permit_class .ZebraDialog_Information   { background-image: url('information.png') }
.no_permit_class .ZebraDialog_Question      { background-image: url('question.png') }
.no_permit_class .ZebraDialog_Warning       { background-image: url('warning.png') }

/*--------------------------------------------------*/
.no_permit_function_class .ZebraDialog_Body {
    color: #000000;
    padding: 30px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 11px;
    text-align: left;    
    /*border: 1px solid #A3A5E5;
    border-radius: 2px;    */
    background: #F0F0F0; /*#EFF0FE;*/
}

.no_permit_function_class .ZebraDialog_Title {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    background: #FC4E59;
    padding: 5px 5px;
    vertical-align: middle;
    border-bottom: 1px solid #FC4E59;
}

.no_permit_function_class .ZebraDialog_ButtonsOuter {
    background: #D7D7D7; /*#EFF0FE; /*#A3A5E5; /*#EFF0FE;  tlo */
    padding: 6px 5px 6px 10px;
    border-top: 1px solid #929191;    
    /*background: #EFF0FE;  /*#A3A5E5;   tlo */
    /*padding: 8px 5px 8px 10px;*/
}

.no_permit_function_class .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    float: right;
    _width: 60px;
    background: #d9d9d9; /*#929191; /*#516270;*/
    border: 1px solid #516270; /*#8B8FFB;*/
    border-radius: 1px;
    font-weight: bold;
    color: #000;
    padding: 5px 10px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;    
    text-align: center;
    line-height: 1.4;    
}

.no_permit_function_class .ZebraDialog_Buttons a:hover {
    background: #DBDCF7;
    color: #FFF
}

.no_permit_function_class .ZebraDialog_Icon {
    background-repeat: no-repeat;
    background-position: 30px 40px;
    padding-left: 80px;
    min-height: 32px;
    _height: 32px;
}
.no_permit_function_class .ZebraDialog_Confirmation  { background-image: url('confirmation.png') }
.no_permit_function_class .ZebraDialog_Error         { background-image: url('error.png') }
.no_permit_function_class .ZebraDialog_Information   { background-image: url('information.png') }
.no_permit_function_class .ZebraDialog_Question      { background-image: url('question.png') }
.no_permit_function_class .ZebraDialog_Warning       { background-image: url('warning.png') }

/*--------------------------------------------------*/

.no_permit_m_class .ZebraDialog_Body {
    color: #000000;
    padding: 40px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;
    text-align: left;    
    /*border: 1px solid #A3A5E5;
    border-radius: 2px;    */
    background: #F0F0F0; /*#EFF0FE;*/
}

.no_permit_m_class .ZebraDialog_Title {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: #FC4E59;
    padding: 8px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #FC4E59;
}

.no_permit_m_class .ZebraDialog_ButtonsOuter {
    background: #D7D7D7; /*#EFF0FE; /*#A3A5E5; /*#EFF0FE;  tlo */
    padding: 6px 5px 6px 10px;
    border-top: 1px solid #929191;    
    /*background: #EFF0FE;  /*#A3A5E5;   tlo */
    /*padding: 10px 5px 10px 10px;*/
}

.no_permit_m_class .ZebraDialog_Buttons a {
    white-space: nowrap;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    min-width: 60px;
    float: right;
    _width: 60px;
    background: #d9d9d9; /*#929191; /*#516270;*/
    border: 1px solid #516270; /*#8B8FFB;*/
    border-radius: 1px;
    font-weight: bold;
    color: #000;
    padding: 5px 10px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 12px;    
    text-align: center;
    line-height: 1.4;    
}

.no_permit_m_class .ZebraDialog_Buttons a:hover {
    background: #DBDCF7;
    color: #FFF
}

.no_permit_m_class .ZebraDialog_Icon {
    background-repeat: no-repeat;
    background-position: 30px 40px;
    padding-left: 100px;
    min-height: 32px;
    _height: 32px;
}
.no_permit_m_class .ZebraDialog_Confirmation  { background-image: url('confirmation.png') }
.no_permit_m_class .ZebraDialog_Error         { background-image: url('error.png') }
.no_permit_m_class .ZebraDialog_Information   { background-image: url('information.png') }
.no_permit_m_class .ZebraDialog_Question      { background-image: url('question.png') }
.no_permit_m_class .ZebraDialog_Warning       { background-image: url('warning.png') }

/*--------------------------------------------------*/
.change_password_class .ZebraDialog_Body {
    color: #000000;
    padding: 2px;
    /*border: 3px solid #B2B5FC;
    border-radius: 5px;    */
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 10px;
    text-align: left; 
    background: #F0F0F0; /*#EFF0FE;*/
}

.change_password_class .ZebraDialog_Title {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    background: #D0D2FC;
    padding: 6px 8px;
    vertical-align: middle;
    border-bottom: 1px solid #FC4E59;
}

.change_password_class .ZebraDialog_ButtonsOuter {
    background: #D7D7D7; /*#EFF0FE; /*#A3A5E5; /*#EFF0FE;  tlo */
    padding: 6px 5px 6px 10px;
    border-top: 1px solid #929191;    
    /*background: #EFF0FE;  /*#A3A5E5;   tlo */
    /*padding: 10px 5px 10px 10px;*/
}

.change_password_class .ZebraDialog_Buttons a {
    font-weight: bold;
    color: #FFF;
    padding: 5px 10px;
    font-family: Verdana,Helvetica, Tahoma, Arial, sans-serif;
    font-size: 10px;    
    text-align: center;
    line-height: 1.4;
}

.change_password_class .ZebraDialog_Buttons a:hover {
    background: #DBDCF7;
    color: #FFF
}

/*========================================================================================*/
