/* CSS Document */
.render_failed
{
	background: 	#666;
	border-top:		4px solid #000;
	border-bottom:	4px solid #000;
	color:			#fff;
	font-size:		12px;
	margin:			0 auto;
	padding:		5px;
	text-align: 	center;
	width:			50%;
}
.render_failed h2
{
	font-size:	14px;
}
.list-line-even
{
  background:	#efefef;
}

.list-line-odd
{
	background:	#fefefe;
}
.clear
{
	clear: both;
}
