﻿div.ct
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    visibility: hidden;
    z-index: 1;
}

div.ct_main_left
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 256px;
    bottom: 0px;
}

div.ct_main_right
{
    position: absolute;
    top: 1px;
    right: 0px;
    left: 256px;
    bottom: 1px;
}

div.ct_client
{
    position: relative;
    width: 100%;
    height: 100%;
}

div.ct_room_list_item
{
    position: relative;
    width: 100%;
    height: 32px;
    background-image: url("list_item_gradient.jpg");
    background-repeat: repeat;
}

span.ct_room_list_item_read
{
    color: #000000;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 30px;
    right: 4px;
    top: 9px;
    font-family: Verdana;
    font-size: 12px;
}

span.ct_room_list_item_unread
{
    color: #000000;
    font-style: italic;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 30px;
    right: 4px;
    top: 9px;
    font-family: Verdana;
    font-size: 12px;
}

span.ct_room_list_item_selected
{
    color: #FF0000;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 30px;
    right: 4px;
    top: 9px;
    font-family: Verdana;
    font-size: 12px;
}


/* pm tab */

div.ct_client_top
{
    background-color: #000000;
    position: relative;
    font-size: 0px;
    background-image: url("list_item_gradient.jpg");
    background-repeat: repeat;
}

div.ct_client_tab_button
{
    display: inline-block;
    height: 32px;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
}

div.ct_client_tab_selected,
div.ct_client_tab_button:hover
{
    background-color: #CCCCCC;
}

div.ct_tab_item_container
{
    display: table-cell;
    height: 32px;
    font-size: 12px;
}

div.ct_tab_text
{
    padding-top: 10px;
    padding-left: 2px;
    padding-right: 10px;
}

img.ct_tab_img
{
    width: 16px;
    margin-bottom: -2px;
    padding-left: 2px;
}



/* inbox */

div.ct_client_middle
{
    position: relative;
}

div.ct_topic_container
{
    position: absolute;
    top: 1px;
    height: 24px;
    left: 0px;
    right: 0px;
    background-image: url("topic_bg.jpg");
}

div.ct_topic_panel
{
    position: absolute;
    top: 4px;
    height: 16px;
    left: 2px;
    right: 24px;
}

canvas.ct_topic
{
    height: 16px;
    width: 100%;
}

div.ct_topic_close
{
    position: absolute;
    top: 0px;
    height: 24px;
    right: 0px;
    width: 24px;
    background-image: url("close_button.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

div.ct_client_screen
{
    position: absolute;
    top: 26px;
    bottom: 1px;
    left: 0px;
    right: 0px;
    font-family: Verdana;
    font-size: 12px;
    color: #FF0000;
    background-color: #FFFFFF;
}

div.ct_client_screen_instance
{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}


/* lower tools */

div.ct_client_bottom
{
    height: 52px;
    position: relative;
    background-color: #000000;
}

div.ct_client_toolstrip_item1
{
    position: absolute;
    bottom: 24px;
    left: 0px;
    height: 28px;
    width: 28px;
    background-image: url("toolbar_button.png");
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
}

div.ct_client_toolstrip_item2
{
    position: absolute;
    bottom: 24px;
    left: 29px;
    height: 28px;
    width: 28px;
    background-image: url("toolbar_button.png");
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    font-style: italic;
    cursor: pointer;
}

div.ct_client_toolstrip_item3
{
    position: absolute;
    bottom: 24px;
    left: 58px;
    height: 28px;
    width: 28px;
    background-image: url("toolbar_button.png");
    background-position: center;
    background-repeat: no-repeat;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

div.ct_client_toolstrip_item4
{
    position: absolute;
    bottom: 24px;
    left: 87px;
    height: 28px;
    width: 28px;
    background-image: url("toolbar_button.png");
    background-position: center;
    background-repeat: no-repeat;
    color: #FF0000;
    font-weight: bold;
    cursor: pointer;
}

div.ct_client_toolstrip_item5
{
    position: absolute;
    bottom: 24px;
    left: 116px;
    height: 28px;
    width: 28px;
    background-image: url("toolbar_button.png");
    background-position: center;
    background-repeat: no-repeat;
    color: #0000FF;
    font-weight: bold;
    cursor: pointer;
}

div.ct_client_toolstrip_item6
{
    position: absolute;
    bottom: 24px;
    left: 145px;
    height: 28px;
    width: 28px;
    background-image: url("smiley.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

div.ct_client_toolstrip_text
{
    width: 28px;
    text-align: center;
    margin-top: 7px;
}

div.ct_client_url
{
    position: absolute;
    left: 178px;
    right: 4px;
    bottom: 30px;
    text-decoration: underline;
}

a.ct_client_url_text
{
    cursor: pointer;
    color: #00FFFF;
}

div.ct_client_outbox
{
    position: absolute;
    bottom: 0px;
    left: 1px;
    right: 1px;
    height: 20px;
    text-align: center;
}

input.ct_client_outbox
{
    height: 20px;
    line-height: 20px;
    width: 95%;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}






div.ct_room_list_header
{
    position: absolute;
    top: 1px;
    height: 24px;
    left: 0px;
    right: 1px;
    color: #FFFFFF;
    background-image: url("column_header.jpg");
}

span.ct_column_text
{
    position: relative;
    top: 4px;
    left: 2px;
    white-space: pre;
}

div.ct_left_hide
{
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("hide.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

div.ct_user_list_pos
{
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("users_up.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

div.ct_room_list_body
{
    position: absolute;
    top: 26px;
    left: 0px;
    right: 1px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #FFFFFF;
}

div.ct_user_list_header
{
    position: absolute;
    top: 227px;
    height: 24px;
    left: 0px;
    right: 1px;
    color: #FFFFFF;
    background-image: url("column_header.jpg");
}

div.ct_user_list_body
{
    position: absolute;
    top: 252px;
    left: 0px;
    right: 1px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #FFFFFF;
}

div.ct_left_show
{
    position: absolute;
    z-index: 1;
    height: 36px;
    width: 24px;
    top: 50%;
    margin-top: -40px;
    left: 0px;
    background-image: url("show.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    visibility: hidden;
}


div.ct_ul_main
{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

div.ct_ul_item
{
    width: 100%;
    height: 52px;
    background-image: url("ul_grad.jpg");
    background-repeat: repeat;
    position: relative;
}

img.ct_ul_av
{
    position: absolute;
    top: 2px;
    left: 2px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 8px;
    border-width: 1px;
    border-color: #AAAAAA;
    border-style: solid;
}

span.ct_ul_0
{
    color: #000000;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 56px;
    right: 4px;
    top: 18px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

span.ct_ul_1
{
    color: #0000FF;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 56px;
    right: 4px;
    top: 18px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

span.ct_ul_2
{
    color: #008000;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 56px;
    right: 4px;
    top: 18px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

span.ct_ul_3
{
    color: #FF0000;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 56px;
    right: 4px;
    top: 18px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

span.ct_ul_pmsg
{
    color: #AAAAAA;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 57px;
    right: 4px;
    top: 34px;
    font-family: Verdana;
    font-size: 9px;
}
