/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * CSS styles used by all pages that compose the File Browser.
 */

body
{
	background-color: #dedede;  
	margin:auto; 
}

form
{
	margin: 0;
	padding: 0;
}

.Frame
{
	background-color: #f1f1e3;
	border: thin inset #f1f1e3;
}

body.FileArea
{
	background-color: #ffffff;
	margin: 10px;
}

body, td, input, select
{
	font-size: 14px;
	font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
}

.ActualFolder
{
	font-weight: bold;
	font-size: 18px;
}

.PopupButtons
{
	border-top: #d5d59d 1px solid;
	background-color: #e3e3c7;
	padding: 7px 10px 7px 10px;
}

.FileBrowserTopButton {
 	color: #dedede;
	background-color: #f7f7f7;
 } 
.Button, button
{
	color: #50485C;
	border: #7A7261 1px solid;
	background-color: #c7c78f;
}

#btn__create_folder {
	color: #3b3b1f;
	border: #737357 1px solid;
	background-color: #CEC6B5;    
}
 
.FolderListFolder img
{
	background-image: url(images/Folder.gif);
}

.FolderListCurrentFolder img
{
	background-image: url(images/FolderOpened.gif);
}

.FolderListFolderRO img
{
	background-image: url(images/FolderRO.gif);
}

.FolderListCurrentFolderRO img
{
	background-image: url(images/FolderOpenedRO.gif);
}

td { font-size: 10pt; } 

.fullHeight {
	height: 100%;
}

div.img_buttons {  
  padding-top: 1px;
  padding-bottom: 4px;
}

#big_imagewin {
   display:none;
   border: gray 2px solid;
   overflow:none;  
   text-align:center;
   padding-top: 8px;
 
 
}
#big_iwin_close {   
   margin: auto;
   padding: 4px;
   text-align: right;
}
.bigwin_close_but {
   background-color: #ECE9D8;
}

td.img { border-bottom: 1px solid gray; padding-top: 2px; }
td.silver {
    background-color: #dedede;
    border-bottom: 1px solid gray;
    padding-top: 2px;
 }

div#wrapper{
      margin:auto; 
      background-color:#ddd;         
      height: 563px;
      width: 960px;
  }
div.left_sidebar  {
float:left;    
height: 505px; width: 180px;    
}

div.right_page {  
  float:right;  padding:0px; 
  width: 760px; height:580px;
}
.resourceslist {
  border-left: 0px;
}
.frameborder {    
    border: 2px inset #f1f1e3;
}
div#bottom_matter {
    height:108px;
    width: 758px;      
    background-color: #dddddd; 
    border: inset #f1f1e3;
   
}
.createfolder { 
    float: left;
    border:none;
    height:60px; 
    width:140px; 
}

div.frmupload{
    float:right;
    padding-left:1px;
    padding-right:4px;
    height:60px;
    width: 598px;
  
}
.ckg_td1 {
   padding-right:8px; 
   padding-left:8px;       
}
div#worker {
   height:0px; width:0px;
}
div#help {
    width: 470px;
    height: 350px;
    border-left: inset 2px #f1f1e3; 
    border-top: inset 2px #f1f1e3; 
    border-right: outset 2px #f1f1e3; 
    border-bottom: outset 2px #f1f1e3; 
    position:absolute;
    top:20px;
   left:375px;
   padding: 6px;
   visibility:hidden;       
   background-color: #eee; 
   overflow:auto;
}
 input.closebut {
   float: right;    
   background-color: #eee;  
 }
 div.closebut {
    width: 420px;
 }
 div#help h3 { 
    text-align: center;
 }
