.collapsible{
	border: 1px solid #99cccc;
}

.collapsible .collapse-processed a{
	font-weight: bold;
	text-decoration: none;
}
.fieldset-wrapper table{
	width: 100%;
	padding: 5px;
}
.fieldset-wrapper table tr{
	background-color: #006699;
	color: #ffffff;
}
.fieldset-wrapper table tr td, th{
	padding: 5px;
}
.fieldset-wrapper table tr.odd{ 
	background-color: #FFFBA6;
	color: #000000;
}
.fieldset-wrapper table tr.even {
	background-color: #ffffff;
	color: #000000;
}