/* My CSS*/

/*
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
    border: 0 none;
    margin: 0;
    outline: medium none;
    padding: 0;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
}
html, body{
	height:100%;
	width:100%; 
	margin:0;
	padding:0;
}
p {
    margin: 0 0 30px;
}
h2 {
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 20px;
}
h2.header {
    background: none repeat scroll 0 0 #F6F7FA;
    margin: 0 0 50px;
    padding: 12px 9px 12px 0;
    position: relative;
}
h2.header:before {
    background: none repeat scroll 0 0 #F6F7FA;
    content: "";
    display: block;
    height: 53px;
    left: -300%;
    position: absolute;
    top: 0;
    width: 300%;
}
h3 {
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 10px;
}
h3.header {
    background: none repeat scroll 0 0 #F6F7FA;
    margin: 0 0 20px;
    padding: 12px 9px 12px 0;
    position: relative;
}
h3.header:before {
    background: none repeat scroll 0 0 #F6F7FA;
    content: "";
    display: block;
    height: 54px;
    left: -300%;
    position: absolute;
    top: 0;
    width: 300%;
}
h4 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px;
}
h5 {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 3px;
}
h6 {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 3px;
}
ul, ol {
    list-style-position: inside;
    margin: 0 0 5px;
}
a {
    color: #7B8A9E;
    text-decoration: none;
}
a:hover {
    color: #3D526E;
}
select {
    padding: 3px 30px 3px 3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
	font-weight:bold;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
*/
.chat{
	height: 100%;
	font-family: "Comic Sans MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 32px;
	color: #333333;
	font-weight: normal;
	margin: 5px 0 0 155px ;
}
.chat #chatZone{
	width: 99%; 
	height: 200px;
	border: 1px solid #ddd;
	border-radius: 7px;
	overflow-y: scroll;
	background: #333;
	color: #fff;
}
.chat form{
	margin: 10px 0 0 0;
}
#chat-msg-input{
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	outline: none;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	border-radius: 3px;
	width: 275px;
	resize: none;
}
#chat-msg-btn{
	position: relative;
	right : 10px;
	float:right;
	width: 60px;
	/*display: block;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	margin: 0 0 0 5px;
	padding: 6px 10px;
	border: 1px solid #777;
	background: #333537;
	border-radius: 5px;*/
}
#chat-msg-sendbtn{
	float:left;
	display: block;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	margin: 0 0 0 5px;
	padding: 6px 10px;
	border: 1px solid #777;
	background: #333537;
	border-radius: 5px;
}
#chat-msg-zzzbtn{
	float:left;
	display: block;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	margin: 0 0 0 5px;
	padding: 6px 10px;
	border: 1px solid #777;
	background: #333537;
	border-radius: 5px;
}



.chat-zone{
	padding: 20px;
	height: 200px;
}
.chatmsgdate{
	background-color: #191B1F;
	line-height: 20px;
}
.chatmsgme b{
	text-transform: uppercase;
	color: orange;
}
.chatmsgmenr b{
	text-transform: uppercase;
	color: orange;
}
.chatmsgto b, .chatmsgtow b{
	text-transform: uppercase;
	color: salmon;
}
.chatmsgerr{
	color: #BDBDBD;
}
.chatmsgme , .chatmsgto, .chatmsgtow , .chatmsgmenr{
	margin: 0 2px;
	line-height: 18px;
	margin-bottom: 0px;
}
.chatmsgmenr {
	color: cadetblue;
 }
.chatmsgme i, .chatmsgto  i, .chatmsgmenr  i{	
	font-size: 10px;
    float: right;
	color: rgb(81, 173, 253);
}





.nav-chatuserlist {
    background: #191B1F;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 150px; 
	font-size: 11px;
	overflow-y: scroll;
}
.nav-chatuserlist a{
	padding: 0;
	background-color: transparent;
}
.nav-chatuserlist a li {
	color: white;
    background-color: #1f2228;
    border-top: 1px solid #262930;
    border-bottom: 1px solid #191b1f;
	list-style-type: none;
	padding-left: 5px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
}	
.nav-chatuserlist a li div{    
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}
.active_chatuser{    
	font-size: 15px;
	font-weight: bold;
}
.nbMsgWaiting{
    padding: 1px;
	margin-top: 30px;
	border: 1px solid #F0F2F8;	
	background-color: #FF0000;
	color: #F0F2F8;
	/*min-width: 25px;*/
	text-align: center;
	/*line-height: 12px;*/
	font-size: 10px;
	/*height: 20px;*/
	font-weight: bold;
	-moz-border-radius: 10px; 
  	-webkit-border-radius: 10px; 
  	border-radius: 10px;	
}

#mainChatDiv{
	height: 100%;
	width: 99%;
	background-image: url("../images/back_header.jpg"); 	
}
#authenticationChatDiv{
	position: relative;
	top: 15px;
	width: 240px;
	padding: 5px;
	border: 1px solid #F0F2F8;	
	color: #F0F2F8;
	-moz-border-radius: 8px; 
  	-webkit-border-radius: 8px; 
  	border-radius: 8px;	
	margin-left: auto;
	margin-right: auto;
}
#chatloginBtn{
    position: relative;
	top: 15px;
	left: 192px;
	background-image: url("../images/start_48.png"); 
	background-repeat: no-repeat;
	height: 48px;
	width: 240px;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;		
}
#chatlogoutBtn{
	position: absolute;
	top: 5px;
	right: 5px;
    float: right;
    background-image: url("../images/stop_48.png"); 
	background-repeat: no-repeat;
	height: 48px;
	width: 48px;
	cursor: pointer;
}

#chatDiv, #jsPanelSkyChatDiv{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow:hidden;
	/*background-image: url("../images/back.jpg"); 
	background-repeat: repeat-xy;*/
	background-image: linear-gradient(#ffdeaa, #ffede8, #ffdeaa);
}
