@CHARSET "UTF-8";

.clear{
	clear:both;
	overflow: hidden;
	height: 0px;
}

.clear-left{
	clear: left;
}

.clear-right{
	clear:right;
}

.border{
	border: 1px solid red;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

a:active{
  outline: none;
}

a:focus { 
	-moz-outline-style: none; 
}


#loadingOverlay{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background: #fff;
	display: none;
}

#loading{
	width: 100px;
	height: 100px;
	position: fixed;
	z-index: 1001;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	background:url(../img/pageLoading.gif) center center no-repeat;
	display: none;
}

.height10{
	height: 10px;
}

