/**
*
* @package mChat Subsilver2 Style
* @version  1.3.5 2010-12-02
* @copyright (c) RMcGirr83 ( http://www.rmcgirr83.org/ )
* @copyright (c) By Shapoval Andrey Vladimirovich (AllCity) ~ http://allcity.net.ru/
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
**/

/* mChat
------------ */
div.mChatBG1 {
	background:#f7fbff;
	border-bottom:1px solid #e6e6e6;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
}

div.mChatBG2 {
	background:#f7fbff;
	border-bottom:1px solid #e6e6e6;
	padding: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
}

div.mChatRowLimit {
	overflow: auto;
	width: 983px;
}

div.mChatRowLimitCustom {
	overflow: auto;
	width: 100%;
}

div.mChatPanel {
	text-align: left;
	padding: 2px;
	clear: both;
	border:1px;
	background:white
}

#mChatText {
	width: 200px;
	height:17px;
	border:0px;
	background:none;
	color: #98A5B0
}

div.mChatHover:hover {
}

.mChatBodyFix {
	background:white;
}

div.mChatStatic {
	padding-left: 5px;
	font-family: Lucida Grande, Verdana, "Helvetica", Arial, sans-serif;
	text-align: left;
	font-size: 1.1em;
}

div.mChatStats {
	padding-left: 5px;
	margin-top: 2px;
	font-family: Lucida Grande, Verdana, "Helvetica", Arial, sans-serif;
	text-align: left;
	min-height: 1.3em;
	font-size: 1.1em;
	height: auto !important;
}

div.mChatRefresh {
	padding-left: 5px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 1.1em;
	margin-top: 1.5em;
	clear: both;
}

input.mChatColor {
	width: 100%;
	text-align: center;
	background-color: #DEE3E7;
	border-style: none;	
}

#mChatMessage {
width:800px;
height:20px;
border:1px;
background:#f7fbff;
background-image: linear-gradient(#f7fbff,#eaf5ff);
color:#484848;
}

a.mChatScriptLink {
	text-decoration:none;
}

img.mChatImage{
	vertical-align: middle;
}

img.mChatImageLoad {
	vertical-align: middle;
	cursor: wait;
	display: none;
}

img.mChatImageOk {
	vertical-align: middle;
	cursor: help;
}

img.mChatImageHideImg {
	vertical-align: middle; 
	cursor: help; 
	display: none;
}

div.mChatSound {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.mchat_alert {
	color: #7E2217;
	padding: 10px;
}

#mChatUserList {
	display: none;
	float: left;
}

.mChatAvatars {
	float: left;
	padding-right: 5px;
}

div.avatarMessage {
	margin-left: 50px;
	width: 90%;
	margin-right: 5px;
}
