

/* Toolbars  */

.toolbar{
    padding: 0px;
    color: #999999;
    background: #efefef; 
}

.toolbarblock{
    padding: 0px;
    color: #000000;
    background: #c0c0c0; 
}

.tollbarrec{
    padding: 0px;
    color: #000000;
    background: #ffce9c; 
}

.containerrec{
    border: 1px #ffce9c solid; 
}

.toolbarlabel{
    font-weight: bold;
    color: #333333;
    float: left;
    width: 20%;
}

.toolbar, .toolbarblock, .tollbarrec{
    margin-top: 5px; 
    margin-bottom:5px;
}

.toolbar A:link      {color: #0000aa; text-decoration: underline; font-weight: normal}
.toolbar A:visited   {color: #0000aa; text-decoration: underline; font-weight:normal}
.toolbar A:active    {color: #0000aa; text-decoration: underline; font-weight:normal}
.toolbar A:hover     {color: #0000aa; text-decoration: underline; font-weight:normal}




/* ************************** forms ************************ */

hr{
    color:#e3e3e3
}

.t_label{
    width: 30%; 
    text-align: right;
    padding-right: 25px;
}

.t_field{
    width: 70%;
}

.t_buttons{
    height: 30px;
}

.t_note{
    width:0px;
}

.t_status{
}

.f_tiny{
    width: 45px;
}

.f_img{
    border:#777777 solid 1px;
}

.f_tnimg{
    border:#777777 solid 1px;
    cursor:pointer;
}

.f_short{
    width: 30%;
}

.f_medium{
    width: 50%;
}

.f_long{
    width: 100%;
}

.f_small{
    width: 100%;
    height:40px;      
}

.f_big{
    width: 100%;
    height:100px;      
}

.f_tiny, .f_short, .f_medium, .f_long, .f_small, .f_big, .f_null{
    border: #919191 1px solid;
}

.text_error{
    color: #900000;
}

.text_note{
    color: #999999;
    font-size:10px;
}

.text_complete{
    color: #008000;
}


.fieldtrue{
    color: #008800;
}

.fieldfalse{
    color: #cc0000;
}

.fieldnull{
    color: #cccccc;
}

.node_disabled{
    color:#cccccc;
}
/* ************************** forms ************************ */



