/* Website for Monocacy Title */
/* Spring 2008 */
/* Site design and development by Red Letter Design, www.RedLetterDesign.net */

/* ----------------------------------------------- 
   FORMS AND TABLES
   ----------------------------------------------- */


/* ----------------------------------------------- 
   Tables
	 
	 note: td and th typography in typography.css
   ----------------------------------------------- */

table {
	margin: 10px 0;
	padding: 0;
}

td {
	padding: 4px;
	margin: 0;
	border-bottom: 1px solid #666666;
}
th {
	padding: 4px;
	margin: 0;
	border-bottom: 2px solid #666666;
}
tr.topRow th {
	text-align: center;
}
table#fee td {
	text-align: center;
}

/* ----------------------------------------------- 
   Contact Forms
   ----------------------------------------------- */
div.contactDiv {
	border-top: 1px solid #9999ff;
	border-right: 1px solid #666699;
	border-bottom: 1px solid #666699;
	border-left: 1px solid #9999ff;
	margin: 10px 0 10px 0;
	padding: 10px;
}
div.contactDiv td {
	vertical-align: top;
}
div.contactDiv input.formInput,
div.contactDiv textarea {
	margin: 3px 8px 3px 0;
	padding: 3px;
}
div.contactDiv input.formInput,
div.contactDiv textarea {
	border: 1px solid #666666;
}
div.contactDiv label {
	display: block;
	margin: 3px 0 15px 0;
	letter-spacing: 1px;
	color: #444444;
	padding: 0;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
div#honeypot { display: none; } /* spambot trap */

div.contactDiv p {
	color: #444444;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	border-bottom: 1px solid #444444;
	padding: 5px;
}
div.contactDiv p input.formInput {
	display: inline;
	margin: 0 0 0 25px;
}
div.contactDiv p .contactDivGroupLabel {
	/* note: this is used in the softball registration form */
	margin: 0 10px 0 0;
	float: left;
	width: 125px;
}
.rtnMsg {
	background-color: #FBF2C9; /* pale yellow */
	color:  #000000; 
	padding: 5px 7px;
	margin: 5px 0;
	border: 1px solid  #333333;
}



/* ----------------------------------------------- 
   Horizontal Info Table
   ----------------------------------------------- */
table.horizTable td {
	padding: 4px;
	margin: 0;
	border-bottom: 1px solid #eeeeee;
}
table.horizTable th {
	font-weight: bold;
	padding: 4px;
	margin: 0;
	border-bottom: 1px solid #eeeeee;
}

/* CSS Document */

table.hudTable td {
	font-family:  "MS Sans Serif", Tahoma, sans-serif;
	font-size: 10px;
	line-height: 1.3;
	height: 18px;
	vertical-align: top;
	border: 1px solid black;
}
table.hudTable td.hudTableSectionHead {
	background-color: #e5e5e5;
}
table.hudTable td a {
	font-family:  "MS Sans Serif", Tahoma, sans-serif;
	font-size: 10px;
}
table.hudTable td.hudTableIntHeading {
	text-align: center;
	font-weight: bolder;
	font-size: 13px;
	padding: 15px 0;
	letter-spacing: -.5px;
}
table.hudTable td.hudTableNumber {
	text-align: right;
}

.hudTableBold {
	font-weight: bold;
	letter-spacing: -.5px;
}
table.hudTable table td {
	border: none;
}
div.popUpDef {
	position: absolute;
	margin: 0;
	width: 350px;
	top: 0;
	left: 0;
	border: none;
	visibility: hidden;	
	color:white;
	background-color: #E6EEFE;
	border: 1px solid #0033CC;
	padding: 10px;
	filter:alpha(opacity=97);
	opacity:.97;
	z-index: 100;
}
div.popUpDef p {
	margin: 0;
	padding: 0;
}
div.popUpDef p strong {
	color: #455a21;
}
div.popUpDef a.closeBox {
	font-weight: bold;
	text-decoration: underline;
	color: black;
	font-size: 10px;
	margin: 0;
	padding: 0;
	background-color: transparent;	
}
div.popUpDef a:link, div.popUpDef a:visited {
	color: black;
	background-color: transparent;	
}
div.popUpDef a:hover {
	color: #0033CC;
	background-color: transparent;
}
table.hudTable a.popUpLink, .highlighted, a.popUpLink {
	background-color: #FFFFCC;
	color: #CC0000;
	text-decoration: none;
}

table.contactInfo th {
	text-align: right;
	font-weight: bold;
	color: #003366;
	border-bottom: 1px solid #CCCCCC;	
}
table.contactInfo td {
	text-align: left;
	font-weight: normal;
	color: black;
	border-bottom: 1px solid #CCCCCC;	
}

table.featuresTable th {
	text-align: center;
	font-size: 14px;
	color: #003366;
	border-bottom: 2px double #CCCCCC;
}
table.featuresTable td {
	border-bottom: 1px solid #CCCCCC;
}
table.featuresTable td.tableCheckmark {
	text-align: center;
}
table.featuresTable td ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
table.contactFormTbl th {
	text-align: right;
	font-weight: bold;
	color: #003366;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}
table.contactFormTbl td {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
}
table.orderFormTbl {
	border: 2px solid black;
}
table.orderFormTbl th {
	text-align: left;
	font-weight: bold;
	background-color: #455a21;
	color: white;
	border-top: 1px solid #455a21;
	border-left: none;
	border-bottom: 1px solid #455a21;
	border-right: none;	
}
table.orderFormTbl td {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
}
table.orderFormTbl td.formLabel {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
table.calcTable, table.calcTableAmort {
	color: black;
	border: 1px solid #105387;
}
table.calcTable th, table.calcTableAmort th {
	text-align: right;
	font-weight: normal;
	color: #003366;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}
table.calcTableAmort th {
	text-align: right;
}
table.calcTable td, table.calcTableAmort td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
/*	background-color: white;
*/	border-bottom: 1px solid #cccccc;
}
table.calcTable th.calcMajorResult{
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}
table.calcTable td.calcMajorResult{
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}
table.calcTable td.calcInstruct {
	text-align: right;
	font-size: 11px;
	font-style: italic;
}
table.calcTable td.calcInstruct a {
	font-size: 11px;
	font-style: normal;
}
table.calcTable td.calcInput {
	text-align: left;
	font-size: 10px;
}
table.calcTable td.calcInput a {
	font-size: 10px;
}
table.calcTable td.calcResult {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}
div.calcTableButtonDiv {
	padding: 10px 5px 0 0;
	text-align: right;
}
table.calcTableAmort td {
	vertical-align: middle;
}
table.calcTable input, table.calcTableAmort input {
	padding: 0 5px;
	margin: 0px;
	overflow: visible;
}
table.calcTable input.loanCalcButton {
	width: 175px;
}
table.amortTable {
	padding-top: 30px;
}
table.amortTable td {
	color: #333333;
	text-align: right;
	padding: 2px 25px 2px 0 ;
}
table.amortTable th {
	text-align: center;
	font-weight: bold;
	background-color: #455a21;
	color: white;
	border-top: 1px solid #455a21;
	border-left: 1px solid #455a21;
	border-bottom: 1px solid #455a21;
	border-right: none;		
	padding: 0;
}
table.amortTable th.endcell {
	border-right: 1px solid #105387;
}
table.amortTable td.tableSubtotal {
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}
table.amortTable td.tableTotal {
	font-weight: bold;
	border-bottom: 3px solid #cccccc;
}
table.xferTaxResult th {
	background-color:white;
	border-bottom:1px solid #CCCCCC;
	color:#003366;
	font-weight:normal;
	text-align:right;
	vertical-align:top;
	margin: 0;
}
table.xferTaxResult td {
	text-align: right;
	background-color:white;
	border-bottom:1px solid #CCCCCC;
	font-weight:normal;
	vertical-align:top;
}
table.xferTaxResult td.totalLine, table.xferTaxResult th.totalLine {
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
}
div.resultsBox table.proceedsResultsTable th {
	background-color:white;
	border-bottom:1px solid #CCCCCC;
	color:#003366;
	font-weight:normal;
	text-align:right;
	vertical-align:top;
	margin: 0;
}
div.resultsBox table.proceedsResultsTable td {
	text-align: right;
	background-color:white;
	border-bottom:1px solid #CCCCCC;
	font-weight:normal;
	vertical-align:top;
}
div.resultsBox table.proceedsResultsTable td.totalLine,
div.resultsBox table.proceedsResultsTable th.totalLine {
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
}
div.resultsBox {
	width: 350px;
	padding: 0;
	margin: 0 0 10px 0;
	float: right;
}
table.linkTable {
	margin: 0;
	padding: 0;
}
table.linkTable td {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border-bottom: none;
}
table.linkTable li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 3px;
}


table.otherContact th {
	font-weight: normal;
	text-align: right;
	border: none;
}
table.otherContact td {
	font-weight: bold;
	text-align: left;
	border: none;
}
