/*  general styles  */

*:focus { 
  outline: none;
}
.clear{ 
	content:'';
	display: block;
	clear:both; 
	float:none !important; 
	padding:0; 
	width:100%; 
}
a {
	color: #000000;
	text-decoration: none;
}

body{
  color: #000000;
  font-family: "Tahoma", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 0.93333rem;
}

select { 
	width: 100%; 
	border: 1px solid #dbdbdb;
	margin-bottom:8px;
}

.alteration-up {
  color: #00862E;
}

.alteration-equal {
  color: #CD1719;
}

.alteration-down {
  color: #CD1719;
}

#wrapper {
  overflow: hidden;
}

/* header */

#top {
  float: left;
  width: 100%;
}

.top-info {
  float: left;
  width: 100%;
  background:#1C307E;
}

.top-company-info {
  display: inline;
  float: left;
  padding: 12px 6px 10px;
}

.top-share-info {
  display: inline;
  float: right;
  padding: 6px;
}

.top-table {
	padding: 8px 0 36px;
}
.top-table table {
	width: 100%;
}
.top-info {
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	vertical-align: bottom;
	display: table;
	box-sizing: border-box;
	width: 100%;
	/*margin-bottom: 0.66em;*/
	line-height: 1.2;
	font-weight:300;
	font-family: "Tahoma", sans-serif;
}
.top-info .top-company-info {
	width: 50%;
	display: table-cell;
	text-align: left;
	box-sizing: border-box;
	font-weight: 900;
}
.top-info .top-share-info {
	width: 50%;
	display: table-cell;
	padding: 11px 8px 5px 0;
	text-align: right;
	box-sizing: border-box;
}
.top-table table td {
	padding: 0 8px;
	border: 1px solid #e4e4e5;
	line-height: 26px;
	color: ##41506b;
	background-color: #fff;
	background-color: rgba(228, 228, 229,0.32)\9;
	text-align: center;
	font-family: "Tahoma", sans-serif;
	font-size:15px;
}
.top-table table td.col1 {
	text-align: left;
}
.top-table span.alteration-up {
	background: url(./images/up.gif) center center no-repeat;
	padding-left: 10px;
	height: 10px;
	line-height: 10px;
	margin-left: 8px;
}
.top-table span.alteration-down {
	background: url(./images/down.gif) center center no-repeat;
	padding-left: 10px;
	height: 10px;
	line-height: 10px;
	margin-left: 8px;
}
.top-table span.alteration-equal {
	background: url(./images/equal.gif) center center no-repeat;
	padding-left: 10px;
	height: 10px;
	line-height: 10px;
	margin-left: 8px;
}


/*  custom time range  */
#range-input .left_column {
	line-height: 30px;
}
#range-input {
	clear: both;
	font-family: "Tahoma", sans-serif;
	font-size: 14px;
	padding: 8px 8px;
	position: relative;
}
#range-input:after {
	clear: both;
	content: '';
	display: block;
}
#range-input span.title, #range-input input, #range-input label {
	float: left;
	display: block;
	margin-top: 8px;
}
#range-input a.submit {
	float: left;
	display: block;
}
#range-input span.title {
	padding: 3px 0 3px 0;
}
#range-input label {s
	font-size: 1em;
	margin-right: 15px;
	padding-top: 0px;
	margin-left: 5px;
	font-family: "Tahoma", sans-serif;
}
#range-input a.submit {
	text-align: center;
	padding: 0.315em 1em 0.315em 1em;
	margin-left: 4px;
	-webkit-transition: border-color 0.3s ease, color 0.3s ease;
	-moz-transition: border-color 0.3s ease, color 0.3s ease;
	-o-transition: border-color 0.3s ease, color 0.3s ease;
	transition: border-color 0.3s ease, color 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: none;
	color: #002856;
	border: 1px solid #002856;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	font-family: "Tahoma", sans-serif;
	margin-top: 6px;
}
#range-input a.submit:hover {
	border: 1px solid #abaeb6;/* color: #a4c400;*/
}
#range-input a.submit span {
	display: block;
	color: #3d3d3f;
	text-transform: uppercase;
}
#range-input #tr_beg, #range-input #tr_end {
	width: 130px;
	background: #fff;
	line-height: 19px;
	font-family: "Tahoma", sans-serif;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: darkgray;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	;
	-o-transition: all 0.3s ease-in-out;
	;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 8px;
	border: 1px solid #e4e4e5;
	border-top: 1px solid #e4e4e5;
	margin: 0 0 0 0 !important;
	background: url("images/time_range_bg.gif") no-repeat scroll 93% center #fff;
}
#range-input input {
	border-top: 3px solid #e4e4e5;
}
#range-input input:focus {
	border-top: 1px solid !important;
}
#range-input #tr_end {
	margin-right: 6px;
	border-top: 1px solid #e4e4e5;
}
#ui-datepicker-div {
	z-index: 99 !important;
}
#range-input label.ri-first {
	padding-left: 0;
	margin-left: 0;
	margin-top: 6px;
}
#range-input label#tr_end{
	margin-top: 6px;
}


@media screen and (max-width: 610px) {
/* Force table to not be like tables anymore */
#no-more-tables table,  #no-more-tables thead,  #no-more-tables tbody,  #no-more-tables th,  #no-more-tables td,  #no-more-tables tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#no-more-tables tr {
	border: 1px solid #ccc;
}
#no-more-tables td.title {
	display: none;
}
#no-more-tables td {
	font-size: 16px;
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align: left;
}
#no-more-tables td:before {
	position: absolute;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
	text-align: left;
}
/*
    Label the data
    */
#no-more-tables td:before {
	content: attr(data-title);
}
#no-more-tables2 td:before {
	content: attr(data-title);
}
#no-more-tables2 table,  #no-more-tables2 thead,  #no-more-tables2 tbody,  #no-more-tables2 th,  #no-more-tables2 td,  #no-more-tables2 tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#no-more-tables2 tr {
	border: 1px solid #ccc;
}
#no-more-tables2 td {
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align: right;
}
#no-more-tables2 td:before {
	position: absolute;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
	font-weight: 300;
	font-size: 12px;
	text-align: left;
}
/*
    Label the data
    */
#no-more-tables2 td:before {
	content: attr(data-title);
}
}


 @media screen and (max-width:610px) {

#no-more-tables td.table-head br,  #no-more-tables td.table-head span:first-child {
	display: none;
}
}
 @media only screen and (max-width: 610px) {
#header_table td {
	padding: 0 0;
}
.bottom-table table, .bottom-table thead, .bottom-table tbody, .bottom-table th, .bottom-table td, .bottom-table tr {
	display: block;
}
.bottom-table thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.bottom-table tr {
	border: 1px solid #ccc;
}
.bottom-table td {
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
}
.bottom-table td:before {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
}
.bottom-table td:before {
	content: attr(data-title);
	text-align: left;
}
#footer table td.col1 {
	text-align: right;
}
}
 @media screen and (min-width:600px) {
#range-input .left_column {
	float: left;
	font-family: "Tahoma", sans-serif;
}
#range-input .right_column {
	float: left;
	padding-right: 27px;
	padding-left: 10px;
}
}
 @media screen and (max-width: 500px) {
	#header_table td {
		float: left;
		width: 100%;
	}
	#header_table td #info-footer {
		margin-bottom: 0.66em;
		text-align: left;
		display: none;
	}
	.info-footer {
		display: block;
		margin-bottom: 0.66em;
	}

	
	.top-company-info{
		padding-bottom: 0;
	}
	
	.top-share-info{
		padding: 12px 6px 10px;
	}
	
	.top-info .top-company-info,
	.top-info .top-share-info{
		text-align: left;
		font-size: 1.2em;
		display:block;
		width:100%;
		float: none;
		text-align: left;
	}
	.top-info .top-share-info{
		padding: 0 0 15px 5px;;
		font-size: 16px;
	}
	.top-info{
		font-size: 1.4em;
	}
}
 @media screen and (max-width: 435px) {
#range-selector ul li {
	width: 23.5%;
	margin-bottom: 2px;
}
#range-selector ul li a {
	padding-right: 0;
	padding-left: 0;
	float: left;
	display: block;
	text-align: center;
	float: none;
}
#range-selector li.active a {
	display: block;
}
.bottom-table {
	padding-bottom: 10px;
}
#info-footer {
	display: block;
	float: none;
	left: 0;
	top: 6px;
}
#range-input a.submit {
	margin-left: 0;
	margin-top: 10px;
}
}
 @media screen and (max-width: 420px) {
#range-input a.submit {
	margin-left: 0;
	clear: both;
}


}
 @media screen and (max-width:400px) {
#range-input label {
	display: block;
}
.news-icons:after {
	content: '';
	display: block;
}
.news-icons, .news-option {
	padding-left: 0;
	margin-bottom: 5px;
}
input#shownews {
	margin: 0 0 0 -2px !important;
}
#range-input {
	position: relative;
}
#chartexport {
	float: left;
}
#range-selector {
	padding-bottom: 20px;
	margin-bottom: 0
}
}
 @media screen and (max-width: 350px) {
	.news-option #shownews {
		margin-left: 5px;
	}
	#chartexport {
		float: left;
		margin-top: 10px;
		position: relative;
		top: 0;
	}
	.right_column label {
		clear: both;
	}
	.news-icons span {
		margin-right: 10px;
	}
	#range-input label {
		width: 50px;
	}
	#range-input label {
		margin-left: 0;
		line-height: 37px;
	}
	#range-input #tr_beg, #range-input #tr_end {
		margin-bottom: 0px !important;
	}
	#range-input #tr_end {
		margin-top: 10px !important;
	}
	#chart {
		 background: url(images/logo.png) no-repeat 30% 30%;
	}
	.top-share-info{
		padding-left:5px;
		
	}
	.top-company-info{
		font-size:10px;
	}
	#range-input .right_column label{
		text-align: left;
		position: relative;
		top: 3px;
	}
	#range-input .right_column .ri-first{
		top:-5px;
	}
}
@media screen and (max-width:350px) {
	#chartexport {
		float: left;
		padding-left: 8px;
		position: relative;
		top: 0;
		padding-top: 10px;
	}
	.top-info .top-company-info,
	.top-info .top-share-info{
		text-align: left;
		font-size: 1em;
		display:block;
		width:100%;
		float: none;
		text-align: left;
	}
}

#cboxWrapper {
	height: 600px !important;
}

#range-selector {
  clear: both;
  display:table;
  margin-top: 2px;
  margin-bottom: 20px;
  width: 100%;
  background: #faf8f7;
}

#range-selector ul{
	display:table-row;
	width:100%;
}

#range-selector ul li {
	display:table-cell;
	width:auto;
	border-right: 1px solid #fff;
}


#range-selector ul li:first-child {
  
}


#range-selector ul li a {
	background-color: #d3d0e7;
	display: block;
	padding: 5px 15px 5px 15px;
	padding: 10px 15px;
	text-align:center;
}

#range-selector ul li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #6565a4;
}

#range-selector ul li.active a {
  color: #fff;
  background-color: #6565a4;
}



/*  custom time range  */




#ui-datepicker-div {
  z-index: 99 !important;
}

/*  news information  */

#news-information {
  clear: both;
  float: left;
  margin-top: 10px;
  width: 100%;
  background: #faf8f7;
  padding: 6px 0;
}

.news-option,
.news-icons {
  float: left;
  margin-right: 40px;
  height: 19px;
}

.news-option label {
  position: relative;
  top: -1px;
}

.news-icons {
  padding-top: 3px;
}

.news-icons span {
  margin-right: 20px;
  padding-left: 18px;
  background: url(./images/a.gif) 0 1px no-repeat transparent;
  display: block;
  float: left;
}

.news-icons .adhoc {
  margin-left: 0;
}

.news-icons .corporate {
  background-image: url(./images/n.gif)
}

.news-icons .dividends {
  background-image: url(./images/d.gif)
}



/*  chart  */

#chartheader {
  clear: both;
  float: left;
  width: 100%;
}

#chartwrapper .wrapper {
  clear: both;
  padding: 0 15px 0px 15px;
  /**background: #faf8f7;**/
}

#chart {
  padding: 6px 0 0 0;
}

/*  Chart tools  */
#chartfooter {
	float: left;
	width: 100%;
	background: #faf8f7;
	padding:0 15px;
	box-sizing: border-box;
}

#chartfooter .footer-wrap div {
  float: left;
  padding: 6px 0;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 15px 15px 15px;
}
#chartfooter > div{
	margin: 0 -15px;
}
#chartfooter input {
  vertical-align:bottom;
}
#chartfooter select {
  /*border: 1px solid #8F8D8D;
  height: 19px;
  width: 100px;
  font-size:11px;*/
	clear: both;
	font-family: "Tahoma", sans-serif;
	font-size: 14px;
	padding: 8px 8px;
	position: relative;
}


#chartfooter label {
  vertical-align:middle;
  line-height:19px;
}


#chartfooter h3 {
	margin: 0;
	/*font-weight: bold;*/
    padding-bottom: 2px;
	font-size: 14px;
}

#chartfooter h3.label{
	font-size: 1em;
    line-height: 1.2;
    margin: 5px 0 0.5em;
    text-transform: uppercase;
}


.history-download {
  width: 120px;
  
}

#download-wrapper .button,
.history-download a {

	text-align: center;
	line-height: 16px;
	-webkit-transition: border-color 0.3s ease, color 0.3s ease;
	-moz-transition: border-color 0.3s ease, color 0.3s ease;
	-o-transition: border-color 0.3s ease, color 0.3s ease;
	transition: border-color 0.3s ease, color 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/* border-radius: 3px;*/
	background: none;
	color: #002856;
	border: 1px solid #002856;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 0.375em 1em 0.375em 1em;
	font-size: 1em;
	font-family: "Tahoma", sans-serif;
}

#download-wrapper .button:hover,
.history-download a:hover{
		border: 1px solid #abaeb6;
}
/*  footer  */

#chart-info {
  font-size: 0.9em;
  float: left;
  width:50%;
  padding: 6px 0 6px 15px;
  /*width:194px;*/
  box-sizing: border-box;
}

#info-footer {
  font-size: 0.9em;
  float: right;
  width: 50%;
  padding: 6px 8px 6px 0;
  text-align:right;
  box-sizing: border-box;
}


#additional-info {
    clear: both;
    margin: 0 15px;
    padding-top: 0px;
    font-size: 0.9em;
}

#footer {
  display:none;
  clear: both;
  float: left;
  margin-top: 10px;
  width: 100%;
  background: #faf8f7;
  padding: 6px 0;
}

#footer table {
  width: 100%;
  line-height: 18px;
}

#footer table th {
  font-weight: 700;
  text-align: left;
  background: #ccc;
}

/*  special styles  */

body .ui-selectmenu-menu ul li a, body a.ui-selectmenu { font-size:11px; }
body .ui-state-default { border:1px solid #dbdbdb; background:none}
body .ui-state-hover { border:1px solid #dbdbdb }
body .ui-widget-content .ui-state-hover { background:none; background-color: #6565a4; color:#fff }
body .ui-state-hover a, 
body .ui-state-hover a:hover { color: #fff }
body .ui-state-default .ui-icon { background-image: url(images/ui-icons_454545_256x240.png); }
body .ui-widget-content { border:1px solid #dbdbdb;} 
body .ui-corner-all, body .ui-corner-bottom, body .ui-corner-right, body .ui-corner-br { border-bottom-right-radius:0; }
body .ui-corner-all, body .ui-corner-bottom, body .ui-corner-left, body .ui-corner-bl { border-bottom-left-radius:0; }
body .ui-corner-all, body .ui-corner-top, body .ui-corner-right, body .ui-corner-tr { border-top-right-radius:0; }
body .ui-corner-all, body .ui-corner-top, body .ui-corner-left, body .ui-corner-tl { border-top-left-radius:0; }

/* download */

#download-wrapper {
  color: #000000;
  font-family: "Tahoma", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 0.93333rem;

  overflow: hidden;
  width: auto !important;
  position: static !important;
}

#download-wrapper h1 {
  clear: both;
  color: #1C307E;
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 15px;
}

#download-wrapper .description {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

#download-wrapper .error{
	color:#ff0000;
	font-weight:700;
}

#download-wrapper label {
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  color: #003781;
}
#download-wrapper button {
	
}
#download-wrapper div {
  margin-bottom: 12px;
}

#download-wrapper .select-day {
  width: 60px;
}

#download-wrapper .select-month {
  width: 120px;
}

#download-wrapper .select-year {
  width: 60px;
}
@media screen and (max-width:600px){
	#chartfooter .footer-wrap div{ width: 50%;}
	#chart-info{
		width:100%;
	}
	#info-footer{
		padding: 6px 0 6px 15px;
		width:100%;
		text-align: left;
	}
}
/*@media screen and (max-width:400px){
	#chartfooter .footer-wrap div{ width: 100%;}
}

@media screen and (max-width:450px){
	
}*/