
ul.flashes
{
	list-style-type: none;
	padding-left: 0px;
}

div.status-error, div.status-notice, div.status-success
{
	padding:5px;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.status-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.status-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.status-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

.red-detail td
{
	color:#D00;
}

.grid-view table.items tr.red, .grid-view table.items td.red
{
	background: #EFB7B7;
}

.grid-view table.items tr.yellow, .grid-view table.items td.yellow 
{
	background: #f2ef99;
}

.grid-view table.items tr.green, .grid-view table.items td.green 
{
	background: #BCE774;
}

.grid-view table.items tr.grey, .grid-view table.items td.grey 
{
	background: #E0E0E0;
}