@charset "UTF-8";
.floatL {
	display:block;
	float:left !important;
	clear:none !important;
}
.floatR {
	display:block;
	float:right !important;
	clear: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; }
.V { display:block !important; }
.V2 { visibility:visible !important; width:auto; height:auto; }
.H3 { display:none; }
.V3 { display:block; }

.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%;
}
.small {
	font-size:90%;
	margin-left:2em;
}

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

.click {
	cursor:pointer;
}

.info {
	padding:0.2em;
	background-color:#FFC;
}
