@CHARSET "UTF-8";

.hl,
.hlable:hover {
	background-color: WhiteSmoke;
}
.greyed {
	background-color: #DDDDDD;
	color: #333333;
}

.ctl_btn {
	padding: 0 3px 0 3px;
	margin: 0;
	border: 1px outset LightSlateGrey;
	float: right;
	clear: both;
	background-color: WhiteSmoke;
	color: LightSlateGrey;
	font-size: 80%;
}
.ctl_legend {
	color: LightSlateGrey;
	font-size: 80%;
	font-style: italic;
}

.tab_header {
	text-align: left;
}
.tab_header:hover {
	color: Black;
}
.tab_content {
}
