body {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	background: white;
}

h1 {
	color: #3484D2;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

.signinpanel {
  background: url(/images/pig3.jpg) no-repeat 170px 35px;
}

input.opc {
  width: 100px;
}

td.indi {
  width: 30px;
  text-align: center;
}

td.indi img {
  padding: 0px;
  margin: 0px;
}

td.punishment {
	width: 200px;
}

textarea.myta {
	width: 100%;
}

div.pundate {
	font-size: x-small;
}

a.icon-set-choice {
	background-repeat: no-repeat;
	background-position: center;
	width: 43px;
	height: 43px;
	display: block;
	float: left;
	border-bottom: 2px;
}

img.wa-smileys {
	width: 27px;
	height: 27px;
}

div.input-smileys {
	float: left;
}

#text {
	min-height: 27px;
	padding-left: 4px;
	padding-top: 4px;
	float: left;
	width: 260px;
	border: 2px solid silver;
}

a.input-send {
	display: block;
	float: none;
}

img.wa-send {
	width: 27px;
	height: 27px;
}

div.smileys-bar {
	display: none;
}

div.smileys-add {
	background-color: #E3E7E8;
	width: 285px;
	float: left;
	clear: left;
}

div.smileys-add img {
	padding: 0px;
	margin: 8px;
}

div.smileys-back {
	background-color: #E9EDF0;
	float: left;
	width: 45px;
}

div.smileys-back img {
	padding: 0px;
	margin: 8px;
}

div.icon-set {
	border: 1px solid black;
	width: 330px;
	height: 150px;
	display: none;
	clear: left;
    overflow-y: scroll;
    overflow-x:hidden;
}

img.img-small {
	width: 17px;
	height: 17px;
	margin: 1px;
}

#comments {
	margin-top: 20px;
	margin-bottom: 5px;
	width: 100%;
	height: 200px;
	border: 1px solid black;
	background-color: #DDDDDD;
    overflow-y: scroll;
    overflow-x:hidden;
}

div.comment {
	padding: 5px;
	margin: 3px;
	border-radius: 10px;
}

div.comment-left {
	float: left;
	clear: both;
	background-color: white;
}

div.comment-right {
	float: right;
	clear: both;
	background-color: #CCFFCC;
}

input.submit_icon {
	float: left;
}

a.read-older {
	display: block;
	clear: both;
	text-align: center;
}

#writing {
	display: none;
	margin-bottom: 5px;
	margin-bottom: 5px;
}

#error {
	display: none;
	color: red;
	margin-bottom: 5px;
}

#online {
	display: none;
	color: green;
	margin-bottom: 5px;
}

.user-status {
	display: none;
	margin-bottom: 5px;
}

#online_stat {
	color: green;
}

#away_stat {
	color: orange;
}

#offline_stat {
	color: red;
}
