﻿
/** Pager
*/

.look-subfile-pager 
{
    clear:both;
    font-family:"Bitstream Vera Sans",Verdana,Helvetica;
    font-size:8px;

    margin-top: 2px;
}

.look-subfile-pager div
{
    padding:0em;
    display:inline;
}

.look-subfile-pager input
{
    clear:both;
    font-family:"Bitstream Vera Sans",Verdana,Helvetica;
    font-size:8px;
    text-align: center;
    vertical-align: middle;
    width: 15px;
}

.look-subfile-pager label
{
    margin-right: 5px;
}

.look-subfile-pager a
{
    display: inline-block;

    color:#333333;
    font-weight:bold;
    cursor: pointer;

    background-color:#dfedf7;
    border-width:1px; 
    border-style:solid; 
    border-color: #90c2e1;

    width: 16px;
    height: 16px;

    /* center any text within anchor */
    vertical-align: middle;
    text-align: center;
    text-decoration:none;
    line-height: 16px;
}

.look-subfile-pager a[disabled]
{
    opacity:0.3;
    filter:alpha(opacity=30); /* For IE8 and earlier */
}

.look-subfile-pager a:hover
{
    text-decoration:underline;
    background-color:#eef7fc;
}

.look-subfile-pager strong
{
    background:#0174bb;
    color:#fff;
}

.look-subfile-pager a.look-subfile-pager-update
{
    background-image: url(../../../images/Update.png);
    background-repeat:no-repeat;
    border-style: none;
    background-color:transparent;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;

    /*padding-right: 11px !important;
    padding-bottom: 4px !important;*/
}

.look-subfile-pager-first
{
    background-image: url(../../../images/GotoFirst.png);
    background-repeat:no-repeat;
    background-position-y: center;
    background-position-x: 25%;
    background-color: transparent;

    border-style: none;
}

.look-subfile-pager-previous
{
    background-image: url(../../../images/GoToPrevious.png);
    background-repeat:no-repeat;
    background-position: center;
    background-color: transparent;

    border-style: none;
}

.look-subfile-pager-next
{
    background-image: url(../../../images/GoToNext.png);
    background-repeat:no-repeat;
    background-position: center;
    background-color: transparent;

    border-style: none;
}

.look-subfile-pager-last
{
    background-image: url(../../../images/GoToLast.png);
    background-repeat:no-repeat;
    background-position-y: center;
    background-position-x: 75%;
    background-color: transparent;

    border-style: none;
}

.look-subfile-pager a.look-subfile-pager-link
{
    width: auto;
}

.look-subfile-pager a.look-subfile-pager-link.active
{
    background-color: #0174bb;
    color: #fff;
}