@media screen {
    /* default global style */
    body {
        overflow-y: scroll;
        /*background-color: #F4F4F4;*/
        font-family: \5fae\8f6f\96c5\9ed1, Verdana, Arial, Helvetica, \5b8b\4f53, sans-serif;
        /* ie7 */
        +overflow-y: visible;
    }
    input, button, select, textarea {
        font-family: \5fae\8f6f\96c5\9ed1, Verdana, Arial, Helvetica, \5b8b\4f53, sans-serif;
    }
     .footCopy{
        /*padding-top:15px;*/
        width:50%;
        float: left;
    }
    .footSys{
        width:50%;      
        float: right;
    }
    .container, 
    .navbar-static-top .container, 
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 100%;
    }

    .span1 {
        width: 65px;
    }
    .span2 {
        width: 150px;
    }
    .span3 {
        width: 235px;
    }
    .span4 {
        width: 320px;
    }
    .span5 {
        width: 405px;
    }
    .span6 {
        width: 490px;
    }
    .span7 {
        width: 575px;
    }
    .span8 {
        width: 660px;
    }
    .span9 {
        width: 745px;
    }
    .span10 {
        width: 830px;
    }
    .span11 {
        width: 915px;
    }
    .span12 {
        width: 1000px;
    }
    
    form {
        margin: 0;
    }
    textarea {
        resize: none;
    }

    button.btn:focus,
    a.btn:focus,
    a:focus {
        outline: none;
        outline: 0 auto -webkit-focus-ring-color;
        outline-offset: 0;
    }

    .dropdown-menu {
        border-radius: 0;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    }

    .row-fluid [class*="span"] {
        min-height: auto;
    }

    /*-------------------------------------------------------------------------------------------------------------------------------------------
    * ����Ի���
    */
    .alert {
        border-radius: 0;
    }

    /*-------------------------------------------------------------------------------------------------------------------------------------------
    * Modals (�Ի���)
    */
    .modal {
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }
    .modal.fade.in {
        top: 15%;
    }
    .modal #myModalLabel {
        font-size: 17.5px;
        /* ie7 */
        +float: left;
    }
    .modal-header button.close {
        +margin-top: 0;
    }
    .modal-backdrop, .modal-backdrop.fade.in {
        /*background-color: transparent;*/
        opacity:0.4;
        background-color: rgba(0, 0, 0,0.4);
    }

    table tr.active td {
        background-color: #BCC3C8;
    }
    table tr.active td a {
        color:#333;
    }
    /*-------------------------------------------------------------------------------------------------------------------------------------------
    * form
    */
    a.m-reg-link, a.m-help-link {
        color:#999;
    }
    a.m-reg-link:hover,
    a.m-reg-link:focus,
    a.m-help-link:hover,
    a.m-help-link:focus {
        color:#333;
        text-decoration: none;
    }

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .uneditable-input {
        border-color: #ccc;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        border-color: #999;
        outline: 0;
        /*outline: thin dotted \9;*/
        /* IE6-9 */

        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.1), 0 0 3px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.1), 0 0 3px rgba(0,0,0,.2);
        box-shadow: inset 0 2px 2px rgba(0,0,0,.1), 0 0 3px rgba(0,0,0,.2);
    }

    .controls > .radio > input, .controls > .checkbox > input {

    }
    .controls > label.radio input, .controls > label.checkbox input {
        margin-top: 4px;
        margin-top: 0px\9;
    }

    form .controls [class="span1"],form .controls [class="span2"],form .controls [class="span3"],
    form .controls [class="span4"],form .controls [class="span5"],form .controls [class="span6"],
    form .controls [class="span7"],form .controls [class="span8"],form .controls [class="span9"],
    form .controls [class="span10"],form .controls [class="span11"],form .controls [class="span12"]
    {
        min-height: 30px;
        +min-height: 20px;
    }

    /*-------------------------------------------------------------------------------------------------------------------------------------------
    * button
    */
    .btn {
        position: relative;
        padding: 4px 12px;
        margin: 0;
        color: #333;
        text-shadow: 0 1px 0 #fff;
        white-space: nowrap;
        font-family: \5fae\8f6f\96c5\9ed1, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 13px;
        text-align: center;
        vertical-align: middle;
        -webkit-background-clip: padding;
        -moz-background-clip: padding;
        background-clip: padding;
        cursor: default;
        background-color: #f3f3f3;
        background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f1f1f1));
        background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
        background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
        background-image: linear-gradient(to bottom, #f5f5f5, #f1f1f1);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .btn:hover {
        text-shadow: none;
        border-color: #c6c6c6;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        background-color: #f5f5f5;
        background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#f1f1f1));
        background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
        background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
        background-image: linear-gradient(to bottom, #f8f8f8, #f1f1f1);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#fff1f1f1', GradientType=0);
        background-position: 0 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    .btn.active,
    .btn:active {
        background-image: none;
        outline: 0;
        background: #e8e8e8;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        background-color: #f4f4f4;
        background-image: -moz-linear-gradient(top, #f6f6f6, #f1f1f1);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#f1f1f1));
        background-image: -webkit-linear-gradient(top, #f6f6f6, #f1f1f1);
        background-image: -o-linear-gradient(top, #f6f6f6, #f1f1f1);
        background-image: linear-gradient(to bottom, #f6f6f6, #f1f1f1);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#fff1f1f1', GradientType=0);
    }
    .btn.disabled,
    .btn.disabled:hover,
    .btn.disabled:active,
    .btn.disabled.active,
    .btn.disabled:focus,
    .btn[disabled],
    .btn[disabled]:hover,
    .btn[disabled]:active,
    .btn[disabled].active,
    .btn[disabled]:focus {
        border: 1px solid #dcdcdc;
        background-color: #f3f3f3;
        background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f1f1f1));
        background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
        background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
        background-image: linear-gradient(to bottom, #f5f5f5, #f1f1f1);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-shadow: none;
    }
    .btn:focus {
        /* Blue border on button focus. */
        /*border-color: #4D90FE;*/
        background-position:0 0;
        outline-style: none;
    }
    .btn-large {
        padding: 9px 14px;
        font-size: 14px;
        line-height: normal;
    }
    .btn-large [class^="icon-"],
    .btn-large [class*=" icon-"] {
        margin-top: 1px;
    }
    .btn-small {
        padding: 5px 9px;
        font-size: 12px;
        line-height: 15px;
    }
    .btn-mini {
        padding: 2px 6px;
        font-size: 11px;
        line-height: 13px;
    }
    .btn-primary,
    .btn-primary:hover,
    .btn-warning,
    .btn-warning:hover,
    .btn-danger,
    .btn-danger:hover,
    .btn-success,
    .btn-success:hover,
    .btn-info,
    .btn-info:hover,
    .btn-inverse,
    .btn-inverse:hover {
        color: #ffffff;
        text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    }
    .btn-primary:hover,
    .btn-warning:hover,
    .btn-danger:hover,
    .btn-success:hover,
    .btn-info:hover,
    .btn-inverse:hover {
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }
    .btn-primary:active,
    .btn-primary.active,
    .btn-warning:active,
    .btn-warning.active,
    .btn-danger:active,
    .btn-danger.active,
    .btn-success:active,
    .btn-success.active,
    .btn-info:active,
    .btn-info.active,
    .btn-inverse:active,
    .btn-inverse.active {
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    .btn-primary.active,
    .btn-primary:active,
    .btn-primary:hover,
    .btn-warning.active,
    .btn-warning:active,
    .btn-warning:hover,
    .btn-danger.active,
    .btn-danger:active,
    .btn-danger:hover,
    .btn-success.active,
    .btn-success:active,
    .btn-success:hover,
    .btn-info.active,
    .btn-info:active,
    .btn-info:hover,
    .btn-inverse.active,
    .btn-inverse:active,
    .btn-inverse:hover {
        color: white;
        text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    }
    .btn-primary {
        border: 1px solid #3079ed;
        color: #ffffff;
        background-color: #4b8cf7;
        background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed));
        background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
        background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
        background-image: linear-gradient(to bottom, #4d90fe, #4787ed);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe', endColorstr='#ff4787ed', GradientType=0);
        *background-color: #4d90fe;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.active {
        border: 1px solid #196aeb;
        color: #ffffff;
        background-color: #4186f6;
        background-image: -moz-linear-gradient(top, #4d90fe, #3078eb);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#3078eb));
        background-image: -webkit-linear-gradient(top, #4d90fe, #3078eb);
        background-image: -o-linear-gradient(top, #4d90fe, #3078eb);
        background-image: linear-gradient(to bottom, #4d90fe, #3078eb);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe', endColorstr='#ff3078eb', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-color: #3078eb;
        background-color: #3078eb \9;
    }
    .btn-primary:active,
    .btn-primary.active {
        border: 1px solid #135fd7;
        background-color: #3880f5;
        background-image: -moz-linear-gradient(top, #4d90fe, #1969e8);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#1969e8));
        background-image: -webkit-linear-gradient(top, #4d90fe, #1969e8);
        background-image: -o-linear-gradient(top, #4d90fe, #1969e8);
        background-image: linear-gradient(to bottom, #4d90fe, #1969e8);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe', endColorstr='#ff1969e8', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .btn-primary:focus {
        border: 1px solid #3079ed;
        background-position:0 0;
    }
    .btn-primary.disabled,
    .btn-primary[disabled],
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus {
        border: 1px solid #3079ed;
        background-color: #4b8cf7;
        background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed));
        background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
        background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
        background-image: linear-gradient(to bottom, #4d90fe, #4787ed);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe', endColorstr='#ff4787ed', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-color: #4d90fe;
        background-color: #4d90fe \9;
    }
    .btn-danger {
        border: 1px solid #c6322a;
        color: #ffffff;
        background-color: #d84a38;
        background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4b39), to(#d14836));
        background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
        background-image: -o-linear-gradient(top, #dd4b39, #d14836);
        background-image: linear-gradient(to bottom, #dd4b39, #d14836);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4b39', endColorstr='#ffd14836', GradientType=0);
        *background-color: #dd4b39;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .btn-danger:hover,
    .btn-danger:active,
    .btn-danger.active {
        border: 1px solid #b12d26;
        color: #ffffff;
        background-color: #d24634;
        background-image: -moz-linear-gradient(top, #dd4b39, #c13e2c);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4b39), to(#c13e2c));
        background-image: -webkit-linear-gradient(top, #dd4b39, #c13e2c);
        background-image: -o-linear-gradient(top, #dd4b39, #c13e2c);
        background-image: linear-gradient(to bottom, #dd4b39, #c13e2c);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4b39', endColorstr='#ffc13e2c', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-color: #c13e2c;
        background-color: #c13e2c \9;
    }
    .btn-danger:active,
    .btn-danger.active {
        border: 1px solid #9c2721;
        background-color: #ca4332;
        background-image: -moz-linear-gradient(top, #dd4b39, #ad3727);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4b39), to(#ad3727));
        background-image: -webkit-linear-gradient(top, #dd4b39, #ad3727);
        background-image: -o-linear-gradient(top, #dd4b39, #ad3727);
        background-image: linear-gradient(to bottom, #dd4b39, #ad3727);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4b39', endColorstr='#ffad3727', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .btn-danger:focus {
        border: 1px solid #c6322a;
        background-position:0 0;
    }
    .btn-danger.disabled,
    .btn-danger[disabled],
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus {
        border: 1px solid #c6322a;
        background-color: #d84a38;
        background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4b39), to(#d14836));
        background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
        background-image: -o-linear-gradient(top, #dd4b39, #d14836);
        background-image: linear-gradient(to bottom, #dd4b39, #d14836);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4b39', endColorstr='#ffd14836', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-color: #dd4b39;
        background-color: #dd4b39 \9;
    }
    .btn-warning {
        border: 1px solid #faa328;
        color: #ffffff;
        background-color: #fbb046;
        background-image: -moz-linear-gradient(top, #fbb450, #faa937);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#faa937));
        background-image: -webkit-linear-gradient(top, #fbb450, #faa937);
        background-image: -o-linear-gradient(top, #fbb450, #faa937);
        background-image: linear-gradient(to bottom, #fbb450, #faa937);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fffaa937', GradientType=0);
        *background-color: #fbb450;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .btn-warning:hover,
    .btn-warning:active,
    .btn-warning.active {
        border: 1px solid #f9980f;
        color: #ffffff;
        background-color: #faac3c;
        background-image: -moz-linear-gradient(top, #fbb450, #fa9f1e);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#fa9f1e));
        background-image: -webkit-linear-gradient(top, #fbb450, #fa9f1e);
        background-image: -o-linear-gradient(top, #fbb450, #fa9f1e);
        background-image: linear-gradient(to bottom, #fbb450, #fa9f1e);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fffa9f1e', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-color: #fa9f1e;
        background-color: #fa9f1e \9;
    }
    .btn-warning:active,
    .btn-warning.active {
        border: 1px solid #e98b06;
        background-color: #faa732;
        background-image: -moz-linear-gradient(top, #fbb450, #f89406);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
        background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
        background-image: -o-linear-gradient(top, #fbb450, #f89406);
        background-image: linear-gradient(to bottom, #fbb450, #f89406);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .btn-warning:focus {
        border: 1px solid #faa328;
        background-position:0 0;
    }
    .btn-warning.disabled,
    .btn-warning[disabled],
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus {
        border: 1px solid #faa328;
        background-color: #fbb046;
        background-image: -moz-linear-gradient(top, #fbb450, #faa937);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#faa937));
        background-image: -webkit-linear-gradient(top, #fbb450, #faa937);
        background-image: -o-linear-gradient(top, #fbb450, #faa937);
        background-image: linear-gradient(to bottom, #fbb450, #faa937);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fffaa937', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-color: #fbb450;
        background-color: #fbb450 \9;
    }
    .btn-success {
        border: 1px solid #359947;
        color: #ffffff;
        background-color: #35aa47;
        background-image: -moz-linear-gradient(top, #35aa47, #35aa47);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#35aa47), to(#35aa47));
        background-image: -webkit-linear-gradient(top, #35aa47, #35aa47);
        background-image: -o-linear-gradient(top, #35aa47, #35aa47);
        background-image: linear-gradient(to bottom, #35aa47, #35aa47);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff35aa47', endColorstr='#ff35aa47', GradientType=0);
        *background-color: #35aa47;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .btn-success:hover,
    .btn-success:active,
    .btn-success.active {
        border: 1px solid #2e863e;
        color: #ffffff;
        background-color: #33a244;
        background-image: -moz-linear-gradient(top, #35aa47, #2f973f);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#35aa47), to(#2f973f));
        background-image: -webkit-linear-gradient(top, #35aa47, #2f973f);
        background-image: -o-linear-gradient(top, #35aa47, #2f973f);
        background-image: linear-gradient(to bottom, #35aa47, #2f973f);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff35aa47', endColorstr='#ff2f973f', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-color: #2f973f;
        background-color: #2f973f \9;
    }
    .btn-success:active,
    .btn-success.active {
        border: 1px solid #287335;
        background-color: #309a41;
        background-image: -moz-linear-gradient(top, #35aa47, #298337);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#35aa47), to(#298337));
        background-image: -webkit-linear-gradient(top, #35aa47, #298337);
        background-image: -o-linear-gradient(top, #35aa47, #298337);
        background-image: linear-gradient(to bottom, #35aa47, #298337);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff35aa47', endColorstr='#ff298337', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .btn-success:focus {
        border: 1px solid #359947;
        background-position:0 0;
    }
    .btn-success.disabled,
    .btn-success[disabled],
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus {
        border: 1px solid #359947;
        background-image: -moz-linear-gradient(top, #35aa47, #35aa47);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#35aa47), to(#35aa47));
        background-image: -webkit-linear-gradient(top, #35aa47, #35aa47);
        background-image: -o-linear-gradient(top, #35aa47, #35aa47);
        background-image: linear-gradient(to bottom, #35aa47, #35aa47);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff35aa47', endColorstr='#ff35aa47', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-color: #35aa47;
        background-color: #35aa47 \9;
    }
    .btn-info {
        border: 1px solid #46b8da;
        color: #ffffff;
        background-color: #5bc0de;
        background-image: -moz-linear-gradient(top, #5bc0de, #5bc0de);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#5bc0de));
        background-image: -webkit-linear-gradient(top, #5bc0de, #5bc0de);
        background-image: -o-linear-gradient(top, #5bc0de, #5bc0de);
        background-image: linear-gradient(to bottom, #5bc0de, #5bc0de);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff5bc0de', GradientType=0);
        *background-color: #5bc0de;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .btn-info:hover,
    .btn-info:active,
    .btn-info.active {
        border: 1px solid #31b0d5;
        color: #ffffff;
        background-color: #53bddc;
        background-image: -moz-linear-gradient(top, #5bc0de, #46b8da);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#46b8da));
        background-image: -webkit-linear-gradient(top, #5bc0de, #46b8da);
        background-image: -o-linear-gradient(top, #5bc0de, #46b8da);
        background-image: linear-gradient(to bottom, #5bc0de, #46b8da);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff46b8da', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-color: #46b8da;
        background-color: #46b8da \9;
    }
    .btn-info:active,
    .btn-info.active {
        border: 1px solid #28a1c5;
        background-color: #4ab9db;
        background-image: -moz-linear-gradient(top, #5bc0de, #31b0d5);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#31b0d5));
        background-image: -webkit-linear-gradient(top, #5bc0de, #31b0d5);
        background-image: -o-linear-gradient(top, #5bc0de, #31b0d5);
        background-image: linear-gradient(to bottom, #5bc0de, #31b0d5);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .btn-info:focus {
        border: 1px solid #46b8da;
        background-position:0 0;
    }
    .btn-info.disabled,
    .btn-info[disabled],
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus {
        border: 1px solid #46b8da;
        background-image: -moz-linear-gradient(top, #5bc0de, #5bc0de);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#5bc0de));
        background-image: -webkit-linear-gradient(top, #5bc0de, #5bc0de);
        background-image: -o-linear-gradient(top, #5bc0de, #5bc0de);
        background-image: linear-gradient(to bottom, #5bc0de, #5bc0de);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff5bc0de', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-color: #5bc0de;
        background-color: #5bc0de \9;
    }
    .btn-inverse {
        border: 1px solid #464646;
        color: #ffffff;
        background-color: #515151;
        background-image: -moz-linear-gradient(top, #515151, #515151);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#515151), to(#515151));
        background-image: -webkit-linear-gradient(top, #515151, #515151);
        background-image: -o-linear-gradient(top, #515151, #515151);
        background-image: linear-gradient(to bottom, #515151, #515151);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff515151', endColorstr='#ff515151', GradientType=0);
        *background-color: #515151;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .btn-inverse:hover,
    .btn-inverse:active,
    .btn-inverse.active {
        border: 1px solid #3a3a3a;
        color: #ffffff;
        background-color: #4b4b4b;
        background-image: -moz-linear-gradient(top, #515151, #444444);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#515151), to(#444444));
        background-image: -webkit-linear-gradient(top, #515151, #444444);
        background-image: -o-linear-gradient(top, #515151, #444444);
        background-image: linear-gradient(to bottom, #515151, #444444);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff515151', endColorstr='#ff444444', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-color: #444444;
        background-color: #444444 \9;
    }
    .btn-inverse:active,
    .btn-inverse.active {
        border: 1px solid #2d2d2d;
        background-color: #464646;
        background-image: -moz-linear-gradient(top, #515151, #373737);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#515151), to(#373737));
        background-image: -webkit-linear-gradient(top, #515151, #373737);
        background-image: -o-linear-gradient(top, #515151, #373737);
        background-image: linear-gradient(to bottom, #515151, #373737);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff515151', endColorstr='#ff373737', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .btn-inverse:focus {
        border: 1px solid #464646;
        background-position:0 0;
    }
    .btn-inverse.disabled,
    .btn-inverse[disabled],
    .btn-inverse.disabled:hover,
    .btn-inverse[disabled]:hover,
    .btn-inverse.disabled:active,
    .btn-inverse[disabled]:active,
    .btn-inverse.disabled:focus,
    .btn-inverse[disabled]:focus {
        border: 1px solid #464646;
        background-image: -moz-linear-gradient(top, #515151, #515151);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#515151), to(#515151));
        background-image: -webkit-linear-gradient(top, #515151, #515151);
        background-image: -o-linear-gradient(top, #515151, #515151);
        background-image: linear-gradient(to bottom, #515151, #515151);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff515151', endColorstr='#ff515151', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-color: #515151;
        background-color: #515151 \9;
    }
    .btn-link,
    .btn-link:active,
    .btn-link[disabled] {
        background-color: transparent;
        background-image: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .btn-link {
        border-color: transparent;
        cursor: pointer;
        color: #1155cc;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .btn-link:hover {
        border-color: transparent;
        color: #1155cc;
        text-decoration: underline;
        background-color: transparent;
        background-image: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .btn-link[disabled]:hover {
        color: #333333;
        text-decoration: none;
    }
    .btn-group + .btn-group {
        margin-left: 16px;
    }
    .btn-group > .btn,
    .btn-group > .dropdown-menu,
    .btn-group > .popover {
        font-size: 13px;
    }
    .btn-group > .btn-mini {
        font-size: 9.75px;
    }
    .btn-group > .btn-small {
        font-size: 11.049999999999999px;
    }
    .btn-group > .btn-large {
        font-size: 16.25px;
    }
    .btn-group > .btn:first-child {
        margin-left: 0;
        -webkit-border-top-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-bottom-left-radius: 2px;
    }
    .btn-group > .btn:last-child,
    .btn-group > .dropdown-toggle {
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topright: 2px;
        border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-radius-bottomright: 2px;
        border-bottom-right-radius: 2px;
    }
    .btn-group > .btn.large:first-child {
        margin-left: 0;
        -webkit-border-top-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-bottom-left-radius: 2px;
    }
    .btn-group > .btn.large:last-child,
    .btn-group > .large.dropdown-toggle {
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topright: 2px;
        border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-radius-bottomright: 2px;
        border-bottom-right-radius: 2px;
    }
    .btn-group > .btn + .dropdown-toggle {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .btn-group > .dropdown-toggle:hover {
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
    .btn-group > .btn-primary.dropdown-toggle:hover,
    .btn-group > .btn-info.dropdown-toggle:hover,
    .btn-group > .btn-warning.dropdown-toggle:hover,
    .btn-group > .btn-danger.dropdown-toggle:hover,
    .btn-group > .btn-success.dropdown-toggle:hover,
    .btn-group > .btn-inverse.dropdown-toggle:hover {
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }
    .btn-group > .btn.dropdown-toggle:active,
    .btn-group > .btn.dropdown-toggle.active {
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    }
    .btn-group > .btn-primary.dropdown-toggle:active,
    .btn-group > .btn-primary.dropdown-toggle.active,
    .btn-group > .btn-warning.dropdown-toggle:active,
    .btn-group > .btn-warning.dropdown-toggle.active,
    .btn-group > .btn-danger.dropdown-toggle:active,
    .btn-group > .btn-danger.dropdown-toggle.active,
    .btn-group > .btn-success.dropdown-toggle:active,
    .btn-group > .btn-success.dropdown-toggle.active,
    .btn-group > .btn-info.dropdown-toggle:active,
    .btn-group > .btn-info.dropdown-toggle.active,
    .btn-group > .btn-inverse.dropdown-toggle:active,
    .btn-group > .btn-inverse.dropdown-toggle.active {
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    .btn-group > .btn-mini.dropdown-toggle {
        padding: 2px 4px;
    }
    .btn-group > .btn-small.dropdown-toggle {
        padding: 5px 7px;
    }
    .btn-group > .btn-large.dropdown-toggle {
        padding: 9px 9px;
    }
    .btn-group.open .dropdown-toggle {
        -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15);
    }
    .btn-group.open .btn.dropdown-toggle {
        background-color: #f3f3f3;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    }
    .btn-group.open .btn-primary.dropdown-toggle {
        background-color: #4b8cf7;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    .btn-group.open .btn-warning.dropdown-toggle {
        background-color: #faa937;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    .btn-group.open .btn-danger.dropdown-toggle {
        background-color: #d84a38;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    .btn-group.open .btn-success.dropdown-toggle {
        background-color: #35aa47;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    .btn-group.open .btn-info.dropdown-toggle {
        background-color: #5bc0de;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    .btn-group.open .btn-inverse.dropdown-toggle {
        background-color: #4e4e4e;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    .btn .caret {
        margin-top: 8px;
    }
    .btn-mini .caret {
        margin-top: 5px;
    }
    .btn-small .caret {
        margin-top: 6px;
    }
    .btn-large .caret {
        margin-top: 6px;
    }

    /*-------------------------------------------------------------------------------------------------------------------------------------------
    * Tabs
    */
    .tab-head {
        margin: 0 0 3px 0;
        padding: 0;
        height: 41px;
        background-color: #f9fafa;
        border-bottom: 1px solid #e0e0e0;
    }
    .tab-head li {
        margin: 0;
        min-width: 70px;
        position: relative;
        float: left;
        background-color: #f9fafa;
        border-right: 1px solid #e0e0e0;
        list-style-type: none;
    }
    .tab-head li a {
        display: block;
        padding: 0 20px;
        height: 41px;
        line-height: 40px;
        color:#666;
        text-decoration: none;
    }
    .tab-head li.active a {        
        height: 42px;
        line-height: 40px;
        background-color: #FFF;
        color:#333;
        z-index: 1;
    }
    .tab-head li a:hover,
    .tab-head li a:active,
    .tab-head li.active a:hover,
    .tab-head li.active a:active {
        color:#333;
        outline: none;
    }
    .tab-head li a:hover,
    .tab-head li a:active {
        background-color: #eee;
    }
    .tab-head li.active a:hover {
        background-color: #FFF;
    }
    .tab-head li a:focus
    .tab-head li.active a:focus {
        color:#333;
        background-color: #eee;
        outline:thin dotted;
    }


    /*-------------------------------------------------------------------------------------------------------------------------------------------
    *  Login And Reg
    */
    .before_login .container, 
    .before_login .navbar-static-top .container, 
    .before_login .navbar-fixed-top .container,
    .before_login .navbar-fixed-bottom .container {
        min-width: 1000px;
    }
    .before_login {
        /*background: #0066cc url('images/login_bg.png') no-repeat center 100px;*/
        background: #0066cc url('images/ti/login_bg_full.png') no-repeat center fixed;
    }
    .before_login #main {
        margin: 0 0 0 0;
        padding: 0;
        min-height: 850px;
    }
    .before_login #main .container {
        position: relative;
        width: 900px;
        text-align: center;
    }
    
    /*       position: absolute;
        top:60px;
        left: 0;
        margin: 0;
        padding: 0;
        width: 490px;
        height: 480px;
        background: transparent url('images/logo.png') no-repeat 00px 200px; */
    
    .before_login h1.bl-logo {
        position: absolute;
	    top: 100px;
	    left: 250px;
	    margin: 0;
	    padding: 0;
	    width: 490px;
	    height: 480px;
	    background: transparent url(images/logo.png) no-repeat 00px 200px;
        
    }
    .before_login h2.bl-title {
        position: absolute;
        top:130px;
        left: 0;
        margin: 0;
        padding: 0;
        width: 490px;
        height: 380px;
        background: transparent url('images/ti/login_box_hr.png') no-repeat right center;
    }
    .before_login h1.bl-logo span,
    .before_login h2.bl-title span {
        display: none;
    }
    .before_login .b-login {
        position: absolute;
        top:248px;
        right: 150px;
        margin: 0 auto;
        padding: 20px;
        width: 280px;
    }
    .before_login .b-login label {
        display: none;
    }
    .before_login .control-group {
        margin: 0 0 15px 0;
        padding: 0;
        text-align: left;
    }
    .before_login .control-group .controls {
        position: relative;
        margin: 0;
        padding: 0;

    }
    .before_login .input-prepend span {
        position: absolute;
        top: 2px;
        right: 3px;
        background-color: transparent;
        border: none;
        color:#999;
        z-index: 3;
        /* ie7 */
        +top: 10px;
    }
    .before_login .b-login .controls input {
        width: 244px;
    }
    .before_login .controls input {
        margin-bottom: 0;
        padding-right: 30px; 
        height: 29px;
        line-height: 29px;
        background-color: #f5f5f5;
        border: none;
        /*border-width: 0 1px ;
        border-style: solid;
        border-color: rgba(0,45,91,0.3);*/
        border-radius: 2px;
        box-shadow:  0 1px 1px rgba(0,0,0,0.1) ;
    }
    .before_login .controls.error input {
        background-color: #ffd202;
        /*background-color: #e20002;*/
    }
    .before_login .controls input:hover,
    .before_login .controls input:focus {
        background-color: #fff;
        box-shadow:  0 2px 2px rgba(0,0,0,0.4) ;
    }
    .before_login .reg-link,
    .before_login .reg-link a {
        text-align: left;
        color:#fff
    }
    .before_login .controls .help-inline,
    .before_login .controls .help-block {
        color:#fff;
    }
    /* ע�� */
    .b-reg-agreement {
        position: absolute;
        top:80px;
        right: 0;
        width: 450px;
        height:600px;
        color:#fff;
        text-align: left;
        /*overflow-x: no-content;
        overflow-y: auto;*/
    }
    .b-reg-agreement a {
        color:#ddb900;
    }
    .b-reg-form {
        position: absolute;
        top:250px;
        right: 0;
        width: 450px;
    }
    .b-reg-form .control-label {
        display: none;
    }

    .b-bl-button {
        position: absolute;
        top:720px;
        right: 170px;
        width: 280px;
        text-align: left;
    }

    /* ��¼ҳ��ҳβ */
    .before_login #footer {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 10px 0;
        width: 100%;
        background-color: #0059b3;
        color:#fff;
        z-index: 3;
        /*box-shadow: 0 -3px 3px rgba(0,0,0,0.2);*/
    }
    .before_login #footer .container {
        padding: 0 30px;
        width: 100%;
    }
    .before_login #footer .container {
        /*text-align: center;*/
    }

    /* ����ҳ�� */
    .b-bl-post {
        margin: 0 0 120px 0;
        padding: 20px;
        /*background-color: rgba(255,255,255,0.7);*/
        background-color: #FFF;
        color:#333;
        box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    }
    .b-bl-post .post-title {
        margin-top: 30px;
        margin-bottom: 30px;
        line-height: 34px;
        font-size: 24.5px;
    }
    .b-bl-post .post-info {
        margin: 0 0 50px 0;
        padding: 0 0 10px 0;
        height: 30px;
        line-height: 30px;
        border-bottom: 1px solid #333;
    }
    .b-bl-post .enty {
        text-align: left;
    }

    /*-------------------------------------------------------------------------------------------------------------------------------------------
    *  ��Ҫ����
    */
    #hpost {
        position: absolute;
        top:0;
        width: 100%;
    }
    #hpost  .container {
        margin: 0 auto;
        padding: 10px 0;
        width: 800px;
        height: 20px;
        min-width: 800px;
        color:#fff;
        text-align: center;
        overflow: hidden;
    }
    #hpost h3 {
        float: left;
        margin: 0;
        padding: 0;
        font-size: 14.5px;
        line-height: 20px;
    }
    #hpost h3 span,
    #hpost .more span {
        display: none;
    }
    #hpost a {
        color:#fff;
    }
    #hpost a span {
        display: inline-block;
        margin: 0 10px;
    }
    #hpost h3 i,
    #hpost .m-hp-title {
        color:#ddb900;
    }
    #hpost .more {
        float: right;
        line-height: 20px;
        color:#fff;
    }
    #hpost .more:hover {
        color:#E1EAF0;
        text-decoration: none;
    }
    #hpost  .carousel,
    #hpost  .carousel ul {
        float: left;
        margin: 0;
        padding: 0;
        width: auto
    }

    /* ��Ҫ���� - �б�ҳ */
    #b-news {
        position: absolute;
        top:230px;
        right: 0;
        width: 450px;
        height:450px;
        color:#fff;
        text-align: left;
    }
    #b-news ul {
        margin: 0;
        padding: 0;
    }
    #b-news ul li {
        margin: 0;
        padding: 0;
        /*list-style-type: none;*/
    }
    #b-news ul li a {
        color:#fff;
    }
    #b-news ul li a span {
        display: inline-block;
        float: right;
        margin: 0 0 0 20px;
    }

    /*-------------------------------------------------------------------------------------------------------------------------------------------
    *  ��¼�Ժ󲼾���ʽ
    */

    /* ͷ�� */
    #header {
        position: absolute;
        top:0;
        left: 0;
        width: 23.4043%;
        height: 240px;
        z-index: 2;
    }
    #header .container {
        min-width: 234px;
    }
    #header #logo {
        display: block;
        margin:  20px 0 0 20px;
        width: 210px;
        height: 160px;
        background: transparent url('images/logo_x.png') no-repeat 0 0;
    }
    #header #logo span {
        display: none;
    }
    .b-user-info {
        margin: 10px 0 0 0;
        padding: 10px 20px;
        color:#fff;
        /*background-color: #0059b3;*/
    }
    .button-logout {
        position: absolute;
        bottom: 75px;
        left: 185px;
        z-index: 2;
    }
    .button-logout  a {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background-color: #fff;
        border-radius: 15px;
        color:#999;
        font-size: 12px;
        text-align: center;;
        box-shadow:  0 1px 1px rgba(0,0,0,0.1) ;
    }
    .button-logout  a:hover {
        /*background-color: #ddb900;*/
        color:#333;
        text-decoration: none;
        box-shadow:  0 2px 2px rgba(0,0,0,0.4) ;
    }

    /* ���ݲ��� */
    #main .container-fluid {
        min-width: 1000px;
        margin: 0;
        padding: 0;
    }
    #main .row-fluid > .span3 {
        min-height: 768px;
        background: #0066cc url('images/side-bg.png') no-repeat 0 0 fixed;
    }
    /* ���� */
    #main .content-title {
        margin: 40px 30px 40px 0 ;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #999;
    }
    #main .content-title i,
    #main .content-title span {
        font-weight: normal;
        font-size: 24.5px;
        color:#666;
    }
    /* �����صı��� */
    #main .content-back-title,
    #main .content-back-title2 {
        margin: 40px 30px 40px 0 ;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #999;
    }
    #main .content-back-title i,
    #main .content-back-title span,
    #main .content-back-title2 i,
    #main .content-back-title2 span {
        font-weight: normal;
        font-size: 24.5px;
        color:#666;
    }
    #main .content-back-title a:hover,
    #main .content-back-title a:hover i,
    #main .content-back-title2 a:hover,
    #main .content-back-title2 a:hover i {
        color:#000;
        text-decoration: none;;
    }
    #main .content-back-title2 {
        margin-bottom: 0px;
        border-bottom: none;
    }

    /* β�� */
    #footer {
        position: absolute;
        bottom: 10px;
        left: 20px;
        color:#fff;
        z-index: 3;
    }
    #footer a{
        color:#8adbf3;
    }
    #footer .container {
        +margin: 0;
    }

    /* ��������� */
    .side-nav {
        top:260px;
        left: 0;
        width: 23.4043%;
        min-width: 234px;
        z-index: 2;
    }
    .side-nav ul {
    }
    .side-nav ul li {

    }
    .side-nav ul li a {
        margin: 0 0 0 0;
        padding: 10px 20px;
        color:#fff;
        font-size: 14.5px;
    }
    .side-nav ul li.active a,
    .side-nav ul li.active a:hover,
    .side-nav ul li.active a:focus {
        background-color: #FC4C03;
        color:#fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    }
    .side-nav ul li a:hover,
    .side-nav ul li a:focus {
        background-color: #ffde00;
        color:#DD5F00;
        box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
    }

    /* ��λ���� */
    .b-search-unit {
        margin-bottom: 10px;
    }
    .b-search-unit label {
        display: none;
    }

    /* ��λ�б� */
    .b-unit-list {
        margin-right: 30px;
    }

    /* ��λ���� */
    .b-unit-about {
        margin-right: 30px;
    }
    
    /* ��λ���� */
    .b-unit-new {
        margin-right: 30px;
    }
    .b-unit-new  ul {
        margin: 0;
        padding: 0;
    }
    .b-unit-new  ul li {
        margin: 0;
        padding: 0;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #ccc;
        list-style-type: none;
    }
    .b-unit-new  ul li span {
        float: right;
        color:#999;
    }
    .b-unit-new  ul li  a {
        color:#666;
    }
    .b-unit-new  ul li  a:hover {
        color:#333;
        text-decoration: none;
    }

    /* ���ݺ��� */
    .b-content-box {
        margin-right: 30px;
    }
    .b-content-box .post-title {
        line-height: 30px;
        font-size: 24.5px;
        font-weight: normal;
        text-align: center;
    }
    .b-content-box .post-info {
        margin:  0 0 30px 0;
        padding: 0 0 10px 0;
        color:#666;
        text-align: center;
        border-bottom: 1px solid #999;
    }
    
    /* ������Ϣ� */
    .b-apply {
        margin-right: 30px;
        padding-bottom: 40px;
    }
    .b-step-nav {
        margin: 45px 0 40px 0;
        padding: 0;
        height: 30px;
    }
    .b-step-nav li {
        position: relative;
        width: 16.66666666666667%;
        height: 24px;
        line-height: 24px;
        float: left;
    }
    .b-step-nav li span {
        display: block;
        margin: 0 2px 0 15px;
        padding: 0 0 0 25px;
        background-color: #eee;
        color:#999;
        border-radius: 0 15px 15px 0 ;
    }
    .b-step-nav li .m-icon-box {
        position: absolute;
        top:-5px;
        left: 0;
        background-color: #eee;
        border-color: #eee;
    }
    .b-step-nav li .m-icon-box strong {
        color:#999;
    }
    /* ��ǰ���� */
    .b-step-nav li.active span,
    .b-step-nav li.active .m-icon-box {
        border-color: #FC4C03;
        background-color: #FC4C03;
        color:#fff;
    }
    .b-step-nav li.active .m-icon-box strong {
        color:#fff;
    }
    
    /* ����� */
    .b-step-nav li.step-ok span,
    .b-step-nav li.step-ok  .m-icon-box {
        border-color: #5AA700;
        background-color: #5AA700;
        color:#fff;
    }
    .b-step-nav li.step-ok  .m-icon-box strong {
        color:#fff;
    }
    
    .b-apply .button-box {
        padding: 20px;
        background-color: #efefef;
        border-radius: 2px;
    }
    .b-apply .button-box .btn-primary {
        float: right;
    }
    
    

    /* �-�� */
    .m-form-reporting {
        margin: 30px 0 20px 0;
    }
    .m-form-reporting h5 {
        display: block;
        padding: 0 20px;
        width: 26%;
        height: 20px;
        line-height: 20px;
        background-color: #fff;
        color:#999;
        font-size: 12.5px;
        font-weight: normal;
        border-radius: 17px ;
    }
    .m-form-reporting fieldset {
        margin: 0 0 30px 0;
        padding: 0 0 0 20px;
        border-left: 3px solid #ccc;
    }
    .m-form-reporting legend {
        line-height: 26px;
        color:#666;
        font-size: 14.5px;
        border-style: dashed;
    }
    
    /* ��ѯ������� */
    .result-table {}
    .result-table tbody td {
        font-size: 12px;;
    }
    
    /*-------------------------------------------------------------------------------------------------------------------------------------------
    *  ͨ����ʽ
    */
    /* �û���Ƭ */
    .m-user-photo {
        display: inline-block;
        padding: 5px;
        border: 1px solid #ccc;
    }
    
    .m-icon-box {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: 2px solid #333;
        border-radius: 17px;
        text-align: center;
    }
    .m-icon-box strong {
        color:#333;
        font-size: 17.5px;
    }
    
    /* file selects */
    .m-file-input {
        position: relative;
    }
    .m-file-input input.file-input {
        position: absolute;
        top:0;
        left:0;
        width: 90px;
        height: 30px;
        border: 1px solid #666;
        filter: alpha(opacity = 0);    
        -moz-opacity:0;    
        opacity: 0; 
        
        /* ie7 */
        +width: 90px;
        +top:-2px;
        +left: 18px;
        /* ie9+ */
        *width:120\0px;
    }
    .m-file-input .url-text  {
        margin: 5px 0;
    }

    /* ��ʾ��Ϣ */
    .b-page-alert {
        margin-top: 60px;
        margin-bottom: 60px;
        padding-top: 10px;
        min-width: 400px;
    }

    .b-page-alert h2 {
        margin-top: 0;
        margin-bottom: 40px;
        line-height: normal;
        font-weight: normal;
    }

    .b-page-alert li {
        margin-bottom: 10px;
    }

    .b-page-alert.error {
        padding-left: 84px;
        background: transparent url(images/cancel.png) 0 0 no-repeat;
    }

    .b-page-alert.success {
        padding-left: 84px;
        background: transparent url(images/check-alt.png) 0 0 no-repeat;
    }

    .b-page-alert.alertms {
        padding-left: 84px;
        background: transparent url(images/alert.png) 0 0 no-repeat;
    }

    .b-page-copy {
        padding-top: 10px;
        border-top: 1px solid #ddd;
        text-align: center;
        font-size: 12px;
        color:#999;
    }
    
    /****科创计划logo样式****/
    
    .before_login h1.bl-logo1 span,
    .before_login h2.bl-title span {
        display: none;
    }
    .before_login .b-login1 {
        position: absolute;
        top:248px;
        right: 150px;
        margin: 0 auto;
        padding: 20px;
        width: 280px;
    }
    .before_login .b-login1 label {
        display: none;
    }
	before_login h1.bl-logo1 {
	    background: transparent url(images/ti/logo.png) no-repeat 200px 200px;
	}
	.before_login h1.bl-logo1 {
	    position: absolute;
	    top: 100px;
/* 	    left: 50px; */
	    margin: 0;
	    padding: 0;
	    width: 490px;
	    height: 480px;
	    background: transparent url(images/logo.png) no-repeat 00px 200px;
	}
	
	.tips {
        color:white;
        text-align: center;
        margin-top: 200px;
    }
    
    
   
}