/*********************************************************************************************************
plik css dla shoutbox na krupapiotr.pl
*********************************************************************************************************/
A:hover {
 color: #0080C0;
 text-decoration: underline;
}
.cssShoutBox {
  background-color: #EFE5D0;
  border: 0 inset #EEEEEE;
}
.cssShoutForm {
  font-family: Arial, Helvetica;
  font-size: 11px;
   color: #000000;
  background-color: #FFDBD1;
  border: 1px inset #E0EFEF;
}
.cssShoutButton {
  font-family: Arial, Helvetica;
  font-size: 10px;

}
.cssShoutText {
  font-family: Times New Roman, Helvetica;
  font-size: 12px;
  color: #724900;
}
.cssShoutTextAdmin {
  font-family: Times New Roman, Helvetica;
  font-size: 12px;
	color: #300000;
}
.cssShoutTime {
  font-family: Arial, Helvetica;
  font-size: 8px;
  color: #B0B0B0;
  text-align: left;
}
.cssShoutRaised {
  background-color: #FFFFC0;
  border: 1px outset #EEEEEE;
  width: 14px;
  height: 14px;
  padding: 2px;
  text-align: center;
}
.cssShoutPressed {
  background-color: #D0D0D0;
  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: #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;
  padding: 4px;
}
.cssQuote {
  color: #808080;
  background-color: #F0F0F0;
  border: 1px solid #C0C0C0;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 4px;
}
 