

/* ************** Global Define *************** */
body {
	margin:0px;
	padding:0px;
	font-family: 'Open Sans',sans-serif;
	font-size:12px;
	-webkit-text-size-adjust:none;
}
.fontOpenSans {
	font-family: 'Open Sans',sans-serif;
}
table th {
	font-size:14px;
	color:white;
}
table td {
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
.remark {
	font-size:14px;
}
.bText {
	font-weight:bold;
}
.fLeft {
	float:left;
}
.fRight {
	float:right;
}
.f14 {
	font-size:14px;
	color:#444446;
}
a, a:link, a:visited {
	color:#474747;
	text-decoration:underline;
}
a:hover {
	color:#474747;
	text-decoration:underline;
}
form input,
form select {
	font-family: 'Open Sans',sans-serif;
}

/* ************** IR Landing Page *************** */
#irLanding {
	margin:0px;
	padding:0px;
	background-color:#3d3d3d;
}
#irLanding p {
    color: #c3c3c3;
    font-family: 'Open Sans',sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 0;
    text-transform: uppercase;
}
#irLanding h4 {
    color: #fff;
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}
#irLanding p.large {
    color: #fff;
    font-size: 45px;
    margin: 0;
}
#irLanding p.large span {
    color: #bcbcbc;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    margin-left: 10px;
}
#irLanding p.large span.green {
    color: #62b419;
    display: inline-block;
    margin-left: 5px;
}
#irLanding a {
    color: #c3c3c3;
    text-decoration: underline;
    text-transform: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0;
}

/* ************** Inner Page *************** */
.stockinfoContainer {
	width:100%;
}
.stockinfoContainer p.f14 {
	padding:0px; margin:0px;
}
.stockinfoContainer table {
	border-bottom:1px solid #f0f0f0;
}
.smaller .stockinfoContainer table .col1,
.stockinfoContainer table.smaller .col1 {
	padding-left:5px;
}
.smaller .stockinfoContainer table th,
.stockinfoContainer table.smaller th {
	font-size:12px;
	padding:0px 0px 0px 0px;
}
.smaller .stockinfoContainer table td,
.stockinfoContainer table.smaller td {
	font-size:10px;
	padding:0px 0px 0px 0px;
}
.stockinfoContainer table thead th {
	background-color:#f0f0f0;
	color:#444446;
	height:36px;
	vertical-align:middle;
	text-align:center;
	font-weight:normal;
}
.stockinfoContainer table th {
	background-color:#444446;
	text-align:left;
	height:36px;
	padding:0px 0px;
	font-family: 'Open Sans',sans-serif;
	font-size:14px;
	width:20%;
}
.stockinfoContainer table td {
	height:36px;
	padding:0px 0px 0px 0px;
	font-family: 'Open Sans',sans-serif;
	font-size:14px;
	width:20%;
}
.stockinfoContainer table .row1 td {
	height:auto;
	padding: 10px 0px 1px 0px;
}
.stockinfoContainer table .row2 td {
	height:auto;
	padding: 1px 0px 10px 0px;
}
.stockinfoContainer table th.col1,
.stockinfoContainer table td.col1 {
	padding:0px 0px 0px 20px;
}

/* ***************************** */
#chartImg img {
	position:absolute;
}
#chartImg {
	width:475px;
	height:320px;
	float:left;
}
#chartControl {
	float:left;
	padding-top:12px;
}

.checkboxBlock {
	width:80px;
	float:left;
}

/* ************** HomePage *************** */
#homeStock {
	background-color:transparent;
	margin-bottom: 0;	
	color:#C3C3C3;
	font-family: 'Open Sans',sans-serif;
	font-weight:600;
}
#homeStock p {
	padding:0px;
	margin:0px;
}
#homeStock .date {
    font-size: 11px;
	color:#C3C3C3;
	text-transform:uppercase
}
#homeStock .large {
	font-size: 18px;
    line-height: 120%;
	color:white;
	margin:5px 0px;
}
#homeStock .large.lineH60 {
	line-height:60%;
}
#homeStock .large span {
    font-size: 22px;
}
#homeStock .green {
	color:#62B419;
}
#homeStock .gray {
	color:#bcbcbc;
}
#homeStock a {
    color: #C3C3C3;
    font-size: 11px;
    text-decoration: underline;
}
#homeStock a:hover {
    color: white;
}

@media screen and (max-width: 480px) {
	#chartImg{
		width:100%;
		float:none;
	}
	#chartImg img{
		width:100%;
	}
}
