a.refafriendbutton {
	display:block;
	width: 133px;
	height:23px;
	background:url(../images/buttons/btn_invitefriends.gif) no-repeat 0px 0px;
	float:right; 
}

a:hover.refafriendbutton{
	background:url(../images/buttons/btn_invitefriends.gif) no-repeat 0px -23px; 
}

a.cat-show-all, a.cat-show-pageview {
	display:block;
	color:transparent;
	width: 133px;
	height:23px;
	background:url(../images/buttons/btn_showall.gif) no-repeat 0px 0px;
	float:none;
	position:absolute;
	top:0px;
	left:504px;
}

a:hover.cat-show-all, a.cat-show-pageview{
	background:url(../images/buttons/btn_showall.gif) no-repeat 0px -23px;
}
/* TODO */
a.cat-show-pageview{
	background:url(../images/buttons/btn_showless.gif) no-repeat 0px 0px;
}
a:hover.cat-show-pageview{
	background:url(../images/buttons/btn_showless.gif) no-repeat 0px -23px;
}

.btn-monthview-small 		{ width:106px; height:18px; background:url(../images/buttons/btn_monthview.gif) no-repeat 0 0; }
