#page_id {
    display: none ;
}

#filemanager_holder {

}

#fm_wrap {
    margin-top: 5px ;
    width: 837px ;
}

.fm_wrap_border_horizontal {
    width: 837px ;
    height: 1px ;
    background: url(/media/ui/borders/border_wide_horizontal.png) no-repeat ;
}

#fm_headline {
    height: 28px ;
    border-left: 1px dotted #B2B2B2 ; 
    border-right: 1px dotted #B2B2B2 ;
    background: white ;
}


#fm_headline_title {
    float: left ;
    padding-left: 14px ;
    padding-top: 7px ;
}

#fm_headline_title h3 {
    font-weight: bold ;
    font-size: 15px ;
}

#fm_headline_sortlinks {
    float: right ;
    padding-right: 14px ;
    padding-top: 7px ;
}

#files_accordion {
    border-left: 1px dotted #B2B2B2 ; 
    border-right: 1px dotted #B2B2B2 ;
    outline:  none ;
}
#files_accordion span {
    display: block;
    
}

.file_header {
    height: 51px ;
    position: relative ;
    background: url(/media/ui/borders/border_wide_horizontal.png) no-repeat #E4E4E4 ;
    cursor: default !important ;
    outline: 0 !important ;
    overflow: hidden ;
}

.file_header:focus, .file_header:active {
    outline: 0 !important ;
}

.ui-accordion-content-active{
    background: #ECF0F3 ;
}

.file_header.ui-state-active  {
    background: url(/media/ui/borders/border_wide_horizontal.png) no-repeat #ECF0F3 ;
}

.file_header:hover {
    background: url(/media/ui/borders/border_wide_horizontal.png) no-repeat #ECF0F3 ;
}

.file_icon {
    position: absolute ;
    top: 12px ;
    left: 14px ;
}

.file_name_wrap {
    position: absolute ;
    top: 12px ;
    left:  55px ;
    font-weight: bold ;
    width: 195px ;
    height: 15px ;
    overflow: hidden ;
}

.file_date_wrap {
    position: absolute ;
    top: 28px ;
    left: 55px ;
}

.file_header_description {
    position: absolute ;
    height: 51px ;
    overflow: hidden ;
    top: 8px ;
    left: 262px ;
    width: 550px ;
}

.file_arrow_more {
    position: absolute ;
    top: 37px ;
    left: 823px ;
}

.file_content {
    background: #ECF0F3 ;
    position: relative ;
    zoom: 1 ; 
    overflow: hidden ;
    
}

.file_content_left_col {
    float: left ;
    width: 242px ;
    padding-bottom: 10px ;
    padding-left: 20px;
}

.file_content_right_col{
    float: left ;
    width: 550px ;
    margin-top: -43px ;
    z-index: 1000 ;
    display: block !important ;
}

.file_content_right_col a {
    color: #124780 ; 
}

.av_dls_header {
    height: 20px ;
}


.av_download {
    float: left ;
}

.av_download a {
    display: block ;    
    padding-left: 18px ;
    padding-right: 10px ;
    padding-top: 1px ;
    color: #124780 ;
    height: 17px ;
    background: url(/media/ui/icons/file_generic_small.png) no-repeat ;
    font-weight: bold ;
}


#fm_headline_sortlinks a {
    display: block ;
    float: right ;
    padding-left: 10px ;
    color: #124780 ;
    font-size: 10px ;
}

#fm_headline_sortlinks a:hover {
    text-decoration: none ;
}

.order_bold {
    font-weight: bold ;
}

.file_toolbar {
    position: absolute ;
    top: 0px ;
    right: 0px ;
    background: white ;
    height: 20px ;
    border: 1px dotted gray ;
    padding-right: 3px ;
    padding-left: 3px ;
}

.file_toolbar a {
    display: block ;
    padding-left: 3px ;
    padding-right: 3px ;
    padding-top: 3px ;
    float: left ;
}

#add_file {
    padding-top: 5px ;
}


