@charset "UTF-8";
/* CSS Document */
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
} 

/* prev, next, prevPage and nextPage buttons */ 
a.browse {
	background: url(/_css/images/kalender_arrows.png) no-repeat;
	display: block;
	width: 49px;
	height:49px;
	float:left;
	margin:35px 10px 36px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -49px; clear:right; margin-right: 10px;}
a.right:hover 		{ background-position:-49px -49px; }
a.right:active 	{ background-position:-98px -49px; } 


/* left */
a.left				{ margin-left: 10px; } 
a.left:hover  		{ background-position:-49px 0; }
a.left:active  	{ background-position:-98px 0; }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


