body {
	margin: 0;
/*	background-color: #f5f2ff;
*/	background-color: #fff;
	padding: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #224488;
}
body * {
	text-align: left;
}
#page {
	width: 700px;
	padding: 20px;
}
#tegnforklaring {
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #224488;
	padding: 10px;
	font-size: 10px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
a:link img {
	border-style: none;
	border-width: 0;
}
a:link {
	color: #224488;
	text-decoration: none;
}
a:hover {
	color: #224488;
	text-decoration: none;
}
a:visited {
	color: #224488;
	text-decoration: none;
}
a:active {
	color: #224488;
	text-decoration: none;
}
form#login table th {
	text-align: right;
}
form#login table td input {
	width: 100px;
}

.rootFolder {
	margin-top: 15px;
	width: 500px;
}
div.file:hover, div.folder:hover {
/*	background-color: #eee;
	color: inherit;
	text-decoration: underline;
*/
}
.rootFolder, .rootFolder div {
	font-size: 14px;
	line-height: 17px;
}
.rootFolder, .folder, .file {
	margin-left: 17px;
	text-align: right;
}
.folder .folder, .folder .file {
	display: none;
}
.folder .icon, .rootFolder .icon {
	margin-right: 5px;
}
.file .icon {
	margin-right: 5px;
}
.icon, .path {
	float: left;
}
.icon {
	clear: left;
}
.path {
	clear: none;
}
.rootFolder .icon {
	cursor: auto;
}
.folder .icon, .addFolder, .addFile, .delete, .upload, .cancel {
	cursor: pointer;
}
.rootFolder .addFile {
	margin-right: 21px;
	cursor: pointer;
}
.folder .addFile {
	margin-right: 0;
	cursor: pointer;
}
.addFile, .delete, .upload, .cancel, .fileSize, .fileCreateDate {
	margin-left: 10px;
}
address {
	margin-top: 40px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

#waitingChanges, #pendingChanges, #fileManager {
	display: none;
	position: absolute;
	left: 200px;
	top: 150px;
	border-style: outset;
	border-width: 4px;
	border-color: #cccccc;
	background-color: #f5f2ff;
	width: 400px;
	height: 100px;
}
#waitingChanges h2, #pendingChanges h2, #fileManager div.tittel {
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #808080;
	background-color: #224488;
	padding-left: 10px;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
#fileManager form {
	padding: 10px;
}
iframe {
/*	display: none;
	Creates trouble in Konqueror, not tested with other browsers
	Therefore hide it as below ...
*/
	float: right;
	margin: 0;
	border-width: 0;
	width: 0;
	height: 0;
	padding: 0;
}
.syncedForm {
	display: none;
}

#blockBack {
	display: none;
/*	visibility: hidden;
*/	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	/* for IE */
/*	filter:alpha(opacity=30);
*/	/* CSS3 standard */
	opacity:0.4;
}
#sync {
	display: none;
/*	visibility: hidden;
*/	position: fixed;
	z-index: 2;
	top: 30%;
	left: 10%;
	width: 50%;
/*	height: 30%;
*/	background-color: #ccc;
	/* for IE */
/*	filter:alpha(opacity=100);
*/	/* CSS3 standard */
	opacity:1.0;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 13px;
	padding-bottom: 20px;
}
#sync input {
	display:block;
	width: 100%;
}
#sync button {
	width: 40%;
	margin-right: 5%;
}
#formTemplates {
	display: none;
}
#resque {
	display:none;
	position: fixed;
	top: 90%;
	left: 0;
	width: 100%;
	height: 10%;
}
