/**
*
* @package mChat ProSilver Style
* @version 1.3.1 27.08.2009
* @copyright (c) djs596 ( http://djs596.com/ ), (c) RMcGirr83 ( http://www.rmcgirr83.org/ ), (c) Stokerpiller ( http://www.phpbb3bbcodes.com/ )
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
**/

div.mChatBG1 {
	background-color: #FBFBFB;
	padding: 2px 5px 5px 5px;
	border-bottom: 1px dashed #DDDDDD;
	overflow: hidden;
}

div.mChatBG2 {
	background-color: #f2f2f2;
	padding: 2px 5px 5px 5px;
	border-bottom: 1px dashed #DDDDDD;
	overflow: hidden;
}

div.mChatRowLimit {
	overflow: auto;
	width: 100%;
	height: 150px;
}

div.mChatRowLimitCustom {
	overflow: auto;
	width: 100%;
	height: 800px;
}

div.mChatPanel {
	text-align: center;

}

input.mChatText {
	cursor: text;
	width: 70%;
	background-color: #FFFFFF;
	border: 1px solid #B4BAC0;
	color: #333333;
	padding: 3px 5px 3px 5px;
	margin: 5px 0px 0px 5px;
}

input.mChatText:hover {
	border-color: #11A3EA;
}

input.mChatButton {
	width: auto;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background-color: #ECECEC;
	background-image: url("bg_button.gif");
	border: 1px solid #666666;
	padding: 2px 5px 2px 5px;
	margin: 5px 0px 0px 5px;
	font-size: 1em;
}

input.mChatButton:hover {
	border-color: #BC2A4D;
	color: #BC2A4D;
}
#mChatData {
    font-size: 10px;
}
div.mChatHover:hover {
	background-color: #faf9e8;
}

div.mChatBodyFix {
	width: 99% !important;
	background-color: transparent;
}

input.mChatButtonOk{
	width: 16px;
	background-color: #CCCCCC;
	background-image: url("envoi.png");
	background-repeat: no-repeat;
	border: none;
	padding: 2px 5px 2px 5px;
	margin: 5px 0px 0px 5px;
}

input.mChatButtonSmile{
	width: 16px;
	background-color: #CCCCCC;
	background-image: url("smile.png");
	background-repeat: no-repeat;
	border: none;
	padding: 2px 5px 2px 5px;
	margin: 5px 0px 0px 5px;
}

input.mChatButtonArchive{
	width: 16px;
	background-color: #CCCCCC;
	background-image: url("famfamfam/page_copy.png");
	background-repeat: no-repeat;
	border: none;
	padding: 2px 5px 2px 5px;
	margin: 5px 0px 0px 5px;
}

input.mChatButtonDrop{
	width: 16px;
	background-color: #CCCCCC;
	background-image: url("famfamfam/bin.png");
	background-repeat: no-repeat;
	border: none;
	padding: 2px 5px 2px 5px;
	margin: 5px 0px 0px 5px;
}

input.mChatButtonAide{
	width: 16px;
	background-color: #CCCCCC;
	background-image: url("famfamfam/help.png");
	background-repeat: no-repeat;
	border: none;
	padding: 2px 5px 2px 5px;
	margin: 5px 0px 0px 5px;
}

input.mChatButtonSon{
	width: 16px;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	border: none;
	padding: 2px 5px 2px 5px;
	margin: 5px 0px 0px 5px;
}