body {
	background: #ffeb9c;
	font-family: tahoma, arial, sans-serif;
	width: 137px;
	font-size: small;
	margin: 0;
	padding: 0;
}
.hidden{
	display: none;
}
#shoutboard{
	overflow: auto;
  overflow-y: auto;
  overflow:  -moz-scrollbars-vertical;
  overflow-x: hidden;
  padding: 5px ;
  font-size: 0.8em;
  color: #5D5D5D;
  line-height: 130%;
	border: 1px solid #21a6c6;
	height: 320px;
	width: 125px;
}
#shoutboard p{
	 margin: 0;
}
#shoutboard strong{
	 color: #21a6c6;
}
#shoutboard hr{
	height: 1px;
  color: #21a6c6;
  background-color: #21a6c6;
  border: 0px solid #21a6c6;
}
#shoutboard th{
	text-align: left;
}
#pridat{
	padding: 0 0 2px 0;
	background: #21a6c6;
	text-align: center ;
}
#pridat a, #zpet{
	font-weight: bold ;
	color: #ffeb9c;
}
#zpet{
	color: #5D5D5D;
}
#pridat a:hover {
	color: #ffffff;
	text-decoration: none ;
}
#pridatZpravu input, textarea {
	border: 1px solid #5D5D5D;

	background: transparent ;
	overflow: auto;
}
/*------Admin-------*/
.tr {background: #C6A69B;}
.tr1 {background: #F2ECEA;}
