/**
*
* @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: #101010;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px dotted #00AEEF;
	overflow: hidden;
	color: white;
}

div.mChatBG2 {
	background-color: #161616;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px dotted #00AEEF;
	overflow: hidden;
	color: white;
}

div.mChatRowLimit {
	overflow: auto;
	width: 100%;
	height: 400px;
}

div.mChatRowLimitCustom {
	overflow: auto;
	width: 100%;
	height: 500px;
}

div.mChatPanel {
	text-align: center;
	padding: 5px;
}

input.mChatText {
	cursor: text;
	width: 50%;
	background-color: #111111;
	border: 0,5px solid #FFFFFF;
	color: #FA9800;
	padding: 3px 5px 3px 5px;
	margin: 5px 0px 0px 5px;
}

input.mChatText:hover {
	border-color: #C1EEFF;
}

input.mChatButton {
	width: auto;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-color: #111111;
	/*background-image: url("bg_button.gif");*/
	border: 0,5px solid white;
	padding: 2px 5px 2px 5px;
	margin: 5px 0px 0px 5px;
	font-size: 1em;
	color: #FA9800;
}

input.mChatButton:hover {
	border-color: #C1EEFF;
	/*color: #BC2A4D;*/
}

div.mChatHover:hover {
	background-color: #252525;
}

div.mChatBodyFix {
  /*height: 500px;*/
	width: 100% !important;
	background-color: #111111 !important;
}