﻿
/*CSS yahoo style pagination*/

DIV.yahoo {
    padding-right: 3px;
    padding-left: 45%;
    font-size: 0.85em;
    padding-bottom: 3px;
    margin: 3px;
    padding-top: 3px;
    font-family: Tahoma,Helvetica,sans-serif;
    line-height:35px;
}

    DIV.yahoo A {
        width: 35px;
        float: left;
        margin-left: 8px;
        background: url(../images/fy_li.jpg) no-repeat;
        height: 35px;
        line-height: 35px;
        color: #6d6d6d;
        font-size: 14px;
        text-align: center;
    }

        DIV.yahoo A:hover {
            width: 35px;
            float: left;
            color: #fff;
            font-size: 14px;
            line-height: 35px;
            text-align: center;
            background: url(../images/fy_li1.jpg) no-repeat;
        }

        DIV.yahoo A:active {
            width: 35px;
            float: left;
            color: #fff;
            font-size: 14px;
            line-height: 35px;
            text-align: center;
            background: url(../images/fy_li1.jpg) no-repeat;
        }

    DIV.yahoo SPAN.current {
        margin-left: 8px;
        width: 35px;
        float: left;
        color: #fff;
        font-size: 14px;
        line-height: 35px;
        text-align: center;
        background: url(../images/fy_li1.jpg) no-repeat;
    }

    DIV.yahoo SPAN.disabled {
        display: none;
    }

    div.yahoo1 {
	    padding-right: 3px;
        padding-left: 45%;
        font-size: 0.85em;
        padding-bottom: 3px;
        margin: 3px;
        padding-top: 3px;
        font-family: Tahoma,Helvetica,sans-serif;
        line-height:35px;
    }
    div.yahoo1 a {
	    width: 35px;
        float: left;
        margin-left: 8px;
        background: url(../images/fy_li.jpg) no-repeat;
        height: 35px;
        line-height: 35px;
        color: #6d6d6d;
        font-size: 14px;
        text-align: center;
    }
    div.yahoo1 a:hover {
	    width: 35px;
        float: left;
        color: #fff;
        font-size: 14px;
        line-height: 35px;
        text-align: center;
        background: url(../images/fy_li1.jpg) no-repeat;
    }
    div.yahoo1 a:active {
	    width: 35px;
        float: left;
        color: #fff;
        font-size: 14px;
        line-height: 35px;
        text-align: center;
        background: url(../images/fy_li1.jpg) no-repeat;
    }
    div.yahoo1 span.current {
	    margin-left: 8px;
        width: 35px;
        float: left;
        color: #fff;
        font-size: 14px;
        line-height: 35px;
        text-align: center;
        background: url(../images/fy_li1.jpg) no-repeat;
    }
    div.yahoo1 span.disabled {
	    display: none;
    }