table.genlist
{

	/* border-collapse:collapse;*/
	border: none 0px;
	max-width: 70%;
	width: 70%;
	text-align: center;
}

table.genlist td
{
	padding-left: 5px;
	padding-right: 5px;
	/* border: 1px solid black; */
}

table.genlist .headline
{
	background-color: #FF902B;
	font-weight: bold;
}

table.genlist .zebradunkel
{
	background-color: #FFB987;	
}

table.genlist .zebrahell
{
	background-color: #F9D3AE;
}

/*table.genlist .zebragrau
{
	background-color: #F5EFD9;
}

table.genlist .zebraweiss
{
	background-color: #FFFFFF;
}*/
table.genlist .left
{
	text-align: left;
}

table.genlist .bold
{
	font-weight: bold;
}

table.genlist .smalltext
{
	font-family: 'Courier New', monospace;
	font-size: 1em;
}
table.genlist .nopad
{
	padding: 0px;
}

div.resub
{
	position: relative;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-left: 3px solid #990000;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.resub:hover
{
	background-color: #f3f3ff;
	border: 1px solid #202040;
	border-left: 4px solid #006677;
}
div.resubopen
{
	border-left: 4px solid #0000AA;
}

div.resubdone
{
	border-left: 4px solid #007700;
}
div.resubactions
{
	position: relative;
	float: right;
	top: 2px;
	text-align: right;
	vertical-align: top;
}
