/* 
    Document   : fckbrowse
    Created on : 09.10.2009, 03:30:01
    Author     : tobias
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*
div.fckbrowse {
    display: block;
    width: 100%;
    height: 460px;
    overflow: auto;
}
div.fckbrowse A {
    cursor: pointer;
}


div.fckbrowse TABLE {
    width: 100%
}

div.fckbrowse TD {
    vertical-align: top;
    padding: 10px;
}

div.fckbrowse TR:hover {
    background: #ccc;
}
*/