﻿.TFirstPage
{
	background-image: url(../SelectPage.gif);
	background-position: 0 0;
	width:22px;
	height: 22px;
	border: none;
	}
.TFirstPage:Hover
{
	background-image: url(../SelectPage.gif);
	background-position: 0 -25px;
	width:22px;
	height: 22px;
	border: none;
	}

.TPreviousPage
{
	background-image: url(../SelectPage.gif);
	background-position: 0 -50px;
	width:22px;
	height: 22px;
	border: none;
	}
.TPreviousPage:Hover
{
	background-image: url(../SelectPage.gif);
	background-position: 0 -75px;
	width:22px;
	height: 22px;
	border: none;
	}
.TNextPage
{
	background-image: url(../SelectPage.gif);
	background-position: 0 -100px;
	width:22px;
	height: 22px;
	border: none;
	}
.TNextPage:Hover
{
	background-image: url(../SelectPage.gif);
	background-position: 0 -125px;
	width:22px;
	height: 22px;
	border: none;
	}
.TLastPage
{
	background-image: url(../SelectPage.gif);
	background-position: 0 -150px;
	width:22px;
	height: 22px;
	border: none;
	}
.TLastPage:Hover
{
	background-image: url(../SelectPage.gif);
	background-position: 0 -175px;
	width:22px;
	height: 22px;
	border: none;
	}
.FontBold
{
	font-family: Tahoma;
	font-size:11pt;
	font-weight:bold;
	padding: 3px;
	}
.FontNormal
{
	font-family: Tahoma;
	font-size:10pt;
	padding: 3px;
	}
.pvtClear:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	font-size:0;
}
.pvtForm ul.pvtActions, ul.pvtActions
{
	margin:1em 0;
	border-top:#ccc double;
	padding:1em 0 0 0;
}
ul.pvtActions li
{
	overflow:hidden;
	display:block;
	float:left;
}
ul.pvtActions li a
{
	display:block;
	float:left;
}
ul.pvtActions li a, a.pvtPrimaryAction, a.pvtPrimaryAction:link, a.pvtPrimaryAction:visited, a.pvtSecondaryAction, 
a.pvtSecondaryAction:link, a.pvtSecondaryAction:visited
{
	padding:0 6px 3px;
	line-height:2;
}
a.pvtPrimaryAction, a.pvtPrimaryAction:link, a.pvtPrimaryAction:visited, a.pvtSecondaryAction, a.pvtSecondaryAction:link, a.pvtSecondaryAction:visited
{
	display:inline-block;
}
a.pvtPrimaryAction, a.pvtPrimaryAction:link, a.pvtPrimaryAction:visited, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only
{
	background:#818181;
	background:-moz-linear-gradient(top, #818181 0%, #656565 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#818181), color-stop(100%,#656565));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#656565',GradientType=0 );
	-moz-border-radius:3px;
	border-radius:3px;
	text-shadow:0px 1px 1px #000;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-color:#fff
}
a[disabled].pvtPrimaryAction, a[disabled].pvtPrimaryAction:link, a[disabled].pvtPrimaryAction:visited,a[disabled].pvtPrimaryAction:hover, 
a[disabled].pvtPrimaryAction:visited:hover,pvtForm.ui-widget-content a[disabled].pvtPrimaryAction
{
	text-decoration:none;
	color:#bbb;
	background:#818181;
	background:-moz-linear-gradient(top, #818181 0%, #656565 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#818181), color-stop(100%,#656565));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#656565',GradientType=0 );
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#656565',GradientType=0 )";
	cursor:default;
}
ul.pvtActions a.pvtPrimaryAction:hover, ul.pvtActions a.pvtPrimaryAction:visited:hover, a.pvtPrimaryAction:hover,
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover
{
	background:#4E4E4E;
	background:-moz-linear-gradient(top, #4E4E4E 0%, #282828 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#4E4E4E), color-stop(100%,#282828));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4E4E4E', endColorstr='#282828',GradientType=0 );
	color:#fff;
}
.pvtLeft
{
	float:left;
} 
.pvtRight
{
	float:right;
}
.pvtRowsHeight
{
	padding: 3px 3px 3px 3px;
	}
.pvtErr
{
	font-family:Tahoma;
	font-size:11pt;
	color:Red;
	}