/* CSS Document */
body{margin:0;background:url(imageschat/bg.jpg) no-repeat center top #000;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:12px;}
p, form {margin:0}

/*-- Tabela Topo --*/
.tableTopo{position:relative;top:140px;}

#containerChat{width:940px;margin:0 auto;}
#containerChat #topo{width:940px;height:197px;margin:0;padding:0;}

#containerChat #boxScreen{width:695px;height:379px;margin:0;padding:0 0 12px 0;background:url(imageschat/bg-box-chat-left.gif) no-repeat top left;overflow:auto;clear:both;}
#containerChat #mycustomscroll {margin:0;padding:0 10px 0 0;position:relative;top:20px;left:20px;clear:both;}

#containerChat #boxTextArea{width:695px;height:70px;margin:0;padding:0;background:url(imageschat/bg-box-text-area.gif) no-repeat top left;clear:both;}

/*--- Input Text ---*/
#containerChat #boxTextArea .textArea{width:576px;height:38px;border:1px solid #333;padding:5px;font-family:Arial, Helvetica, sans-serif;font-size:12px;position:relative;top:9px;left:10px;float:left;}
#containerChat #boxTextArea .btnEnviar{width:87px;height:70px;position:relative;top:0;right:0;float:right;}

/*--- Box Participantes ---*/
#boxParticipantes{width:225px;height:461px;background:url(imageschat/bg-box-participantes.gif) no-repeat top;}

/*--- Tabela Chat ---*/
.tableChat{margin:0}
.tableChat td{margin:0;padding:0 0 15px 0;}
.tableChat .time{margin:0;font-size:10px;color:#999;padding:2px 0 0 0;color:#fff;}
.tableChat .txt{line-height:140%;color:#999;}
.tableChat .txt .user1{font-size:1.2em;font-weight:bold;font-family:Georgia, "Times New Roman", Times, serif;color:#931818;margin:0 5px 0 0;}
.tableChat .txt .user2{font-size:1.2em;font-weight:bold;font-family:Georgia, "Times New Roman", Times, serif;color:#FFCC00;margin:0 5px 0 0;}
.tableChat .txt .user3{font-size:1.2em;font-weight:bold;font-family:Georgia, "Times New Roman", Times, serif;color:#47ab24;margin:0 5px 0 0;}

/*--- Tabela Participantes ---*/
.tableParticipantes{margin:0;}
.tableParticipantes .participante{font-size:1em;font-weight:bold;font-family:Georgia, "Times New Roman", Times, serif;border-bottom:1px solid #333;margin:0 0 7px 0;padding:0 0 7px 0;clear:both;color:#ccc;}
.tableParticipantes .participante .editar{font-size:10px;font-weight:bold;font-family:Arial, Helvetica, sans-serif;color:#FFCC00;text-decoration:none;margin:0 0 0 10px;}
.tableParticipantes .participante .editar:hover{color:#ffdf5d;text-decoration:underline;}

.tableParticipantes .participante .links{font-size:10px;font-weight:bold;font-family:Arial, Helvetica, sans-serif;}
.tableParticipantes .participante .links a{color:#931818;margin:0 10px 0 0;text-decoration:none;}
.tableParticipantes .participante .links a:hover{color:red;text-decoration:underline;}
