﻿/* pager */
table.pager 
{
    background-color: #FaFaF8;
    border: solid 1px #000000;
}

table.pager td 
{
    padding: 3px;
    vertical-align: middle;
}
/* end pager */

/* buttons */
a.btnRight 
{
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(_images/icon_next.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnLeft 
{
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(_images/icon_back.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnUp
{
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(_images/icon_up.gif);
    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;
}

.btn1
{
	background-color: #c1c1c1;
	vertical-align: middle;
	color: White;
	border: 0px;
	cursor: pointer;
	padding: 8px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
}
/* end buttons*/

/*tooltip*/
#tt {position:absolute; display:block; margin-left:10px; background:url(../../Images/tt_left.gif) top left no-repeat; }
#tttop {display:block; height:5px; margin-left:5px; background:url(../../Images/tt_top.gif) top right no-repeat; overflow:hidden; }
#ttcont {display:block; padding: 0px 12px 0px 7px; margin-left:5px; background:#999; color:#FFF; font-family: Verdana; font-weight: bold; font-size: 9px; text-align: left; }
#ttbot {display:block; height:5px; margin-left:5px; background:url(../../Images/tt_bottom.gif) top right no-repeat; overflow:hidden; }
/**/