
body {
	font-family: Tahoma, Tahoma, Tahoma, sans-serif;
	scrollbar-face-color: #750000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000; 
	background-color: #000000;

}
a {
	text-decoration: none; 
	color: #FFFFFF; 
}
a:hover {
	text-decoration: underline; 
	color: #FFFFFF; 
}
.mainTable {
	width: 205px;
}
.messagesTable {  
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: 0px #000 solid;
	width: 245px;
}
.messagesDiv {
	text-align: left;
	height: 230px;
	width: 165px;
	overflow: auto;
	position: relative;
}
.form {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #000000;
	border: 0px #000000 solid;
}
.formInput, .formButton {
	border: 0px solid #666;
	background-color: #FFFFFF;
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.formInput {
	width: 165px;
}
#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: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #750000; /Color 1
}
.messagesTable .impar {
	background-color: #000000;
}
.messagesTable .final {
	border-bottom: 0px solid #000000;
}
.admin .nick {  
	color: #0000CC;
}
.admin .mensaje {
	color: red;
}
.info {  
	font-size: 9px; color: #000;
	text-align: center;
	/*border: 1px solid #000;*/
}
.errorDiv, .infoDiv {
	border: 1px solid red;
	font-size: 9px;
	width: 139px;
	margin-bottom: 5px;
	padding: 2px;
}
.infoDiv {
	border: 0px 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: 0px;
	border: 0px dotted black;
	font-size: 9px;
}
#smileysDiv div {
	margin-bottom: 0px;
}
