/*

Spezielle Style-Sheet-Angaben für das Gästebuch der
Formelsammlung Mathe. Erweitert die Datei 
"rechenregeln_styles.css"

*/

/* ----------------------------------------------
		Die Formatierung der Einträge selbst
*/
div.guestEntry {
	border: 0px solid black;
	margin: 1em 0;
	padding: 0.2em 1em;
}

p.guestText {
	border: 1px solid black;
	padding: 0.2em 0.3em;
	margin: 1em 1em 0.2em;
	background-color:#BBCCFF;
}

p.guestName {
	margin: 0.2em 0;
}

p.guestDate {
	margin: 0.2em 0;
}

/* ----------------------------------------------
		Die Formatierung der Pagination
*/

div.pageCounter {
	padding: 3em 0;
	word-spacing: 0.5em;
}

div.pageCounter a:link {
	color:#0033BB;
	text-decoration:none;
}

div.pageCounter a:visited {
	color:#0033BB;
	text-decoration:none;
}

div.pageCounter a:hover {
	color:#0033BB;
	text-decoration:underline;
}

div.pageCounter a.thisPage{
	font-size:120%;
	font-weight:bold;
}

/* ----------------------------------------------
		Die Formatierung für den Erstellen-Button
*/

div.newEntry {
	border:1px solid #999;
	background-color:#ddd;
	width:10em;
	text-align:center;
	padding:0.3em;
}

div.newEntry:hover {
	color:black;
	background-color:#999;
}

div.newEntry a:link{
	color:black;
	text-decoration:none;
}

div.newEntry a:visited{
	color:black;
	text-decoration:none;
}

div.newEntry a:hover{
	color:black;
	text-decoration:none;
}

/* ----------------------------------------------
		Formatierung der Eingabemaske
*/

div#content label {
    font-weight:bold;
}

div#content table.GBinput {
	border:0;
}

table.GBinput td{
	padding:0.6em 0;
}

.GBTextInput {
	margin-left:0em;
	border:1px solid black;
	padding:0.5ex;
	background-color:#eee;
}

.GBTextInput:focus {
    background-color:#ee9;
}

span.errorField {
	margin:0.5em 0em;
	color:red;
	font-weight:bold;
}

em.hint {
    font-size:80%;
}

/* ----------------------------------------------
	Anpassung für die Bestätigungsmaske
	----------------------------------------------
*/

div#content table.GBinput p.guestText {
	margin:0em;
}

/* ----------------------------------------------
		Allgemeine kleiner Formatierungen
*/
.label {
	font-weight:bold;
}

div#content p.message {
	border:1px solid black;
    padding:0.7em 1em;
    width:30em;
}

.good {
	background-color:#6f6;
}

.bad {
    background-color:#c66;
}
