﻿.ShoutBox-Design
{
	background-color: whitesmoke;
	border-collapse: collapse;
	border: 0px;
}

.ShoutBox
{
	width: 100%;
	background-color: whitesmoke;
	border-collapse: collapse;
	border: 0px;
}

.ShoutBoxTitle
{
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	padding: 0px 5px 5px 5px;
	background-color: gainsboro;
}

.ShoutBoxLabel
{
	font: normal 10pt "Lucida Grande", Arial, sans-serif;
	color: #666666;
}

.ShoutBoxButton
{
	font-size: 12px;
	color: #ffffff;
	background-color: #669933;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: white thin solid;
	cursor: hand;
}

.ShoutBoxError
{
	font-size: 10pt;
	font-weight:bold;
	color: Red;
}

.ShoutBoxSender
{
	font: bold 10pt "Lucida Grande", Arial, sans-serif;
	color: #000000;
	text-decoration:none;
}

.ShoutBoxDate
{
	font-size: 8.25pt;
	font-style: italic;
	color: #666666;
	margin-left:18px;
}

.ShoutBoxMessage
{
	font: normal 10pt "Lucida Grande", Arial, sans-serif;
	color: #000000;
	margin-left:8px;
	text-align:justify;
}

.ShoutBoxUserIcon
{
	background-image: url(../../App_Themes/iTheme/images/itheme-mini-user.gif);
	width: 18px;
	background-repeat: no-repeat;
	height: 18px;
	display: inline-block;
}

.ShoutBoxHeader
{
	width: 100%;
}

.ShoutBoxHeaderColors
{
	background-color: gainsboro;
	color: gainsboro;
}

.ShoutBoxFooter
{
	width: 100%;
}

.ShoutBoxFooterColors
{
	background-color: whitesmoke;
	color: whitesmoke;
}

