/* CSS Document */
.errors { 
     color: red 
}

#records table {
	width: 100%;
}

#records table thead {
	border-style: none;
	background-color:#1a528c;
	color: #ffffff;
	text-align: center;
}

#records table tbody {
	border-bottom-style: solid;	
	border-bottom-color: #1a528c;
}

#pager {
	text-align: center;
}

#record table {
	width: 100%;	
}
#record table thead {
	border-style: none;
	background-color:#1a528c;
	color:#ffffff;
}

#record table tbody {
	border-bottom-style: solid;	
	border-bottom-color: #1a528c;
}
