.gridView {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:solid;
	border-color:#ffffff;
	border-width:1px;
}

.gridView th {
	background-color:#99ccff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	height:23px;
	padding-left:2px;
	padding-right:2px;
	border:solid;
	border-color:#ffffff;
	border-width:1px;
}

.gridView th a 
{
	display:block;
    padding-right: 11px;
	background:url('/Images/sortable.jpg');
    background-repeat: no-repeat;
    background-position: left;
	color:#ffffff;
	text-decoration:none;
	padding-left:18px;
}

.gridView th a:visited {
    padding-right: 11px;
	/*background:url('/Images/sort.gif');
    background-repeat: no-repeat;
	background-position:left;*/
	padding-right:20px;
	color:#ffffff;
	text-decoration:none;
}

.gridView th a:active {
    padding-right: 11px;
	/*background:url('/Images/sort.gif');
    background-repeat: no-repeat;
	background-position:left;*/
	color:#ffffff;
	text-decoration:none;
}

.gridView th a:link {
    padding-right: 11px;
	/*background:url('/Images/sort.gif');
    background-repeat: no-repeat;
	background-position:left;*/
	color:#ffffff;
	text-decoration:none;
}

.gridView th a:hover {
    padding-right: 11px;
	/*background:url('/Images/sort.gif');
    background-repeat: no-repeat;
	background-position:left;*/
	color:#ffffff;
	text-decoration:underline;
}

.gridView td {
	border:none;
	height:23px;
	padding-left:6px;
	padding-right:6px;
	border:solid;
	border-color:#cccccc;
	border-width:1px;
	font-size:11px;
	color:#000000;
}

.gridView td a {
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

.gridView td a:link {
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

.gridView td a:active {
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

.gridView td a:visited {
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

.gridView td a:hover {
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}

.gridView th.sort_asc a 
{
	display:block;
    padding-right: 11px;
	background:url('/Images/sort_asc.jpg');
    background-repeat: no-repeat;
    background-position: left;
	color:#ffffff;
	text-decoration:none;
	padding-left:18px;
}

.gridView th.sort_asc a:visited {
    padding-right: 11px;
	background:url('/Images/sort_asc.jpg');
    background-repeat: no-repeat;
    background-position: left;
	padding-right:20px;
	color:#ffffff;
	text-decoration:none;
}

.gridView th.sort_asc a:active {
    padding-right: 11px;
	background:url('/Images/sort_asc.jpg');
    background-repeat: no-repeat;
    background-position: left;
	color:#ffffff;
	text-decoration:none;
}

.gridView th.sort_asc a:link {
    padding-right: 11px;
	background:url('/Images/sort_asc.jpg');
    background-repeat: no-repeat;
    background-position: left;
	color:#ffffff;
	text-decoration:none;
}

.gridView th.sort_asc a:hover {
    padding-right: 11px;
	background:url('/Images/sort_asc.jpg');
    background-repeat: no-repeat;
    background-position: left;
	color:#ffffff;
	text-decoration:underline;
}

.gridView th.sort_desc a 
{
	display:block;
    padding-right: 11px;
	background:url('/Images/sort_desc.jpg');
    background-repeat: no-repeat;
    background-position: left;
	color:#ffffff;
	text-decoration:none;
	padding-left:18px;
}

.gridView th.sort_desc a:visited {
    padding-right: 11px;
	background:url('/Images/sort_desc.jpg');
    background-repeat: no-repeat;
    background-position: left;
	padding-right:20px;
	color:#ffffff;
	text-decoration:none;
}

.gridView th.sort_desc a:active {
    padding-right: 11px;
	background:url('/Images/sort_desc.jpg');
    background-repeat: no-repeat;
    background-position: left;
	color:#ffffff;
	text-decoration:none;
}

.gridView th.sort_desc a:link {
    padding-right: 11px;
	background:url('/Images/sort_desc.jpg');
    background-repeat: no-repeat;
    background-position: left;
	color:#ffffff;
	text-decoration:none;
}

.gridView th.sort_desc a:hover {
    padding-right: 11px;
	background:url('/Images/sort_desc.jpg');
    background-repeat: no-repeat;
    background-position: left;
	color:#ffffff;
	text-decoration:underline;
}

.highlightRow {
	background-color:#cccccc;
}

.highlightRow2 {
	background-color:#ffffff;
}

.gridPager {
	background-color:#CDDFE9;
	width:100%;
	height:40px;
	vertical-align:top;
}

.gridPager table {
	width:100%;
	border:none;
}

.gridPager table td {
	border:none;
}


.gridPager.right {
	width:50%;
	text-align:right;
}

.gridPager.left {
	width:50%;
}

.gridPager.pagerRow {
	width:100%;
}

.gridPager.left a {
	color:#636363;
	text-decoration:none;
}

.gridPager.left a:link {
	color:#636363;
	text-decoration:none;
}

.gridPager.left a:active {
	color:#636363;
	text-decoration:none;
}

.gridPager.left a:visited {
	color:#636363;
	text-decoration:none;
}

.gridPager.left a:hover {
	color:#636363;
	text-decoration:underline;
}

.gridPager.pagerRow {
	width:100%;
}
.nextIcon {
	background:url('/Themes/Administrator/Default/images/next_icon.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:18px;
	text-decoration:none;
	font-weight:bold;
}

.nextIcon:link {
	text-decoration:none;
}

.nextIcon:active {
	text-decoration:none;
}

.nextIcon:visited {
	text-decoration:none;
}

.nextIcon:hover {
	text-decoration:underline;
}


.lastIcon {
	background:url('/Themes/Administrator/Default/images/last_icon.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:18px;
	text-decoration:none;
	font-weight:bold;
}

.lastIcon:link {
	text-decoration:none;
}

.lastIcon:active {
	text-decoration:none;
}

.lastIcon:visited {
	text-decoration:none;
}

.lastIcon:hover {
	text-decoration:underline;
}

.previoustIcon {
	background:url('/Themes/Administrator/Default/images/previous_icon.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;
	text-decoration:none;
	font-weight:bold;
}

.previoustIcon:link {
	text-decoration:none;
}

.previoustIcon:active {
	text-decoration:none;
}

.previoustIcon:visited {
	text-decoration:none;
}

.previoustIcon:hover {
	text-decoration:underline;
}

.firstIcon {
	background:url('/Themes/Administrator/Default/images/first_icon.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;
	text-decoration:none;
	font-weight:bold;
}

.firstIcon:link {
	text-decoration:none;
}

.firstIcon:active {
	text-decoration:none;
}

.firstIcon:visited {
	text-decoration:none;
}

.firstIcon:hover {
	text-decoration:underline;
}
.GridNev
{
	text-align:right;
}

.gridViewSubCats {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:none;
	border-width:0px;
	border-bottom:solid;
	border-collapse:collapse;
	border-bottom-width:1px;
	border-bottom-color:#4ba24a;
}

.gridViewSubCats td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:none;
	border-width:0px;
	border-bottom:solid;
	border-collapse:collapse;
	border-bottom-width:1px;
	border-bottom-color:#4ba24a;
}