input {
	height: 15px; 
} 

div#pad {
	position: relative;
	left: 15px;
}

.section {
	padding-top: 4px;
}

.section p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.section dd {
	padding-left: 45px; 
}
  
.section ul {
	line-height: 18px;
	margin-left: 17px;
}

.section ol.number {
	list-style-type: decimal;
	margin-left: 17px;
}

.section ol {
	margin-left: 17px;
}

.section ol li {
	margin-left: 5px;
	padding-left: 5px;
}

.section ul li {
	list-style-type: disc;
	padding-left: 5px;
}

.section ul li ul li {
	list-style-type: circle;
	list-style-image: none;
	margin-left: 5px;
}

.sectionname {
	font-size: 16px;
	font-weight: bold;
	color:  #336699;
	border-bottom: 1px dotted;
	border-color: #000070;
	padding-left: 2px;
	padding-bottom: 4px;
	vertical-align: middle;
}
	
.sectionname span {
	height: 40px;
	line-height: 32px;
	position: relative;
	top: 5px;
	vertical-align: top;
}

.inlineimage {
	border: 0;
	top: 0;
	position: relative;
}

.topictitle {
	font-size: 16px;
	color: #336699;
	font-weight: bold;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 15px;
}

.container {
	width: 100%;
	height: 40px;
}

.hide {
	display: none; 
}

div#PopupHeader {
	position: relative;
	display: none;
	top: 0;
	height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	width: 100%;
}

div#PopupHeader b {
	line-height: 40px;
}

#ddSections {
	display: none;
}

#NoProductsAvailable {
	display: block;
	padding-top: 10px;
	padding-left: 10px;
}

div#navigation {
	position: relative;
	margin-bottom: 5px;
	margin-top: 5px;
}

div#NoEntry{
	position: relative;
	left: 15px;
	color: Red;
	margin-bottom: 20px;
}

div#navigation a {color: #ff9933; text-decoration: none;}
div#navigation a:link {color: #ff9933; text-decoration: none;}
div#navigation a:hover {color: #336699; text-decoration: underline;}
div#navigation a:active {color: #ff9933; text-decoration: none;}
div#navigation a.current {color: #336699; font-weight:bold; text-decoration: underline;}

.CalcBackground {
	background-color: #D6D3CE;
	vertical-align: top;
}


.SandeepChangesBelow {
}

.formInput {
	border-top: 0px;
	border-bottom: 1px dotted;
	border-left: 0px;
	border-right: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	width: 95px;
	padding: 3px;
	vertical-align: top;
}

.formOutput {
	border-top: 0px;
	border-bottom: 1px dotted;
	border-left: 0px;
	border-right: 0px;
	font-size: 14px;
	font-weight: bold;
	COLOR: teal;
	width: 98.5%;
	padding: 3px;
	background-color: #f4f4fe;
	margin-bottom: 5px;
}

.ResultTitle {
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}

.ResultNoteTitle {
	font-size: 11px;
	line-height: 16px;
	color: #336699;
	font-weight: bold;
	text-align: left;
}

.ResultNoteText {
	font-size: 10px;
	line-height: 16px;
	color: #336699;
	text-align: left;
}

.CalcLabel {
	font-size: 13px;
	background-color: #EDEDFF;
	color: #007070;
	vertical-align: top;
	right: auto; 
	width: 150px;
}

.CalcReadOnlyLabel {
	font-size: 13px;
	background-color: #EDEDFF;
	color: #007070;
	vertical-align: bottom;
	right: auto; 
}


.CalcResult {
	font-weight: bold;
	color: Red;
	background-color: #D6D3CE;
	vertical-align: top;
}

.popup {
	font-family: Verdana;
	font-size: 12px;
	white-space: pre; 
	width: 100px;
	overflow: auto; 
	font-weight: bold;
	align: right;
	background-color: #efedff;
	color: #990000;
	border-bottom: dotted 1px;
	border-top: 0px dotted; border-left: 0px; border-right: 0px;
}

.popupOnly {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	width: 205px;
	overflow: auto;
	white-space: normal;  
	align: right;
	background-color: #efedff;
	color: #990000;
	border-bottom: dotted 1px;
	border-top: 0px dotted; border-left: 0px; border-right: 0px;
}

.ChoiceRadio {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	width: 425px;
	overflow: auto;
	white-space: normal;  
	color: #990000;
}

.Radio {
	width: 10px;
	vertical-align: top; 
	padding-top: 5px;
}

.MChoicepopup {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	width: 380px;
	overflow: auto;
	white-space: normal;  
	align: right;
	background-color: #efedff;
	color: #990000;
	border-bottom: dotted 1px;
	border-top: 0px dotted; border-left: 0px; border-right: 0px;
}

div.result {
	font-family: verdana;
	background-color: #f4f4fe;
	border: 1px solid #B5CFE0;
	margin: 2px;
	padding: 5px;
	width: 595px;
	position: relative;
}

.label {
	font-family: Verdana;
	font-size: 12px;
}

.formulaDetailsTitle
{	
	border-bottom:1px dotted #0A4369;
	color: #0A4369;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 0.9em;
	margin: 0;
	padding: 0px 0px 0;
	word-spacing: 1px;
}

.padLeft {
	padding-left: 15px;
}

.SearchTopic {
	font-style: italic;
	border-bottom: 1px dotted;
	font-weight: bold;  	
}	

div#formulaDetails p {
	margin: 0px; 
	padding: 0px 0px 4px; 
} 
	
.MchoiceHelp {
	padding-left: 3px;
	color: #990000;
}	
