/* GENERAL STYLES */
body { font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: #000000; line-height: 16px; } 
* { padding: 0px; margin: 0px; }
img { border: 0px; }

/* LINKS */
a { color: #24387F; }
a:link {}
a:hover {}
a:active {}
a:visited {}

/* QC */
.IRTable { font-family: Trebuchet MS,sans-serif; border-collapse: collapse; font-size: 12px; }
.IRTable th { background-color: #666666; color: #FFFFFF; padding: 3px; }
.IRTable td { text-align: center; padding: 3px; background-color: #C9C9C9; color: #457691;}

.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: #666666; 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 {
	font-size: 15px;	
	width: 235px; 
	height: 170px; 
	background: url(../Images/stockquote.jpg); 
	color: #FFFFFF;
}

.stockquoteheader{
	position: absolute;
	color: #FFFFFF;
	top: 30px;
	left: 8px;	
	font-size: 16px;
	font-weight:bold;
}
.ticker{
	position: absolute;
	color: #FFFFFF;
	top: 30px;
	left: 172px;	
	font-size: 14px;

}

.exchange {
	position: absolute;
	top: 45px;
	left: 200px;	
	font-size: 12px;

}

.choose {
	position: absolute;
	top: 45px;
	left: 10px;	
	font-size: 12px;

}

.price {
	position: absolute;
	top: 70px;
	left: 15px;
	font-weight:bold;

}
.price_val {	
	position: absolute;
	top: 70px;
	left: 120px;		
	width: 100px;
	text-align: right;	

}

.change {
	position: absolute;
	top: 99px;
	left: 15px;
	font-weight: bold;

}
.change_val {	
	position: absolute;
	top: 99px;
	left: 100px;		
	width: 120px;
	text-align: right;
	
}

.volume {
	position: absolute;
	top: 129px;
	left: 15px;
	font-weight: bold;

}
.volume_val {	
	position: absolute;
	top: 129px;
	left: 120px;		
	width: 100px;
	text-align: right;	

}

.update_val {	
	position: absolute;
	top: 150px;	
	width: 190px;
	text-align: left;
	left: 10px;	
	color: #FFFFFF;
	font-size: 11px;
}

#quotetable {border: none; border-collapse:	collapse; font-size: 11px; background-color: #FFFFFF; margin: 0px; padding: 0px; width: 500px;}
#quotetable th { border-bottom: 2px solid ##457691; border-collapse:	collapse; background-color: #FFFFFF; color: #00555E; font-weight: bold; text-align: center; }
#quotetable td { padding-bottom: 4px; border: solid 1px #457691; border-collapse:	collapse; background-color: #FFFFFF; color: #666666; font-weight: normal; text-align: center; }
#quotetable th.sort { text-decoration: underline; 
}