.gadgets-gadget-moveable .gadgets-gadget-title-bar {
   cursor : move;
}
.gadgets-gadget-title-mover {
	display:none;	
}
.gadgets-gadget-moveable .gadgets-gadget-title-mover {
	background: url("http://bartcms.appsoftware.nl/system/kvj/module/gadget_container/fo_view/img/icos.gif") no-repeat;
	display:block;
	width:13px;
	height:13px;
	position: relative;
	top: 10px;
	float: right;
	right: 8px;
}
.gadgets-gadget-moveable .gadgets-gadget-title-mover:hover {
	background-position: -13px 0;
}

.gadgets-gadget-title-bar {
 	height: 38px;
	background: transparent url('http://bartcms.appsoftware.nl/system/kvj/template/sbh/images/boxes/305headerfooter.gif') no-repeat scroll 0 0;
	margin:0;
   /* border-bottom: 1px solid #838583;*/
}
.gadgets-gadget-chrome.mini.gadgets-gadget-title-bar {
	height: 40px;		
}
.gadgets-gadget-chrome.greybottom .ft {
	background		: #e5e5e5 url('http://bartcms.appsoftware.nl/system/kvj/template/sbh/images/boxes/305footergrey.gif') no-repeat 0 -49px;
}
.gadgets-gadget-title {
	font-size: 14px;
	color:#FF7000;
	line-height:38px;
	margin:0;
	padding: 0 0 0 6px;
}
.gadgets-gadget-title-toggle-button {
	display:none;
}
.gadgets-gadget-title-settings-button {
	top:10px;
	right: 5px;
}
.gadgets-gadget {
	margin-left: 2px;
	width: 301px;
}
.gadgets-gadget-chrome {
	margin : 0 0 10px 0px;
	width: 305px;
}
.gadgets-gadget-moveable, .gadgets-gadget-placeholder {
    margin : 0;
    float: none; 
	margin-bottom:10px;
}
.gadgets-gadget-placeholder {
    border : solid 2px;
    border-style: dashed;
}
div.column {
    width: 305px;
    float: left;
    display: block;
    padding-right: 34px;
}
div.column.last {
	padding-right:0;
}
div.iexist {
    /* should be the first element of each div.column node, which
     * prevents the column from collapsing when it becomes empty*/
   line-height: 1px;
}