﻿
#contentDIV {
    padding:0px 125px 10px 0px;
	font:normal normal normal 14px/25px tahoma, arial, sans-serif;
	background:transparent url('../images/mrnLogoFade.jpg') repeat-y 100% 0;
}

#contentDIV sup {font-size:75%;}

#titleDIV {
    width:450px;
    padding: 0px 0 10px 240px;
    background:transparent url(../images/spreadsheet.jpg) 0 0 no-repeat;
}

#titleDIV h1 {
    margin:0 0 5px 0;
    color:#006600;
    font:normal normal normal 20px/24px 'tahoma', 'arial', sans-serif;
   	letter-spacing:.07em;    

}
#titleDIV h3 {
    color:#333;
    margin:0;
    padding:2px 0 2px 5px;
    font:normal normal bold 14px/18px tahoma, arial, sans-serif;
	letter-spacing:.1em;    
}
#titleDIV h4 {
    margin:0px 0 0 0;
    color:#006600;
    font:normal normal bold 12px/15px 'tahoma', 'arial', sans-serif;
   	letter-spacing:.07em;    

}

#titleDIV p {
    margin: 10px 0 10px 15px;
    text-indent:-10px;
    color:#006600;
    font:normal normal bold 11px/15px 'tahoma', 'arial', sans-serif;
    letter-spacing:.08em;
}
#popLinkC {
    font-size:150%;
    color:#ff9900;
}
#popLinkC:hover {
    color:#009900;

}

#calculatorDIV {
}
#clearInputsIMG, #resetBenchmarksIMG {
    position:absolute;
    z-index:3;
    cursor:pointer;
}

#calculatorTABLE {
    
    width:750px;
    min-height:350px;
    font:normal normal normal 12px/14px tahoma, arial, sans-serif;
	color:#333;
	/*border:solid 1px #999;*/
	border-right:solid 0px #ccc;
	border-bottom:solid 0px #ccc;
	border-left:solid 0px #ccc;
}

.sectionHeaderTD {
    border-top: solid 1px #99ff99;
    border-bottom: solid 0px #f0f0ff;
}

.sectionHeaderTD h2 {
    color:#666;
    margin:0;
    padding:2px 0 2px 5px;
    font:normal normal bold 14px/18px tahoma, arial, sans-serif;
	letter-spacing:.1em;    
}

.sectionHeaderTD h3 {
    color:#666;
    margin:0;
    padding:2px 0 2px 5px;
    font:normal normal bold 11px/14px tahoma, arial, sans-serif;
	letter-spacing:.1em;    
}
.sectionHeaderTD h4 {
    padding:0 0 0 65px;
    margin:0px 0 0 0;
    color:#006600;
    font:normal normal bold 12px/15px 'tahoma', 'arial', sans-serif;
   	letter-spacing:.07em;    
}

#calculatorTABLE .inputsTR {
	background:#f8f8f8;
}
#calculatorTABLE .benchmarksTR {
	background:#f0f0ff;
}
#calculatorTABLE .outputsTR, #calculatorTABLE .footnoteTD {
	background:#fff;
}
#calculatorTABLE .controlsTR {
	background:#fff;
}
#inputsTopTR {
}

#calculatorTABLE td {
	padding-top:1px;
	padding-bottom:3px;
}
#calculatorTABLE .col1TD {
	width:230px;
	text-align:right;
}#calculatorTABLE .col2TD {
	width:135px;
	text-align:right;
}
#calculatorTABLE .inputTD {
	width:160px;
	text-align:left;
}
.footnoteTD {
    padding-left:25px;
    text-align:left;
}
.itemINPUT {
	width:60px;
	text-align:right;
	border:1px #c0ffc0 solid;
}
.outputDIV {
	width:125px;
	font-weight:bold;
	color:#009900;
	text-align:right;
}
#calcBUTTON {
	font-weight:bold;
	color:#009900;	
}
#totalROIDIV, .outputsTR .col2TD, .outputsTR h4 {
    font-size:20px;
    line-height:24px;
    font-weight:normal;
    color:#009900;
} 

#totalROIDIV {
   border-top:solid 1px #009900;   
}