/* CSS Document */

.btncontrol	{
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.btncontrol	input, .btncontrol a{
	display: block!important;
	border: none;
	padding: 0px!important;
	margin: 0!important;
	color: #000!important;
	font-size: x-small!important;
	font-weight: bold;
	height: 25px!important;
	text-decoration: none!important;
	text-align: center;
	border: none!important;
	line-height: 25px!important;
}

.btncontrol	a:hover{
	display: block;
}
.btn20 {
	width: 20px!important;
	background: url(../images/btns/btn20.jpg) no-repeat center center;
}
.btn20hvr, .btn20:hover {
	width: 20px!important;
	background: url(../images/btns/btn20hvr.jpg) no-repeat center center;
	cursor: pointer;
}
.btn25{
	width: 25px!important;
	background: url(../images/btns/btn25.jpg) no-repeat center center;
}
.btn25hvr, .btn25:hover {
	width: 25px!important;
	background: url(../images/btns/btn25hvr.jpg) no-repeat center center;
	cursor: pointer;
}
.btn50 {
	width: 50px!important;
	background: url(../images/btns/btn50.jpg) no-repeat center center;
}
.btn50hvr, .btn50:hover {
	width: 50px!important;
	background: url(../images/btns/btn50hvr.jpg) no-repeat center center;
	cursor: pointer;
}
.btn75 {
	width: 75px!important;
	background: url(../images/btns/btn75.jpg) no-repeat center center;
}
.btn75hvr, .btn75:hover {
	width: 75px!important;
	background: url(../images/btns/btn75hvr.jpg) no-repeat center center;
	cursor: pointer;
}
.btn100 {
	width: 100px!important;	
	background: url(../images/btns/btn100.jpg) no-repeat center center;	
}
.btn100hvr, .btn100:hover {
	width: 100px!important;
	background: url(../images/btns/btn100hvr.jpg) no-repeat center center;
	cursor: pointer;
}

a.btnpdf {
	display: block;
	width: 205px;
	height: 55px;
	margin: 10px auto!important;
	text-align: center;
	background: url(../images/btns/pdfdownload.jpg) no-repeat center center;
	line-height: 50px;
	text-decoration: none!important;
	color: #000000!important;
	font-weight: bold;
}
a.btnpdf:hover {
	background: url(../images/btns/pdfdownloadhvr.jpg) no-repeat center center;
}