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

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	color: #000;
	margin: 0;
    overflow: hidden;
}

a:link, a:visited, a:hover {color: #000; text-decoration: underline;}
#mChatStats a {color: #000; text-decoration: none;}

#mChatStats {position: absolute; bottom: -5px; right: 20px;}

#mChatData {margin: 10px 0 20px 0;}

.mChatDropdown span {color: #000; font-size: 9px; opacity: .5; margin-right: 17px;}
.mChatDropdown span a {color: #000; text-decoration: none;}

.mChatPost .mChatDropdown span.mChatAdminDate {display: block;}
.mChatPost .mChatDropdown span.mChatAdmin {display: none;}
.mChatPost:hover .mChatDropdown span.mChatAdminDate {display: none;}
.mChatPost:hover .mChatDropdown span.mChatAdmin {display: block;}

.mChatUsername {font-weight: bold; margin-right: 10px;}
.mChatUsername a {text-decoration: none;}

.mChatSound {position: absolute; bottom: 35px; right: 27px;}

.mChatReg {
	background: rgba(255,255,255,0.3);
	color: #333333;
	padding: 5px 15px;
	border-radius: 15px;
}

/*
div.mChatBG1, div.mChatBG2 {
	background: rgba(255,255,255,0.1);
	padding: 10px 20px 5px 20px;
	margin-top: 5px;
	margin-right: 20px;
	border-radius: 25px;
	overflow: hidden;
}
*/

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

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

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

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

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

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

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

#mChatUseSound {padding: 0; margin: 0;}

div.mChatPost {
    width: 555px;
    text-align: right;
}

div.mChatPost .mChatPostedMessage {
	background: rgba(255,255,255,0.3);
	padding: 11px 25px 10px 25px;
	margin-top: 25px;
    margin-bottom: 2px;
	border-radius: 25px;
    display: inline-block;
	overflow: hidden;
    transition: background .75s;
	-moz-transition: background .75s;
	-webkit-transition: background .75s;
}

div.mChatPost .mChatPostedMessage img {vertical-align: middle;}

div.mChatPost:hover .mChatPostedMessage {
	background:rgba(255,255,255,0.5);
}

div.mChatBodyFix {
	width: 100% !important;
	padding-bottom: 1px;
}

.chatUp {background: url(chat_up.png); background-size: 100%; width: 575px; height: 50px; position: fixed; top: 0; left: 0;}
.chatDown {background: url(chat_down.png); background-size: 100%; width: 575px; height: 50px; position: fixed; top: 310px; left: 0;}