html, body {
	background: fixed url(http://elduelo.net/foro/foro-chat-back.jpg); /*puse una imagen de fondo, y fixed para que no se mueva*/
	padding: 0;	
	margin: 0;
	color: #5097A5;/* cambia el texto de color de los mensajes recibidos, #00CCFF es el celeste*/ 
}
body {
	scrollbar-face-color: #A80000; /* la barra*/
	scrollbar-highlight-color: #121212;  /*luz de arriba pa bajo*/
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:  #cc0000; /*flechas*/
	scrollbar-track-color: #000000; /*riel*/
	scrollbar-darkshadow-color: #000000;
}

/*body { padding: 0 5px; }*/
body,td,table,input,select,textarea { font-family: verdana; font-size: 13px;}  /* aqui es el tamaņo del texto, originalmente estaba a 11px */
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a, a:visited { color: #cccccc; }/*links*/
a:hover		{ text-decoration: underline; color: #00CCFF; } /*links sobre el mouse*/
hr	{ height: 0px; border: solid #000000 0px; border-top-width: 1px;}
form { display: inline; padding: 0; margin: 0; }
img { border: 0; }
br.spacer { height: 5px; font-size: 5px; line-height: 5px; overflow: hidden; }
caption { margin: 0; padding: 0; }
iframe { border: none; background-color: #000; }

/* This is the outline round the main forum tables */
.forumline	{ border: solid 1px #000; background: transparent; 
} /*Marco del foro*/

/* Main table cell colours and backgrounds */
td.row1, td.row2 {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 2px #121212;
	border-bottom: solid 1px #000000;
	background: transparent; /* color de background de la lista de mensajes recibidos, no son los marcos */
}


/* Header cells - the blue and silver gradient backgrounds */
th, td.spaceRow, td.th {
	color: #FF8E04; /*texto de quien esta en linea y agregar mensaje*/
	font-size: 11px; 
	font-weight: bold;
	background: transparent top left repeat-x; /* cambia el color de las barras, en caso de no haber gif */
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #333333;
	border-right: solid 1px #000000;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #000000;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.spaceRow2 {
	background: #2C2C2C url(images/cathead.gif) top left repeat-x;
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
}
td.spaceRow, td.spaceRow2 { height: 2px; overflow: hidden; font-size: 2px; line-height: 2px; padding: 0; }

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/

/* The largest text used in the index page title and toptic title etc. */
h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #D0D0D0;
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #fff; letter-spacing: -1px;}

/* Form elements */
input,textarea, select {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

textarea {												  
	border: solid 2px #333333;	/* tamaņo*/
	background-color:  transparent;/*cambia el fondo donde se agrega el mensaje*/
	color: #ffffff;/*cambia el color de texto del mensaje*/
}
* html input.post, * html textarea { border-color: #A80000; } /* Border del text area*/


select {
	background-color: #000;
	color: #D0D0D0;
}

input { text-indent : 2px; }


/*
	Styled checkboxes and radio buttons.
	Created by Philip Howard, GamingHeadlines.co.uk
	Web: http://www.gamingheadlines.co.uk/wod/formstyle/index.html
*/
