tr:nth-child(odd) td {
	background: #E7E7E7;
}

a img {
	border: 0;
}

.bc-tree-container {
	height:		auto;
}

.bc-tree-container .category {
	font-weight: 400 !important;
	margin-bottom: 1px;
}

.bc-tree-container .item {
	padding-left: 30px !important;
	font-weight: normal !important;
}

.bc-tree-container .item-without-category {
	padding-left: 20px !important;
	font-weight: normal !important;
}

.bc-tree-container .bc-tree-container{
	height:	auto;
	clear: both;
}

.bc-tree-node{
	clear: left;
	margin-bottom: 1px;
	min-height:	18px;
	overflow: hidden;
}

.bc-tree-node-last{
	
}

.bc-tree-row{
	border-left: 5px solid;
	border-color: transparent;
	margin: 0;
	overflow: hidden;
	padding: 7px 12px;
	height: 20px;
	width: 273px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.bc-tree-row.grey {
	color: #CCC;
}

.bc-tree-row:hover {
	background-color: #efefef;
	cursor:	pointer;
}

.bc-tree-row.selected{
	background: #e5e5e5 !important;
}

.bc-tree-row-drop-top{	
	border-top: 2px solid #0098D9 !important;
	border-bottom: 2px solid #ECECEC;
}
.bc-tree-row-drop-inside{
	background-color: #0098D9 !important;
}
.bc-tree-row-drop-bottom{
	border-bottom: 2px solid #0098D9 !important;
	border-top: 2px solid #ECECEC;
}

.bc-tree-clone-container .bc-tree-row{
	border: 0;
}

.bc-tree-checkbox{
	float:		left;
	margin:		0px 2px 0px 0px;
	padding:	4px 0px 0px 0px !important;
}

.bc-tree-image{
	display: none;
}

.bc-tree-container .bc-tree-label {
	float:		left;
	margin:		0px;
	max-height: 20px;
}

.bc-tree-container .bc-tree-container .bc-tree-label {
}
	
	.bc-tree-label:before {
		margin-right: 7px;
		color: #848484;
	}
	
.bc-tree-expand{
	width:		13px;
	height:		18px;
	float:		right;
	cursor:		pointer;
	padding:	0px 2px 0px 0px;
}

	.bc-tree-expand-plus:before {
		content: "\f055";
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		display: inline-block;
		text-decoration: inherit;
	}
	
	.bc-tree-expand-min:before {
		content: "\f056";
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		display: inline-block;
		text-decoration: inherit;
	}

	/* .bc-tree-expand:before {	
		content: "\f055";
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		display: inline-block;
		text-decoration: inherit;
		margin-right: 5px;
	} */

.bc-tree-container .bc-tree-row {
	font-weight: 400;
	max-width: 273px;
}

.bc-tree-label > span {
	display: block;
	float: left;
}

.bc-tree-container .bc-tree-row > .bc-tree-label {
	width: 250px;
}

.bc-tree-container .bc-tree-row > .bc-tree-label > span {
	width: 200px;
}

.bc-tree-container .bc-tree-container .bc-tree-label {
	padding-left: 25px;
	width: 225px;
}

.bc-tree-container .bc-tree-container .bc-tree-label > span {
	width: 195px;
}

.bc-tree-container .bc-tree-container .bc-tree-container .bc-tree-label {
	padding-left: 45px;
	width: 185px;
}

.bc-tree-container .bc-tree-container .bc-tree-container .bc-tree-label > span {
	width: 165px;
}

.bc-tree-container .bc-tree-container .bc-tree-container .bc-tree-container .bc-tree-label {
	padding-left: 55px;
	width: 175px;
}

.bc-tree-container .bc-tree-container .bc-tree-container .bc-tree-container .bc-tree-label > span {
	width: 155px;
}

.bc-tree-container .bc-tree-container .bc-tree-container .bc-tree-container .bc-tree-container .bc-tree-label {
	padding-left: 65px;
	width: 165px;
}

.bc-tree-container .bc-tree-container .bc-tree-container .bc-tree-container .bc-tree-container .bc-tree-label > span {
	width: 145px;
}

.bc-tree-clone-container {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background:	#CECECE;
	border: 1px solid #333;
	padding: 10px;
	z-index: 1000;
	
	
}

.bc-tree-clone-container-success{
	background:		none repeat scroll 0 0 #E6EFC2;
	border:	1px solid #C6D880;
}
.bc-tree-clone-container-error{
	background:		none repeat scroll 0 0 #FBE3E4;
	border:	1px solid #FBC2C4;
}

.bc-grid-node{
	margin:			10px 5px !important;
	float:			left !important;
}

.bc-grid-drop-container{
	float:			left;
	border:			1px dashed #C6D880 ;
	background:		none repeat scroll 0 0 #E6EFC2;
	margin:			5px 5px 5px 5px !important;
}

.bc-grid-node-handler{
	position:		absolute;
	height:			15px;
	background:		#FFF;
/*	background:		url(../../img/main/sortable-grid.png) no-repeat center center #FEFEFE;*/
	border:			1px solid;
	border-color:	inherit;
	border-bottom:	none;
	z-index:		2;
	position: absolute;
}

.bc-grid-node-handler .dragbtn{
	width:	inherit;
	height:	inherit;
	background: #DDD;
	cursor: move;
}

.bc-grid-node-handler .optionsbtn{
	position: relative;
	z-index:	3;
	margin:	-16px 0 0 0;
	float:	right;
	width:	16px;
	height:	inherit;
	cursor: pointer;
	background:	url(../../img/main/icons_16px/pijlbeneden_grijs.png) no-repeat right center #FFF;
}





.bc-grid-drop-left{
	margin-left:  4px !important;
	border-left:  2px solid #C6D880 !important;
}
.bc-grid-drop-right{
	margin-right:  4px !important;
	border-right:  2px solid #C6D880 !important;
}


/*header module*/

#defaultheadercontainer{
	overflow:		hidden;
	background:		#DDD;
    border:			1px solid #c7c8c9;
    padding:		4px;
	margin-bottom:  10px;
    max-height:		120px;
    overflow:		hidden;
}

#defaultheadercontainer.open{
	background:		#FFF;
}

.defaultheaders-title{
	font-weight: bold;
	font-size:	 13px;
	color:		 #000;
	
	padding-bottom: 3px;
	margin-bottom: 5px;
	clear:		both;
	height:		25px;
/*	border-bottom: 1px solid #C7C8C9;*/
}

.defaultheaders-title-span{
	width:		300px;
	float:		left;
}

.defaultheaders-title-collections{
	width:		200px;
	float:		right;
}

.defaultheaders-title-btn{
	width:		25px;
	height:		25px;
	background:	#CCC;
	float:		right;
	cursor:		 pointer;
	margin:		0px 0px 0px 10px;
}

.defaultheaders-title-btn.down{
	background:	#000 !important;
}



.header-folder-form .title, .header-folder-form .title{
	color: #000;
	font-weight: bold;
	text-align: left;
}

.sortableitem {
	width: 168px;
	height:	120px;
	float: left;
	margin: 0 10px 10px 0;
	border:	1px solid #4787ED;
	background:	#F5F5F5;
	overflow: hidden;
	color: #666666;
	cursor:	pointer;	
}

.sortableitem:hover {
	border-color: #4787ED !important; 
}

.sortableitem.invisible:hover{
	border-color:	#CCC !important;
}

.sortableitem:hover .sortableitem-option-button{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
	opacity: 1;
}
.sortableitem:hover .sortableitem-move-button{
	display: block !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
	opacity: 1;
}

.sortableitem.selected{
	border: 2px solid #4787ED;
	margin:	4px !important;
}

.sortableitem.invisible {
	border-color: #CCC;
}

.sortableitem.invisible > .sortableitem-image{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
	opacity: 0.3;
}

.sortableitem-image{
	width: 168px;
	height:	120px;
	position: absolute;
	background-size: cover;
}

.sortableitem-option-button{
	width:		16px;
	height:		16px;
	background:	url(../../img/bewerk_1.gif) no-repeat transparent;
	border:		1px solid transparent;
	position:	relative;
	float:		right;
	cursor:		pointer;
	z-index:	2;
	margin:		2px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition:		all 150ms linear;
	clear:left;
}
.sortableitem-move-button{
	width:		16px;
	height:		16px;
	background:	url(../../img/blue_move1.gif) no-repeat transparent;
	border:		1px solid transparent;
	position:	relative;
	float:		right;
	cursor:		move;
	z-index:	2;
	margin:		2px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition:		all 150ms linear;
}

.sortableitem-move-button:hover{
	background-image: url(../../img/blue_move2.gif);
}

.sortableitem-option-button:hover{
	background-image: url(../../img/bewerk_2.gif);
}

/*.sortableitem-move-button:hover, .sortableitem-option-button:hover{
	background-color:	#E3EDC1;
	border-color:		#CEDF93;
}*/



.widget-image-resize-resizecontainer h3 {
	margin: 10px 0;
}

.widget-image-resize{
	width:		741px;
}
.widget-image-resize .widget-image-resize-title{
	margin:			0;
	border:			none;
}

.widget-image-resize-left{
	float:left;
}
.widget-image-resize-right{
	float:left;
}

.widget-image-resize-resizecontainer{
	border:		1px solid #DDD;
	border-right:none;
	width:		490px;
	height:		325px;
	overflow:	hidden;
	padding:	5px;
	margin-bottom: 20px;
}

		.widget-image-resize-resizecontainer-menu{
			height:			25px;
			padding:		5px;
			border-top:	1px solid #EEE;
			border-bottom:	1px solid #EEE;
			background:		#FEFEFE;
		}

		.widget-image-resize-controller{
			height: 89px;
			padding: 7px 10px 2px 11px;
			width: 148px;
			background: #FCFCFC;
			border-top: 1px solid #C6C8C9;
		}
		.widget-image-resize-controller-top{
			margin-bottom: 10px;
		}
		.widget-image-resize-controller-left{
			float:	left;
			margin-top: 6px;
		}
		.widget-image-resize-controller-left .buttons{
		}

		.widget-image-resize-controller-left .buttons .button{
			background: none repeat scroll 0 0 #EEEEEE;
			 cursor: pointer;
			 float: left;
			 font-size: 14px;
			 line-height: 20px;
			 margin: 0 3px 0 0;
			 padding: 0 6px;
			 text-transform: uppercase;
			 display: block;
			 position: relative;
			 clear: none;
			 height: 22px;
			 width: 22px;
			 text-indent: -9999px;
			 
		}


			.widget-image-resize-controller-left .buttons .button.left{
			background-image: url('../../img/left.png');
			background-repeat: no-repeat; 
			background-position: center center ;
			}
			
				.widget-image-resize-controller-left .buttons .button.left:hover{
				background-image: url('../../img/left-hover.png');
				}

			.widget-image-resize-controller-left .buttons .button.right{
			background-image: url('../../img/right.png');
			background-repeat: no-repeat; 
			background-position: center center ;
			}
			
				.widget-image-resize-controller-left .buttons .button.right:hover{
				background-image: url('../../img/right-hover.png');
				}
			
			.widget-image-resize-controller-left .buttons .button.top{
			background-image: url('../../img/up.png');
			background-repeat: no-repeat; 
			background-position: center center ;
			}
			
				.widget-image-resize-controller-left .buttons .button.top:hover{
				background-image: url('../../img/up-hover.png');
				}
			
			.widget-image-resize-controller-left .buttons .button.bottom{
			background-image: url('../../img/down.png');
			background-repeat: no-repeat; 
			background-position: center center ;
			}
	
				.widget-image-resize-controller-left .buttons .button.bottom:hover{
				background-image: url('../../img/down-hover.png');
				}





		.widget-image-resize-controller-right{
			float:	right;
		}


		.widget-image-resize-btn{
			background: none repeat scroll 0 0 #EFEFEF;
			border: 1px solid #EFEFEF;
			clear: none;
			color: #11282A;
			cursor: pointer;
			float: left;
			font-size: 14px;
			font-weight: bold;
			line-height: 20px;
			padding: 0 0px;
			border: 1px solid #E5E5E5;
			
		}
		.widget-image-resize-btn:hover{
		}

		.widget-image-resize-btn.red{
			margin-top: 4px;
			width: 81px;
			text-align: center;
			
			
			font: 600 13px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
			border: 1px solid #0098D9;
			color: #FFFFFF;
			float: left;
			padding: 3px 7px 3px;
			cursor: pointer;
			border-radius: 3px;
			
			background: #0098d9;
			background: -moz-linear-gradient(top,  #5bb4e5 0%, #0098d9 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bb4e5), color-stop(100%,#0098d9));
			background: -webkit-linear-gradient(top,  #5bb4e5 0%,#0098d9 100%);
			background: -o-linear-gradient(top,  #5bb4e5 0%,#0098d9 100%);
			background: -ms-linear-gradient(top,  #5bb4e5 0%,#0098d9 100%);
			background: linear-gradient(to bottom,  #5bb4e5 0%,#0098d9 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bb4e5', endColorstr='#0098d9',GradientType=0 );
			
			
		}
		.widget-image-resize-btn.red:hover, active{
			border-color:	#0098D9;
			color: #FFF;
			background: #0098d9;
		}


		.widget-image-resize-btn-min{
			background-image: url('../../img/minusicon.png');
			background-repeat: no-repeat; 
			background-position: center center ;
			height: 22px;
			width: 24px;
			text-indent: -9999px;
			float: left;
			position: relative;
			
			-webkit-border-top-left-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-topleft: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
			
		}
		
			
				.widget-image-resize-btn-min:hover{
					background-image: url('../../img/minusicon-hover.png');
					background-repeat: no-repeat; 
					background-position: center center ;
					height: 22px;
					width: 24px;
					text-indent: -9999px;
					float: left;
					position: relative;
				}

		.widget-image-resize-scrollbar{
			background: none repeat scroll 0 0 #C5C7C8;
		    border: medium none;
		    float: left;
		    height: 24px;
		    margin: -2 3px;
		    overflow: hidden;
		    width: 93px;
		}
		.widget-image-resize-scrollslider{
			height:		22px;
			width:		10px;
			cursor:		move;
			background:	#f0f0f0;
			position:	relative;
			border: 1px solid #a5a5a5;
		}

		.widget-image-resize-scrollslider:hover{
			-webkit-transition: background 400ms linear;
			-moz-transition: background 400ms linear;
			-o-transition: background 400ms linear;
			transition: background 400ms linear;
			background:	#0098D9;
			border: 1px solid #a5a5a5;
		}

		.widget-image-resize-scrollslider.active{
			background:	#0098D9;
			border: 1px solid #a5a5a5;
		}
		
		.widget-image-resize-btn-plus{
		background-image: url('../../img/plusicon.png');
		background-repeat: no-repeat; 
		background-position: center center ;
		height: 22px;
		width: 24px;
		text-indent: -9999px;
		float: left;
		position: relative;
		
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		
		}
			
			.widget-image-resize-btn-plus:hover{
			background-image: url('../../img/plusicon-hover.png');
			background-repeat: no-repeat; 
			background-position: center center ;
			height: 22px;
			width: 24px;
			text-indent: -9999px;
			float: left;
			position: relative;
			}

		.widget-image-resize-positioncontainer{
			float: right;
		    margin: 6px 1px 0px 0px;
		    width: 42px;
		}

		.widget-image-resize-positioncontainer div{
			background: none repeat scroll 0 0 #F0F0F0;
			border: 1px solid #C5C7C8;
			cursor: pointer;
			float: left;
			height: 13px;
			width: 13px;
			margin: 0px -1px -1px -1px;
		}

		.widget-image-resize-positioncontainer div:hover{
			-webkit-transition: background 200ms linear;
			-moz-transition: background 200ms linear;
			-o-transition: background 200ms linear;
			transition: background 200ms linear;
			background:	#0098D9;
		}

		.widget-image-resize-positioncontainer .active{
			background: #0098D9;
		}

		.widget-image-resize-resizecontainer-container{
			width:		540px;
			height:		317px;
			padding:	15px;
			overflow:	hidden;
		}

		.widget-image-resize-resizecontainer-container .widget-image-resize-cover{
			background:	#E2001A;
			z-index:	100;
			position:	absolute;
			-ms-filter:		"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			filter:			alpha(opacity=50);
			-moz-opacity:	0.5;
			-khtml-opacity: 0.5;
			opacity:		0.5;
			
		}



.widget-image-resize .widget-image-resize-thumbcontainer{
	width:		169px;
	height:		248px;
	overflow:	auto;
	margin:		0 0 0 0;
	background: #FCFCFC;
}
.widget-image-resize .widget-image-resize-thumbnail{
	padding:	8px;
	cursor:		pointer;
	text-align: center;
	color:		#BBB;
	border-color: #CCC;
	height:		20px;
}
.widget-image-resize .active{
	background: #0098D9;
	color:		#FFFFFF;
	border-color: #FFF;
}

.widget-image-resize-thumbs-thumb-left{
	float:			left;
	border-right:	1px solid;
	width:			20px;
}
.widget-image-resize-thumbs-thumb-right
{
	float:			left;
	
}

.widget-image-resize .widget-image-resize-thumbnail:hover{
	background:		#0098D9;
	color:			#FFF;
	border-color:	#FFF;
}

.widget-image-resize-buttoncontainer{
	width:		inherit;
/*	height:		50px;*/
/*	padding:	5px;*/
}

.widget-image-resize h4 {
	margin: 20px 10px 10px;
}


/*
 *  De actions in de titel
 */

#wrapper > .content > .right div.actions, 
#right div.actions {
	float: right;
	margin-top: -45px;
}

#wrapper > .content > .right div.actions > a, 
#right div.actions > a {
	float: left;
	display: block; 
	width: 16px;
	height: 16px;
	padding: 6px 20px;
	background: #f5f5f5;
	border: 1px solid #E5E5E5;
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

div.actions > a:hover,
div.actions > a.first:hover,
div.actions > a.last:hover {
	float: left;
	display: block; 
	width: 16px;
	height: 16px;
	padding: 6px 20px;
	background: #EFEFEF;
	border: 1px solid #E5E5E5;
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#wrapper > .content > .right div.actions > a.delete, 
#right div.actions > a.delete {
	background: #f5f5f5 url('../../img/delete.png') no-repeat center center;
}

	#wrapper > .content > .right div.actions > a.delete:hover, 
	#right div.actions > a.delete:hover {
		background: #f9f9f9 url('../../img/delete.png') no-repeat center center;
	}
	
#wrapper > .content > .right div.actions > a.delete-cat, 
#right div.actions > a.delete-cat {
	background: #f5f5f5 url('../../img/delete-cat.png') no-repeat center center;
}

	#wrapper > .content > .right div.actions > a.delete-cat:hover, 
	#right div.actions > a.delete-cat:hover {
		background: #f9f9f9 url('../../img/delete-cat.png') no-repeat center center;
	}

#wrapper > .content > .right div.actions > a.visible, 
#right div.actions  > a.visible {
	background: #f5f5f5 url('../../img/onzichtbaar.png') no-repeat center center;
}

	#wrapper > .content > .right div.actions > a.visible:hover, 
	#right div.actions > a.visible:hover {
		background: #f9f9f9 url('../../img/onzichtbaar.png') no-repeat center center;
	}
	
#wrapper > .content > .right div.actions > a.invisible, 
#right div.actions > a.invisible {
	background: #f5f5f5 url('../../img/zichtbaar.png') no-repeat center center;
}

	#wrapper > .content > .right div.actions > a.invisible:hover, 
	#right div.actions > a.invisible:hover {
		background: #f9f9f9 url('../../img/zichtbaar.png') no-repeat center center;
	}

#wrapper > .content > .right div.actions > a.send, 
#right div.actions > a.send {
	background: #f5f5f5 url('../../img/send.png') no-repeat center center;
}

	#wrapper > .content > .right div.actions > a.send:hover, 
	#right div.actions > a.send:hover {
		background: #f9f9f9 url('../../img/send.png') no-repeat center center;
	}

#wrapper > .content > .right div.actions > a.help, 
#right div.actions > a.help {
	background: #f5f5f5 url('../../img/help.png') no-repeat center center;
}

	#wrapper > .content > .right div.actions > a.help:hover, 
	#right div.actions > a.help:hover {
		background: #f9f9f9 url('../../img/help.png') no-repeat center center;
	}
	
#wrapper > .content > .right div.actions > a.add, 
#right div.actions > a.add {
	background: #f5f5f5 url('../../img/add.png') no-repeat center center;
}

	#wrapper > .content > .right div.actions > a.add:hover, 
	#right div.actions > a.add:hover {
		background: #f9f9f9 url('../../img/add.png') no-repeat center center;
	}

#wrapper > .content > .right div.actions > a.edit, 
#right div.actions > a.edit {
	background: #f5f5f5 url('../../img/edit.png') no-repeat center center;
}

	#wrapper > .content > .right div.actions > a.edit:hover, 
	#right div.actions > a.edit:hover {
		background: #f9f9f9 url('../../img/edit.png') no-repeat center center;
	}
	
#wrapper > .content > .right div.actions > a.save, 
#right div.actions > a.save {
	background: #f5f5f5 url('../../img/opslaan.png') no-repeat center center;
}

	#wrapper > .content > .right div.actions > a.save:hover, 
	#right div.actions > a.save:hover {
		background: #f9f9f9 url('../../img/opslaan.png') no-repeat center center;
	}
	
#wrapper > .content > .right div.actions > a.right, 
#right div.actions > a.right {
	background: #f5f5f5 url('../../img/rechten.png') no-repeat center center;
}

	#wrapper > .content > .right div.actions > a.right:hover, 
	#right div.actions > a.right:hover {
		background: #f9f9f9 url('../../img/rechten.png') no-repeat center center;
	}
	
#wrapper > .content > .right div.actions > a.right, 
#right div.actions > a.right {
	background: #f5f5f5 url('../../img/rechten.png') no-repeat center center;
}

	#wrapper > .content > .right div.actions > a.right:hover, 
	#right div.actions > a.right:hover {
		background: #f9f9f9 url('../../img/rechten.png') no-repeat center center;
	}
	
#wrapper > .content > .right div.actions > a.lock, 
#right div.actions > a.lock {
	background: #f5f5f5 url('../../img/blokker_2.png') no-repeat center center;
}

	#wrapper > .content > .right div.actions > a.lock:hover, 
	#right div.actions > a.lock:hover {
		background: #f9f9f9 url('../../img/blokker_2.png') no-repeat center center;
	}
	
#wrapper > .content > .right div.actions > a.unlock, 
#right div.actions > a.unlock {
	background: #f5f5f5 url('../../img/blokker_1.png') no-repeat center center;
}

	#wrapper > .content > .right div.actions > a.unlock:hover, 
	#right div.actions > a.unlock:hover {
		background: #f9f9f9 url('../../img/blokker_1.png') no-repeat center center;
	}


div.actions > a {
	background-color: #f9f9f9;
	border: 1px solid #E5E5E5;
}

div.actions > a:hover {
	border: 1px solid #999;
	background: #f9f9f9;
}

div.actions > a.first {
	border-right: 1px solid #f5f5f5 !important;
}

div.actions > a.last {
	border-left: 1px solid #f5f5f5 !important;
}

div.actions > a.first.last {

}

/*#wrapper > .content > .right div.actions > a.only, 
#right div.actions > a.only {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px;
	border: 1px solid #E5E5E5;
}*/

