/* Shoutbox */
/**
*
* @package MoltX QuickChat
* @author $Author: moltendorf $
* @version $Id: molten_chat.css 165 2009-09-26 00:44:33Z moltendorf $
* @latest $URL: https://molten-chat.googlecode.com/svn/trunk/source/styles/subsilver2/theme/molten_chat.css $
* @copyright (c) 2005-2009 Matthew Oltendorf
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

#molten_chat_log_toggle
	{
		background-color: rgb(0,0,0);
		display: none;
		left: 0px;
		position: absolute;
		top: 0px;
		z-index:99;
	}
#molten_chat_log_toggle a
	{
		color: rgb(255,255,255);
		z-index:100;
	}

#molten_chat_log
	{
		background-color: rgb(255,255,255);
		color: rgb(0,0,0);
		display: none;
		height: 250px;
		left: 0px;
		overflow-y: scroll;
		position: absolute;
		top: 0px;
		width: 500px;
		z-index:98;
	}
#molten_chat_log p
	{
		margin: 0;
		padding: 0;
	}

#molten_chat_users
	{
		float: right;
		height: 200px;
		overflow-y: scroll;
		width: 200px;
		vertical-align:top;
	}
#molten_chat_standalone #molten_chat_users
	{
		height: 500px;
	}
#molten_chat_users p
	{
		font-weight: bold;
		margin: 0px;
	}
#molten_chat_history
	{
		height: 175px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
#molten_chat_history.tall
	{
		height: 200px;
	}
#molten_chat_standalone #molten_chat_history
	{
		height: 475px;
	}
#molten_chat_standalone #molten_chat_history.tall
	{
		height: 500px;
	}
#molten_chat_history p
	{
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 0px;
		padding-bottom: 0px;
		padding-left: 25px;
		padding-right: 0px;
		padding-top: 0px;
		text-align: justify;
		text-indent: -25px;
		word-wrap: break-word;
	}

#molten_chat_message
	{
		max-width: 100%;
		min-width: 0%;
		width: 100%;
	}

div.shoutbox.copyright
	{
		margin-top: 5px;
		color: #444444;
		font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
		font-weight: normal;
		text-align: center;
	}

table.shoutbox tr td.cat + td.cat
	{
		text-align: right;
	}
