html, body {
	background: #cccccc url(images/body.gif); /*cambia el color de todo el background*/
	padding: 0;
	margin: 0;
	color: #B0B0FF;/* cambia el texto de color de los mensajes recibidos*/
}
body {
	scrollbar-face-color: #020575; /* la barra*/
	scrollbar-highlight-color: #0949F2;  /*luz de arriba pa bajo*/
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:  #0949F2; /*flechas*/
	scrollbar-track-color: #040147; /*riel*/
	scrollbar-darkshadow-color: #000000;
}

/*body { padding: 0 5px; }*/
body,td,table,input,select,textarea { font-family: verdana; font-size: 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: #cccccc; } /*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: #333333 url(images/cell.gif) top left repeat-x; } /*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 1px #000000;
	border-bottom: solid 1px #000000;
	background: #00005E url(images/cell.gif) top left repeat-x;
}


/* Header cells - the blue and silver gradient backgrounds */
th, td.spaceRow, td.th {
	color: #cccccc; /*texto de quien esta en linea y agregar mensaje*/
	font-size: 11px; 
	font-weight: bold;
	background: ##000071 url(images/th.gif) 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: #CCC; letter-spacing: -1px;}

/* Form elements */
input,textarea, select {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	border: solid 1px #333333;
	background-color: #000042;/*cambia el fondo donde se agrega el mensaje*/
	color: #ffffff;/*cambia el color de texto del mensaje*/
}
* html input.post, * html textarea { border-color: #cccccc; } /* 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
*/