/********************************************************************/
/* IP.Board 3 CSS - By Terabyte & Lewis Putz						*/
/********************************************************************/
/* ipshoutbox.css - IP.Shoutbox	(c)2009 IPS Community Developers	*/
/********************************************************************/

#category_shoutbox.maintitle {
	height: 22px;
}

table.shoutbox_table tr td {
	padding: 4px;
}

.shoutbox_time {
	color: gray;
}

.shoutbox_disabled {
	font-style: italic;
	color: red;
}

/* New emoticons style - 1.1.2 */
.shoutbox_emol {
	width: 40%;
}

.shoutbox_emor {
	width: 60%;
}

#shoutbox-smilies-button_menucontent {
	border:1px solid;
	height:320px;
	width:200px;
	overflow:auto;
}

#shoutbox-smilies-button_menucontent table {
	border-bottom: 0px;
}

/* Sidebar hook */
#shoutbox_sidebar.general_box {
	padding: 10px 0;
}

#shoutbox_sidebar.general_box h3 {
	padding: 5px 15px;
}

#shoutbox_sidebar table.ipb_table.shoutbox_table {
	border-bottom: 0;
	margin: -5px 0;
}

#shoutbox_sidebar table.ipb_table.shoutbox_table tr td {
	padding: 4px;
}

.sidebar_shout {
	padding: 0;
	border-bottom: 1px solid #d5dde5;
}

.sidebar_shout_div {
	padding: 5px;
	border-bottom: 1px dashed #d5dde5;
}

#shoutbox_sidebar .shoutbox_time {
	color: gray;
	font-size: 0.8em;
}
