/**
*
* @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
*
**/

/* "hr1" pomiedzy wpisami */
div.mChatBG1 {
	background-color: #000000;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px dotted #242424;
	overflow: hidden;
}

/* "hr2" pomiedzy wpisami */
div.mChatBG2 {
	background-color: #000000;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px dotted #141414;
	overflow: hidden;
}

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

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

div.mChatPanel {
	text-align: center;
	padding: 5px;
}

/* text input */
input.mChatText {
	cursor: text;
	width: 50%;
	background-color: #141414;
	border: 1px solid #242424;
	color: #dddddd;
	font-size: 11px;
	padding: 2px 3px 2px 3px;
	margin: 3px 0px 0px 3px;
}

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

/* buttony */
input.mChatButton {
	width: auto;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-color: #000000;
	background-image: url("bg_button.gif");
	border: 1px solid #141414;
	padding: 2px 3px 2px 3px;
	margin: 3px 0px 0px 3px;
	font-size: 12px;
}

input.mChatButton:hover {
	border-color: #141414;
	color: #444444;
}

/* wpisy */
div.mChatHover:hover {
	background-color: #141414;
}

div.mChatBodyFix {
	width: 100% !important;
	font-size: 12px;
	background-color: #000000 !important;
}
