body {
	overflow-y: scroll;
	background-color: #333333;
}

body, div, span, p, button, img, table, tr, td, a, form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #333333;
	font-family: century-gothic, sans-serif, Helvetica, Arial, sans-serif;
}

div.table,
div.page_area {
	background-color: #ECECEC;
}

a, button {cursor: pointer;}
a:link {text-decoration: none;}
a:active {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

/*
.row:after {
    content: "";
    display: table;
    clear: both;
}
*/
.column {
    float: left;
    width: 33.33%;
}

* {
    box-sizing: border-box;
}

.clear {
	clear: both;
}

.hidden {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.hide {
	width: 0px;
	height: 0px;
	display: none;
}


button:focus {
    outline: none;
}

/*
button:focus, textarea:focus, input:focus {
    outline: none;
}
*:focus {
    outline: none;
}
*/

div.container {
	margin: auto;
	display: none;
}

div#lazyloading {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 1.0);
	
	padding-top: 120px;
	font-size: 24px;
	text-align: center;
	color: white;
	font-weight: bold;
}

div#loading {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 77777;
	display: none;
	background-color: rgba(0, 0, 0, 0.0);
}

.loading {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 77777;
	background-color: rgba(0, 0, 0, 0.15);
}





