body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;

    background-color: #F0F0F0;
}

#menu
{
    background-color: #006699;
    border-bottom: 1px solid #D0DDB0;
    height: 22px;
    font-family: Verdana;
}

#menu a
{
    display: block;
    float: left;
    text-decoration: none;
    padding: 4px 8px;
    border-right: 1px #CCCCCC solid;
    color: white;
}

#menu a.first
{
    border-left: 1px #CCCCCC solid;
}

#menu a
{

}

#menu a:hover
{
    background-color: #009966;
}

#content
{
    margin: 0 20px;
}

#container2
{
    width: 100%;
    height: 500px;
    display: table;
    background-color: white;
}

#footer
{
    padding: 10px;
    text-align: center;
    color: #999999;
    border-top: 1px #CCCCCC solid;
    background-color: #F0F0F0;
}

table.dashboard, table.dashboard td
{
    border-color: #DDDDDD;
}

td.dashleft
{
    background-color: #F0FFF0;
}

td.dashright
{
    background-color: #F0F0F0;
    text-align: right;
    font-weight: bold;
    color: #333333;
}

.success
{
    padding: 4px;
    margin-bottom: 4px;
    background-color: #D0DD99;
    font-weight: bold;
    display: table;
}

.error
{
    padding: 4px;
    margin-bottom: 4px;
    background-color: #FFCC33;
    font-weight: bold;
    display: table;
}

img.clickable
{
    cursor: pointer;
}


/*    table styles  */

.data th
{
    background-color: #F7F7F7;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px #DEDEDE solid;
}

.data td
{
    height: 30px;
}

.data tr.even td
{
}

.data tr.odd td
{
    background-color: #F7F7F7;
}

/* */



legend
{
    font-weight: bold;
    color: #777777;
}

label
{
    font-weight: bold;
}

h1,h2,h3
{
    color: #007799;
    font-family: Georgia, Tahoma;
}

h1
{
    font-size: 2.0em;
    margin : 12px 0;
}

span.no
{
    font-weight: bold;
    color: #555555;
    background-color: #FFDD99;
    padding: 2px;
    -moz-border-radius: 3px;
}

span.yes
{
}


#ajax_preview a
{
    color: black;
    font: 12px Verdana;
    text-decoration: none;
    margin: 0 10px;
}

#ajax_total
{
    font-weight: bold;
}