@CHARSET "UTF-8";


.header-wrap{
	position: relative;
    top: 10;
    max-width: 100%;
    height: 50px;
    clear: both;
    /*
    background-image: url(/resources/images/img01.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: 97% 100%;
    */
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    padding-left: 10px;
}
.header-wrap span{
	font-size: 15px;
	padding-left:10px;
}

.header-wrap #query_time {
	padding-left: 0px;
}

.header-wrap .time_img{
	padding-left:5px;
	vertical-align: middle;
    display: inline-table;
    width: 15px;
    height: 15px;
    background-image: url(/resources/images/img05.png);
    background-repeat: no-repeat;
}

.body-wrap{
	position: relative;
    max-width: 100%;
    height: 80%;
    clear: both;
}
.footer-wrap{
	position: relative;
    max-width: 100%;
    clear: both;
    text-align :right;
}
#disInfo{
	position: relative;
    width: 100%;
    margin: 20px 0;
    border-bottom: 1px solid #dbdbdb;
    border-spacing: 0;
    border-top: 1px solid #495776;
    border-right: hidden;
}
#disInfo tr th{
    padding: 9px 10px;
    font-weight: normal;
    background-color: #f0fcfc;
    color: #414c58;
    border-top: 1px solid #00bcd5;
    font-size: 93%;
    font-weight:bold;
    line-height:1.5;
}
#disInfo tr td:first-child, #disInfo tr td:nth-child(2), #disInfo tr td:last-child{
	
	padding: 9px 10px;
    font-weight: normal;
    background-color: #ffffff;
    border-top: 1px solid #dbdbdb;
    text-align:center;
    font-size: 93%;
}
#disInfo tr td{
	
	padding: 14px 10px 14px;
    font-weight: normal;
    background-color: #ffffff;
    border-top: 1px solid #dbdbdb;
    text-align:center;
    font-size: 93%;
    line-height:1.5;
    text-align:center;

}

#disInfo tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

#disInfo tr td a{
	text-decoration: none;
	color:#414c58;
}



