body {
	font-family: "Titillium Web", sans-serif; 
	font-size: 13px; 
	margin: 5px 5px 5px 5px;
}
tr {
	font-family: "Titillium Web", sans-serif; 
	font-size: 13px; 
	margin: 0;
}
input {
	font-size: 11px; 
}
select {
	font-size: 11px;
}
a, .anchor {
	text-decoration: none; 
	color: #6e71e4; 
}
a:hover {
	text-decoration: underline; 
}
.alert {  
	font-size: 16px; 
}
.alert-cust {
	padding-bottom: 30px; 
	color: red; 
	font-size: 17px; 
}
.pageTitle { 
	font-family: "Titillium Web", sans-serif; 
	font-weight: bold; 
	color: #000090; 
	font-size: 17px; 
}
.subTitle { 
	font-style: italic; 
}
.mainContent {
	font-family: "Titillium Web", sans-serif; 
	font-size: 14px; 
	padding: 3px 10px 10px 5px; 
	background: #fbf7fd; 
	color: black; 
	border-right: 1px solid #612b83; 
}
.mandatoryLine {
	font-family: "Titillium Web", sans-serif; 
	font-size: 11px; 
	padding: 1px 0px 1px 5px; 
	background: #fbf7fd; 
	color: gray; 
	border-right: 1px solid #612b83; 
}
.label { 
	font-size: 13px; 
	width: 150px; 
}
.labelErr { 
	font-size: 13px; 
	color: red; 
	font-weight: bold; 
	text-decoration: blink;
}
.errText { 
	padding-left: 4px; 
	font-size: 11px; 
	color: red; 
	font-weight: normal;
}
.mandatoryChar { 
	font-size: 11px;  
	color: gray; 
}
.tabBut {
	padding-left: 12px; 
}
.separator {
	margin-top: 10px;
}
.trListFields {
	background: #dddddd;
}
.mainTable {
	border: 0;
	margin-top: 0px;
	padding: 0px 0px 0px 0px; 
	width: 100%;
}
.tdField {
	padding-bottom: 2px; 
	float: left;
}
.tdField img {
	padding-bottom: 2px; 
	text-align: right;
}
.tdLabel { 
	padding: 1px 1px 1px 1px;
	width: 15%;
	font-weight: 700;
	text-transform: uppercase;
}
.trArrayTitle { 
	height: 18px; 
	vertical-align: top; 
	/*background: #aaaaaa;*/ 
	color: #fff; 
	font-weight: bold; 
}
.trArrayNew { 
	background: white; 
}

#MethodDescTDL {
	padding: 15px 0;
	white-space: pre-wrap;
}