/* Main chat container */

#chatContainer{
        width:410px;
	margin:16px auto;
        margin-left:9px;
	position:absolute;
        height:133px;
}


textarea#styled {
        background-image: url('img/bgbinput.jpg');
	background-position: bottom right;
	background-repeat: repeat;
	width: 285px;
	height: 54px;
        font:11px/16px Calibri,Arial,sans-serif;
	color:#777;
	border:1px solid;
	border-color:#c1c1c1 #eee #eee #c1c1c1;
	text-shadow:1px 1px 0 #E4E4E4;
	margin-right:5px;
	outline:none;
	padding:0 5px;
 }


/* Chats */


#chatLineHolder{
	height:320px;
	margin-bottom:20px;
        margin-top: 4px;
}

.chat{
	background:url('img/chat_line_bg.jpg') repeat-x #d5d5d5;
	min-height:24px;
	padding:6px;
	border:1px solid #FFFFFF;
	
	padding:8px 6px 4px 37px;
	position:relative;
	margin:0 10px 10px 0;
}

.chat:last-child{
	margin-bottom:0;
}

.chat span{
	color:#777777;
	text-shadow:1px 1px 0 #FFFFFF;
	font-size:12px;
}

.chat .text{
	color:#444444;
	display:inline-block;
	font-size:15px;
	overflow:hidden;
	vertical-align:top;
	width:190px;
}

.chat .gravatar{
	background:url('av.jpg') no-repeat;
	left:7px;
	position:absolute;
	top:7px;
}

.chat img{
	display:block;
	visibility:hidden;
}

.chat .time{
	position:absolute;
	right:10px;
	top:12px;
	font-size:11px;
}

.chat .author{
	margin-right:6px;
	font-size:11px;
}




/* Bottom Bar */


#chatBottomBar{
	background:url('img/solid_gray.jpg') repeat-x #d0d0d0;
	position:relative;
	padding:10px;
	border:1px solid #fff;
}

#chatBottomBar .tip{
	position:absolute;
	width:0;
	height:0;
	border:10px solid transparent;
	border-bottom-color:#eeeeee;
	top:-20px;
	left:20px;
}

#chatBottomBar .typeshow{
	position:absolute;
	width:120;
	height:30;
	top:-14px;
	left:50px;
}

.tiii{
        font:10px/10px Calibri,Arial,sans-serif;
        color:#516D7F !important;
        width:110;
	top: 0px;
	left:40px;
}

#chatContainer input{
	background:url('img/input_bg.jpg') repeat-x #ffffff;
	height:26px;
	font:13px/26px Calibri,Arial,sans-serif;
	color:#777;
	border:1px solid;
	border-color:#c1c1c1 #eee #eee #c1c1c1;
	text-shadow:1px 1px 0 #E4E4E4;
	padding:0 5px;
	margin-right:5px;
	width:185px;
	outline:none;
}


#submitForm{
	display:all;
}

input#chatText{
	/* The chat submit text field */
	width:385px;
}



/* Overloading the default styles of jScrollPane */


.jspVerticalBar{
	background:none;
	width:20px;
        height: 100%;
}

.jspTrack{
	background-color:#202020;
	border:1px solid #111111;
	width:3px;
	right:-15px;
}


.jspDrag:hover{
	background-position:left bottom;
}

.jspDrag{
	background: #FFFFFF;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

/* Additional styles */


a.logoutButton{
	background-color:#bbb;
	border:1px solid #eee !important;
	color:#FFFFFF !important;
	font-size:12px;
	padding:5px 9px;
	position:absolute;
	right:10px;
	text-shadow:1px 1px 0 #888;
	top:7px;
	
	-moz-box-shadow:0 0 7px #888 inset;
	-webkit-box-shadow:0 0 7px #888 inset;
	box-shadow:0 0 7px #888 inset;
}

a.logoutButton:hover{
	text-shadow:1px 1px 0 #888;
	
	-moz-box-shadow:0 0 7px #666 inset;
	-webkit-box-shadow:0 0 7px #666 inset;
	box-shadow:0 0 7px #666 inset;
}

#chatContainer .blueButton{
	background:url('img/button_blue.png') no-repeat;
	border:none !important;
	color:#516D7F !important;
	display:inline-block;
	font-size:13px;
	height:29px;
	text-align:center;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.4);
	width:75px;
	margin:0;
	cursor:pointer;
}

#chatContainer .blueButton:hover{
	background-position:left bottom;
}

p.noChats,
#chatUsers .count{
	clear:both;
	font-size:12px;
	padding:10px;
	text-align:center;
	text-shadow:1px 1px 0 #111111;
}

#chatUsers .count{
	font-size:11px;
}

.rounded{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#chatErrorMessage{
	width:100%;
	top:0;
	left:0;
	position:fixed;
	background-color:#ab0909;
	border-bottom:1px solid #d32a2a;
	font-size:23px;
	padding:16px;
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 0 #940f0f;
}


.chatuser{
        color:#F5F5F5;
	font-size:15px;
	min-height:24px;
	border:1px dashed #575757;
        border-top-style:none;
        border-right-style:none;
        border-bottom-style:dashed;
        border-left-style:none;
        border-color:#575757;
	padding:8px 6px 4px 27px;
	margin:0 10px 5px 10px;
}
.chatuserb{
        color:#FFFFFF;
	font-size:15px;
	margin:0 10px 5px 10px;
}

.chatat{
        color:#6695DB;
	font-size:15px;
	min-height:24px;
	border:1px dashed #575757;
        border-top-style:none;
        border-right-style:none;
        border-bottom-style:dashed;
        border-left-style:none;
        border-color:#575757;
	padding:8px 6px 4px 27px;
	margin:0 10px 5px 10px;
}
.chatatb{
        color:#6695DB;
	font-size:15px;
	margin:0 10px 5px 10px;
}
.chatsys{
        color:#EEEEEE;
	font:11px Calibri,Arial,sans-serif;
}
.filaasys{
        color:#FFFFFF;
	font:11px Arial,sans-serif;
        font-weight: bold; 
}
.filabsys{
        color:#000000;
	font:11px Arial,sans-serif;
}

.chatimg{
	margin:0 35px 5px 10px;
}
