.default{
    width:100%;
    border: 1px solid #DFDEDE;
    border-collapse: collapse;
    font-family:"微软雅黑";
    font-size:12px;
    background: none repeat scroll 0 0 #FFFDFD;
    font-weight:normal;
    color: #000000;
}

.default td {
    border-bottom: 1px solid #DFDEDE;
    border-right: 1px solid #DFDEDE;
    padding: 5px;
    height: 18px;
    width:auto;
    vertical-align: middle;
}

.default input{
    border: 1px solid #DFDEDE;
    height: 20px;
    vertical-align: middle;
    line-height: 20px;
}

.default .gridlistViewEven {
    background: #e5f6f0;
}

.default tbody tr:hover, .default tbody tr.over {    
     background-color: #daeaf2;
}

.find_button3{
    width:68px;
    height:34px;
    border:none;
    font-family:"微软雅黑";
    font-size:14px;
    background:url(../images/images1/bg_submit2.png) no-repeat;
    color:#444;
    cursor: pointer;
}

.gridlistViewTh3 {
    background-color:rgb(170,219,224);
    height: auto;
}

.gridlistViewTh a{ color:#444;}

.gridlistViewTh {
    background: url("../images/images1/bg_menu_frist.jpg") repeat scroll left top transparent;
    height: 28px;
}

/* blue */  
.blue {  
    color: #d9eef7;  
    border: solid 1px #0076a3;  
    background: #0095cd;  
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));  
    background: -moz-linear-gradient(top,  #00adee,  #0078a5);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');  
}  
.blue:hover {  
    background: #007ead;  
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));  
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');  
}  
.blue:active {  
    color: #80bed6;  
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));  
    background: -moz-linear-gradient(top,  #0078a5,  #00adee);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');  
}  
/* green */  
.green {  
    color: #e8f0de;  
    border: solid 1px #538312;  
    background: #64991e;  
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));  
    background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');  
}  
.green:hover {  
    background: #538018;  
    background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));  
    background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');  
}  
.green:active {  
    color: #a9c08c;  
    background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));  
    background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);  
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');  
}  