﻿* {
	font-family:inherit;
	font-size:inherit;
	margin:0px;
	outline:none;
	border-spacing:0px;
	padding:0px;
}

html {
	height:100%;
}

html, body {
	border:0;
	overflow-x:hidden;
	position:relative;
}

body {
	background-color:#fff;
	cursor:default;
	font-family:'kCalibri', Arial, sans-serif;
	font-size:0px;
	min-height:100%;
}

body.no-overflow {
	overflow:hidden;
}

.link {
	cursor:pointer;
}

a {
	color:#06f;
	text-decoration:none;
}

a:hover {
	color:#69f;
}

.ui-dialog {
	font-size:14px;
}

textarea {
	resize:none;
}

.waiting {
	cursor:wait;
}

/******/

.backgroundimage-cover {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

.backgroundimage-scale, .obj-hover .normal, .obj-hover .hover {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
}

/****** BANNER *********/

/*.box-banner {
	height:100%;
	left:0px;
	position:fixed;
	top:0px;
	width:100%;
}*/

/****** **** *********/
