﻿html {
height:100%; 
max-height:100%; 
padding:0; 
margin:0; 
border:0; 
background:#fff; 
/* hide overflow:hidden from IE5/Mac */ 
overflow: hidden;
}
body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0;}
#content {display:block; height:100%; max-height:100%; overflow:auto; position:relative; z-index:3; word-wrap:break-word;}
#foot {position:absolute; margin:0; bottom:0px; display:block; width:100%; height:24px; background:transparent; text-align:left; z-index:4;}

.chat-main span{font-weight:bold; color:#347501; margin:0; padding:4px 0 0 6px;}
a:link,a:visited {color: #347501;}
a:hover {
	color: #aaaaaa; text-decoration:none;
}
.chat-main{ width:979px; height:24px;border-left:1px #989898 solid; border-right:1px #989898 solid;
		border-top:1px #989898 solid;padding:1px 1px 0 1px; overflow:hidden; background:#ffffff;
}
.chat-main{ margin:0px auto; }
.chat-left{ width:847px; height:24px; background:#e6e6e6; float:left; border-right:1px #c3c3c3 solid; overflow:hidden;}/*width:841px;*/
.chat-greet{ width:299px; height:24px; float:left;border-right:1px #c3c3c3 solid;}
.chat-pro{ width:530px; height:24px; float:left; border-left:1px #ffffff solid; padding-left:10px;}/*width:530px;*/
.chat-pro span{padding:1px 0 0 23px;}
.chat-right{ width:131px; height:24px;  float:left; overflow:hidden;}
.contact{ width:98px; height:19px; float:left; background:#4ca701; color:#ffffff; border-left:1px #ffffff solid; border-right:1px #ffffff solid;}
.chat-right span{ color:#ffffff;}
.chat-right p{ margin:0px; padding:5px 0 0 5px;}

.icon1{ background:url(../images/chat/chat.gif) -0px -0px no-repeat;height:17px; margin-top:3px;}
.icon2{ background:url(../images/chat/chat.gif) -0px -17px no-repeat;height:17px;margin-top:3px;}
.icon3{ background:url(../images/chat/chat.gif) -0px -34px no-repeat; height:17px;margin-top:3px;}
.icon4{ background:url(../images/chat/chat.gif) -0px -51px no-repeat;height:17px;margin-top:3px;}
.icon5{ background:url(../images/chat/chat.gif) -0px -68px no-repeat;height:17px;margin-top:3px;}

.down{ background:url(../images/chat/up-down.gif) -0px -0px; width:25px; height:27px; float:left; border-left:1px #c3c3c3 solid;}
.up{ background:url(../images/chat/up-down.gif) -0px -24px;width:25px; height:27px; float:left;border-left:1px #c3c3c3 solid;}

/* temporary CSS For Provide Support
div.chat-right { display:none !important; }
.chat-left{ width:979px !important; }
.chat-pro{ width:667px; } */