/* **************************************************************************************
Theme: chat: Utilizado para el chat
************************************************************************************** */
/* 
	Capas del chat
*/
#divChat{
   background: #000000;
   overflow:auto;
   overflow-x:hidden;
	padding-right: 1px;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	float:left;
	border-right: #000000 1px solid;
	border-top: #000000 0px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 2px solid;
	scrollbar-arrow-color : #000000;
	scrollbar-face-color : #A3977F;
	scrollbar-track-color :#C8C1AF;
	position: relative;
	height:200px;
	left: 0;
	top: 0;
	width: 250px;
}

table.chat, table.chat tbody, table.chat tr, table.chat th, table.chat td, table.chat caption {
font-family: Verdana, arial, helvetica, sans-serif;
color:#000;
font-size:9px;
line-height:1;
}
table.chat tbody {
background:#3A2900;
}
table.chat {
border-color:#000000;

}

table.chat th, table.chat td {
border:1px ;
border-color:#fff #000 #000 #fff;
border-right-style: solid;
border-right-color: #3A2900;
}

/* **************************************************************************************
Theme: chat: Utilizado para el chat
************************************************************************************** */
/* 
	Capas del chat
*/
#divChatAdm{
   background: #000000;
   overflow:auto;
   overflow-x:hidden;
	padding-right: 1px;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	float:left;
	border-right: #000000 1px solid;
	border-top: #000000 0px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 2px solid;
	scrollbar-arrow-color : #000000;
	scrollbar-face-color : #A3977F;
	scrollbar-track-color :#C8C1AF;
	position: relative;
	height:300px;
	left: 0;
	top: 0;
	width: 102%;
}

table.chatAdm, table.chatAdm tbody, table.chatAdm tr, table.chatAdm th, table.chatAdm td, table.chatAdm caption {
font-family: Verdana, arial, helvetica, sans-serif;
color:#000;
font-size:9px;
line-height:1;
}
table.chatAdm tbody {
background:#3A2900;
}
table.chatAdm {
border-color:#000000;

}

table.chatAdm th, table.chatAdm td {
border:1px ;
border-color:#fff #000 #000 #fff;
border-right-style: solid;
border-right-color: #3A2900;
}

