.top5_link {
	display:block;

}
.error_message {
	display:inline;
}
.error, .error_message {
	color:#922;
}
.form_line {
	clear:left;
	margin:5px 0px;
}
.form_line label {
	display:block;
	float:left;
	width:200px;
	text-align:right;
	padding-right:5px;
}
table.displayTbl {
	border-collapse:collapse;
	width:100%;
	
}
table.displayTbl th{
	text-align:left;
	color:#fff;
	background-color:#369;
	padding:3px 2px;
}
table.displayTbl tr td {
	font-size:12px;
	padding:2px;
	border-bottom:1px solid #999;
} 
table.displayTbl tr td a {
	padding:0px 3px;
}
table.displayTbl tr.on td {
	background-color:#fff6f0;
}
table.displayTbl tr.subcat td {
	background-color:#fed;
}
table.displayTbl tr.subcat td.first_col {
	padding-left:30px;
}
/* IE Fixes */
* html .top5_link {
	display:block;
	height:85px;
}	