* {
	margin:0px;
	padding:0px;
}
body {
	background-color: #E9EAEC;
	margin: 0px;
	border:0 px;
}
img {
	border: 0px;
	margin: 0px;
}
#cabecalho {
	width: 350px;
	height: 45px;
	background: transparent url(../imgs/chat/chat_header.gif) no-repeat center top;
	margin: 10px 5px;
}
#dialogBox{
	width: 350px;
	height: 200px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 5px;
	line-height: 16px;	
	background-color: #FFFFFF;
	border: 1px solid #F4F4F4;
	}		
.myMessage,
.otherMessage{
	width: 320px;
	height: auto;
	margin: 0px;
	padding: 4px;
	background-color: #F4F4F4;
}
.otherMessage{
	background-color: transparent !important;
}
.write{
	width: 350pxpx;
	height: 60px;
	background-color: transparent;
	margin: 10px 5px;
}
#msg{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	visibility: visible;
	border: 1px solid #50728E;
	font-size: 8pt;
	color: Black;
	vertical-align: middle;
	padding: 1px;
	background: White url(../imgs/chat/input_background.gif) repeat-x;
}

/*   */

#window_contatos {
	background: #FFFFFF url(../imgs/mail.jpg) no-repeat right bottom;
	border: 3px solid #92B3E8;
	float: left;
	height: auto;
	margin-left: 150px;
	position: absolute;
	visibility: hidden;
	width: 200px;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.window_contatos_title{
	background-color: #92B3E8;
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 1px 0;
	line-height: 18px;	
}
.close_button{
	width: 18px;
	float: right;
}
#usuario{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-indent: 23px;
	line-height: 22px;
	margin-bottom: 2px;
}
.usuario_on{
	background: #E9EAEC url(../imgs/usuario_on.gif) no-repeat center left;
	background-position: 2px 3px;
}
#contatos{
	background-color: #E9EAEC;	
	padding: 5px;
}
#contatos ul{
	list-style:none;	
}
#listaContatos{
	background-color: white;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	overflow: auto; 
	height: 95px;
	line-height: 16px;	
}
#contatos ul{
	list-style: none;	
	}
.contato_off {
	border-bottom: #EBEDD8 solid 2px;
	text-indent: 22px;
	background: transparent url(../imgs/usuario_off.gif) no-repeat center left;
	background-position: 2px 2px;
        font-size: 8pt;
}
.contato_off a:link {
        text-decoration: none !important;
        font-size: 8pt;
        cursor: pointer;
}
.contato_off a:hover{
	background-color: white;
}
.contato_on{
	border-bottom: #EBEDD8 solid 2px;
	text-indent: 22px;
	background: transparent url(../imgs/usuario_on.gif) no-repeat center left;
	background-position: 2px 2px;
        font-size: 8pt;
	}
.contato_on a:link {
        text-decoration: none !important;
        font-size: 8pt;
        cursor: pointer;
}
.contato_on a:hover{
	background-color: white;
	}
#nome_contato,
#perfil_contato,
#email_contato{
	width: 160px;
	height: 16px;
	padding: 1px 3px;
	margin-top: 5px;
	font-size: 8pt;
	font-weight: bold;
	color: black;
}
#perfil_contato{
	margin-top: 0px !important;
	font-weight: normal !important;
}
#email_contato{
	margin: 0px !important;
	font-size: 8pt !important;
	font-weight: normal !important;	
}	


	
