@charset "utf-8";
.stockColRight {
	float: right;
	display: inline;
	width: 486px;
}
#StockFrame {
	float: left;
	background: url(../img/bg_stock_research.png) no-repeat top;
	width: 120px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	color: #010344;
	display: inline;
	overflow:hidden;
}
#FrStock {
	font: bold 2.7em Verdana, Arial, Helvetica, sans-serif;
	height: 35px;
	display: block;
}
#FrBid span {
	font-weight: bold;
	font-size: 2.2em;
	height: 30px;
	display: block;
}
#FrChg {
	font-size: 1.5em;
	display: block;
	height: 24px;
	font-weight: bold;
}
#StockFrame {
}
#FrButton {
	height: 30px;
}
#FrDelay {
	font-size: 1em;
	text-align: center;
	color: #923A3D;
}
#MainPrices {
	border-bottom: 2px solid #B0B0B0;
	margin-bottom: 0px;
}
#MainPrices td {
	text-align: center;
	font-size: 1.9em;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 2px;
}
#MainPrices th {
	text-align: center;
}
#MainPricesLeft , #MainPricesRight  {border-bottom:solid 1px #B0B0B0;float:left;width:235px;}
#MainPricesRight {float:right;}
#MainPricesLeft th , #MainPricesRight th {
	font-weight: bold;
	border-bottom:solid 1px #B0B0B0;
	padding-top:5px;
}
#MainPricesLeft td , #MainPricesRight td {
   border-bottom:solid 1px #B0B0B0;
   padding-top:5px;
}
.companyDetails {
	font-size: 1.1em;
	margin: 15px 10px 10px;
}
.companyDetails li {
	padding-bottom: 5px;
}
#ResearchNews h4 {
	font-weight: bold;
	font-size: 1.5em;
}
#ResearchNews p {
	font-size: 1.4em;
	padding-bottom: 0px;
}
#ResearchNews span {
	color: #666666;
	display:block;
	font-size:1.2em;
	font-style:italic;
	padding-bottom:10px;
}

/*  - - -  Trade tendency graph  - - - */

.scaleContainer {
	width: 241px;
	height: 78px;
	background: url(../img/tradeSC_scale.png) no-repeat bottom;
	margin:5px auto 20px;
}

.scaleContainer .scaleLeft {
	float: left;
	width: 120px;
	text-align: right;
}

.scaleContainer .scaleRight {
	float: right;
	width: 120px;
	text-align: left;
}

#WrapperContent .scaleContainer p {
	margin:0;
	padding:0;
	display:block;
	height:21px;
	font-weight: bold;
	font-size: 2em;
	line-height: 1em;
}

.scaleContainer p span {display:none;}

.scaleRight p {
    color:blue;
	text-align:center;
}

.scaleLeft p {
    color:red;
	text-align:center;
}

.scaleLeft .band {
	background: url(../img/tradeSC_red.png) no-repeat top right;
	height: 50px;
	float:right;
}

.scaleRight .band {
	background: url(../img/tradeSC_blue.png) no-repeat top left;
	height: 50px;
	float:left;
}
/* - - - - - - */

#StockPrices li {
	float: left;
	display: block;
	text-align: center;
	padding: 0px;
	margin: 5px;
}
#StockPrices a {
	padding: 5px;
	width: 7em;
	display: block;
	font-weight: bold;
	background: #DFDFDF;
	border: 1px solid #B0B0B0;
}
#StockPrices {
	margin-left: 23px;
}
ul.researchIcons {
	float: right;
	margin-right:5px;
}
.researchIcons li {
	display: inline;
	float: left;
	margin-left: 10px;
}
.researchIcons a span {
	display: none;
}
.researchIcons a {
	background: url(../img/research_icon.png) no-repeat bottom;
	width: 26px;
	height: 26px;
	display: block;
}
.researchIcons .rAlerts a {background-position: -2px bottom;}
.researchIcons .rNews a {background-position: -26px bottom;}
.researchIcons .rWatch a {background-position: -50px bottom;}

.researchIcons .rAlerts a:hover {background-position: -2px top;}
.researchIcons .rNews a:hover {background-position: -26px top;}
.researchIcons .rWatch a:hover {background-position: -50px top;}

