﻿/* pager */
table.pager 
{
    border-top: solid 3px Green;
border-bottom: solid 3px Green;
width:780px;
background-color:#c8ff92;
 /*background:transparent url(_images/bg.jpg) repeat-x center center;*/
margin-bottom:15px;
}

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: 20px;
    height: 20px;
	background-color:transparent;
    background-image: url(_images/right.png);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnLeft 
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/left.png);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnUp
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/top.png);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnDown
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/bottom.png);
    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*/