
#tasks_create_fs {

}

#tasks_create_fs textarea {
    width: 95%;
    height: 40px;
}

#tasks_create_fs input.text {
    width: 450px;
}

#tasks table {

}

#tasks fieldset {
    border: 1px solid black;
}

#tasks  .tasks_name {
    height: 1.15em;
    line-height: 1.15em;
    width: 100%;
    overflow: hidden;
    display: block;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    vertical-align: top;
    _padding-left: 1px;
}

#tasks  .tasks_name a {
    color: #333;
}

#tasks .tasks_name .inside {
    font-weight: normal;
    font-size: 8pt;
    color: blue;
}

#tasks .tasks_desc {
    color: #999;
    _display: none;
    font-weight: normal;
}

#tasks .tasks_type {
    color: green;
    font-size: 8pt;
    font-weight: normal;
    
    vertical-align: top;
}

#tasks .tasks_status {
    padding-right: 10px;

    font-size: 8pt;
    color: green;
    vertical-align: top;
}

#tasks .tasks_date {
    vertical-align: bottom;
}