* {
	-webkit-user-select: none;
}

div.centerBoxInner br {
	line-height: 2em;
}

body, div.backgroundElement {
	background: url(/images/landscape.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

body, html {
	font-family: "Myriad Pro", Helvetica, sans-serif;
	font-size: 28px;
	color: white;
	text-shadow: 0px 0px 3px RGBA(0,0,0,0.7);
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

div.centerBoxOuter {
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 0px 50px;
	display: none;
	/*display: table;*/
	/*-webkit-transition: opacity 0.5s linear;*/
}

div.centerBoxInner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}

div.element {
	display: inline-block;
	margin: 10px;
}

div.element.group {
	border-radius: 2px;
	border: 1px solid rgba(255,255,255,0.70);
}

div.element.group .groupDescription {
	margin-top: -20px;
	margin-left: 5px;
	position: absolute;
	float: left;
	font-size: 18px;
	color: white;
}

div.outerElement, a.outerElement {
	width: 200px;
	height: 200px;
	position: relative;
	display: table;
	border: 1px solid rgba(255,255,255,0.70);
	z-index: 4;
	overflow: hidden;
	box-shadow: 0px 0px 4px RGBA(0,0,0,0.4);
	border-radius: 2px;
	color: inherit;
}

a.outerElement {
	-webkit-user-drag: none;
	text-decoration: inherit;
}

a.outerElement.small, div.outerElement.small {
	height: 100px;
}

a.outerElement.small.upper, div.outerElement.small.upper {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

a.outerElement.small.bottom, div.outerElement.small.bottom {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

a.outerElement:active {
	color: #ff0000;
}

a.outerElement:active div.backgroundColorElement {
	background: -webkit-linear-gradient(rgba(255,0,0,0.1) 0%, rgba(255,0,0,0.2) 100%);
}

div.innerElement {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}

div.contentElement {
	z-index: 3;
	position: relative;
}

div.backgroundElement {
	z-index: 1;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	filter: blur(2px);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div.backgroundColorElement {
	/*background: rgba(255,255,255,0.1);*/
	background: -webkit-linear-gradient(rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.4) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
}

div.backgroundColorElement.solid {
	/*background: rgba(255,255,255,0.1);*/
	background: -webkit-linear-gradient(rgba(39,39,39,0.5) 0%, rgba(2,2,2,0.6) 100%);
}