/* CSS Document */



div.toolbar div.added
{
	font-size		: 20px;
	font-weight		: bold;
	padding-top		: 10px;
	margin-bottom		: 5px;
}


div.toolbar div.error
{
	font-size		: 13px;

	padding-top		: 10px;
	margin-bottom		: 5px;
}

div.toolbar div.error div.title
{
	font-size		: 20px;
}

div.toolbar div.error a
{
	text-decoration	: underline;
	font-weight		: bold;
	color			: #000000;
}









div.item
{
	background-image	: url('item-bg.jpg');
	background-repeat	: no-repeat;
	background-position	: top left;
	width			: 205px;
	height			: 207px;
	float			: left;
	margin-right		: 15px;	
}

div.item a
{
	color			: #000000;
}

div.item div.date
{
	text-align		: right;
	padding-right		: 10px;
}

div.item div.message
{
	padding-right		: 10px;
	padding-left		: 10px;
	height			: 130px;
}

div.item div.name
{
	font-weight		: bold;
	padding-left		: 35px;
	font-size		: 20px;
	font-style		: italic;
}

div.item div.score
{
	width			: 25%;
	float			: right;
	font-weight		: bold;
}

div.item div.score a.plus
{
	color			: #00b000;
	font-size		: 20px;
	cursor			: pointer;
	text-decoration	: none;
}


div.item div.score a.min
{
	color			: #bd0101;
	font-size		: 20px;
	cursor			: pointer;
	text-decoration	: none;		
}

div.item div.score div.ajax
{
	display		: inline;
}
