/* Tabs */
#content ul.tabs {margin: 0;padding: 0;float: left;list-style: none;width: 100%;}
#content ul.tabs li {float: left;margin: 0 7px 0 0;padding: 0px;overflow: hidden;position: relative;font-family: Helvetica;}
#content ul.tabs li a {text-decoration: none;display: block;font-size: 15px;line-height: 35px;padding: 0 15px 3px 15px;height: 30px;color: #0070C0;background-color: #D7D1CA;}
#content ul.tabs li a:hover {color: #F76835;background-color: #D7D1CA;}

#content ul.tabs li.active a {position: relative;z-index: 999;color: #F76835;background-color: #F2F2F2;}
.tab_container {clear: both;width: 1520px;z-index: 999;position: relative;background-color: #F2F2F2;}
.tab_container2 {clear: both;width: 1220px;z-index: 999;position: relative;background-color: #F2F2F2;}
.tab_content {padding: 20px 20px 0 20px;}

/* Type-search */
.search-text {font-size: 20px;margin-right:3px;}
.search-submit {font-size: 18px;font-weight: bold;color: #fff;border: none;background: #000;padding:4px 20px;}
.search-submit:hover {color: #F76835;}

.search-submit1 {font-size: 16px;font-weight: bold; color: #fff;border: none;background: #000;padding:4px 20px; }
.search-submit1:hover {color: #F76835;}

.threshold-text {font-size: 12px;}
.threshold-submit {font-size: 15px;font-weight: bold;color: #0070C0;border: none;background: none;}
.threshold-submit:hover {color: #F76835;}

/* Table */
table.result {border: 2px;border-color: white;}
th.result {background-color: #D7D1CA;font-family: Helvetica;font-size: 15px;font-weight: bold;color: black;height: 30px; max-width: 10%}
td.result {background-color: #F2F2F2;font-family: Helvetica;font-size: 15px;color: black;height: 30px;}

table.stat {border: 2px;border-color: white;margin: 5px;}
th.stat {background-color: #D7D1CA;font-family: Helvetica;font-size: 8px;font-weight: bold;color: black;height: 10px;}
td.stat {background-color: #F2F2F2;font-family: Helvetica;font-size: 8px;color: black;height: 10px;}
