/* CSS Document */
#error {
	font-weight: bold;
	color: #FF0000;
	line-height: 40px;	
}
.info {
	font-weight: bold;
	color: #000033;
	font-size: 10px;
}
.warning {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.success {
	font-weight: bold;
	color: #009900;
	text-align: center;
}
.errorDetails {
	color: #FF0000;
}
.menuItem {
	clear: none;
	float: left;
}
.hide {
	font-size: 9px;
	font-weight: normal;
	clear: none;
	float: left;
}
.small {
	font-size: 11px;
}
.title {
	font-weight: bold;
	text-decoration: underline;
}