body { background-color:#FFFFFF;
        margin-left:10px;
        margin-top:10px;
        margin-bottom:10px;
        margin-right:10px; }

body,table { font-size:11px;
        font-family:'Lucida Grande',LucidaGrande,Verdana,Helvetica,Arial,sans-serif;
        color:#4B567B; }

h1 {    font-size:20px; }

img { border-width:0; }

.img16{ width:16px;
        height:16px; }

a:link { text-decoration:none;
        color:rgb(00,00,99); }
a:visited { text-decoration:none;
        color:rgb(00,00,59); }
a:hover { text-decoration:none;
        color:#7C8ECD; }
a:active { text-decoration:none;
        color:#5C6891; }

.username { font-size:11px;
        font-weight:bold;
        color:#5C6891; }

.message_red { font-size:11px;
        position:relative;
        min-width:250px;
        max-width:250px;
        background-color:#FFCCCC;
        border:1px solid rgb(99,0,0);
        color:rgb(99,00,00); }
        
.message_blue { font-size:11px;
        position:relative;
        min-width:250px;
        max-width:250px;
        background-color:#CBCBFE;
        border:1px solid #0000AA;
        color:#0000AA; }

.message_blue2 { font-size:11px;
        position:relative;
        min-width:250px;
        max-width:250px;
        background-color:#9DA8C1;
        border:1px solid rgb(11,11,44);
        color:rgb(11,11,44); }

.message_green { font-size:11px;
        position:relative;
        min-width:250px;
        max-width:250px;
        background-color:#99CC99;
        border:1px solid rgb(00,55,00);
        color:rgb(00,55,00); }
        
.message_grey { font-size:11px;
        position:relative;
        min-width:250px;
        max-width:250px;
        background-color:#CDCDCD;
        border:1px solid rgb(44,44,44);
        color:rgb(44,44,44); }

.message_orange { font-size:11px;
        position:relative;
        min-width:250px;
        max-width:250px;
        background-color:#FFBB88;
        border:1px solid #EE4400;
        color:#EE4400; }

.message { padding-left:11px;
        padding-right:11px;
        line-height:19px;
        font-family:Geneva,Helvetica,Arial,sans-serif; }

.userimg { border: solid rgb(46,46,46) 0px; }

.theme { font-size:11px;
        font-weight:bold; }

.date { font-size:9px;
        color:#6473A6; }

.plain { font-size:11px;
        font-weight:normal;
        color:#5C6891; }

.plain_title { font-size:11px;
        font-weight:bold;
        color:#5C6891; }

.title { font-size:12px;
        font-weight:bold;
        color:#5C6891; }

.small { font-size:8px;
        font-weight:normal;
        color:#5C6891; }

.smltext { font-size:10px;
        font-weight:normal;
        color:#5C6891; }

.smlbldtext { font-size:10px;
        font-weight:bold;
        color:#5C6891; }

.alert { color:#AA0000; }

.ok { color:#00AA00; }

.disabled { color:#EE4400; }

.blocksatz { text-align:justify; }

.code { font-family:Courier,Monaco,monospace;
        color:#5C6891; }

hr { height: 0px;
        /*border: solid #D1D7DC 0px;*/
        border-top-width: 1px;}

.pages {     font-size:11px; }

.area_main { background-color:#F5F7FC; }

.area_dark { background-color:#F5F7FC; }

.area_plain { background-color:#FFFFFF; }

.border_top { border-top:1px dashed #5C6891;
              border-collapse:collapse;
              height:5px; }

.border_bottom { border-bottom:1px dashed #5C6891;
                 border-collapse:collapse;
                 height:5px; }

.border_left { border-left:1px dashed #5C6891;
               border-top:1px dashed #5C6891;
               border-bottom:1px dashed #5C6891;
               border-collapse:collapse;
               width:5px; }

.border_right { border-right:1px dashed #5C6891;
               border-top:1px dashed #5C6891;
               border-bottom:1px dashed #5C6891;
               border-collapse:collapse;
               width:5px; }

hr.dashed { border-top:1px dashed #5C6891; }

.button { display:inline;
        color:rgb(00,00,00);
        background: #DDDDDD;
        border:1px solid rgb(55,55,55); }
        
.button_hover { display:inline;
        color:#FFFFFF;
        background: #3875D7;
        border:1px solid #1E3E6D; }

.button_text { font-size:11px;
        padding-left:5px;
        padding-right:5px;
        line-height:14px;
        font-family:'Lucida Grande',LucidaGrande,Geneva,Helvetica,Arial,sans-serif; }
        
.xx_message_green { font-size:11px;
        position:relative;
        min-width:250px;
        max-width:250px;
        background-color:#99CC99;
        border:1px solid rgb(00,55,00);
        color:rgb(00,55,00); }