table.list {
	border-collapse: collapse;
	margin-bottom:20px;
	border: solid 1px #000000;
}

table.list thead tr {
	background-color: #ffffff;
	color: white;
	padding: 0px 5px;
	font-weight: bold;
}

table.list thead tr td.title {
	width: 100%;
}

table.list thead tr td.question, table.list thead tr td.answer {
	width: 50%;
}

table.list thead tr td.type {
	padding:0px 20px;
}

table.list thead tr td,
table.report thead tr td {
	color: white;
}
table.list thead tr td.action,
table.report thead tr td.action 
{
	text-align:right;
	padding-right:10px;
	color: white;
}

table.list tbody tr.odd {
	background-color:#dfebc4;
}

table.list tbody tr.even {
	background-color:#ffffff;
}

table.list tr tbody td {
	padding: 6px 0px 0px 3px;
	color: white;
}

table.list tbody tr td.type {
	padding:0px 10px;
	white-space:nowrap;
}

table.list tbody tr td.action
table.report tbody tr td.action
{
	white-space: nowrap;
	text-align: right;
	padding: 3px 10px 3px 6px;
	color: white;
}

table.list a {
	color: #6a8639;
}

table.list thead tr.info {
	background-color: #000000;
	font-weight: bold;
	color: #ffffff !important;
}

table.report {
	border-collapse: collapse;
	margin-bottom:15px;
}

table.report thead tr td, table.report tbody tr td {
	padding: 3px 5px;
}

table.report thead tr.header {
	background-color: #000000;
	padding: 0px 5px;
	border-bottom: solid 1px #ffffff;
	height:25px;
	text-align: left;
}

table.report a {
	color: #ffffff;
}

table.report tbody tr.odd {
	background-color:#717171;
	color: #ffffff;	
}

table.report tbody tr.even {
	background-color:#818181;
	color:#ffffff;
}


table.report tbody tr.selected {
	background-color:#c6c69c;
	color:#ffffff;
	font-weight: bold;
	border-bottom: solid thin #ffffff;
}

table.report tbody tr:hover {
	background-color:#4f4f4f;
}

table.report tbody tr td.action {
	white-space:nowrap;
	text-align: right;
	color: white;
}

table.report tbody tr td.action a {
	color: white !important;
}
