.H3 {
		font-family: Arial,Helvetica,Sans-Serif;
		font-size: 12pt;
		font-weight: bold;
		color: 333333;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
.H4 {
		font-family: Arial,Helvetica,Sans-Serif;
		font-size: 10pt;
		font-weight: bold;
		color: 333333;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	
.H5 {
		font-family: Arial,Helvetica,Sans-Serif;
		font-size: 9pt;
		color: 333333;		
	}	

.description {
	font-size: 9pt;
	font-style: italic;
	color: #666666;
	font-family: Arial,Helvetica,Sans-Serif;
}

.cellData {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 9pt;
	padding-left: 5px;
	padding-right: 5px;
}
.inputLabel {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}
.textInput {
	border-collapse: collapse;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	padding-left: 3px;
	color: #333333;
}
.textInputHidden {
	border: none;
	display: none;
}
.selectInput {
	border-collapse: collapse;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
}

.hght td {
  height: 40;
}

.sdp-scrollable {
	display: block; 
	overflow-y: scroll; 
	height:260px;
}

.sdp-tbody{
	min-height: 20px;
}
.DynarchCalendar td
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: bold;
}

.sub-header {
	margin-left: 100px;
    border-left: 1px solid #d3d3d3;
}

.sub-header-msg{
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
	font-size: 1.5em;
	color: red;
	width: 70%;
}