/*   COMMON.HTM
	----------------  */
.sysMsg {
}
.recordCount td {
    border-top: 1px #000000 solid;
	text-align: center;
	font-weight: bold;
}

.navigation {
	border-right: 2px #eeeeee solid;
	padding-left: 5px;
}

a.navigation:hover {
	text-decoration: none;
}

.errorMsg {
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	margin-top: 10px;
}
.infoMsg {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

