/* fckeditor/editor/filemanager/browser/default/browser.css */

.ActualFolder {
font-weight: bold;
	font-size: 14px;
}
body {
background-color: #f1f1e3;
}
body, td, input, select {
font-size: 11px;
	font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
}
.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); background-image: url(images/Folder.gif);
}
.FolderListFolder img {
background-image: url(images/Folder.gif);
}
form {
margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
}
.Frame {
background-color: #f1f1e3;
	border-color: #f1f1e3;
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: thin inset;
}
.PopupButtons {
border-top: #d5d59d 1px solid;
	background-color: #e3e3c7;
	padding: 7px 10px 7px 10px;
}
