﻿div.cl
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #FFFFFF;
    z-index: 2;
}

div.cl_toolbar
{
    position: absolute;
    top: 0px;
    height: 28px;
    left: 0px;
    right: 0px;
    background-color: #000000;
}

div.cl_refresh
{
    position: absolute;
    top: 2px;
    left: 4px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

div.cl_filter
{
    position: absolute;
    top: 4px;
    height: 24px;
    left: 36px;
}

span.cl_filter
{
    color: #CCCCCC;
    padding-left: 12px;
    padding-right: 5px;
    font-weight: bold;
}

input.cl_filter
{
    height: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
}

div.cl_body
{
    position: absolute;
    top: 28px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

div.cl_column_table
{
    position: absolute;
    top: 1px;
    left: 0px;
    right: 0px;
    height: 24px;
    display: table;
    width: 100%;
}

div.cl_column_inner_container
{
    display: table-row;
}

div.cl_column_name
{
    display: table-cell;
    width: 256px;
    color: #FFFFFF;
    background-image: url("column_header.jpg");
}

div.cl_column_topic
{
    display: table-cell;
    color: #FFFFFF;
    background-image: url("column_header.jpg");
}

span.cl_column_text
{
    position: relative;
    top: 4px;
    left: 2px;
}

div.cl_list_container
{
    position: absolute;
    top: 26px;
    left: 0px;
    right: 0px;
    bottom: 1px;
    background-color: #FFFFFF;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

table.cl_list_table
{
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

tr.cl_list_tr
{
    height: 32px;
    background-image: url("list_item_gradient.jpg");
    background-position: center;
    background-repeat: repeat-x;
}

tr.cl_list_tr_hidden
{
    display: none;
}

td.cl_list_td_name
{
    color: #FFFFFF;
    width: 256px;
    height: 32px;
}

div.cl_list_subitem_div
{
    width: 100%;
    height: 100%;
    position: relative;
}

img.cl_list_img_name
{
    position: absolute;
    left: 2px;
    top: 4px;
    cursor: pointer;
}

span.cl_list_span_name
{
    color: #000000;
    overflow: hidden;
    white-space: pre;
    position: absolute;
    left: 30px;
    right: 4px;
    top: 9px;
    font-family: Verdana;
    font-size: 12px;
}

td.cl_list_td_topic
{
    color: #000000;
    height: 32px;
}

div.cl_topic_container
{
    position: absolute;
    height: 16px;
    top: 8px;
    left: 0px;
    right: 2px;
}

canvas.cl_topic
{
    height: 16px;
    width: 100%;
}
