
.button-border.button-black:hover, .button-border.button-black:focus {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 0.9);
    border-color: #000000;
    
}
.button-border.button-black {
	background-color:#FFF;
    color: #000000;
    border-color: #000000;
    border-width: 1px;
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: inherit;
    text-align: center;
    line-height: 1.5;
    font-family: "微软雅黑","Arial Black", Gadget, sans-serif;
}


.btn {
    vertical-align: top;
}

.page {
    width: auto;
    font-size: 13px;
    float: right;
    clear: both;
    margin-right:19px;
}
.page a.current {
	text-decoration:none;
    color: #FFFFFF;
    background-color: #5b5b5b;
    border: 1px solid #5b5b5b;
}
.page a{
	text-decoration:none;
    width: auto;
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    padding: 4px 12px 4px 12px;
    color: #363636;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
}
.page a:hover{
	text-decoration:none;
	width:auto; 
	float:left; 
	margin-left:5px;  
	padding:4px 12px 4px 12px;
	color: #FFFFFF; 
	background-color:#5b5b5b; 
	border:1px solid #5b5b5b;
}

.form-search .form-control {
    width: 200px;
}
.form-search .form-control.input-date {
    width: 92px;
}

.form-search .gaoji-input {
    margin-top:10px;
}
.table tr th a{
	color:#333333;
	text-decoration:none;
}
table a:not(.btn), .table a:not(.btn) {
	text-decoration:none;
}  
    
