body{
    padding:0px;
    margin:0px;
    font-size: 13px;
    line-height: 1.4em;
    background: #eee;
    color:#333;
    font-family: 'tahoma';
    background: url('/images/bg.jpg') repeat scroll 0 0 #EEEEEE;
}
*{
    font-family: 'tahoma';
}
a{
    text-decoration:none;
    color:#06c;
}
h1,h2,h3,h4,h5,ul{
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
table{
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
img{
    max-width:100% !important;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.clearfix{
    clear:both;
}

.webmastertalk{
    border-top: #ccc solid 1px;
    padding-top: 10px;
}

#header{
    height:100px;
    padding:10px 0;
    background: url('/images/header-background.jpg') repeat scroll 0 0 #EEE;
}
#header .form-control{
    width:100px;
}
#header .logo
{
    float: left;
}
#header .login
{
    float: right;
    padding-top: 30px;
    text-align: right;
}
#header .login .register-panel
{
    margin-top:5px;
}
#header .login .register-panel a
{
    color: #333;
    
    text-decoration: underline;
}
#header-menu{
    background: #0b7ff5;
    
}
#header-menu ul {
    margin: 0;
    padding: 0;
}
#header-menu  li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: -1px;
    
}
#header-menu  li a {
    font-size: 17px;
    line-height: 45px;
    padding: 0px 17px 0px 30px;
    text-transform: uppercase;
    color: #FFF;
    display: block;
    filter: grayscale(1);
}
#header-menu  li a:hover {
    filter: none;
    color: #FF0;
}

#navigator{
    padding: 10px 5px 10px;
    font-size: 14px;
}
#navigator .sub-page{
   color:#333;
}

#wrapper{
    float:left;
    width:850px;
}
#side-column{
    float:right;
    width:340px;
}

.head-line{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #ccc solid 1px;
}
.head{
    background: #09f;
    height: 25px;
    padding: 5px 10px;
    line-height: 25px;
    font-size: 14px;
    text-shadow: 1px 1px 3px #999;
    color: #fff;
}
.head h2{
    display: block;
    font-size: 1.17em;
    font-weight: bold;
    float:left;
}
.head h3{
    float:left;
}
.head a{
    float: right;
    background-color: #FE0;
    padding: 0px 22px 0px 10px;
    line-height: 25px;
    font-size: 13px;
    display: block;
    color: #333;
    font-weight: bold;
    text-shadow: none;
    background-image: url(/images/menu-icon/arrow-right.png);
    background-repeat: no-repeat;
    background-position: right 0px top 3px;
}
.head:after{
    content:"";
    clear:both;
}
.head-arrow{
    position:relative;
    display:block;
    border:none;
    margin:0;
    height: 12px;
    margin-bottom: -12px;
}
hr.head-arrow:after {
    left: 35px;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 11.5px 0 11.5px;
    border-color: #09f transparent transparent transparent;
    position: absolute;
}
.body{
    padding: 20px 5px 5px;
    background: #fff;
    border: #ccc solid 1px;
    border-top: none;
}
.public-view{
    color: #06C;
}
#main-paginator{
    text-align: center;
    margin: 10px 0px;
    padding: 10px 0px;
}
#main-paginator .btn{
    text-decoration: none;
    border: none;
    padding: .25rem .5rem;
    margin-right: 1px;
    margin-left: 1px;
    color:#fff;
}
#main-paginator .btn-primary{
    font-weight: 700;
    background-color: #09f;
    color: #fefefe;
}
#main-paginator .btn-default{
    color: #333;
    background-color: #ccc;
}

#social-share a>img{
    width:36px;
} 
#social-share a{
    display: inline-block;
}
#social-share .text{
    border: 1px solid #adb5bd;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    height: 19px;
    line-height: 19px;
    font-size: 10px;
    text-align: center;
    color: #333;
}
#footer{
    text-align: center;
    padding: 10px;
    background: #333;
    color: #EEE;
    margin-top: 10px;
}
#footer a {
    color: #09F;
}
.main-form .form-control{
   
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    font-size: 11px;
    line-height: 15px;
    border-radius: 3px;
}

.main-form .btn{
    line-height: 15px;
    text-decoration: none;
    color: white;
    cursor: pointer;
    text-align: center;
    
    font-size: 11px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-appearance: none;
    position: relative;
    padding: 5px 10px;
}
.main-form .btn-login{
    background-color: #ffee00;
    border: 1px solid #CB0;
    color: #333;
    text-shadow: 0 0 1px #ccc;
}
.main-form .btn-danger{
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    color: #fff;
    text-shadow: 0 0 1px #ccc;
}
.main-form .btn-primary{
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    color: #fff;
    text-shadow: 0 0 1px #ccc;
}
.main-form .btn-success{
    background-color: #449d44;
    border: 1px solid #398439;
    color: #fff;
    text-shadow: 0 0 1px #ccc;
}
.main-form .btn-facebook{
    background-color: #365899;
    border: 1px solid #365899;
    color: #fff;
    text-shadow: 0 0 1px #ccc;
    padding: 6px;

}
.main-form .btn-default{
    
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    text-shadow: 0 0 1px #ccc;
}
.main-form .btn-default:hover{
    background-color: #f1f1f1;
   
}
.main-form .btn-login:hover{
    background-color: #ED0;
    border: 1px solid #CB0;
    
}
.main-form .label{
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    
    
}
.main-form .form{
        padding: 10px 25px;
        
    }
    
.panel{
    background-color: #f9f9f9;
    border: 1px solid #D8D9DC;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #666;
    text-align: left;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.panel .panel-name{
    font-size: 20px;
    padding: 15px 20px;
    background-image: linear-gradient(to bottom,#f5f5f5 0,#dddddd 100%);
}
.panel .panel-body{
    padding: 20px 40px;
}

/* HTML */
#header .member-info{
    padding: 10px;
}
#header .member-info .img{
    width: 35px;
    height: 35px;
    float: left;
    
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    border: 1px solid #ddd;
    border-radius: 4px;
}
#header .member-info .info{
    float:right;
    
    min-width:180px;
    height:35px;
    padding-left: 10px;
    
}
#header .member-info .member-name{
    text-align:left;
    font-weight:bold;
}
#header .member-info .member-detail{
    text-align: left
}

#news-flash
{
    background-color: #fff896;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    color: #333;
    box-shadow: 0 1px 1px #999;
}
#news-flash .container
{
    width: 1190px;
    padding: 0 5px;
}
#news-flash .marquee
{
    overflow: hidden;
    height: 25px;
    white-space: nowrap;
}

#intro {
    background-color: #fff896;
}
#intro .container {
    width: 1190px;
    padding: 0 5px;
}
#intro p {
    margin: 0;
    padding: 5px 0;
}

#navigator {
    padding: 10px 5px 10px;
    font-size: 14px;
}

#navigator .sub-page {
    color: #333;
}
.youtube{
    width:600px;
    height:400px;
}
.hilight{
    width:600px;
    height:338px;
}

.menulink img{
    height:30px;
}

.banner {
  display: none;
}
@media (max-width: 1024px) {
  .banner {
    display: block;
  }
}