.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.inputlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
}
.inputtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000080;
	border: 1px solid #CCCCCC;
}
.inputoption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000080;
}
.errormessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}
.pagetitle {
	font-size: large;
	font-weight: bold;
	color: #000080;
}
.border-tblr {
	border: 1px solid #000000;
}
.border-tlr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.inputheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	text-align: left;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.subnavbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #BBBBBB;
	background-position: center;
	text-align: center;
}
.sectionheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000080;
}
.mxtbl_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3D3DB6;
	font-size: smaller;
	background-color: #E8EBFD;
}
.mxtbl_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	background-color: #F2F2F2;
}
.mxtbl_table {
	border-collapse:collapse;
}
.border-tblr-red {

	border: 1px solid #FF0000;
}
.border-l {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #666666;
}
.readonly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-style: italic;
}
