@import url(htmlarea.css);

.html-area
{
    width: 650px;
    height: 250px;
}

.html-area-show
{
    /*text-align: justify; padding-right: 10px;*/
}

.email-alert
{
    color: green;
    font-weight: bold;
    font-size: 130%;
}

.info
{
    font-style: italic;
    padding: 2px 4px;
}

input.long
{
    width: 650px;
}

.imported
{
    text-align: justify;
}

.table-form
{
    /*width: 90%;*/
}

.table-form.filter
{
    width: 100%;
}
.table-form.filter th, .table-form.filter td
{
    white-space: nowrap;
}

.table-errors, .table-messages, .dblist-handler
{
    border: 0px;
    background-color: white;
}

.table-errors th
{
    font-weight: bold;
}

.table-errors td
{
    color: red;
}

.table-messages td
{
    font-weight: bold;
    color: green;
}

.table-dblist-selector
{
    font-weight: bold;
}

.form-file
{
    font-size: 11px;
    font-family: verdana;
}

.selector-disabled
{
    color: gray;
    font-weight: bold;
}

.home
{
    text-align: right;
}

.button
{
    cursor:hand;
    border: #191919 1px solid;
    font-weight: bold;
    font-size: 10px;
    font-family: verdana, helvetica;
}

.form-file, .form-input
{
    border: 1px solid black;
    font-size: 10px;
    font-family: verdana, helvetica;
}

.red
{
    color: red;
}

pre .string
{
    color: green;
    font-weight: bold;
    font-size: 12pt;
}

.tree-form-holder
{
    width: 100%;
    border: 0px solid black;
    background-color: white;
}

.tree-holder
{
    width: 260px;
    height: 1%;
    border: 1px solid black;
}

.tree-cover
{
    width: 260px;
    height: 100%;
    border: 0px;
}

.tree-cover tr
{
    background-color: #FFFFFF;
}

.tree-div
{
    width: 260px;
    overflow: auto;
    padding: 0 0 20px 0;
    overflow-y: hidden;
}

.tree-table
{
    width: 259px;
    height: 1%;
    border: 0px;
}

table#header {
    border: 0px;
    background: transparent;
    width: 100%;
}
table#header td.left {
    text-align: left;
    font-weight: bold;
}
table#header td.right {
    text-align: right;
}

a.reset, a.selector {
    position: relative;
}
a.reset:hover, a.selector:hover {
    top: -1px;
    left: -1px;
}
img.selector {
    border: 0px;
    margin: 1px;
}

table.attendance th.hour, table.attendance td.day, table.attendance td.hour {
    border: 1px solid #CCCCFF;
    text-align: center;
}
table.attendance a, table.attendance div, div#legend .color {
    display: block;
    width: 40px;
    height: 20px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.cleaner {
    clear: both;
}
h4 {
    margin-top: 25px;
}
div#legend .color, div#legend .user, div#legend #hour-detail {
    margin-left: 15px;
    margin-bottom: 2px;
}
div#legend #hour-detail {
    margin-top: 20px;
    font-weight: bold;
}
.profit {
    color: #840;
}
