@CHARSET "UTF-8";

body { 
	font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","WenQuanYi Micro Hei",sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .lead {
    font-family: "微软雅黑","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}

.table.tborder_bottom tr td {
	border-bottom: 1px solid #DDD;
	border-top: none;
}

.table-right {
	text-align: right;
}

.table-right th {
	text-align: right;
}

/* ------ old ------*/

.requiredTip {
	color: red;
	font-weight: bold;
}

p.indent {
	text-indent: 2em;
}

.well.small {
	background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 0px;
    min-height: 20px;
    padding: 5px;
}

table caption {
	background-color: #F5F5F5;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding-left: 8px;
	text-align: left;
}

.table-condensed caption {
	padding-left: 5px;
}

.table-no-border {
    margin-bottom: 20px;
    width: 100%;
}

.table.table-no-bordered th, .table.table-no-bordered td {
	border: none;
    line-height: 20px;
    margin: none;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

.bottom-actions {
  padding: 6px 20px 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  *zoom: 1;
}

/* table-form */
.table-form {
	margin-bottom: 20px;
    width: 100%;
}

.table-form th, .table-form td {
	padding: 5px;
}

.table-form label.no-td{
    width: 60px;
}

.table-form label{
    display: inline-block;
    margin-bottom: 0;
    padding: 5px;
    text-align: right;
    vertical-align: middle;
}

.table-form input {
	margin-bottom: 0px;
	margin-left: 0px;
}

.table-form.bordered {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 0;
  	border-bottom: 0;
  	border-collapse: separate;
  	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-form.bordered th, .table-form.bordered td {
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

/* end table-form */

.trade-header-text {
	font-weight: bold;
	color: #08A287;
	font-size: large;
}

.trade-header-yen {
	font-weight: bold;
	color: #08A287;
	font-family:Arial;
	font-size: small;
}

.td-label{
	background-color: #F5F5F5;
	*width: 10%;
}

/* foot start */
.footer {
    color: #999;
    background-color: #282828;
    padding: 30px 0;
    border-top: 1px solid #343434;
    margin-top: 70px;
}

.footer-bottom {
    font-size: 13px;
}

.footer-top>div h4 {
    font-size: 16px;
    font-weight: bold;
}

.footer a {
    color: #999;
}

.footer hr {
    border-top: 1px solid #343434;
}

.footer-bottom ul>li {
    padding: 0;
}

/* foot end */

.navbar {
    margin-bottom: 0px;
}

/* nav-tabs */
.nav-tabs > li > a,
.nav-tabs > li > a:focus {
  margin-right: 0;
  background-color: transparent;
  border: none;
  color: #666666;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus:hover {
  background-color: transparent;
  -webkit-box-shadow: inset 0 -2px 0 #a94442;
  box-shadow: inset 0 -2px 0 #a94442;
  color: #a94442;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 #a94442;
  box-shadow: inset 0 -2px 0 #a94442;
  color: #a94442;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus:hover {
  border: none;
  color: #a94442;
}
.nav-tabs > li.disabled > a {
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
}
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: none;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
}

/* end nav-tabs */

.list-group {
	font-weight: bold;
	font-size: 16px;
}

.thumbnail {
	background-color: #f5f5f5;
}

.caption {
	text-align: center;
}


