﻿body
{
	color:			#000000;
    font-family:	"Segoe UI",Arial,sans-serif;
    font-size:		12px;
}
.rgAdvPart 
{  
	/* set this CSS class to hide the Pager Size selection in the grid footer */
    display: none; 
}
a.linkButton {
	background: url('PCCA.gif') no-repeat;
	background-position: 2px center;
	padding-left: 33px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
	border: solid 1px #ABC1DE;
}
a.linkButton:hover {
	background: url('PCCA.gif') no-repeat;
	background-position: 2px center;
	padding-left: 33px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
	border: solid 1px #ABC1DE;
	color: Red;
}

a.btnBlueSmall
{
  display: block;
  width: 79px;
  height: 14px;
  background: url("btn_Blue_small.gif") no-repeat 0 0;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 4px 0px 6px 0px;
}

a.btnBlueSmall:hover
{
    background-position: 0 -24px;
}

a.btnBlueSmall span
{
  display: block;
  line-height: 14px;
  padding: 5px 0px 5px 0px;
}
