.dump {
    font-family:verdana;
    font-size: 8pt;
    display:none;
    
}
body {
    margin: 0px;
    padding: 0px;
}

#tb_wrapper {
    /*position: absolute;*/
    position: fixed;
    bottom: 0px;
    width:100%;
    background-color:#D4D0C8;
    font-family: "verdana";
    display:none;
    z-index: 9999;
}

#taskbar {
    height: 10px;
    background-color:#D4D0C8;
    padding: 0px;
    margin: 0px;
    border-collapse: seperate;
}

#tab_shell {
    height: 25px;
}

.tab {
    background-color:#D4D0C8;
    color: black;
    margin: 0px;
    padding: 0px;
    width: 100px;
    font-size: 10px;
    overflow: hidden;
    max-width:100px;
    /*min-width:100px;*/
    text-align: center;
    cursor: default;
    height: 20px;
}

.tab_unclicked {
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #404040;
    border-bottom: 1px solid #404040;
}

.tab_clicked {
    border-left: 1px solid #404040;
    border-top: 1px solid #404040;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    /*background-color: #EFEEEB;*/
    background-color:#E1ECFE;
}

.tab_unread {
    background-color: #4A93E6;
    color: white;
    font-weight: bold;
}
.chatwin {
    /*position: absolute;*/
    position: fixed;
    display: none;
    background-color:#E1ECFE;
    border: 1px #4A93E6 solid;
    font-family: verdana;
    font-size: 8pt;
    z-index: 9999;
}
.chatwin_title {
    background-color:#4A93E6;
    color:white;
    font-weight: bold;
}

.chatwin_min {
    text-align:center;
    cursor: pointer;
    width:15px;
}

.chatwin_close {
    cursor: pointer;
    text-align:center;
    width:15px;
}

.chatwin_msg {
    font-family: verdana;
    font-size: 8pt;
}

.im_notice {
    background-color: #EFEFFF;
    border: 1px solid #4A93E6;
    padding: 2px;
    margin: 2px;
}

.im_sender_me {
    color: blue;
    font-weight:bold;
}

.im_sender_other {
    color: red;
    font-weight: bold;
}

.hide {
    display: none;
}

.show {
    display: block;
}