/* **************************************************************************************
Theme: foro: Utilizado para el foro
************************************************************************************** */

table.foro, table.foro tbody, table.foro tr, table.foro th, table.foro td, table.foro caption {
font-family: Verdana, arial, helvetica, sans-serif;
color:#000;
font-size:10px;
text-align:center;
}
table.foro tbody {
background:#44515B;
}
table.foro {
border-color=#000000;
border-style: solid;
}



table.foro th, table.foro td {
border:1px solid;
border-color:#fff #000 #000 #fff;
text-align:center;
}

/* **************************************************************************************
Theme: chat: Utilizado para el chat
************************************************************************************** */

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:#B0C4DE;
}
table.chat {
border-color=#000000;
border-style: solid;
}

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

/* **************************************************************************************
Theme: miniCal: Utilizado para el calendario pequeño
************************************************************************************** */
table.miniCal, table.miniCal tbody, table.miniCal tr, table.miniCal th, table.miniCal td, table.miniCal caption {
font-family: Verdana, arial, helvetica, sans-serif;
color:#000;
font-size:9px;
text-align:center;
}

table.miniCal caption{
background:#EFF3F6;
font-size:10px;
}

table.miniCal a {
font-weight:bold;
text-decoration:none;
font-weight:bold;
color:#000000;
}
table.miniCal a:visited {
text-decoration:none;
font-weight:bold;
color:#000000;
}
table.miniCal a:hover {
text-decoration:none;
font-weight:bold;
color:#000000;
}

table.miniCal th, table.miniCal td {
text-align:center;
}	

/* **************************************************************************************
Theme: cellCenter
************************************************************************************** */
table.cellCenter, table.cellCenter tr, table.cellCenter th, table.cellCenter td, table.cellCenter caption {
text-align:center;
}

table.cellCenter tr.odd {
background-color: #FCFCE9;
}

table.cellCenter tr.desc {
background-color: #F5DEB8;
}

table.cellCenter td {
font-size:10px;
}

/* **************************************************************************************
Theme: cellCenterPrint
************************************************************************************** */
table.cellCenterPrint, table.cellCenterPrint th, table.cellCenterPrint caption {
text-align:center;
font-size:10px;
}
table.cellCenterPrint tr, table.cellCenterPrint td {
text-align:center;
font-size:10px;
}

