th[scope='row'], th[scope='rowgroup'] {
	text-align: left;
	vertical-align: top;
}
th[scope='col'] {
	text-align: center;
}
td, th {
	vertical-align: top;
	padding-left: .5em;
	padding-right: .5em;
}
caption {
	font-size: 120%;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2ex;
}
table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2ex;
}
ul.controllist, ul.checkboxlist {
	list-style-type: none;
	margin-left: 2em;
	padding-left: 0;
}
/* ul.checkboxlist label {
	display: block;
	margin-left: 2em;
}*/
ul.checkboxlist input, ul.checkboxlist label {
	position: relative;
	left: -2em;
}
.designnote {
	color:#FF0000;
}
fieldset {
	border: none;
	padding: 0;
	margin-top: 2ex;
}
legend {
	display: block;
	padding: 0;
}
blockquote {
	font-size: 80%;
	padding: .6em .5em .5em .5em;
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
	width: 30em;
	position: absolute;
	display: none;
}
.positioner {
	top: -2ex;
}
td p, td ul {
	margin-top: 0;
	margin-bottom: 1ex;
}
.sortlink {
	text-decoration: none;
}
table, td, th {
	border: 1px solid #999999; /* #FF9966 */
}
.scary {
	font-weight: bold;
	color: #E00000;
}
.scary a:link, .scary a:visited {
	color: #E00000;
	text-decoration: none;
}
.scary a:hover, .scary a:focus {
	text-decoration: underline;
	background-color: #FFFF99;
}
td a, th a, td a:link, th a:link {
	text-decoration: underline;
	color: #003366;
}
td a:visited, th a:visited {
	text-decoration: underline;
	color: #660033;
}
td a:focus, th a:focus, td a:hover, th a:hover, td a:active, th a:active {
	text-decoration: underline;
	color: #003366;
	background-color: #FFFF99;
}
th[title] {
	cursor: help;
}
.blackbox, .greybox, .whitebox {
	display: block;
	float: left;
	overflow: hidden;
	margin-right: .5ex;
	width: 2ex;
	height: 2ex;
	border: 1px solid #333333;
	cursor: help;
}
.blackbox {
	color: #000000;
	background-color: #000000; 
}
.greybox {
	color: #999999;
	background-color: #999999; 
}
.whitebox {
	color: #FFFFFF;
	background-color: #FFFFFF; 
}
