<!--
*
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:   1em;
}
html{}
    body{}

        h*, h, h1, h2, h3, h4, h5, h6
        { font-weight:normal }
        h1{ font-size:1.30em }
        h2{ font-size:1.25em }
        h3{ font-size:1.20em }
        h4{ font-size:1.15em }
        h5{ font-size:1.10em }
        h6{ font-size:1.05em }
        h*, h{ font-size:1.00em }

        table{}
            tr{}
                th
                {
                    font-size:   9pt;
                    font-weight: 100;
                    text-align:  center;
                }

        a
        {
            color:           #333333;
            text-decoration: none;
        }
            a:hover, a:active
            {
                cursor:      pointer;
                font-weight: bold;
                border:      thin;
            }

            a:active{}
            a:visited{}

        .label{}

        #debug{}

        .forceHeight
        {
            clear:  both;
            height: auto;
            margin: auto;
            width:  0;
        }

        #wrapper{}
            #nav{}
                #menu
                {
                    border:            1;
                    padding:           0;
                    border-spacing:    0;
                    border-color:      #999999;
                    background-color:  #D4D0C8;
                    background-image:  url('../../menu/bg.jpg');
                    background-repeat: repeat-x;
                }
                    .menuField{}
                    .menuSubmit{}
                    .menuButton{}
                        #buttonUpFolder{}
                        #buttonHistoryBackward{}
                        #buttonHistoryForward{}
                        #buttonZoomIn{}
                        #buttonZoomOut{}
                        #cellSize{}
                        #cellSizeSubmit{}
                        #buttonViews{}
                        #buttonShowThumb{}
                        #buttonShowFlash{}
                        #buttonShowMedia{}
                        #buttonColumnAdd{}
                        #buttonColumnSubstract{}
                        #buttonPassword{}
                        #buttonEmail{}
                        #buttonHome{}
                        #buttonLogin{}

                    .menuSpace
                    {
                        border-left-style: solid;
                        border-left-color: #DDDDDD;
                        border-left-width: thin;
                    }

                #breadcrums
                {
                    text-align: left;
                }
                    .breadcrum
                    {
                        font-size: 1em;
                    }

                    #actualFolder
                    {
                        font-size:   larger;
                        font-weight: bolder;
                    }

            #nav, #footer
            {/* constructor */
                position:   relative;
                float:      none;
                clear:      both;
                text-align: left;
            }

            #nav
            {
                top: 0;
            }

            #tabs{}
                .tab
                {
                    height: 90%;
                    margin: auto;
                }
                    .tab ul
                    {
                        list-style: none;
                    }
                        .tab ul li
                        {
                            float:   left;
                            margin:  0px;
                            padding: 3px;
                        }
                            .tab ul li a{}
                                .tab ul li a:hover{}

                    .tabIFrame
                    {
                        min-height: 500px;
                        height:     90%;
                    }

                #main{}
                    #header
                    {
                        text-align:center;
                    }
                        #text
                        {
                            font-size: 18px;
                            padding:   5px 0 5px 0;
                        }

                    #sectionContent
                        #FS{}
                            #labelFiles{}
                            #extension{}
                            .FSedit{}
                            #RW{}
                            #X{}

                            .properties
                            {
                                color: #999999;
                            }
                                #size{}
                                #type{}
                                #lastModified{}

                            #FW{}
                                #FWimg{}

                            .folder, .folderDisplay, .filesGroup, .file, .fileDisplay
                            {
                                border-radius: 15px;
                           -moz-border-radius: 15px;
                        -webkit-border-radius: 15px;
                            }

                            #folders{}
                                .folder{}
                                    .folderDisplay{}
                                    .folderName{}
                                    .folderRW{}
                                    .folderX{}
                                    .folderSize{}
                                    .folderType{}
                                    .folderLastModified{}

                            #files{}
                                .filesGroup{}
                                    .fileFormats{}
                                        .file{}
                                            .fileDisplay{}
                                            .fileName{}
                                            .fileExtension{}
                                            .fileRW{}
                                            .fileX{}
                                            .fileSize{}
                                            .fileType{}
                                            .fileLastModified{}

                        #FSspacer{}

            #footer
            {
                width:      auto;
                right:       0;
                bottom:      0;
                margin-top: 10px;
            }
                #statusBar
                {
                    width:      0 auto;
                    margin:     0px;
                    padding:    5px;
                }
                    #nFS
                    {
                        width:      100%;
                        text-align: center;
                    }
                        #nFolders{}
                        #nFiles{}

                #followUp{}
                    #feed, #changeDetection
                    {
                        width:  auto;
                        float:  left;
                        padding: 2px;
                    }

                    #changeDetection
                    {
                        margin-top: 2px;
                    }

                    #social
                    {
                        margin: 3px;
                        float:  right;
                    }
-->
