@charset "UTF-8";

.floatL {
	display:block;
	float:left !important;
	clear:none !important;
}
.floatR {
	display:block;
	float:right !important;
	clear:none !important;
}
.noFloat {
	float:none !important;
}
.clearL {
	clear:left !important;
}
.clearR {
	clear:right !important;
}

div.half {
	width:49%;
}
.cleaner {
	clear:both !important;
	float:none !important;
}

div.filetree {
	font-size:10px;
}

.H { display:none !important; }
.H2 { visibility:hidden !important; width:0px; height:0px; }
.H3 { display:none; }
.H4 { visibility:hidden; }
.V { display:block !important; }
.V2 { visibility:visible !important; width:auto; height:auto; }
.V3 { display:block; }
.V4 { visibility:visible; }

.nolist {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.nowidth {
	width:auto !important;
}
.noMargin, .nomargin {
	margin:0px !important;
}
.noborder {
	border:none !important;
}
.block {
	display:block !important;
}

.smaller {
	font-size:80%;
}

hr {
	width:80%;
	margin:auto;
	display:block;
	float:none;
	clear:both;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

hr.style1 {
	height:1px;
	width:75%;
	border-color:#999;
	background-color:#999;
	margin-bottom:0.3em;
	margin-top:0.3em;
}

.click {
	cursor:pointer;
}

.move {
	cursor:move;
}

.numeric {
	text-align:right;
}
input.numeric {
	width:5em;
}

.indent {
	margin-left:210px !important;
}
.maxwidth {
	max-width:50em !important;
}
.descr {
	float:left;
	margin-left:0.5em;
	margin-right:0.5em;
	font-size:90%;
	padding-top:0.5em;
	font-style:italic;
	width:auto;
	max-width:30em;
}

.info {
	font-size:90%;
	margin:0px;
	margin-bottom:0.7em;
	color:#666;
	font-style:italic;
}

.spacer {
	clear:both;
	float:none;
	width:80%;
	margin:auto;
	height:2px;
	padding-top:0.5em;
	padding-bottom:0.5em;
	background-image:url(../backoffice/images_standard/spacer.png);
	background-position:left 0.5em;
	background-repeat:repeat-x;
}
.spacer.dark {
	background-image:url(../backoffice/images_standard/spacer_dark.png);
}

.missing {
	background-color:#900;
	color:#fff;
	font-weight:bold;
}

.btn {
	cursor:pointer;
}

