html,body{
	background-color: #525252;
	height: 100%;
	font-size: 12px;
	font-family: Arial,Helvetica, sans-serif;
	color:#6b6b6b;
	margin: 0;
	padding: 0;
}


:focus{
	outline: 0px;
}

a img{
	border: 0px;
}

a {
	color: #0a38ff;
	text-decoration: underline;
}

a:hover{
	text-decoration: none
}

.clear{
	clear: both;
	height: 1px;
}

.bx-component-panel{
	z-index: 11!important;
}
