/**
 * Created by WEBSosman ©.
 * User: WEBSosman ©
© WEBSosman. All rights reserved.

 */

/**   File list table formatting */

#file_list_table {
    width: 470px;
    /*border: solid;*/
    border-style: groove;
    border-collapse: collapse;
    bottom: 1px;
}

#file_list_table tr {
    border-bottom: #FFFF00;
}

#file_list_table th {
    height: 50px;
    border-right: solid #777545 thin;
    border-bottom: 2px solid #777545;
    border-bottom-style: ridge;
}

#file_list_table tr td {
    color: white;
    border-right: solid #777545 thin;
    border-left: solid #777545 thin;
    border-bottom: solid #777545 thin;
    height: 36px;
    vertical-align: middle;
    text-align: center;
}

#file_list_table tr td a {
    text-decoration: none;
}

/**   File Upload table formatting */

#upload_config_table {
    width: 470px;
    /*border: solid;*/
    border-style: groove;
    border-collapse: collapse;
    bottom: 1px;
}


#upload_config_table tr {
    border-bottom: #FFFF00;
}

#upload_config_table th {
    height: 50px;
    border-right: solid #777545 thin;
    border-bottom: 2px solid #777545;
    border-bottom-style: ridge;
}

#upload_config_table tr td {
    color: white;
    border-right: solid #777545 thin;
    border-left: solid #777545 thin;
    border-bottom: solid #777545 thin;
    height: 36px;
    width: 110px;
    vertical-align: middle;
    text-align: center;
}


#upload_config_table tr td input[type="file"] {
    padding-left: 2px;
    width: 170px;
    text-align: right;
}