html,body{background:#fff;margin:0;font-size:14px;}
#main{margin:0 auto;width:1200px;}
a{text-decoration:none;color:#336699;}
a:hover{text-decoration:underline;}
#header{
    background: #005EAC;
    color: #fff;
    line-height: 25px;
    height: 30px;
    width: 1200px;
    margin:0 auto;
    border-top:3px solid #000;
    margin-bottom:5px;
}
#footer{
    margin:0 auto;
    background: #005EAC;
    color: #fff;
    line-height: 25px;
    height: 25px;
    width: 1200px;
    text-align:center;
    margin-top:5px;
}
#footer span a{
    color: #fff;
}
.directory_tree{margin-bottom:5px;}
.directory_tree ul{
    display:block;
    list-style-type:none;
    padding:5px;
    margin:0px;
    border:1px solid #EDF3F9;
    width:120px;
}
.directory_tree li{padding-left:10px;}
.directory_tree li a{text-decoration:none;color:#336699;}
.directory_tree li a:hover{text-decoration:underline;}
.des_name{font-weight:700;margin:10px 0px;padding:5px;background:#EDF3F9;}
.des_response pre {
    background-color: #F9F9F9;
    border: 1px dashed #2F6FAB;
    color: black;
    line-height: 1.1em;
    overflow: hidden;
    padding: 1em;
}
.des_table{
    border-collapse:collapse;
    border-spacing:0;
    border-color:#CCC;
}
.des_table thead th{
    font-weight:700;
}
.des_table td,th{
    text-align:left;
    padding:2px 0px 2px 10px;
    border:1px solid #cccccc;
    vertical-align: top;
}
.des_table .th{
    text-align:center;
    vertical-align: middle;
}
.header{
    margin:0 auto;width:1024px;font-weight:700;
}
.header a{
    color: #fff;
}
.left_padding{padding-left:10px;}
.des_sign ul{
    list-style-type:none;
    padding:5px;
    margin:0px;
    border:1px solid #EDF3F9;
}
.des_sign li{
    padding-left:10px;
}
.red{
    color:red;
}
.blueFont{
    color: blue;
    font-weight: bold;
    font-size: 14px;
}
.navbarMargin {
    margin: 5px;
}
.inputMargin {
    margin-left: 50px;
}
.margin20 {
    margin-right: 20px;
}
.marginLeft50{
    margin-left: 50px;
}
.btn-default{height: 34px;}