﻿.FileUpload {  }
.FileUpload_TextBox { width: 99%; background-color: white; border: 1px solid #c7c7c7; padding: 2px; }
.FileUpload_ListHeader { border: solid 1px #e5e6e7; background: #f5f6f8; border-top: 0; font-weight: normal; 
                         height: 22px; padding: 2px; }
                         
.FileUpload_List { padding: 3px; border-bottom: solid 1px #e5e6e7; }
.FileUpload_DeleteFile { width: 27px; height: 26px; cursor: pointer; border: 0; 
                         background: url(../Images/Icons/Ico_Delete.gif) no-repeat; }

.FileUpload_FileStatus_true { width: 16px; height: 16px;  display: inline-block;
                              background: url(../Images/Icons/Ico_TrueFalse.png);
                              background-position: 0 0; }
.FileUpload_FileStatus_false { width: 16px; height: 16px; display: inline-block;
                               background: url(../Images/Icons/Ico_TrueFalse.png);
                               background-position: 16px center; }
                        
.FileUpload_UploadBar { width: 100%; border-top: solid 1px #e5e6e7; padding-left: 2px; font-weight: bold;
                        background: #f5f6f8; }       
.FileUpload_UploadButton { width: 40px; height: 50px; border: 0; cursor: pointer;
                           background: url(../Images/Buttons/Button_Upload.png);
                           background-position: center; }