@charset "utf-8";
.njcatErrorList, .njcatResultList {
	background-color: #FFB7B9;
	padding: 3px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.njcatFormEntryTitle {
	font-weight: bold;
	vertical-align: top;
}
.njcatResultList {
background-color:#BFFFC9
}
.njcatButton {
	cursor: pointer;
}
.njcatExtra{
	background-color: #BBBBBB;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.njcatExtraTitle {
	font-weight: bold;
}
.njcatTitle {
	font-weight: bold;
}
.njcatDetail {
	font-weight: normal;
}
.njcatAdminTitle {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
.njcatTableHeader {
background-color:#000000;
color:#FFFFFF;
}
.njcatTableRow1, .njcatTableRow2 {
	font-weight: bold;
	background-color:#EEEEEE;
	color:#000000;
}
.njcatTableRow2 {
	background-color:#CCCCCC;
}
// >> PAGE SELECT CSS <<
.pageSelBox, .pageSelBoxCur, .pageSelLink
{
	background: #738FBF;
	color: #FFFFFF;
	font-size:small;
	text-align:center;
	font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
.pageSelLink, .pageSelLink a:link, .pageSelLink a:visited, .pageSelLink a:hover
{
	text-decoration: none;
	cursor:pointer;
	background: #FFF;
	color: #06F;
}
.pageSelBoxCur
{
	background: #FFF;
	color: #000;
	font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
}
