
.SMILES
{
	cursor:hand;
}


.Message
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	OVERFLOW: auto; 
	WIDTH: 100%; 
	/*HEIGHT: 350px;*/
}
.Users
{
	FONT-WEIGHT: bold; 
	OVERFLOW: auto; 
	WIDTH: 100%; 
	CURSOR: pointer; 
	COLOR: navy; 
	/*HEIGHT: 300px;*/
	}

.Chat
{
    border: 1px outset;
    background-color: #FFFFFF;
    border-top: 1px solid #CFDDF8;
	border-left: 1px solid #CFDDF8;/**/
	
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #98AAB1;
}
.ChatItem 
{
    background-color:#FFFFFF;
    /*background-image: url(images/fhBg.gif); */
    background-repeat: repeat-x;
    border-top: 1px solid #CFDDF8;
	border-left: 1px solid #CFDDF8;
	padding:0px 5px 0px 5px;
	font-size:12px;
}

.ImputStyle 
{
	width:100%;
	BACKGROUND-IMAGE: url(images/textfield.gif);
    background-repeat: repeat-x;  
    BORDER-TOP:  1px inset; 
    BORDER-LEFT:  1px inset;
    BORDER-RIGHT:#dbdbdb 1px inset; 
    BORDER-BOTTOM:#dbdbdb  1px inset;
    FONT-SIZE: 11px; 
    COLOR:           #666666;
    FONT-FAMILY:     Arial,Verdana;
    
	
	border:solid 1px gray; 
	background-color:WhiteSmoke; 
}
.ButtonStyle
{
	CURSOR:           hand ;
	BORDER:           #dbdbdb 1px outset;
	FONT-SIZE:        10px; 
	BACKGROUND-IMAGE: url(images/textfield.gif); 
	background-repeat: repeat-x;
	COLOR:            #666666; 
	FONT-FAMILY:      Arial,Verdana;
	BACKGROUND-COLOR: whitesmoke;
}
