
/* HTML ELEMENTS */


* {
    margin: 0;
    padding: 0;
  }


ul, ol, dl {
    list-style: none;
  }


ul#root {
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    vertical-align : top;
  }


ul#root ul, ul#root ol, ul#root dl {
    margin: 10px 0px 0px 0px;
    vertical-align : top;
  }


ul#root li {
    /* border-bottom: 2px solid #FFF;
    border-left: 1px solid #789;
    */ overflow: hidden;
    padding: 5px 2px 5px 25px;
  }


ul#root li li {
    border-bottom: 1px;
    /* solid #FFF;
    */ border-left: 1px;
    /* solid #9AB;
    */;
  }


li span {
    color: #678;
    font-style: italic;
  }


dl {
    background: #DEF;
    border-left: 1px solid #BCD;
    clear: left;
    padding: 10px 10px 20px;
    display:none;
  }


dt, dd {
    color: #369;
    font-weight: bold;
    line-height: 18px;
  }


dd {
    font-weight: normal;
    padding-bottom: 3px;
  }


dd kbd {
    background: #FFF;
    border: 1px inset;
    /* #CCC;
    */ color: #333;
    font-family: "Courier New", monospace;
    font-size: 1.0em;
    padding: 5px;
  }


li.closed {
    background: url("icons/folder_closed.gif");
    background-repeat : no-repeat;
  }


li.open {
    background-image : url("icons/folder_open.gif");
    background-repeat : no-repeat;
  }


.contents {
    display: none;
  }


.contents_open {
    display: block;
    margin-bottom:5px;
  }


ul#root li a.properties {
    background: transparent url("icons/show_more.gif") 0px 1px no-repeat;
    border: none;
    clear: right;
    margin: 0px 0px 0px 10px;
  }


ul#root li a.properties span {
    font-size: 1.1em;
    letter-spacing: -.4em;
    word-spacing: -.3em;
    visibility: hidden;
  }

/* DISPLAY OF SOURCE CODE */



pre {
    background-color:#fefef4;
    border-right:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    border-left:1px solid #666666;
    border-top:1px solid #666666;
    padding:2px 6px 2px 6px;
    width:auto !important;
    display:table-cell;
    margin-bottom: 10px;
  }


code {
    display:table-cell;
    padding:20px;
    border-top:1px darkgrey solid;
    border-left:1px darkgrey solid;
    border-right:1px #D3D3D3 solid;
    border-bottom:1px #D3D3D3 solid;
    background-color:#fefef4;
  }

/* DISPLAY OF BUSY STATE WHEN OPENING A FOLDER */



#overDiv {
    display:none;
    background:url("icons/busy_bg.gif");
    position: absolute;
    top: 0px;
    left: 0px;
    zIndex:1000;
  }


#busy {
    display:none;
    font-family:Helvetica,Verdana,Arial,sans-serif;
    font-weight:bold;
    font-size:24px;
    padding-left: 46px;
    width:46px;
    height:46px;
    background:url("icons/busy.gif");
    background-repeat:no-repeat;
    zIndex:1001;
  }

/* CSS TO HANDLE THE DISPLAY OF PICTURES */



img {
    border:none;
  }


#imgWrapper {
    display:inline;
    margin:0 auto;
    width:auto;
    text-align: right;
    padding-bottom:20px;
  }


#imgPreview {
    width:auto;
    display: table-cell;
    padding:10px;
    border:1px #888888 solid;
    background-color:#ffffff;
  }


#imgWrapper a:LINK,a:HOVER,a:VISITED,a:ACTIVE {
    border:none;
    padding:none;
    margin:none;
  }

/* PREFERENCES AND ABOUT BOX */





#preferences, #about_filenice {
    background-color:#e3e3f3;
    padding:10px;
    border:1px dotted grey;
    width:330px;
    display:none;
    margin-bottom:20px;
  }


#preferences fieldset p {
    font-weight: bold;
    line-height: 1.8em;
  }


#preferences fieldset legend {
    color: #333;
    font-weight: bold;
    margin-bottom: 0.5em;
  }


#preferences fieldset label, #preferences fieldset input {
    display: block;
    float: left;
    font-weight: normal;
    margin: 0.2em;
  }


#preferences fieldset label {
    line-height: 1.8em;
    width: 90%;
  }


#preferences fieldset label.one_line_label {
    clear: left;
    font-weight: bold;
    margin: 0.5em 0em 0.2em;
  }


#preferences fieldset input {
    clear: left;
  }


#preferences fieldset #skin_select {
    clear: left;
    float: left;
  }


#slideshow_speed {
    text-align: center;
    width: 25px;
  }


#search {
    display:inline;
    float:right;
    clear:both;
  }


#searchResults {
    border:8px solid #ddeeff;
    background: #ccddee;
    padding:10px;
  }


#searchResults dt {
    font-weight: normal;
  }


#searchResults dd {
    font-size: 8px;
    color:#000;
  }


#searchButton, #prefSave {
    width:60px;
    height:19px;
    font-size:10px;
    background-color:#bcd;
  }


#sstring {
    width:160px;
    height:13px;
    font-size:10px;
  }


