/*********************************************************************************************************
 This code is part of the GuestBook software (www.gerd-tentler.de/tools/guestbook), copyright by
 Gerd Tentler. Obtain permission before selling this code or hosting it on a commercial website or
 redistributing it over the Internet or in any other medium. In all cases copyright must remain intact.
*********************************************************************************************************/

/*BODY {
  color: #000000;
  background-color: #F0F0F0;
}*/
/*TD, TH, UL, OL {
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
}*/

/*DIV, PRE {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 6px;
}

A, A:active, A:visited {
  color: #0000D0;
  text-decoration: none;
}

A:hover {
  color: #D00000;
  text-decoration: underline;
}

FORM {
  margin: 0px;
  padding: 0px;
}
*/
.cssForm {
  font-family: Courier New, Courier, Monospace;
  font-size: 11px;
}

.cssLink, .cssLink:active, .cssLink:visited {
  color: #772e0c;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
}

.cssLink:hover {
  color: #0000FF;
  text-decoration: underline;
}

.cssTitle {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #772e0c;
  background-color: #d8b269;
  border: 2px none #FFFFFF;
}
.cssSmall {
  font-size: 10px;
  color: #A0A0A0;
}
.cssContent {
  text-align: left;
  /*background-color: #f0e591;*/
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  background-color: #fff;
  border: 1px  #d8b269;
	padding: 2px;
	border-top-style: solid;
}
 .cssContent td {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
	
}

.cssNavigation {
  text-align: center;
  font-weight: bold;
  color: #772e0c;
  background-color: #c3a15f;
  /*border: 2px outset #FFFFFF;*/
}
.cssNavigation2 {
  text-align: center;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
  /*background-color: #f0e591;*/
  background-color: #fff;
  /*border: 1px solid #A0B0C0;*/
}
.cssError {
  text-align: center;
  font-weight: bold;
  color: #D00000;
  background-color: #FFF0E0;
  border: 1px solid #C0B0A0;
}
.cssCode {
  font-family: Courier New, Courier, Monospace;
  font-size: 12px;
  color: #00A000;
  background-color: #E0FFE0;
  border: 1px solid #C0E0C0;
  margin-top: 2px;
  margin-bottom: 2px;
}
.cssQuote {
  color: #808080;
  background-color: #F0F0F0;
  border: 1px solid #C0C0C0;
  margin-top: 2px;
  margin-bottom: 2px;
}
.cssRaised {
  /*background-color: #FFFFC0;*/
  background-color: #FFF;
  /*border: 2px outset #FFFFFF;*/
  padding-left: 3px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 5px;
}
.cssPressed {
  /*background-color: #FFFFC0;*/
  background-color: #FFF;
  border: 2px inset #d8b269;
  padding: 4px;
}

