body, p, h1, h2, h3, table, td, th, ul, ol, a, blockquote
{
    font-family:       verdana,geneva,arial,helvetica,sans-serif;
    color:             #222222;
    background-color:  #ffffff;
}

body, td
{
    margin-left:       1em;
    margin-right:      1em;
    font-style:        normal;
    font-size:         11px;
}

a:link, a:visited, a:active
{
    color:             blue;
    background-color:  transparent;
}

td
{
    vertical-align:    top;
    text-align:        left;
    padding:           10px;
}

.darkbg
{
    color:             #dddddd;
    background:        #222222;
}

a:link.darkbg, a:visited.darkbg, a:active.darkbg
{
    color:             #84adc6;
    background-color:  transparent;
}

a[href ^="http://"],
a[href ^="ftp://"] {
    background:        url(images/external.png) center right no-repeat;
    padding-right:     13px;
}


.defpopup
{
    color:             #9f141a;
    cursor:            help;
    border-bottom:     1px dashed;
/*
//    text-decoration:   none;
//    text-decoration:   1px dashed #aaa;
//    border-bottom:     1px dashed #aaa;
*/
}
