/*********************************************************************************************************
 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.
*********************************************************************************************************/

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #FFFFCC;
	text-decoration: underline;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
}



.cssShoutBox { /* detta är boxen där inläggen hamnar */
	background-color: #333333; /* ändra från vit */
	border: 1px solid #333333; /*  ytter linjefärg  */
	margin-bottom: 5px;
	padding: 0px;  
}
.cssShoutForm {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #999999;  /* texten man skriver in  */
  font-size: 11px;
  background-color: #1b1b1b; /* bakgrunden i skiva in fälten man skriver in  */
  border: 1px inset #333333;
}
.cssShoutButton {
  font-family: Arial, Helvetica;
  font-size: 11px;
  color: #000000;
}
.cssShoutText {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #999999; /* textfärg på berdvid knappar och den skickade texten  */
}
.cssShoutTime {
  font-family: Arial, Helvetica;
  font-size: 7px;
  color: #5b5b5b; /* textfärg på tidstexten 00ff30*/
  text-align: right;
}
.cssShoutRaised {
  background-color: #fbfbd9; /* färg runt papperskorgs bilden */
  border: 1px outset #eeeeee;  /* färg på ramen runt papperskorgs bilden eeeeee*/
  width: 14px;
  height: 14px;
  padding: 2px;
  text-align: center;
}
.cssShoutPressed {
  background-color: #ffc0fa; /* färg på ramen runt papperskorgs bilden FFFFC0*/
  border: 1px inset #EEEEEE;
  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: #a17298; /* färg ???  FFF0E0 */
  border: 1px solid #C0B0A0;
}
.cssCode {
  font-family: Courier New, Courier, Monospace;
  font-size: 12px;
  color: #008e1b;  /* färg ???  00A000 */
  background-color: #E0FFE0;
  border: 1px solid #C0E0C0;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 4px;
}
.cssQuote {
  color: #808080; /* färg ??? */
  background-color: #008e1b; /* fäF0*/
  border: 1px solid #be0707;  /* f*/
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 4px;
}
