@charset "utf-8";
/*Mainpage quote*/
.stockq_box{
	float: left;
	width: 160px;
}
.stockq_titlebar{
	font-size: 15px;
	color: #FFFFFF;
	background-image: url(../images/stockq_titlebar_bg.jpg);
	float: left;
	height: 21px;
	width: 160px;
	background-repeat: repeat;
	text-align: center;
	padding-top: 6px;
	font-weight: bold;
}

.stockq_contentbox{
	font-size: 15px;
	color: #FFFFFF;
	background-image: url(../images/stockq_contentbar_bg.jpg);
	float: left;
	width: 152px;
	padding-left: 8px;
	background-repeat: repeat;
	margin-bottom: 20px;

}
.stockq_contentbox .noinput{
	border: 0px solid #f00;
	color: #333333;
	font-size: 12px;
	height: 19px;
	width: 90px;
	margin-top: 8px;
	margin-bottom: 5px;
}
.stockq_contentbox .check{
	border: 0px solid #f00;
	color: #FFFFFF;
	font-size: 12px;
	height: 21px;
	width: 41px;
	background-image: url(../images/stockq_button2w_bg.jpg);
	padding-bottom: 2px;
	margin-left: 5px;
	margin-top: 8px;
	margin-bottom: 5px;
}
.recent_q_short_list{
	font-size: 12px;
	color: #FFFFFF;
	width: 145px;
	margin-top: 3px;
}
.recent_q_short_list a{
	color: #fffbb5;
	text-decoration: none;
}
.recent_q_short_list a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
/* TableStyle */
.tablestyle6{
	font-size: 13px;
	color: #e1e1e1;
	margin-top: 3px;
	width: 145px;
}
.tablestyle6 td{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.tablestyle6 .stockno{
	font-size: 12px;
	color: #FFFFFF;
}
.tablestyle6 .no{
	font-size: 13px;
	color: #FFFFFF;
}
.tablestyle6 .no_bo{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.tablestyle6 .up{
	font-size: 12px;
	font-weight: normal;
	color: #52e701;

}
.tablestyle6 .dn{
	font-size: 12px;
	font-weight: normal;
	color: #e70101;

}
.tablestyle6 .zero{
	font-size: 12px;
	font-weight: normal;
	color: #898989;

}
.tablestyle6 .name{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
}
.tablestyle6 .name a{
	color: #fffbb5;
	text-decoration: none;
}
.tablestyle6 .name a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.mstq_infotable{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	width: 100%;
}
.mstq_infotable td{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.mstq_infotable .noq{
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
}
.mainsmallrtq{
	width: 145px;
}
.mainsmallrtq .stockprice{
	font-size: 22px;
	color: #111111;
	font-weight: bold;
	float: left;
	width: 122px;
	padding-left: 5px;
}
.mainsmallrtq .stockchanges{
	float: left;
	width: 122px;
	padding-left: 5px;
}
.mainsmallrtq .up{
	font-size: 13px;
	font-weight: bold;
	color: #009900;
	background-image: url(../../landing/images/pricebg_s_up.jpg);
	height: 60px;
	width: 127px;
	float: left;
}
.mainsmallrtq .dn{
	font-size: 12px;
	font-weight: bold;
	color: #e70101;
	background-image: url(../../landing/images/pricebg_s_dn.jpg);
	height: 60px;
	width: 127px;
	float: left;
}
.mainsmallrtq .zero{
	font-size: 12px;
	font-weight: bold;
	color: #898989;
	background-image: url(../../landing/images/pricebg_s_zero.jpg);
	height: 60px;
	width: 127px;
	float: left;
}
.mainsmallrtq_reload{
	height: 60px;
	width: 18px;
	float: left;
	background-image: url(../../landing/images/rtq_s_reloadbg.jpg);
}
