/*********************************************************************************************************

 This code is part of the ShoutBox software (www.gerd-tentler.de/tools/shoutbox), 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.

*********************************************************************************************************/
b, b:first-line {

  color: #00adef;
  font-variant: inherit;
}


A, A:active, A:visited, A:first-line {


  text-decoration: none;

  color: #FFFFFF;
  
  font-variant: inherit;

}
A:first-letter {

  font-variant: inherit;

}

A:hover {


  text-decoration: underline;

  color: #FFFFFF;


}

body: {

background-color: #000000;

}

.cssShoutBox {

  background-color: #000000;

  border: 2px inset #000000;

  margin-bottom: 5px;

}

.cssShoutForm {

  font-family: Arial, Helvetica;

  font-size: 11px;

  background-color: #FFFFFF;

  border: 2px inset #000000;

}

.cssShoutButton {

  font-family: Arial, Helvetica;

  font-size: 14px;

}

.cssShoutText {

  font-family: Arial, Helvetica;

  font-size: 13px;

  color: #FFFFFF;

  margin: 0px 5px 10px 5px;

}

.cssShoutTime {

  font-family: Arial, Helvetica;

  font-size: 9px;

  color: #FFFFFF;

  text-align: right;

  margin: 0px 5px 0px 5px;

}

.cssShoutRaised {

  background-color: #FFFFC0;

  color: #FF3300;

  border: 1px outset #000000;

  width: 14px;

  height: 14px;

  padding: 2px;

  text-align: center;

}

.cssShoutPressed {

  background-color: #FFFFC0;

  border: 1px inset #000000;

  width: 14px;

  height: 14px;

  padding-left: 3px;

  padding-top: 3px;

  padding-right: 1px;

  padding-bottom: 1px;

  text-align: center;

}

.cssShoutError {

  font-family: Arial, Helvetica;

  font-size: 11px;

  padding: 4px;

  text-align: center;

  color: #D00000;

  background-color: #FFF0E0;

  border: 1px solid #000000;

}

.cssCode {

  font-family: Courier New, Courier, Monospace;

  font-size: 12px;

  color: #00A000;

  background-color: #E0FFE0;

  border: 1px solid #000000;

  margin-top: 2px;

  margin-bottom: 2px;

  padding: 4px;

}

.cssQuote {

  color: #808080;

  background-color: #F0F0F0;

  border: 1px solid #000000;

  margin-top: 2px;

  margin-bottom: 2px;

  padding: 4px;

}

