html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 1.0em;
	background: #7abcff;
	background: radial-gradient(center, ellipse cover, #7abcff 0%,#60abf8 44%,#3380bf 100%);
	background: -moz-radial-gradient(center, ellipse cover, #7abcff 0%, #60abf8 44%, #3380bf 100%); /* FF3.6+ */
	background: -webkit-radial-gradient(center, ellipse cover, #7abcff 0%,#60abf8 44%,#3380bf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #7abcff 0%,#60abf8 44%,#3380bf 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #7abcff 0%,#60abf8 44%,#3380bf 100%); /* IE10+ */
	margin: 0;
}

#application_wrapper {
	position: absolute;
	top: 25px;
	right: 25px;
	left: 25px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	border-radius: 5px;
	min-width: 890px;
}

#application_wrapper section {
	position: relative;
	padding: 10px;
	margin-top: 25px;
	display: none;
}

#menu {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
}

#menu li {
	float: left;
	padding: 5px;
}

#import {
	height: 525px;
}

#administration_users, #api_users, #collections {
	min-height: 170px;
}


.loginbox {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -137px;
	background: rgba(255, 255, 255, 0.6);
	background-color: rgba(255, 255, 255, 0.6);
	background-image: linear-gradient(30deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 12%,rgba(255,255,255,0) 31%,rgba(255,255,255,0.6) 39%,rgba(255,255,255,0.01) 60%,rgba(255,255,255,0.6) 65%,rgba(255,255,255,0) 100%);
	background-image: -moz-linear-gradient(30deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 12%, rgba(255,255,255,0) 31%, rgba(255,255,255,0.6) 39%, rgba(255,255,255,0.01) 60%, rgba(255,255,255,0.6) 65%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient(30deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 12%,rgba(255,255,255,0) 31%,rgba(255,255,255,0.6) 39%,rgba(255,255,255,0.01) 60%,rgba(255,255,255,0.6) 65%,rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(30deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 12%,rgba(255,255,255,0) 31%,rgba(255,255,255,0.6) 39%,rgba(255,255,255,0.01) 60%,rgba(255,255,255,0.6) 65%,rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient(30deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 12%,rgba(255,255,255,0) 31%,rgba(255,255,255,0.6) 39%,rgba(255,255,255,0.01) 60%,rgba(255,255,255,0.6) 65%,rgba(255,255,255,0) 100%);
	display: block;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0 ,0.3);
	box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.6);
}

.loginbox:before {
	content: "";
	display: block;
	top: 3px;
	left: 3px;
	height: 10px;
	border-radius: 4px;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.loginbox form {
	display: block;
	width: 250px;
	padding: 5px;
	margin: 5px;
	background: white;
	border: 1px solid rgba(0, 0, 0, 0.3);
	position: relative;
	margin-top: -5px;
}

.loginbox label {
	font-size: 0.9em;
	float: left;
}

.loginbox input[type="text"], .loginbox input[type="password"] {
	width: 245px;
}

.dataTable {
	font-size: 0.9em;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #d3d3d3;
	background: #fefefe;
}

.dataTable th {
	text-align: left;
	background: #eee;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

.dataTable td {
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.dataTable tr:nth-child(odd) {
	background: #fefefe;
}
.dataTable tr:nth-child(even) {
	background: #f1f1f1;
}

.userTableBlock, .apiUserTableBlock, .collectionTableBlock {
	font-size: 1.1em;
	padding-left: 10px;
}

.userTableBlock {
	margin-top: 170px;
}

.apiUserTableBlock {
	margin-top: 205px;
}

.collectionTableBlock {
	margin-top: 60px;
}

.tableBlock table {
	border: 1px solid rgba(0,0,0,0.5);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
}

.collectionTableBlock td, .userTableBlock td  {
	padding: 3px;
}