
.buttonA{
	display:block;
	height:36px;
	float:left;
	clear:none;
	margin:0px 5px;
}
.buttonA span{
	background:url(images/buttonleft.gif) no-repeat top left;
	display:block;
	height:36px;
	float:left;
	clear:none;
	padding:0px;
	margin:0px;
}
.buttonA span input{
	border:none;
    background:url(images/buttonright.gif) no-repeat top right;
	display:block;
	height:36px;
	color:#fff;
	font-weight:bold;
	padding: 5px 10px;
	cursor:pointer;
	font-size:12px;
	margin-left:3px;
}
.add span input{
	background:url(images/addbutt.gif) no-repeat top left;
	padding: 5px 10px 5px 35px;
}
a.buttonA:link, a.buttonA:hover, a.buttonA:visited{
	border:none;
    background:url(images/buttonleft.gif) no-repeat top left;
	display:block;
	height:36px;
	color:#fff;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	cursor:pointer;
	font-size:12px;
	text-decoration:none;
	outline:none;
}
a.buttonA:link span, a.buttonA:hover span, a.buttonA:visited span{
	background:url(images/buttonright.gif) no-repeat top right;
	display:block;
	height:31px;
	float:left;
	clear:none;
	padding:11px 15px 0px 0px;
	margin:0px;
} 
a.buttonB:link, a.buttonB:hover, a.buttonB:visited{
	border-top:1px solid #00ccff;
	border-right:1px solid #025a7e;
	border-bottom:1px solid #025a7e;
	border-left:1px solid #00ccff;
    background:#008fb3;
	padding:3px 6px;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	font-size:11px;
	text-decoration:none;
	outline:none;
}
a.buttonB:hover{
    background:#056288;
}
tr.moduleRow td a.buttonB span, tr.moduleRowOver td a.buttonB span, tr.moduleRowSelected td a.buttonB span{
	padding:3px;
}
