/* 
    Document   : ViewStylesheet
    Created on : 22 Φεβρουάριος 2005, 11:43 πμ
    Author     : george
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body { 
    background-color: black;
}

.tableCenter {
    background-image: url(../images/icons/c.GIF);
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
.tableCenterFiller {
    background-image: url(../images/icons/c.GIF);
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    width: 32;
}

.tableCenterRadioButtons {
    background-image: url(../images/icons/c.GIF);
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    width: 150px;
}

.tableCenterLeft {
    background-image: url(../images/icons/l.GIF);
}
.tableCenterRight {
    background-image: url(../images/icons/r.GIF);
}
.tableTop {
    background-image: url(../images/icons/t.GIF);
    height: 5;
}
.tableTopLeft {
    background-image: url(../images/icons/tl.GIF);
    width: 5;
    height: 5;
}
.tableTopRight {
    background-image: url(../images/icons/tr.GIF);
    width: 5;
    height: 5;
}
.tableBottom {
    background-image: url(../images/icons/b.GIF);
    height: 5;
}
.tableBottomLeft {
    background-image: url(../images/icons/bl.GIF);
    width: 5;
    height: 5;
}
.tableBottomRight {
    background-image: url(../images/icons/br.GIF);
    width: 5;
    height: 5;
}

.tableName {
    border-bottom: darkred thin solid;
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: white;
}
.ChangeDescr {
    background-color: red;
    font-family: Verdana Bold, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    font-size: 8pt;
}

.data {
    background-color: black;
    font-family: Verdana Bold, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    font-size: 8pt;
}

.label {
    background-color: black;
    font-family: Verdana Bold, Helvetica, sans-serif;
    color: silver;
    font-weight: bold;
    font-size: 7pt;
}
.labelPara {
    background-color: black;
    font-family: Verdana Bold, Helvetica, sans-serif;
    color: silver;
    font-weight: bold;
    font-size: 8pt;
}

A.head {
    display: block;
    width: 100%;
    color: lightyellow;
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: none;
}
A.head:hover {
    background-color: darkred;
}
div {
    font-family: Verdana Bold, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    font-size: 8pt;
}

TH {
    background-color: black;
    font-family: Verdana Bold, Helvetica, sans-serif;
    color: silver;
    font-weight: bold;
    font-size: 8pt;
}
.Nam {
    background-color: #222222;
    font-family: Verdana Bold, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    font-size: 9pt;
}
.copyright {
    font-family: Verdana Bold, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    font-size: 8pt;
}

.stdbutton
{
    BORDER-RIGHT: #104a7b 1px solid;
    BORDER-TOP: #afc4d5 1px solid;
    FONT-SIZE: 8pt;
    BACKGROUND: #cccccc;
    BORDER-LEFT: #afc4d5 1px solid;
    CURSOR: hand;
    COLOR: #222222;
    BORDER-BOTTOM: #104a7b 1px solid;
    FONT-FAMILY: Verdana Bold, Helvetica, sans-serif;
    HEIGHT: 19px;
    TEXT-DECORATION: none
}
.stdtext
{
    border-top: silver 1px solid;
    font-family: Verdana Bold, Helvetica, sans-serif;
    border-right: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    COLOR: white;
    BACKGROUND: #000000;
}
H2 {
    color: white;
    font-family: Verdana Bold, Helvetica, sans-serif;
}
H3 {
    color: white;
    font-family: Verdana Bold, Helvetica, sans-serif;
}
H5 {
    color: white;
    font-family: Verdana Bold, Helvetica, sans-serif;
}
H6 {
    color: white;
    font-family: Verdana Bold, Helvetica, sans-serif;
}

.RedUnderlineTable {
    border-bottom: 1px darkred solid;
}

.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #eeeeee
}
A.nor {
    color: lightyellow;
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: none;
}
A.nor:hover {
    text-decoration: underline;
}

