/*
**
** Tritanium Guestbook - Standardstyle
** http://www.tritanium-scripts.de
**
*/



/* <body>-Eigenschaften */
body {
        background-color:black;
}

/* Der Text, der über dem Gästebuch engezeigt werden soll (falls in der settings.php angegeben) */
.tgbbannertext {
        color:#1D7295;
        font-family:verdana;
        font-weight:bold;
        text-align:center;
        font-size:30pt;
        color:white;
}

/* "Eintragen"-Text */
.tgbnewentrytext {
        font-family:verdana;
        color:#78BADB;
        font-size:10pt;
        font-weight:bold;
}
a.tgbnewentrytext:link {
        color:#78BADB;
        text-decoration:none;
        font-weight:bold;
}
a.tgbnewentrytext:visited {
        color:#78BADB;
        text-decoration:none;
        font-weight:bold;
}
a.tgbnewentrytext:hover {
        color:#FFFFFF;
        text-decoration:none;
        font-weight:bold;
}
a.tgbnewentrytext:active {
        color:#78BADB;
        text-decoration:none;
        font-weight:bold;
}

/* Allgemein die Tabelle eines Eintrags */
table.tgbtable {

}

/* Die linke Zelle der Tabelle eines Eintrags */
td.tgbleftcell {
        background-color:#78BADB;
        text-align:left;
        border:2px #1D7295 solid;
}

/* Name dessen, der sich eingetragen hat */
.tgbleftcellnametext {
        font-family:verdana;
        font-weight:bold;
        font-size:10pt;
        color:#000000;
}

/* Die restlichen Angaben der Person, die sich eingetragen hat */
.tgbleftcellothertext {
        font-family:verdana;
        font-size:10px;
        color:#000000;
}
a.tgbleftcellothertext:link {
        color:#000000;
}
a.tgbleftcellothertext:visited {
        color:#000000;
}

/* Die rechte Zelle der Tabelle eines Eintrages */
td.tgbrightcell {
        background-color:black;
        text-align:left;
}

/* Der Text in der rechten Zelle, also der eigentliche Eintrag */
.tgbrightcelltext {
        font-size:10px;
        font-family:verdana;
        color:#78BADB
}

/* Kommentar zu einem Eintrag */
.tgbcomment {
        font-family:verdana;
        font-size:10px;
        color:#000000;
        background-color:#78BADB;
        border:#1D7295 2px solid;
        padding:2px;
}

/* Das Formular um sich ins Gästebuch einzutragen */

table.tgbform { /* Die Tabelle beim Eintragen */
        background-color:#000000;
}

td.tgbformleftcell{ /* Die linken Zellen */
        background-color:#000000;
}
.tgbformleftcell { /* Der Text in den linken Zellen */
        text-align:left;
        font-family:verdana;
        font-size:10px;
        color:#78BADB;
}

td.tgbformrightcell{ /* Die rechte Zellen */
        background-color:#000000;
}
.tgbformrightcell { /* Text in den rechten Zellen (ist eig. keiner da :) */
        text-align:left;
}

td.tgberrorcell { /* Die Zelle, in der Fehler angezeigt werden (z.B. kein Name eingegeben) */
        background-color:#000000;
}
.tgberrorcell { /* Text in der Fehlerzelle */
        text-align:left;
        color:red;
        font-family:verdana;
        font-weight:bold;
        font-size:10pt;
}

textarea.tgbform { /* Die große TextBox, wo der eigentliche Eintrag rein kommt */
        border:#1D7295 1px solid;
        font-family:verdana,arial;
        font-size:10px;
        background-color:#78BADB;
        color:black;
}
input.tgbform { /* Die kleinen Textfelder */
        border:#1D7295 1px solid;
        font-family:verdana,arial;
        font-size:10px;
        background-color:#78BADB;
        color:black;
}
button.tgbform { background-color:#1D7295;
        color:#000000;
        font-family:Verdana,Arial,sans-serif;
        font-size:0.1in;
        font-weight:bold;
        border-top-color:#78BADB;
        border-left-color:#78BADB;
        border-right-color:#000000;
        border-bottom-color:#000000;
        border-width:1px;
        border-style:solid; }

/* Die Seitenauswahl */
.tgbpagechange {
        font-family:verdana;
        font-size:10px;
        color:#78BADB
}
a.tgbpagechange:link {
        color:#78BADB;
        text-decoration:none;
}
a.tgbpagechange:visited {
        color:#78BADB;
        text-decoration:none;
}
a.tgbpagechange:hover {
        color:#FFFFFF;
        text-decoration:none;
}
a.tgbpagechange:active {
        color:#78BADB;
        text-decoration:none;
}

.Button { background-color:#1D7295;
        color:#000000;
        font-family:Verdana,Arial,sans-serif;
        font-size:0.1in;
        font-weight:bold;
        border-top-color:#78BADB;
        border-left-color:#78BADB;
        border-right-color:#000000;
        border-bottom-color:#000000;
        border-width:1px;
        border-style:solid; }

/*
** Das Copyright
** ACHTUNG: Das Copyright muss immer gut erkennbar sein!
** Man verstößt auch gegen die Lizenz, wenn die Farbe des
** Textes gleich oder sehr ähnlich der Hintergrundfarbe ist!
*/
.tgbcopyr {
        color:#78BADB;
        font-family:verdana;
        font-size:10px;
}
a.tgbcopyr:link {
        color:#78BADB;
        text-decoration:none;
}
a.tgbcopyr:visited {
        color:#78BADB;
        text-decoration:none;
}
a.tgbcopyr:hover {
        color:#FFFFFF;
        text-decoration:none;
}
a.tgbcopyr:active {
        color:#78BADB;
        text-decoration:none;
}