/* Defaults */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
}

html {
	overflow-y: scroll;
}

a,
a:link,
a:active,
a:visited,
label {
	text-decoration: none;
	color: #a00;
}

a:hover,
label:hover {
	color: #e44;
}

label {
	cursor: pointer;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
}

td {
	padding: 1px;
	vertical-align: top;
}

input[type=text],
input[type=password],
textarea {
	font-family: arial, verdana, sans-serif;
	border: 1px solid #ccc;
	background-color: white;
}

/* Sections */
#skeleton {
	width: 1000px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 170px;
	background: url('images/loze_ruimte.png') bottom no-repeat;
}

#header h1 {
	margin: 0 5px;
}

#header h1 a {
}

#header a {
	color: #000;
	text-decoration: none;
}

#header .subtitle {
	color: #000;
	font-size: 8pt;
	position: absolute;
	top: 50px;
	left: 88px;
	font-weight: normal;
}

#info {
	position: relative;
	float: right;
}

/* NAVIGATION */

#navigation {
	height: 27px;
	font-size: 10pt;
	margin: 14px 0 0 0;
}

#navigation ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation ul li {
	display: block;
	list-style: none;
	float: left;
}

#navigation ul li.right {
	float: right;
}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:active,
#navigation ul li a:visited {
	padding: 6px 8px;
	border-bottom: 2px solid #aaa;
	text-transform: uppercase;
	color: #aaa;
}

#navigation ul li a:hover {
	color: #000;
}

#navigation ul li a.active,
#navigation ul li a.active:link,
#navigation ul li a.active:active,
#navigation ul li a.active:visited {
	color: #000;
	border-bottom: 2px solid #f00;
}

#navigation ul li a img {
	vertical-align: bottom;
}

#content {
	width: 1000px;
	padding: 0;
	text-align: justify;
}

#main {
	width: 600px;
}

/* Classes */
.message {
	position: absolute;
	background-color: #ffc;
	padding: 5px 10px;
	cursor: pointer;
	width: 30%;
	left: 35%;
	text-align: center;
	top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.error {
	margin-top: 5px;
	background-color: #b44;
	color: white;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.error a {
	color: white;
	text-decoration: underline;
}

.small {
	color: #888;
	font-size: 8pt;
	font-weight: normal;
}

.small a,
.small a:link,
.small a:active,
.small a:visited {
	color: #888;
}

.smallright {
	float: right;
	padding: 0;
	text-align: right;
}

.smallright a,
.smallright a:link,
.smallright a:active,
.smallright a:visited {
	color: #888;
}

.right {
	float: right;
}

.right h1 {
	margin-top: 0;
}

.toolbar {
	padding: 15px 0 15px 0;
	height: 2em;
	font-style: italic;
}

.toolbar a,
.toolbar a:link,
.toolbar a:active,
.toolbar a:visited {
	padding: 5px 15px 5px 10px;
	-moz-border-radius: 5px;
	border: 1px solid #eee;
	background-color: #f7f7f7;
}

.toolbar a:hover {
	background-color: #fbfbfb;
}

.toolbar a img {
	vertical-align: bottom;
}

.login {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #e0e0e0;
	background-color: #e7e7e7;
	display: block;
	width: 380px;
	height: 50px;
	margin: 0 auto;
	padding: 10px;
	cursor: pointer;
	font-size: 16pt;
}

.login:hover,
.selected {
	background-color: #f0f0f0;
}

.login .password {
	width: 210px;
}

#other {
	height: 55px;
}

#other .username,
#other .password {
	width: 270px !important;
}

.login img {
	vertical-align: middle;
}

.login button {
	height: 24px;
}

img.icon {
	vertical-align: bottom;
}

.userlist {
	width: 100%;
}

.userlist tr.odd td,
.userlist tr.even td {
	cursor: pointer;
}

.head td {
	text-indent: 2px;
	font-weight: bold;
}

.head td a,
.head td a:link,
.head td a:visited,
.head td a:active,
.head td a:hover {
	color: black;
}

.user td {
	background-color: #f3f3f3;
	padding: 3px;
	border-bottom: 1px solid white;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

.user:hover td {
	background-color: #f6f6f6;
}

.userlist .odd:hover td {
	background-color: #f4f2ef;
}

.userlist .even:hover td {
	background-color: #ffffff;
}

.paginator {
	text-align: center;
	padding: 5px 0;
}

.paginator a,
.paginator span {
	padding: 2px 3px;
}

.loading {
	background: url("images/loader.gif") no-repeat 50% 50%;
}

#files {
	margin-bottom: 2em;
}

#files table {
	width: 100%;
}

#files table tr th {
	padding: 5px;
}

#files table tr td {
	background-color: #eee;
	border-bottom: 1px solid white;
}

#files table tr:hover td {
	background-color: #f4f4f4;
}

#files table tr td a {
	color: #000;
	display: block;
	padding: 5px;
}

#files table tr td input {
	margin-top: 4px;
}

#directorypicker {
	height: 2em;
}

#directorypicker a,
#directorypicker div {
	display: block;
	float: left;
	padding: 4px;
}

.progressbar {
	width: 400px;
	height: 16px !important;
}

h1 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #292929;
}

h2 {
	font-size: 12pt;
	margin: 5px 0 5px 10px;
	color: #888;
}

p {
	margin: 0 0 0.5em 0;
}

input.search {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-left: 20px;
	background: url('images/magnifier.png') 2px 2px no-repeat;
	height: 16px;
}

input[type=submit],
button {
	padding: 2px 6px;
}

button img {
	vertical-align: bottom;
}

form {
	padding: 0;
	margin: 0;
}

