/*
**
** Tritanium Guestbook - Standardstyle
** http://www.tritanium-scripts.de
**
*/



/* <body>-Eigenschaften */
body {
	background-color:#969453;
    scrollbar-face-color: #969453; 
    scrollbar-shadow-color: #969453; 
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-3dlight-color: #969453; 
    scrollbar-darkshadow-color: #FFFFFF; 
    scrollbar-track-color: #969453;
    scrollbar-arrow-color: #FFFFFF;	
}

/* Der Text, der über dem Gästebuch engezeigt werden soll (falls in der settings.php angegeben) */
.tgbbannertext {
	color:white;
	font-family:tahoma;
	text-align:center;
	font-size:12pt;
}

/* "Eintragen"-Text */
.tgbnewentrytext {
	font-family:tahoma;
	color:white;
	font-size:10pt;
}
a.tgbnewentrytext:link {
	color:blue;
	text-decoration:none;
}
a.tgbnewentrytext:visited {
	color:blue;
	text-decoration:none;
}
a.tgbnewentrytext:hover {
	color:blue;
	text-decoration:underline;
}
a.tgbnewentrytext:active {
	color:blue;
	text-decoration:underline;
}

/* Allgemein die Tabelle eines Eintrags */
table.tgbtable {

}

/* Die linke Zelle der Tabelle eines Eintrags */
td.tgbleftcell {
	background-color:#969453;
	text-align:left;
	color:white;
	border:1px white solid;
}

/* Name dessen, der sich eingetragen hat */
.tgbleftcellnametext {
	font-family:tahoma;
	font-weight:bold;
	color:white;
	font-size:10pt;
}

/* Die restlichen Angaben der Person, die sich eingetragen hat */
.tgbleftcellothertext {
	font-family:tahoma;
	font-size:10px;
}

/* Die rechte Zelle der Tabelle eines Eintrages */
td.tgbrightcell {
	background-color:#969453;
	text-align:left;
	color:white;
	border:1px white solid;
}

/* Der Text in der rechten Zelle, also der eigentliche Eintrag */
.tgbrightcelltext {
	font-size:10pt;
	font-family:tahoma;
}

/* Kommentar zu einem Eintrag */
.tgbcomment {
	font-family:tahoma;
	font-size:9pt;
	font-weight:bold;
	color:white;
	background-color:#969453;
	border:black 1px solid;
	padding:2px;
}

/* Das Formular um sich ins Gästebuch einzutragen */

table.tgbform { /* Die Tabelle beim Eintragen */
	background-color:black;
}

td.tgbformleftcell{ /* Die linken Zellen */
	background-color:#969453;
}
.tgbformleftcell { /* Der Text in den linken Zellen */
	text-align:left;
	color:white;
	font-family:tahoma;
	font-size:10pt;
}

td.tgbformrightcell{ /* Die rechte Zellen */
	background-color:#969453;
	color:white;
}
.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:#969453;
}
.tgberrorcell { /* Text in der Fehlerzelle */
	text-align:left;
	color:red;
	font-family:tahoma;
	font-weight:bold;
	font-size:10pt;
}

textarea.tgbform { /* Die große TextBox, wo der eigentliche Eintrag rein kommt */
	border:black 1px solid;
	font-family:arial;
        color:black;
	font-size:10pt;
}
input.tgbform { /* Die kleinen Textfelder */
	border:black 1px solid;
	font-family:arial;
	font-size:10pt;
}
button.tgbform { /* Der Eintragen-Button */
	background-color:white;
	font-family:arial;
	font-size:10pt;
	border:black 1px solid;
}

/* Die Seitenauswahl */
.tgbpagechange {
	font-family:tahoma;
	font-size:10px;
}
a.tgbpagechange:link {
	color:blue;
	text-decoration:none;
}
a.tgbpagechange:visited {
	color:blue;
	text-decoration:none;
}
a.tgbpagechange:hover {
	color:blue;
	text-decoration:underline;
}
a.tgbpagechange:active {
	color:blue;
	text-decoration:underline;
}


/* 
** 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:gray;
	font-family:tahoma;
	font-size:10px;
	color:black;
}
a.tgbcopyr:link {
	color:gray;
	text-decoration:underline;
}
a.tgbcopyr:visited {
	color:gray;
	text-decoration:underline;
}
a.tgbcopyr:hover {
	color:red;
	text-decoration:underline;
}
a.tgbcopyr:active {
	color:red;
	text-decoration:underline;
}