@charset "UTF-8";
/* CSS Document */

.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%;
}

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;
}

fieldset.BOBtn2FS {
	text-align:center;
	border:none;
}
input[type=button].BOBtn2, button.BOBtn2 {
	width:50px;
	height:50px;
	margin:5px;
	padding:0px;
	background:none;
	border:none !important;
	cursor:pointer;
}

div#LStatus2 {
	position:fixed;
	width:280px;
	height:auto;
	padding:10px;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-150px;
	z-Index:100;
	/*
	background-image:url(../images/hg_status.png);
	background-repeat:no-repeat;
	*/
	background-color:#000;
	background:rgba(0,0,0,0.9);

	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    -webkit-box-shadow: 0px 0px 5px #666;
    -moz-box-shadow: 0px 0px 5px #666;
    box-shadow: 0px 0px 5px #666;

	border:none !important;
	display:none;
	color:#fff;
	text-align:center;
}
	div#LStatus2 img.LoaderPic {
		width:16px;
		height:16px;
		padding:8px;
		background-image:url(../images/hg_statusloader.png);
		background-repeat:no-repeat;
	}
	div#LStatus2 img.symbol {
		margin-bottom:0.2em;
	}
	
	div#LStatus2 h1 {
		font-family:"Garage","Trebuchet MS", Arial, Helvetica, sans-serif;
		border:none;
		margin-top:0px;
		margin-bottom:0.3em;
		color:#fff;
	}
	div#LStatus2 p {
		text-align:left;
	}
