﻿@import url('./css/ui-lightness/jquery-ui-1.8.custom.css');

/* ### FINDER ################################################################*/

.jFinder 
{
    border: 1px solid #9b9b9b;
    border-bottom: 1px solid #777777;
    border-top: 1px solid #c7c7c7;
    font-size: 12px;
    width: 100%;
    
    /* css3 */
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    
    -moz-box-shadow: 0px 10px 20px #c4c4c4;
    -webkit-box-shadow: 0px 10px 20px #c4c4c4;
}

.jFinder .title 
{
    background-color: #bababa;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #515151;
    width: 100%;
    
    /* css3 */
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CFCFCF), to(#a8a8a8));
}

.jFinder .title, x:-moz-any-link, x:default 
{
    background-image: -moz-linear-gradient(0% 100% 90deg,#A8A8A8, #CFCFCF);
}

.jFinder .title .folderTitle
{
    text-align: center;
    padding: 2px;
    width: 100%;
}

.jFinder .title .folderTitle span
{
    background: url('./images/folder.png') left center no-repeat;
    padding-left: 20px;
    /* css3 */
    text-shadow: 0px 1px 0px #cfcfcf;
}

.jFinder .title .buttons 
{
    padding: 5px;
}

.jFinder .title .buttons .left, 
.jFinder .title .buttons .center 
{
    float: left;
}

 
.jFinder .title .buttons .right 
{
    float: right;
}

.jFinder .title .buttons .left .button span 
{
    margin-right: 4px;
}

.jFinder .title .buttons .center .button span 
{
    margin: 0px 2px;
}

.jFinder .title .buttons .right .button span 
{
    margin-left: 4px;
}
 
.jFinder .title .buttons .clear 
{
    clear: both;
}

.jFinder .title .buttons .button 
{
    outline: none;
}

.jFinder .title .buttons .button:hover
{
    text-decoration: none;
}

.jFinder .title .buttons .button span
{
    background: #d5d5d5;
    border-top: 1px solid #555555;
    border-bottom: 1px solid #4d4d4d;
    border-left: 1px solid #515151;
    border-right: 1px solid #4f4f4f;
    color: #000;
    cursor: pointer;
    display: inline-block;    
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
    text-align: center;
    text-shadow: 0px 1px 0px #E8E8E8;
    /*
    text-align: left;
    text-indent: -999em;
    width: 40px;
    */
    /* css3 */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#B8B8B8));
}

.jFinder .title .buttons .button span, x:-moz-any-link, x:default 
{
    background-image: -moz-linear-gradient(0% 100% 90deg,#B8B8B8, #FEFEFE);
}

.jFinder .finder 
{
    background: #fff;
    overflow-x: auto;
    overflow-y: none;
}

.jFinder .folder, .jFinder .file
{
    float: left;
    overflow-x: hidden;
    overflow-y: scroll;
}

.jFinder .folder ul 
{
    margin: 0;
    padding: 0;
}

.jFinder .folder li 
{    
    background: none;
    color: #000;
    cursor: pointer;
    list-style: none;
    padding: 2px 5px 2px 25px;
    /*width: 999em;*/
    white-space: nowrap;
}

.jFinder .folder li.selected 
{
    background-color: #d4d4d4;
}

.jFinder .folder li.topSelected 
{
    background-color: #3875d7;
    color: #fff;
}

.jFinder .folder li.folderItem 
{
    background-image: url('./images/folder.png');
    background-position: 5px 2px;
    background-repeat: no-repeat;
}

.jFinder .folder li.fileItem 
{
    background-image: url('./images/file.png');
    background-position: 5px 2px;
    background-repeat: no-repeat;
}

.jFinder .file 
{
    font-size: 11px;
}

.jFinder .file .fileLine 
{
    float: left;
    padding-top: 2px;
    text-align: center;
    width: 100%;
}

.jFinder .file a.downloadButton 
{
    background: #e9e9e9;
    border: 1px solid #a7a7a7;
    border-top: 1px solid #a8a8a8;
    border-bottom: 1px solid #a6a6a6;
    color: #000;
    font-size: 10px;
    padding: 1px 10px;    
    
    /* css3 */
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F5F5), to(#dedede));
    background-repeat: no-repeat;
}

.jFinder .file a.downloadButton, x:-moz-any-link, x:default 
{
    background-image: -moz-linear-gradient(0% 100% 90deg,#dedede, #F5F5F5);
    background-repeat: no-repeat;
}

.jFinder .file a.downloadButton:hover
{
    text-decoration: none;
}

.jFinder .file .label 
{
    color: #5f5f5f;
    float: left;
    font-weight: bold;
    text-align: right;
    width: 50%;
}

.jFinder .file .info 
{
    float:left;
    text-align: left;
    width: 50%;
}

/* ### EDIT FORM #############################################################*/

p label
{
    display: inline-block;
    padding-right: 10px;
    text-align:left;
    vertical-align: top;
    width: 100px;
}

p span label
{
    width: 150px;
}

p span 
{
    display: inline-block;
}

p {
    margin: 2px;
    padding: 0px;
}
