﻿.txtw1
{
	width: 160px;
}
.txtw2
{
	width: 200px;
}
.txtw3
{
	width: 100px;
}
.txtUp
{
	text-transform: uppercase;
}
.txt
{
	height: 17px;
	background-color: #FBFBE5;
	border: 1px solid #F9E588;
}
.btn
{
	border: 1px #82817f solid;
	height: 20px;
	background-image: url(../Images/Background/button_bg.png);
}
.btnBuy
{
	border: 1px #82817f solid;
	height: 20px;
	color:#FFFFFF;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	float:right;
	background-color: #00FF00;
}
.btnSell
{
	border: 1px #82817f solid;
	height: 20px;
	color:#FFFFFF;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	background-color: #FF0000;
}
.btnhover
{
	border: 1px #CBAE2C solid;
}
.btn6
{
	width: 60px;
}
.btn8
{
	width: 80px;
}
.txtl
{
	text-align: left;
	padding-left: 5px;
}
.txtr
{
	text-align: right;
	padding-right: 5px;
}
.txtc
{
	text-align: center;
}
.txtlink
{
	color: Blue;
	font-weight: bold;
	cursor: pointer;
}
.cursor
{
	cursor:pointer;
}
.txtBS
{
	font-size: 50px;
}
.ddl
{
	height: 20px;
	background-color: #FBFBE5;
	border: 1px solid #F9E588;
}
.ddlw1
{
	width: 162px;
}
.ddlw2
{
	width: 202px;
}
/*StockBoard*/
.txttitlebuy
{
	color:#03FE00;
}
.txttitlesell
{
	color:#FE4800;
}
.bgStockboard
{
	background-color:#000000;
	color:#FFFFFF;
}
.hover
{
	cursor:pointer;
}
.txtoblique
{	 
	font-style:oblique;
}
.txtobco
{
	color:#1860D6;
}
/* Color Stock*/
.t1
{
	color: #fff;
}
.u1
{
	color: #29C029;
}
.d1
{
	color: #F62217;
}
.s1
{
	color: #FECB01;
}
.c1
{
	color: #FF00EA;
}
.f1
{
	color: #66CCFF;
}
.spred
{
	color:Red;
}