.serh_block{
background: #B3C7EC;
padding: 0.3em 0 0;
box-shadow: 0 1px 2px rgba(100,100,100,0.8);
-moz-box-shadow: 0 1px 2px rgba(100,100,100,0.8);
-webkit-box-shadow: 0 1px 2px rgba(100,100,100,0.8);
margin-bottom: 2px;
border: 1px solid rgba(0,0,0,0);
}
#wrapper {
position: relative;
z-index: 1;
overflow: auto;
width: 100%;
}
.serh_btn{
display: inline-block;
width: 1.85em;
height: 1.85em;
border: 1px solid #7FA6EC;
text-align: center;
border-radius: 5px;
padding: 0.2em;
}
.serh_btn_a{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEF3FA), color-stop(0.4, #DFE6F2), color-stop(1, #AAC1EC));
background:	-webkit-linear-gradient(top, #EEF3FA 0%, #DFE6F2 40%, #AAC1EC 100%);
background:	   -moz-linear-gradient(top, #EEF3FA 0%, #DFE6F2 40%, #AAC1EC 100%);
background:		-ms-linear-gradient(top, #EEF3FA 0%, #DFE6F2 40%, #AAC1EC 100%);
background:		 -o-linear-gradient(top, #EEF3FA 0%, #DFE6F2 40%, #AAC1EC 100%);
background:			linear-gradient(top, #EEF3FA 0%, #DFE6F2 40%, #AAC1EC 100%);
box-shadow: 1px 1px 1px rgba(255,255,255,0.8);
-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.8);
-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.serh_btn_b{
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEF3FA), color-stop(0.4, #DFE6F2), color-stop(1, #AAC1EC));
background:	-webkit-linear-gradient(bottom, #EEF3FA 0%, #DFE6F2 40%, #AAC1EC 100%);
background:	   -moz-linear-gradient(bottom, #EEF3FA 0%, #DFE6F2 40%, #AAC1EC 100%);
background:		-ms-linear-gradient(bottom, #EEF3FA 0%, #DFE6F2 40%, #AAC1EC 100%);
background:		 -o-linear-gradient(bottom, #EEF3FA 0%, #DFE6F2 40%, #AAC1EC 100%);
background:			linear-gradient(bottom, #EEF3FA 0%, #DFE6F2 40%, #AAC1EC 100%);
box-shadow: 1px 1px 1px rgba(255,255,255,0.8), 0 0 2px rgba(10,10,10,0.8) inset;
-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.8), 0 0 2px rgba(10,10,10,0.8) inset;
-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.8), 0 0 2px rgba(10,10,10,0.8) inset;
}
table.searchbar {
width: 98%;
margin: 0 auto;
vertical-align: middle;
}
table.searchbar *{
vertical-align: middle;
}
table.searchbar td{
padding: 0.2em;
text-align: center;
font-size: 1em;
}
table.searchbar input {
font-size: 1em; 
vertical-align: middle; 
margin: 0.2em auto;
-ms-user-select: text;
-moz-user-select: text;
-webkit-user-select: text;
}
table.searchbar input.query {width: 100%; height: 1.85em;}
.query_block{
display: block;
border: 1px solid #7FA6EC;
width: 96%;
padding: 0 0.2em;
border-radius: 5px;
box-shadow: 1px 1px 2px rgba(100,100,100,0.4) inset , 0 1px 1px rgba(255,255,255,0.8) ;
-moz-box-shadow: 1px 1px 2px rgba(100,100,100,0.4) inset , 0 1px 1px rgba(255,255,255,0.8) ;
-webkit-box-shadow: 1px 1px 2px rgba(100,100,100,0.4) inset , 0 1px 1px rgba(255,255,255,0.8) ;
height: 2.2em;
background: white;
position: relative;
}
.query{
width: 100%;
font-size: 1em;
margin: 0;
padding: 0;
color: lightgray;
border: none;
}
.query_del{
width: 0.8em;
padding: 0.5em;
position: absolute;
top: 0.3em;
right: 0;
display: none;
opactiy: 0.5;
border-radius: 5px;
}
.query_del_active{
background: gainsboro;
}
#suggest_list{
width: 96%;
background: white;
text-align: left;
border: 1px solid darkgray;
z-index: 99;
padding: 0 0.15em;
}
.suggest{
display: block;
padding: 0.3em;
}
.suggest_active{
display: block;
padding: 0.3em;
background: lightgray;
}
.sorts table{
width: 100%;
}
.sorts td{
width: 20%;
text-align: center;
}
.sort_icon{width: 50%;}
.sort_name{
line-height: 0.5em;
padding-bottom: 0.2em;
font-weight: bold;
vertical-align: bottom;
}
.v_align{
display: inline-block;
width: 0;
height: 2.4em;
vertical-align: bottom;
}
.sort_btn{
display: block;
width: 100%;
height: 3.4em;
border-radius: 5px 5px 0 0;
border-bottom: none;
vertical-align: bottom;
}
.market_btn_a{
color: #663333;
background: url('../img/market_off.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF1ED), color-stop(0.05, #FDC1AC), color-stop(1, #FF9069));
background: url('../img/market_off.png'), -webkit-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/market_off.png'), 	 -moz-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/market_off.png'), 	  -ms-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/market_off.png'), 	   -o-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/market_off.png'), 		  linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background-size: 2.5em, 100%;
background-position: center top, center center;
background-repeat: no-repeat;
border: 1px solid #F28A66;
border-bottom: none;
text-shadow: 0 1px 1px rgba(255,255,255,0.8);
}
.market_btn_b{
color: white;
background: url('../img/market_on.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0.17, #D95425), color-stop(0.54, #E77D57), color-stop(0.93, #F5A487));
background: url('../img/market_on.png'), -webkit-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/market_on.png'), 	-moz-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/market_on.png'), 	 -ms-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/market_on.png'), 	  -o-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/market_on.png'), 		 linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background-size: 2.5em, 100%;
background-position: center top, center center;
background-repeat: no-repeat;
border: 1px solid #CC491C;
border-bottom: none;
text-shadow: 0 1px 1px rgba(64,34,15,0.8);
}
.stock_btn_a{
color: #663333;
background: url('../img/stock_off.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF1ED), color-stop(0.05, #FDC1AC), color-stop(1, #FF9069));
background: url('../img/stock_off.png'), -webkit-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/stock_off.png'),	-moz-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/stock_off.png'),	 -ms-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/stock_off.png'),	  -o-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/stock_off.png'),		 linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background-size: 2.5em, 100%;
background-position: center top, center center;
background-repeat: no-repeat;
border: 1px solid #F28A66;
border-bottom: none;
text-shadow: 0 1px 1px rgba(255,255,255,0.8);
}
.stock_btn_b{
color: white;
background: url('../img/stock_on.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0.17, #D95425), color-stop(0.54, #E77D57), color-stop(0.93, #F5A487));
background: url('../img/stock_on.png'), -webkit-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/stock_on.png'),    -moz-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/stock_on.png'),     -ms-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/stock_on.png'), 	 -o-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/stock_on.png'), 		linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background-size: 2.5em, 100%;
background-position: center top, center center;
background-repeat: no-repeat;
border: 1px solid #CC491C;
border-bottom: none;
text-shadow: 0 1px 1px rgba(64,34,15,0.8);
}
.emerging_btn_a{
color: #663333;
background: url('../img/emerging_off.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF1ED), color-stop(0.05, #FDC1AC), color-stop(1, #FF9069));
background: url('../img/emerging_off.png'), -webkit-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/emerging_off.png'),	   -moz-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/emerging_off.png'),		-ms-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/emerging_off.png'),		 -o-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/emerging_off.png'),			linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background-size: 2.5em, 100%;
background-position: center top, center center;
background-repeat: no-repeat;
border: 1px solid #F28A66;
border-bottom: none;
text-shadow: 0 1px 1px rgba(255,255,255,0.8);
}
.emerging_btn_b{
color: white;
background: url('../img/emerging_on.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0.17, #D95425), color-stop(0.54, #E77D57), color-stop(0.93, #F5A487));
background: url('../img/emerging_on.png'), -webkit-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/emerging_on.png'), 	 -moz-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/emerging_on.png'), 	  -ms-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/emerging_on.png'), 	   -o-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/emerging_on.png'), 		  linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background-size: 2.5em, 100%;
background-position: center top, center center;
background-repeat: no-repeat;
border: 1px solid #CC491C;
border-bottom: none;
text-shadow: 0 1px 1px rgba(64,34,15,0.8);
}
.rate_btn_a{
color: #663333;
background: url('../img/rate_off.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF1ED), color-stop(0.05, #FDC1AC), color-stop(1, #FF9069));
background: url('../img/rate_off.png'), -webkit-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/rate_off.png'),	   -moz-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/rate_off.png'),		-ms-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/rate_off.png'),		 -o-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/rate_off.png'),			linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background-size: 2.5em, 100%;
background-position: center top, center center;
background-repeat: no-repeat;
border: 1px solid #F28A66;
border-bottom: none;
text-shadow: 0 1px 1px rgba(255,255,255,0.8);
}
.rate_btn_b{
color: white;
background: url('../img/rate_on.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0.17, #D95425), color-stop(0.54, #E77D57), color-stop(0.93, #F5A487));
background: url('../img/rate_on.png'), -webkit-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/rate_on.png'), 	 -moz-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/rate_on.png'), 	  -ms-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/rate_on.png'), 	   -o-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/rate_on.png'), 		  linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background-size: 2.5em, 100%;
background-position: center top, center center;
background-repeat: no-repeat;
border: 1px solid #CC491C;
border-bottom: none;
text-shadow: 0 1px 1px rgba(64,34,15,0.8);
}
.gold_btn_a{
color: #663333;
background: url('../img/gold_off.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF1ED), color-stop(0.05, #FDC1AC), color-stop(1, #FF9069));
background: url('../img/gold_off.png'), -webkit-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/gold_off.png'),    -moz-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/gold_off.png'),		-ms-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/gold_off.png'),		 -o-linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background: url('../img/gold_off.png'),			linear-gradient(top, #FFF1ED 0%, #FDC1AC 5%, #FF9069 100%);
background-size: 2.5em, 100%;
background-position: center top, center center;
background-repeat: no-repeat;
border: 1px solid #F28A66;
border-bottom: none;
text-shadow: 0 1px 1px rgba(255,255,255,0.8);
}
.gold_btn_b{
color: white;
background: url('../img/gold_on.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0.17, #D95425), color-stop(0.54, #E77D57), color-stop(0.93, #F5A487));
background: url('../img/gold_on.png'), -webkit-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/gold_on.png'), 	 -moz-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/gold_on.png'), 	  -ms-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/gold_on.png'), 	   -o-linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background: url('../img/gold_on.png'), 		  linear-gradient(top, #D95425 17%, #E77D57 54%, #F5A487 93%);
background-size: 2.5em, 100%;
background-position: center top, center center;
background-repeat: no-repeat;
border: 1px solid #CC491C;
border-bottom: none;
text-shadow: 0 1px 1px rgba(64,34,15,0.8);
}
#datasouce{
width: 96%;
font-size: 0.9em;
text-align: center;
margin-top: -0.3em;
}
.newstendyimage {
display:block;
padding:0.5em 0;
border-bottom: 1px solid #E0E0E0;
}
.newstendyimage img {width: 30%;}
.newstitle {display:block;}
.newsstock {color:red; font-weight:bold;}
.newstime {
display:block;
font-size:0.8em; 
color:rgb(128,128,128); 
margin-top:-1em; 
margin-bottom:1em;
border-bottom: 1px solid #E0E0E0;
}
.newsmore{
display:block;
padding-bottom:0.5em;
border-bottom: 1px solid #E0E0E0;
}
.heading{
color:#727171;
font-size: 1.22em;
font-weight: bold;
text-align: center;
margin-bottom: 0.3em;
}
.line_chart{
width:92%;
margin: 0.6em auto 0.8em;
background: white;
border-radius: 10px;
padding: 2% 2% 4%;
/*-webkit-box-shadow: 0 0 3px rgba(100,100,100,0.6);*/
border: 1px solid #C9CACA;
}
.currency_options{
font-size: 1.2em;
}