#container {
    width: 670px;
    height: 300px;
    font-family: arial,sans-serif;
}
#wrapper {
	padding : 0px;
}
#quote {
    float: left;
    position: relative;
    width: 200px;
    height: 300px;
    border: 1px solid #CBCBCB;
    padding: 5px;
}
#homeChartContainer {
    position: relative;
    float: right;
    width: 428px;
    height: 300px;
    border: 1px solid #CBCBCB;
    padding: 5px;
    margin-right: 8px;
}
#chartBody {
#	width: 395px;
    height: 250px;
	position: relative;
    top: 30px;
}
#chartTitle {
    font-size: 28px;
    font-weight: bold;
    color: #112255;
}
#top {
    height: 95px;
}
#sub {
    position: relative;
    line-height: 15px;
    font-size: 11px;
}
#ricTitle {
    padding: 0px 5px 5px 5px;    
    font-weight: bold;
    color: #112255;
}

#sub {
    position: relative;
    line-height: 15px;
    font-size: 11px;
}
#chartLastPrice {
	font-weight: bold;
}
#chartValWrapper{
	font-weight:bold;
}
.quoteFooter a,.quoteFooter a:hover,.quoteFooter a:visited,.quoteFooter a:active {
    font-style: normal;
    font-weight: bold;
    border: none;
    outline: none;
    text-decoration: none;
	color:#0000ee;
	font-size:9px;
	cursor:pointer;
}
.indexname span{
	padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
}
.alignRight span{
    padding-left: 0px;
    padding-right: 0px;
}
.price {
    position: absolute;
    top: 10px;
    right: 0;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
}
.subName {
    position: absolute;
    left: 0;
    padding-left: 5px;
    font-weight: bold;
}
.subValue {
    position: absolute;
    right: 0;
    padding-right: 5px;
    font-weight: normal;
}
.odd{
    background: #E0E0E0;
}
.even{
	background: #F0F0F0;
}
.indexname{
	position: relative;
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.alignLeft {
    position: absolute;
    left: 0;	
}
.alignRight {
    position: absolute;
    right: 0;
}
.change.upval {
    color: #00E000;
}
.change.downval {
    color: red;
}
.updowntick.bigtick.downtick {
    background: url("/sgxv3/marketinfo/img/down_l.png") center center no-repeat;
}
.updowntick.bigtick.uptick {
    background: url("/sgxv3/marketinfo/img/up_l.png") center center no-repeat;
}
.quoteFooter {
    position: relative;
    padding-top: 12px;
    font-size: 9px;
    font-style: italic;
    vertical-align: middle;
}
.homeFrameWrapper {
	padding-bottom: 20px;
}
.ricL {
	font-size: 48px;
}
.ricS {	
	font-size:32px;
}
.ricS span {
    margin-top: -5px;
    position: absolute;
    font-size: 18px;
}
.chartRed{
	color: #CC0000;
}
.chartGreen{
	color: #009900;
}
.chartBlack{
	color:black;
}
