body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		scrollbar-face-color: #660000;
		scrollbar-shadow-color: #c00000;
		scrollbar-highlight-color: #932525;
		scrollbar-3dlight-color: #702626;
		scrollbar-darkshadow-color: #932525;
		scrollbar-track-color: #932525;
		scrollbar-arrow-color: #ffffff; 
		border: #c00000;
	background-color: #210000;
}
a {
	text-decoration: none; 
	color: #ff0000; 
}
a:hover {
	text-decoration: underline; 
	color: #c0ffff; 
}
.mainTable {
	width: 160px;
}
.messagesTable {  
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	border: 115px;
}
.messagesDiv {
	text-align: left;
	height: 250px;
	width: 150px;
	overflow: auto;
	position: relative;
}
.form {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #ef4747;
	border: 1px #666666 solid;
}
.formInput, .formButton {
	border: 1px solid #ff0000;
	color: white;
	background-color: #bd0f0f;
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.formInput {
	width: 145px;
}
#nick.formInput {
	width: 100px;
	float: left;
}
#pass {
	width: 100px;
	display: none;
}
.formButton {
	margin-right: 0px;	
}

.messagesTable td {
	border: #000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	background-color: #410304;
}
.messagesTable .impar {
	background-color: #3a0e0f;
}
.messagesTable .final {
	border-bottom: 1px solid #000;
}
.admin .nick {  
	color: #ffff00;
}
.admin .mensaje {
	color: #fcfba4;
}
.info {  
	font-size: 9px; color: #fff;
	text-align: center;
	/*border: 1px solid #000;*/
}
.errorDiv, .infoDiv {
	border: 1px solid red;
	font-size: 9px;
	width: 125px;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #000000;
	color: white;
}
.infoDiv {
	border: 1px solid blue;
}
.adminTools {
	padding-right: 3px;
}
#smileyTool {
	font-size: 12px;
	display: block;
	margin: 3px;
	width: 10px;
	float: right;
}
#smileysDiv {
	top: 0px;
	left: 0px;
	position: absolute;
	background-color: white;
	padding: 3px;
	border: 1px dotted black;
	font-size: 9px;
}
#smileysDiv div {
	margin-bottom: 3px;
}
