1/*
2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
4 *
5 * == BEGIN LICENSE ==
6 *
7 * Licensed under the terms of any of the following licenses at your
8 * choice:
9 *
10 *  - GNU General Public License Version 2 or later (the "GPL")
11 *    http://www.gnu.org/licenses/gpl.html
12 *
13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 *    http://www.gnu.org/licenses/lgpl.html
15 *
16 *  - Mozilla Public License Version 1.1 or later (the "MPL")
17 *    http://www.mozilla.org/MPL/MPL-1.1.html
18 *
19 * == END LICENSE ==
20 *
21 * CSS styles used by all pages that compose the File Browser.
22 */
23
24body
25{
26	background-color: #dedede;
27	margin-top:0;
28	margin-bottom:0;
29}
30
31form
32{
33	margin: 0;
34	padding: 0;
35}
36
37.Frame
38{
39	background-color: #f1f1e3;
40	border: thin inset #f1f1e3;
41}
42
43body.FileArea
44{
45	background-color: #ffffff;
46	margin: 10px;
47}
48
49body, td, input, select
50{
51	font-size: 11px;
52	font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
53}
54
55.ActualFolder
56{
57	font-weight: bold;
58	font-size: 14px;
59}
60
61.PopupButtons
62{
63	border-top: #d5d59d 1px solid;
64	background-color: #e3e3c7;
65	padding: 7px 10px 7px 10px;
66}
67
68.FileBrowserTopButton {
69 	color: #dedede;
70	background-color: #f7f7f7;
71 }
72.Button, button
73{
74	color: #50485C;
75	border: #7A7261 1px solid;
76	background-color: #c7c78f;
77}
78
79#btn__create_folder {
80	color: #3b3b1f;
81	border: #737357 1px solid;
82	background-color: #CEC6B5;
83}
84
85.FolderListFolder img
86{
87	background-image: url(images/Folder.gif);
88}
89
90.FolderListCurrentFolder img
91{
92	background-image: url(images/FolderOpened.gif);
93}
94
95.FolderListFolderRO img
96{
97	background-image: url(images/FolderRO.gif);
98}
99
100.FolderListCurrentFolderRO img
101{
102	background-image: url(images/FolderOpenedRO.gif);
103}
104
105td { font-size: 8pt; }
106
107.fullHeight {
108	height: 100%;
109}
110
111div.img_buttons {
112  padding-top: 1px;
113  padding-bottom: 4px;
114}
115
116#big_imagewin {
117   display:none;
118   border: gray 2px solid;
119   overflow:none;
120   text-align:center;
121   padding-top: 8px;
122
123
124}
125#big_iwin_close {
126   margin: auto;
127   padding: 4px;
128   text-align: right;
129}
130.bigwin_close_but {
131   background-color: #ECE9D8;
132}
133
134td.img { border-bottom: 1px solid gray; padding-top: 2px; }
135td.silver {
136    background-color: #dedede;
137    border-bottom: 1px solid gray;
138    padding-top: 2px;
139 }
140