﻿.cl_item
{
    padding: 5px;
    margin: 5px;
    background-color: #E6F4C4;
    border-bottom-style: dashed;
    border-width: 1px;
    border-color: #B4E04B;
}

.cl_panel_item
{
    padding: 5px;
    background-color: #E6F4C4;
    width: 100%;
    font-family: 'trebuchet MS';
    font-size: 13px;
    color: #333333;
    letter-spacing: -1px;
}

.cl_header
{
    background-color: #B4E04B;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
}

.cl_date
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}

.cl_name
{
    font-family: 'trebuchet MS';
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.cl_descr
{
    font-family: 'trebuchet MS';
    font-size: 12px;
    color: #333333;
    letter-spacing: -1px;
}

.cl_pont
{
    font-family: 'trebuchet MS';
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.cl_edit_item
{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
 
    
}

.cl_del_btn
{
    padding: 2px;
    border: 1px solid #FF9933;
    color: #FF6600;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFF66;
    
}

.cl_input
{
    border: 1px solid #C0C0C0;
    font-family: 'trebuchet MS';
    font-size: 12px;
    color: #333333;
    letter-spacing: -1px;
}

.cl_ok_btn
{
    padding: 5px;
    border: 1px solid #FF9933;
    color: #FF6600;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFF66;
    font-weight: bold;
}

.cl_err
{
    padding: 2px;
    border: 1px solid #FF9933;
    color: #FF6600;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFF66;
    font-weight: bold;
}