/* 
    Document   : base
    Created on : 17.12.2008, 9:27:42
    Author     : cy6ergn0m
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body
{
    background-color: #F1F7F9;
    color: midnightblue;
    font-size: 14px;
}


.menu_item
{
    font-size: 13px;
}

a {
    text-decoration: underline;
    background-color: transparent;
    font-size: 14px;
}

a:link {
    text-decoration: underline;
    background-color: transparent;
    font-size: 14px;
}

a:hover {
    text-decoration: underline;
    background-color: #B2D5F1;
    font-size: 14px;
}

a:visited
{
    color: midnightblue;
   font-size: 14px;
}

.even {
    background: #e0e5Ff
}

.odd {
    background: #F1F7F9
}

.error_field {
    border: 1px dotted red
}

