/**{
    margin: 0 auto;

}*/
a img {
    border: none;
}

a {
    color: #464445;
    text-decoration: none;
}

a:hover {
    text-decoration: none!important;
    /* color: none; */
}

.pages {
    background: white;
    width: 15px;
    height: 15px;
    text-align: center;
    vertical-align: middle;
}

.pages.active {
    background: #da5210;
}

.img_mid {
    vertical-align: middle;
}

.cursor {
    cursor: pointer;
}

.list_table {
    margin: 0;
    padding: 0;
    border-style: solid;
    border-color: #B9B9B9;
    border-collapse: collapse;
}

.cke_skin_office2003 {
    margin: 0;
    padding: 0;
}

.legend-title {
    background-color: #f2f2f2;
    display: block;
    float: left;
    font-size: 100%;
    font-weight: bold;
    left: 7px;
    margin: 0;
    padding: 0 3px;
    position: absolute;
    top: -15px;
}

.legend {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 20px 0;
    padding: 0 10px;
    position: relative;
}


#content {
    width: 1000px;
    /*border : 1px solid #da5210;*/
    border-top: none;
    border-bottom: none;
    background: url("../images/bg.png") repeat center top;
    -webkit-box-shadow: 0px 0px 5px 2px #bbb;
    -moz-box-shadow: 0px 0px 5px 2px #bbb;
    box-shadow: 0px 0px 5px 2px #bbb;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.contain {
    width: 1000px;
    background: white;
    padding-top: 10px;
    /*background: url("../images/bg.png") repeat center top;*/
    /*
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;*/

}

#top_content {
    height: 300px;
    width: 1000px;
    vertical-align: bottom;
    background-color: transparent;
    background: none;
    /*border : 1px solid #da5210;*/
    border-bottom: none;
    border-top: none;
    background: url("../images/bg.png") repeat center top;
}

.slogan {
    color: #da5210;
    font-size: 34px;
}

ul#menu {
    /*list-style: none;
    font-size:14px;
    margin: 0;*/
    /*padding-left: 70px;*/

}

ul#menu li {
    line-height: 24px;
    list-style-image: url('../images/list_small.png');
    padding-left: 2px;
}

ul#menu li.active a {
    color: #da5210;
    font-weight: bold;
}


#menu_manager ul {
    width: 980px;
}

#menu_manager ul li {
    float: left;
    list-style: none;
    padding: 0 5px;
}

.btn_off {
    height: 16px;
    width: 32px;
    background: url('../images/btn_on_off.png') center right;
    cursor: pointer;
}

.btn_on {
    height: 16px;
    width: 32px;
    background: url('../images/btn_on_off.png') center left;
    cursor: pointer;
}

ul.list_img_cate {
    padding: 0;
    margin: 0;
    padding-left: 20px;
    line-height: 25px;
    list-style: none;
}

.img_element {
    padding: 4px;
    border: 1px solid #B7B7B7;
    background-color: white;
}

.list_intro {
    list-style-image: url('../images/list_intro.png');
    line-height: 20px;
}

.list_intro li a.active {
    color: #ffa64d;
}

.news_title a {
    color: #ffa64d;
}

.news_title a:hover {
    color: #464445;
}

.img_home {
    border: 1px solid #d2d2d2;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: white;
    -webkit-box-shadow: 3px 3px 11px rgba(210, 210, 210, 0.75);
    -moz-box-shadow: 3px 3px 11px rgba(210, 210, 210, 0.75);
    box-shadow: 3px 3px 11px rgba(210, 210, 210, 0.75);
}

.clear {
    clear: both;
}

.power {
    padding-right: 10px;
}

.column_left {
    position: absolute;
    top: -20px;
    left: -30px;
}

.column_content {
    width: 265px;
    margin-right: 0;
    padding-top: 20px;
    !border-left: 1px solid #F5DE8C;
}

.img_left {
    float: left;
    padding-left: 10px;
}

h2 {
    line-height: 30px;
}

#bd_manager {
    font-family: Arial, Tahoma;
    font-size: 12px;
    color: #464445;
    width: 1000px;
    background: url("../images/bg_manage.png");
    line-height: 20px;
}

#content_manager {
    -webkit-box-shadow: 0px 0px 5px 2px #bbb;
    -moz-box-shadow: 0px 0px 5px 2px #bbb;
    box-shadow: 0px 0px 5px 2px #bbb;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding-top: 10px;
    background: #f4f4f4;
    padding: 0 5px;

}

#menu_manager ul {
    font-size: 14px;
}

#breadcrumb {
    padding-left: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.w_label {
    width: 80px;
}