
body{
    font-size:12px;
    background: url("/static/images/body-Bg.jpg") 0 0 repeat;
}


/* common css */
.cRed, .cRed:hover{color:#f00 !important;}
.cYellow, .cYellow:hover{color:#F1B634 !important;}
.cWhite, .cWhite:hover{color:#fff !important;}
.cCCC, .cCCC:hover{color:#ccc !important;}
.cGreen, .cGreen:hover{color:#468847 !important;}

.f18{font-size:18px !important;}

a:hover,a:active{
    text-decoration: none;
    blr:expression(this.onFocus=this.blur());
}
a:focus {
    outline: none;
}
.tableHover tr:hover td{background:#efefef !important;}

/* bootstrap css reset */
.navbar-inverse .navbar-brand{
    color:#fff;
    opacity:.7;
    padding:10px 15px;
}
.navbar-inverse .navbar-brand:hover{
    opacity: 1;
}

.panel-package-1{
    border:1px solid #82AF6F;
}
.panel-package-1 .panel-footer .btn{
    background:#82AF6F;
    color:#fff;
}
.panel-package-1 > .panel-heading{
    background:#82AF6F;
    color:#fff;
}
.panel-package-2{
    border:1px solid #FFC657;
}
.panel-package-2 .panel-footer .btn{
    background:#FFC657;
    color:#fff;
}
.panel-package-2 > .panel-heading{
    background:#FFC657;
    color:#fff;
}
.panel-package-3{
    border:1px solid #D15B47;
}
.panel-package-3 .panel-footer .btn{
    background:#D15B47;
    color:#fff;
}
.panel-package-3 > .panel-heading{
    background:#D15B47;
    color:#fff;
}

.plan-button{
    position: relative;
    display: block;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background: #fd935c;
    border-bottom: 2px solid #cf7e3b;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.plan-button:hover{
    color:#fff !important;
}

table > thead > tr.info > th,table > tbody > tr.info > td{
    background: #D9EDF7;
    border-bottom:2px solid #BCE8F1;
}

/*  */
.fav_loading{
    display: inline-block;
    width:16px;
    height: 16px;
}

.regiLink .btn{
    margin-top: 8px;
    margin-right: 10px;
}

.icons-coin16{
    display:inline-block;
    width:16px;
    height: 16px;
    background: url('../images/coins.png') 0 0 no-repeat;
    vertical-align: middle;
}
.priceImg{
    border:2px #ccc solid;
}


.weiboCon{max-width:900px; padding:20px; margin:0 auto; background:#fafafa; border:1px #ddd solid; color:#666;}
.weiboCon .media{padding:15px; border-bottom: 1px #ddd solid;}
.weiboCon .weiboConImg{cursor:pointer;}
.weiboCon .media:last-child{border-bottom: 0;}
.weiboCon .media-heading{font-size: 16px;}
.weiboCon .media-body small{color:#999;}
.weiboCon .pull-left img{ border-radius: 50%;}

.paymentImg{
    margin-left: 8px;
    border:1px #ddd solid;
    padding:3px;
    border-radius: 5px;
    width:130px;
    margin-right:20px;
}


/*footer*/
footer{
    font-size:12px;
    color:#999;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.containerMain{
    background: #fff;
    border:3px solid #365A00;
    border-radius: 5px 5px 0 0;
    padding:20px;
    border-bottom: 0;
}
.containerFooter{
    background: #fff;
    border:3px solid #365A00;
    border-radius:0 0 5px 5px;
    border-top: 0;
    margin-bottom: 20px;
}

