/*
 *      main.css
 *     
 *     Copyright 2010 Horst Vollhardt <horstv@horstv.de>
 */

body {
    background-color: #000;
    color: #0f0;
    font: normal 13px sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}
    
table td {
    color: #0f0;
    font: normal 13px sans-serif;
}

a {
    color: #fff;
    text-decoration: none;
}

a:VISITED {
    color: #fff;
}

a:HOVER {
    color: #000;
    background-color: #0f0;
}

b {
    color: #6f6;
    font-weight: normal;
}

table.Title {
    width: 100%;
}
    
td.Update {
    vertical-align: bottom;
    text-align: right;
    padding-right: 10px;
}

table.Columns {
    margin-top: 5px;
}
    
td.Column {
    vertical-align: top;
    padding-right: 10px;
    width: 33%;
}

table.GridPanel td,th {
    border: 1px solid #0f0;
    padding: 4px;
    vertical-align: top;
}

th.Header {
    color: #000;
    background-color: #0f0;
    font: bold 14px sans-serif;
    text-align: center;
}
 
table.Success {
    /* width: 50em; */
}
 
table.Success td.Date {
    border-right-width: 0px;
    padding-right: 10px;
    white-space: nowrap;
}

table.Success td.Text {
    border-left-width: 0px;
}

table.Success td.Text br {
    margin-bottom: 8px;
}

table.Publication {
    /* width: 50em; */
}
 
table.Publication td.Date {
    border-right-width: 0px;
    padding-right: 10px;
    white-space: nowrap;
}

table.Publication td.Text {
    border-left-width: 0px;
}

span.Author {
    color: #df0;
    white-space: nowrap;
}
