/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
 *
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 *
 * For further information visit:
 * 		http://www.fckeditor.net/
 *
 * File Name: browser.css
 * 	CSS styles used by all pages that compose the File Browser.
 *
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */
body {
	background-color: white;
}
form {
	margin: 0;
	padding: 0;
}
.Frame {
	background-color: white;
}
body.FileArea {
	background-color: #ffffff;
}
body, td, input, select {
	font-size: 11px;
	font-family: verdana,arial,helvetica;
}
img {
	border: 0;
}
.tooltip {
	font-size:11px;
	font-family:verdana,arial,helvetica;
	padding: 2px;
}
.ActualFolder {
	font-weight: bold;
	font-size: 14px;
}
.PopupButtons {
	border-top: #d5d59d 1px solid;
	background-color: #e3e3c7;
	padding: 7px 10px;
}
.Button, button {
	border-right: #737357 1px solid;
	border-top: #737357 1px solid;
	border-left: #737357 1px solid;
	color: #3b3b1f;
	border-bottom: #737357 1px solid;
	background-color: #c7c78f;
}
.FolderListCurrentFolder img {
	background-image: url(images/FolderOpened.gif);
}
.FolderListFolder img {
	background-image: url(/dropnetimages/datei_icons16/ordner.gif);
}
