td.header
{
	font-weight:bold;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666666;
}


td.data
{
	font-weight:normal;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666666;
}


td.note_last
{
	font-weight:normal;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
}


table.list_item
{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#444444;
}


table.list_item_hover
{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#444444;

	background-color:#2a2a2a;
}

td.list_parameter
{
	text-align:right;
	padding-right:8px; 
}

a.manager_option
{
	color:#FF0000;
}