@charset "UTF-8";
.caps-odd {
	background-color: #FFFFFF;
	font-size: 10px;
	color: #003366;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
}
.caps-even {
	background-color: #F3F3F3;
	font-size: 10px;
	color: #003366;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
}
.data-odd {
	background-color: #FFFFFF;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.data-even {
	background-color: #F3F3F3;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.table-head {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #990000;
}
.btn-form {
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.error-txt-box {
	color: #990000;
}
.error-txt-box ul {
	margin-left: 25px;
	list-style-position: inside;
}