tr.important td {
	color: #FF0000;
	line-height: 1.5;
	font-size: 17px;
}

.error_box_show {
	padding: 10px; 
	border: 1px solid #ffffff; 
	background-color: #fffed7; 
	display: block;
	position: relative;
}

.error_box_hide {
	display: none;
}

.error_details_button {
	background-color: #fff; 
	color: #ccc; 
	border: none;
}

.line_highlight {
	color: #ff0000;
	font-weight: bold;
}

/* invalid data entered */

#error_header {
}

#error_header div.title {
	margin: 12px 0px 0px 0px;
	
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #c19213;
}
#error_header div.subtitle {
	margin: 0px 0px 20px 0px;
	
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #a1936d;
}
#error_header div.content ul {
	margin: 20px 20px 20px 10px;
	padding: 15px 20px 10px 20px;
	border: 2px dotted #eee;
	list-style-position: inside;
}
#error_header div.content ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	
	list-style-image: url(/_IMAGES/list_arrow_01.png);
}
#error_header div.subcontent {
	margin: 0px 0px 0px 20px;
}