
.pcb, .pcb span {
	background: url('/Images_new/secondary_blue.png') no-repeat;
	height: 23px;
	line-height: 23px;
	padding: 3px 0 7px 0;
}

.pcb, a.pcb:link, a.pcb:visited {
	color: #333;
	font-size: 11px;
	padding-left: 14px;
	text-decoration: none !important;
}
/* ie 6 hack */
* html div#frame .pcb {
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
/* ie 7 hack */
*:first-child+html .pcb {
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}

.pcb span {
	background-position: right -326px;
	padding-right: 14px;
}


a.blue-button, a.blue-button:link, a.blue-button:visited, .blue-active-button, .blue-disabled-button {
	color: #fff !important;
	font-size: 12px;
	font-weight: bold;
}


a.blue-button {
	background-position: left -219px;
	padding-top: 3px;
}


a.blue-button span {
	background-position: right -545px;
	padding-top: 3px;
}
a.blue-button:hover {
	background-position: left -246px;
}
a.blue-button:hover span {
	background-position: right -572px;
}
a.blue-button:active, .blue-active-button {
	background-position: left -273px;
}
a.blue-button:active span, .blue-active-button span {
	background-position: right -599px;
}


body .blue-disabled-button {
	background-position: left -300px;
	color: #bbb !important;
}
body .blue-disabled-button span {
	background-position: right -626px;
}




a.green-button, a.green-button:link, a.green-button:visited, .green-active-button, .green-disabled-button {
	color: #fff !important;
	font-size: 13px;
	font-weight: bold;
}
a.green-button:hover {
	background-position: left -27px;
}
a.green-button:hover span {
	background-position: right -353px;
}
a.green-button:active, .green-active-button {
	background-position: left -54px;
}
a.green-button:active span, .green-active-button span {
	background-position: right -380px;
}
body .green-disabled-button {
	color: #A8BE69 !important;
	background-position: left -81px !important;
}
body .green-disabled-button span {
	background-position: right -407px;
}






















a.red-button, .red-active-button, .red-disabled-button {
	background-position: left -109px;
	color: #fff !important;
	padding-top: 3px;
	font-weight: bold;
}
a.red-button span {
	background-position: right -435px;
	padding-top: 3px;
}
a.red-button:hover {
	background-position: left -137px;
}
a.red-button:hover span {
	background-position: right -463px;
}
a.red-button:active, .red-active-button {
	background-position: left -165px;
}
a.red-button:active span, .red-active-button span {
	background-position: right -491px;
}
body .red-disabled-button {
	background-position: left -192px;
	color: #DC4143 !important;
}
body .red-disabled-button span {
	background-position: right -518px;
}