/* styles for downloads_inc.php */
#dl_container {
    width: 98%;
    padding: 10px 1px 10px 4px;
    /*border: 1px solid red;*/
}

#dl_container .loginform {
    padding: 10px 0px 10px 30px;
}
.LButton {
    background-color: white;
    color: black;
}
.LButton:hover {
    background-color: #fc8d3b;
    color: white;
    cursor: pointer;
}

#dl_container .error {
    width: 380px;
    padding: 3px 3px;
    font-weight: bold;
    color: #9D0000;
    background: #FFFFC0;
    border: 1px solid red;
    margin-bottom: 6px;
}

#dl_container .login {
    font: bold 11px/11px  Arial,Helvetica,sans-serif;
    color: #E69559;
    margin-bottom: 10px;
    padding-left: 6px;
}

#filelist {
    font: normal 12px/25px Arial,Helvetica,sans-serif;
    padding-left: 6px;
}
#filelist .filetable {
    border: 1px solid grey;
    margin: 0;
}
#filelist .filetable td {
    font: normal 12px/14px Arial,Helvetica,sans-serif;
    padding: 3px 6px 3px 4px;
    background: #E9EAED;
}
#filelist .filetable td a {
    font-weight: bold;
    color: #304B7A;
    text-decoration: none;    
}
#filelist .filetable td a:hover {
    color: red; 
}

#filelist .filetable td.top {
    font-weight: bold;
    background-color: #ED9207;
    color: white;
    padding-bottom: 2px;    
}
#filelist .filetable td.top a {
    display: block;
    width: 100%;
    color: white;
    text-decoration: none;
}
#filelist .filetable td.sort {
    background-image: url(../images/downloads/sort.gif);
    background-repeat:  no-repeat;
    background-position: right;
    background-color: #ED9207;
}

.name {
    font-size: 11px;
}
.name a {
    display:block;
    width: 100%;
}