

		
/* buttons */

	/* small button */

#content a.button {
        font-size:0.8em;
	font-weight:normal;
	line-height:165%;
	float:right !important;
	display:block;
	color:#fff;
	background:url("http://www.val.be/extranet/img/buttons/small-standard-l.gif") transparent 0 3px no-repeat !important;
	text-decoration:none !important;
	position:relative;
	margin:-0.15em 5px 0 0;
	cursor:pointer;
	padding:0 !important;
}

* html #content a.button {
	line-height:150%;
	display:inline;
}

	body #content a.button span {
		float:left;
		color:#fff !important;
		background-color:transparent !important;
		background:url("http://www.val.be/extranet/img/buttons/small-standard-r.gif") 100% 3px no-repeat;
		padding:4px 32px 0 10px;
		margin:0 -5px 0 0;
		height:auto !important;
		height:22px;
		min-height:22px;
		display:block;
		position:relative;
	}
	
	body #content a.button:hover span {
		color:#ffd9c0 !important;
		background-color:transparent !important;
	}

#content .actions a.button {
	float:left !important;
	clear:none;
	margin-left:16px;
}

	/* large button */

#content a.button.large {
	font-weight:bold;
	background-image:url("http://www.val.be/extranet/img/buttons/large-standard-l.gif") !important;
	width:auto !important;
	width:130px;
	min-width:130px;
}

	body #content a.button.large span {
		padding:8px 36px 0 14px;
		height:auto !important;
		height:26px;
		min-height:26px;
		color:#fff !important;
		background-image:url("http://www.val.be/extranet/img/buttons/large-standard-r.gif");
		float:none;
	}
	
	body #content a.button.large:hover span {
		color:#ffd9c0 !important;
		background-color:transparent !important;
	}
	
/* clearfixes */

ul.navigation:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
}

