.online
{
	color: #00AA00;
	font-weight: bold;
}

.idle
{
	/*color: #87A400;
	color: #A7F76C;*/
	color: #97D85E;
	font-weight: bold;
}

.offline
{
	color: #000000;
}

.online, .idle, .offline
{
	text-decoration: none;
}

.shoutTitle
{
	background-color: #EEEEEE;
}

.shoutDiv
{
	background-color: white;
	font-family: sans serif;
	font-size: 13px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.shoutDiv a
{
	color: #0B3795;
	text-decoration: none;
}

.shoutDiv a:hover
{
	color: #0B0075;
	text-decoration: underline;
}

.scoreDiv
{
	overflow: scroll;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid black;
	background-color: white;
}

.smallcaps
{
	font-size: 70%;
}

.bigcaps
{
	font-size: 100%;
}
