@charset "utf-8";
/* PortfoBar */
.portfobarbox{
	float:left;
}
.portfobarbox .on{
	width:322px;
	height: 29px;
	background-image: url(../../common/images/tag_buttonbg2.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.portfobarbox .off {
	width:322px;
	height: 29px;
	background-image: url(../../common/images/tag_buttonbg1.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
/* TableStyle */
.tablestyle5{
	width:300px;
	font-size: 13px;
	color: #959595;
	margin-top: -33px;
	margin-bottom: 20px;
}
.tablestyle5 td{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.tablestyle5 .stockno{
	font-size: 12px;
	color: #FFFFFF;
}
.tablestyle5 .no{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
}
.tablestyle5 .no_bo{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.tablestyle5 .no_bo2{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.tablestyle5 .up{
	font-size: 16px;
	font-weight: bold;
	color: #52e701;

}
.tablestyle5 .dn{
	font-size: 16px;
	font-weight: bold;
	color: #e70101;

}
.tablestyle5 .zero{
	font-size: 16px;
	font-weight: bold;
	color: #898989;

}
.tablestyle5 .name{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
}
.tablestyle5 .name a{
	color: #fffbb5;
	text-decoration: none;
}
.tablestyle5 .name a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


/*Landing video */
#yt-thumbnail-container{
	padding: 30px 0 30px 0;
	background: #000;
	position: relative;
	z-index: 0;
}
#yt-thumbnail{
	width: 337px;
}

#yt-thumbnail-container  img#yt-play-icon {
    width: 60px;
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 3;
    left: 139px;
    top: 95px;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
}

/*index tracker*/
#indexTrackerDiv{
	float: left;
	text-align: right;
	background: #4a4a4a;
	width: 317px;
	padding-top: 20px;
	padding-right: 20px;

}