﻿/* pager */
table.pager 
{
    border: solid 0px #1B6B8B;
}

table.pager td 
{
    color: #000000;
    padding: 3px;
    vertical-align: middle;
}

table.pager td a
{
    color: #000000;
}

table.pager td a:hover
{
    color: #1B6B8B;
}
/* end pager */

/* buttons */
a.btnRight 
{
    display: block;
    width: 40px;
    height: 40px;
padding-right:40px;
padding-top:8px;
    background-image: url(_images/next.png);
    background-position: center right;
    background-repeat: no-repeat;
}

a.btnLeft 
{
    display: block;
padding-left:30px;
padding-top:8px;
    width: 40px;
    height: 40px;
    background-image: url(_images/back.png);
    background-position: center left;
    background-repeat: no-repeat;
}

a.btnUp
{
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(_images/minis.png);
    background-position: center ;
    background-repeat: no-repeat;
}

a.btnDown
{
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(_images/icon_down.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnEdit
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/icon_edit.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnDelete
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/icon_delete.gif);
    background-position: center;
    background-repeat: no-repeat;
}
/* end buttons*/
