﻿/*第三种*/
*:focus { outline: none!important;}
.fy
{
    padding: 3px;
    margin: 3px;
    font-family: Tahoma,Helvetica,sans-serif;
    text-align: center;
    clear: both;
    font-size:12px;
    padding-top:5px;
    line-height:30px;
    height:30px;
}
.fy A
{
    border: 1px solid #ccdbe4;
    color: #0061de;
    background-position: 50% bottom;
    padding: 2px 8px 2px 8px;
    text-align: center;
    margin-right: 3px;
    text-decoration: none;
}
.fy A:hover
{
    border: 1px solid #2b55af;
    background-image: none;
    color: #fff;
    background-color: #3666d4;
}
.fy .current
{
    padding: 2px 6px 2px 6px;
    font-weight: bold;
    color: #000;
    margin-right: 3px;
}
.fy .disabled
{
   
}