body, td, p
{
    color:                      #4E4E4E;
    font-size:                  11px;
    font-family:                verdana;
}
a
{
    color:                      #6699CC;
    text-decoration:            underline;
}
a:hover
{
    color:                      #356A9F;
    text-decoration:            underline;
}
b
{
    color:                      #5D5D5D;
    font-weight:                bold;
}

.small
{
    font-size:                  9px;
}
.footer, .footer:hover
{
    color:                      #999999;
    font-size:                  9px;
    text-decoration:            none;
}
.error
{
    color:                      #9A380B;
}
.okay
{
}
.color_blue {
    color:                      #356A9F;
}
.headline-margin
{
    color:                      #FFFFFF;
    font-weight:                bold;
    background-color:           #356A9F;
    height:                     20px;
}
.navigation
{
    color:                      #EAEEF7;
    height:                     18px;
    text-decoration:            none;
}
.navigation:hover
{
    color:                      #EAEEF7;
    height:                     18px;
    text-decoration:            underline;
}
.logout
{
    color:                      #5D5D5D;
    font-weight:                bold;
    text-decoration:            none;
}
.logout:hover
{
    color:                      #5D5D5D;
    font-weight:                bold;
    text-decoration:            underline;
}
.headline
{
    font-size:                  14px;
    font-weight:                bold;
}
.category
{
    font-size:                  12px;
    font-weight:                bold;
    font-valign:                bottom;
    padding-top:                15px;
}
.edit
{
    line-height:                18px;
}

/******************************************
 INPUT, RADIO, BUTTON
******************************************/

input, textarea, select
{
    color:                      #4E4E4E;
    font-size:                  10px;
    font-family:                verdana;
    background-color:           #FFFFFF;
    margin:                     1px;
    border:                     #4E4E4E 1px solid;
}
.input_error, .textarea_error, .select_error
{
    color:                      #9A380B;
    font-size:                  10px;
    font-family:                verdana;
    background-color:           #FFCEA1;
    margin:                     1px;
    border:                     #9A380B 1px solid;
}
.radio,.checkbox
{
    margin:                     0px;
    border:                     0px;
}
.button
{
    color:                      #FFFFFF;
    background-color:           #356A9F;
    border:                     1px solid #E9E9E9;
    cursor:                     hand;
}