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:auto;
28}
29
30form
31{
32	margin: 0;
33	padding: 0;
34}
35
36.Frame
37{
38	background-color: #f1f1e3;
39	border: thin inset #f1f1e3;
40}
41
42body.FileArea
43{
44	background-color: #ffffff;
45	margin: 10px;
46}
47
48body, td, input, select
49{
50	font-size: 14px;
51	font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
52}
53
54.ActualFolder
55{
56	font-weight: bold;
57	font-size: 18px;
58}
59
60.PopupButtons
61{
62	border-top: #d5d59d 1px solid;
63	background-color: #e3e3c7;
64	padding: 7px 10px 7px 10px;
65}
66
67.FileBrowserTopButton {
68 	color: #dedede;
69	background-color: #f7f7f7;
70 }
71.Button, button
72{
73	color: #50485C;
74	border: #7A7261 1px solid;
75	background-color: #c7c78f;
76}
77
78#btn__create_folder {
79	color: #3b3b1f;
80	border: #737357 1px solid;
81	background-color: #CEC6B5;
82}
83
84.FolderListFolder img
85{
86	background-image: url(images/Folder.gif);
87}
88
89.FolderListCurrentFolder img
90{
91	background-image: url(images/FolderOpened.gif);
92}
93
94.FolderListFolderRO img
95{
96	background-image: url(images/FolderRO.gif);
97}
98
99.FolderListCurrentFolderRO img
100{
101	background-image: url(images/FolderOpenedRO.gif);
102}
103
104td { font-size: 10pt; }
105
106.fullHeight {
107	height: 100%;
108}
109
110div.img_buttons {
111  padding-top: 1px;
112  padding-bottom: 4px;
113}
114
115#big_imagewin {
116   display:none;
117   border: gray 2px solid;
118   overflow:none;
119   text-align:center;
120   padding-top: 8px;
121
122
123}
124#big_iwin_close {
125   margin: auto;
126   padding: 4px;
127   text-align: right;
128}
129.bigwin_close_but {
130   background-color: #ECE9D8;
131}
132
133td.img { border-bottom: 1px solid gray; padding-top: 2px; }
134td.silver {
135    background-color: #dedede;
136    border-bottom: 1px solid gray;
137    padding-top: 2px;
138 }
139
140div#wrapper{
141      margin:auto;
142      background-color:#ddd;
143      height: 563px;
144      width: 960px;
145  }
146div.left_sidebar  {
147float:left;
148height: 505px; width: 180px;
149}
150
151div.right_page {
152  float:right;  padding:0px;
153  width: 760px; height:580px;
154}
155.resourceslist {
156  border-left: 0px;
157}
158.frameborder {
159    border: 2px inset #f1f1e3;
160}
161div#bottom_matter {
162    height:108px;
163    width: 758px;
164    background-color: #dddddd;
165    border: inset #f1f1e3;
166
167}
168.createfolder {
169    float: left;
170    border:none;
171    height:60px;
172    width:140px;
173}
174
175div.frmupload{
176    float:right;
177    padding-left:1px;
178    padding-right:4px;
179    height:60px;
180    width: 598px;
181
182}
183.ckg_td1 {
184   padding-right:8px;
185   padding-left:8px;
186}
187div#worker {
188   height:0px; width:0px;
189}
190div#help {
191    width: 470px;
192    height: 350px;
193    border-left: inset 2px #f1f1e3;
194    border-top: inset 2px #f1f1e3;
195    border-right: outset 2px #f1f1e3;
196    border-bottom: outset 2px #f1f1e3;
197    position:absolute;
198    top:20px;
199   left:375px;
200   padding: 6px;
201   visibility:hidden;
202   background-color: #eee;
203   overflow:auto;
204}
205 input.closebut {
206   float: right;
207   background-color: #eee;
208 }
209 div.closebut {
210    width: 420px;
211 }
212 div#help h3 {
213    text-align: center;
214 }
215