/* GENERAL STYLES */
body { font-family: Arial,Helvetica,sans-serif; font-size: 13px; color: #000000; line-height: 16px; margin: 1px; } 
* { padding: 0px; margin: 0px; }
img { border: 0px; }

/* LINKS */
a { color: #3A310D; text-decoration: underline; }
a:link { color: #3A310D; text-decoration: underline; }
a:hover { color: #686138; text-decoration: none; }
a:active { color: #3A310D; text-decoration: underline; }
a:visited { color: #3A310D; text-decoration: underline; }

/* QC */
.IRTable { font-family: Trebuchet MS,sans-serif; border-collapse: collapse; font-size: 13px; }
.IRTable th { background-color: #C0B169; color: #FFFFFF; padding: 3px; }
.IRTable td { text-align: center; padding: 3px; }

.missingJava {}
.missingJava.logo { float: left; width: 40px; height: 40px; }
.missingJava.explanation { float: left; vertical-align: middle; line-height: 20px; clear: right; font-weight: bold; }

/* LOOKUP & CALC */
.IRTableLookupCalc { font-size: 13px; }
.IRTableLookupCalc th { font-weight: bold; text-align: left; line-height: 20px; }
.IRTableLookupCalc td { text-align: right; }

.IRTableLookupCalc select { font-size: 11px; vertical-align: top; }
.IRTableLookupCalc select.listing { width: 117px; }
.IRTableLookupCalc select.date { width: 60px; }
.IRTableLookupCalc select.frequency { width: 117px; }
.IRTableLookupCalc select.format { width: 117px; }
.IRTableLookupCalc .InvestedType { margin-left: 15px; }
.IRTableLookupCalc .amount { text-align: right; }

.IRTableLookupCalc label.hidden { display: none; }

.calcResContainer { text-align: center; margin-top: 15px; }
.calcResHori { font-size: 13px; width: 100%; line-height: 20px; border-collapse: collapse; }
.calcResHori th { font-weight: bold; text-align: center; background-color: #C0B169; color: #FFFFFF; padding: 2px; }
    .calcResHori th.left { text-align: left; padding-left: 5px; }
    .calcResHori th.right { text-align: right; padding-right: 5px; }
.calcResHori td { text-align: right; border: 1px solid #EDEDED; padding: 2px; }
    .calcResHori td.left { text-align: left; padding-left: 5px; }
    .calcResHori td.right { text-align: right; padding-right: 5px; }
.calcResVerti { font-size: 13px; line-height: 20px; width: 100%; }
.calcResVerti th { font-weight: bold; text-align: center; }
.calcResVerti td { text-align: center; }

/* MINI QUOTE */
.stockquote {
	color: #666666;
	font-size: 12px;	
	width: 320px; 
	height: 180px; 
	background: url(images/quoteBG.gif); 	
}

/* Market information Box PallingHurst */
.marketinformation { font-size: 10px; width: 185px; border-collapse: collapse; }
.marketinformation th { border: solid 1px #CECBC2; background-color: #D8E886; padding: 2px;}
.marketinformation td {	border: solid 1px #CECBC2; padding: 2px; text-align: center; }

.quoteIRHome { border: 2px solid #C1B169; width: 100%; font-size: 11px; line-height: 14px; color: #686138; text-align: left; }
.quoteIRHome th { background-color: #E5EACC; font-weight: bold; padding: 1px 0px 1px 2px; }
.quoteIRHome td { border-top: 1px solid #C1B169; padding: 1px 0px 1px 2px; }
.quoteIRHome td.header { width: 115px; border-right: 1px solid #C1B169; }
.quoteIRHome td.bold { font-weight: bold; }
.quoteIRHome td.pos { color: #00FF00; }
.quoteIRHome td.neg { color: #FF0000; }