﻿/*消息框部分*/
.msgbox
{
    width:500px;/*-*/
    height:400px;/*-*/
    overflow:hidden;
    color:#333;      
    position:absolute;
}
.msgboxInner
{
    border:1px solid #bbb;
    background:#f4f4f4 url(../../imgs/crm90/dlg_msg_box.gif) repeat-x scroll left -221px;
    overflow:hidden;
}
.msgbox-cover_l
{
    width:4px;
    height:23px;
    position:absolute;
    left:0px;
    top:0px;  
    background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -77px -56px;
}
.msgbox-cover_r
{
    width:4px;
    height:23px;
    position:absolute;
    right:0px;
    top:0px;  
    background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -77px -83px;
}
.msgbox-title
{
}
.msgbox-title-text
{
    height:12px;
    padding:5px;
    font-weight:bold;
    overflow:hidden;
    white-space:nowrap;
    text-align:left;
    cursor:move;
}
.msgbox-title-bt1,.msgbox-title-bt2
{
    border:0;
    width:15px;
    height:15px;
    background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -77px -25px;
    position:absolute;
    right:4px;
    top:4px;
}
.msgbox-title-bt2
{
    background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -77px -40px;
}
.msgbox-middle
{
    overflow:hidden;
    border:1px solid #ebebeb;
    border-top:0;
    border-bottom:0;
}
.msgbox-bottom
{
    height:27px;
    background-color:#fff;
    border:1px solid #ebebeb;
    text-align:center;
    padding-top:5px;
    position:absolute;
    bottom:1px;
}

.msgbox-content
{
    margin-top:15px;
    height:315px;
    overflow:auto;
    float:left;
    text-align:left;
}

.msgbox-icon-notify,.msgbox-icon-warning,.msgbox-icon-error,.msgbox-icon-confirm,.msgbox-icon-success,.msgbox-icon-help
{
    width:60px;
    _width:57px;
    height:46px;
    margin-top:15px;
    margin-left:15px;   
    float:left;
}
.msgbox-icon-notify{background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll left -73px;}
.msgbox-icon-error{background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll left -119px;}
.msgbox-icon-confirm{background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll left -166px;}
.msgbox-icon-warning{background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll left -25px;}
.msgbox-icon-success{background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -76px -166px;}
.msgbox-icon-help{background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll left -166px;}

.msgbox-sline-title,.msgbox-mline-title
{
    margin:10px 0 5px 10px;
    white-space:nowrap;
    overflow:hidden;
    width:275px;
}
.msgbox-sline,.msgbox-mline
{
    margin-left:10px;
    width:288px;
}
.msgbox-mline
{
    height:100px;
}

/*对话框部分*/
.dlg
{
    position:absolute;
    overflow:hidden;
    background-color:#f1f1f1;
}
.dlg-conver-l,.dlg-conver-r,.dlg-conver-l2,.dlg-conver-r2
{
    width:2px;
    height:25px;
    overflow:hidden;
    position:absolute;
}
.dlg-conver-l{left:0;background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -90px -56px;}
.dlg-conver-r{right:0;background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -87px -56px;}
.dlg-conver-l2{left:0;background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -90px -83px;}
.dlg-conver-r2{right:0;background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -87px -83px;}

.dlg-inner
{
    border:1px solid #d0d0d0;
    overflow:hidden;
}
.dlg-title
{
    height:24px;
    background:url(../../imgs/crm90/dlg_msg_box.gif) repeat-x scroll 0 0;
}
.dlg-title-text
{
    width:100px;
    height:13px;
    padding:5px;
    font-weight:bold;
    overflow:hidden;
    white-space:nowrap;
    cursor:default;
    text-align:left;
    cursor:move;
}

.dlg-title-btns
{
    position:absolute;
    right:5px;
    top:5px;
}
.dlg-title-btclose1,.dlg-title-btrevert1,.dlg-title-btmin1,.dlg-title-btmax1,
.dlg-title-btclose2,.dlg-title-btrevert2,.dlg-title-btmin2,.dlg-title-btmax2
{
    border:0;
    width:15px;
    height:15px;
    margin-left:2px;
}
.dlg-title-btclose1{background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -94px -25px;}
.dlg-title-btrevert1{background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -145px -25px;}
.dlg-title-btmin1{background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -111px -25px;}
.dlg-title-btmax1{background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -128px -25px;}
.dlg-title-btclose2{background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -94px -41px;}
.dlg-title-btrevert2{background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -145px -41px;}
.dlg-title-btmin2{background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -111px -41px;}
.dlg-title-btmax2{background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -128px -41px;}

.defaulticon
{
    padding-left:25px;   
    background:url(../../imgs/crm90/dlgicon.gif) no-repeat scroll 4px 4px; 
}
.icon_chatdlg
{
    padding-left:25px;   
    background:url(../../imgs/crm90/toolbaricon/chat.gif) no-repeat scroll 4px 6px; 
}

.dlg-body
{
    overflow:hidden;
}

/*窗口管理器*/
.wndmanager-closebt1,.wndmanager-closebt2
{
    border:0;
    width:15px;
    height:15px;
    margin:5px 3px 0 0;
    float:right;
    background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -77px -25px;
}
.wndmanager-closebt2
{
    background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -77px -40px;
}

.wndmanager-list
{
    background-color:#fff;
    margin:5px 0 0 4px;
    border:1px solid #d0d0d0;
    overflow:auto;
    display:block;
}
.wndmanager-list-item,.wndmanager-list-item-over,.wndmanager-list-item-selected
{
    height:23px;
    background:url(../../imgs/crm90/dlg_msg_box.gif) repeat-x scroll 0 -215px;
    border-bottom:1px solid #fff;
    font-weight:normal;
    display:block;
    clear:both;
}
.wndmanager-list-item-selected
{
    background-color:#69c;
    background-image:none;        
}
.wndmanager-list-item-over
{
    font-weight:bold;
}
.wndmanager-list-item-div
{
    height:19px;
    padding-top:4px;
    white-space:nowrap;
    font-family:tahoma;
    overflow:hidden;
    cursor:default;
}

.wndmanager-empty
{
    text-align:center;
    margin-top:20px;
}
.wndmanagericon
{
    padding-left:25px;   
    background:url(../../imgs/crm90/dlg_msg_box.gif) no-repeat scroll -140px -78px; 
}

/*wait box*/
.waitbox-load
{
    position:absolute;
    left:0;
}
.waitbox-load-table
{
    height: 52px;
    
    border:0;
    margin:0 auto;
    text-align:center;
    border-collapse:collapse;
    background-color:#eee;
    border:1px solid #ccc;   
}
.waitbox-load-icon
{ 
    border:0;  
    width:52px;
    height:52px;
    background:url(../../imgs/crm90/loading.gif) no-repeat scroll 10px 10px; 
}
.waitbox-load-text
{
    border:0;
    white-space:nowrap;
    text-align:left;
    font-size:14px;
    height: 52px;
    padding-right:10px;
}