﻿/*
div.pager
{
    text-align: right;
    clear: both;
    font-size: 12px;
    padding-bottom: 3px;
    margin: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    line-height:30px;
    font-size:14px;
}
div.pager A
{
    border-bottom: #fc5859 1px solid;
    border-left: #fc5859 1px solid;
    padding-bottom: 2px;
    margin: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    border-top: #fc5859 1px solid;
    border-right: #fc5859 1px solid;
    text-decoration: none;
    padding-top: 2px;
}
div.pager A:hover
{
    border-bottom: #000099 1px solid;
    border-left: #000099 1px solid;
    color: #000;
    border-top: #000099 1px solid;
    border-right: #000099 1px solid;
}
div.pager A:active
{
    border-bottom: #000099 1px solid;
    border-left: #000099 1px solid;
    color: #000;
    border-top: #000099 1px solid;
    border-right: #000099 1px solid;
}
div.pager SPAN.current
{
    border-bottom: #000099 1px solid;
    border-left: #000099 1px solid;
    padding-bottom: 2px;
    background-color: #000099;
    margin: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    border-top: #000099 1px solid;
    font-weight: bold;
    border-right: #000099 1px solid;
    padding-top: 2px;
}
div.pager SPAN.disabled
{
    border-bottom: #fc5859 1px solid;
    font-size: 14px;
    border-left: #fc5859 1px solid;
    padding-bottom: 2px;
    margin: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #9f9696;
    border-top: #fc5859 1px solid;
    border-right: #fc5859 1px solid;
    padding-top: 2px;
}
div.pager SPAN.abled
{
    border-bottom: #fc5859 1px solid;
    font-size: 14px;
    border-left: #fc5859 1px solid;
    padding-bottom: 2px;
    margin: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fc5859;
    border-top: #fc5859 1px solid;
    border-right: #fc5859 1px solid;
    padding-top: 2px;
}

#P_First, #P_Last, #P_Prev, #P_Next, #P_GO, #S_First, #S_Last, #S_Prev, #S_Next
{
    border: #000099 0px solid;
}
#S_First:hover, #S_Last:hover, #S_Prev:hover, #S_Next:hover
{
    color: #0da4dc;
}
#P_GO
{
    text-align: center;
    font-size: 14px;
    height: 40px;
    width: 50px;
    background-color: #45c5f6;
    color: #056598;
}
#P_GO:hover
{
    text-align: center;
    font-size: 14px;
    height: 40px;
    width: 50px;
    background-color: #0da4dc;
    color: #fff;
}
*/
div.pager
{
    /*text-align: right;*/
    clear: both;
    font-size: 14px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
}
div.pager A
{
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 16px;
    padding-right: 16px;
    color: #000;
    text-decoration: none;
    cursor:pointer !important;
    margin-right:14px;
    background:url("/Theme/images/page_default.png") 50% 50% no-repeat;
}
div.pager A:hover
{
    color: #FFFFFF;
    background: url(/Theme/images/page_orange.png) no-repeat center;
}
div.pager A:active
{
    color: #FFFFFF;
    background: url(/Theme/images/page_orange.png) no-repeat center;
}

#nnow
{
    background: url(/Theme/images/page_orange.png) no-repeat center;
}

div.pager SPAN.current
{
    padding-bottom: 4px;
    background-color: #000;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    font-weight: bold;
    padding-top: 4px;
}
div.pager SPAN.disabled
{
    font-size: 14px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 9px;
    cursor:pointer !important;
    background:url(/Theme/images/szbackgb.png) no-repeat center !important;
}
div.pager SPAN.disabled:hover
{
    font-size: 14px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 9px;
    color: #fff !important;
    cursor:pointer !important;
    background:url(/Theme/images/szbackgc.png) no-repeat center !important;
}
div.pager SPAN.abled
{
    font-size: 14px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fc5859;
    padding-top: 9px;
    background:url(/Theme/images/szbackgb.png) no-repeat center !important;
}
div.pager SPAN.abled:hover
{
    font-size: 14px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff !important;
    padding-top: 10px;
    background:url(/Theme/images/szbackgc.png) no-repeat center !important;
}

#P_First, #P_Last, #P_Prev, #P_Next, #P_GO, #S_First, #S_Last, #S_Prev, #S_Next
{
    color: #000;
    border: #000099 0px solid;
}
#S_First:hover, #S_Last:hover, #S_Prev:hover, #S_Next:hover
{
    font-size:10;
    color: #FFFFFF;
    background: url(/Theme/images/page_orange.png) no-repeat center;
}
#P_GO
{
    text-align: center;
    font-size: 12px;
    height: 40px;
    width: 50px;
    background: url(/Theme/images/page_orange.png) no-repeat center;
    color: #fff;
    padding:3px;
}
#P_GO:hover
{
    text-align: center;
    font-size: 12px;
    height: 40px;
    width: 50px;
    background: url(/Theme/images/page_orange.png) no-repeat center;
    color: #27CDB4;
    padding:3px;
}
#Txt_GO {
    width:25px;
}
