﻿.ajax__fileupload {
    border: #D3D3D3 1px solid;
    overflow: auto;
    padding: 4px;
}

.ajax__fileupload_selectFileContainer {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    position: relative;
    width: 80px;
}

.ajax__fileupload_selectFileButton {
    background-color: #212121;
    color: #D0D0D0;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    margin-right: 4px;
    text-align: center;
    width: 80px;
}

.ajax__fileupload_selectFileButton:hover {
    background-color: #000000;
    color: #ffffff;
}

.ajax__fileupload_topFileStatus {
    color: rgb(127, 126, 126);
}

.ajax__fileupload_ProgressBarHolder {
    margin-right: 70px;
}

.ajax__fileupload_uploadbutton {
    background-color: #000099;
    color: white;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    width: 60px;
}

.ajax_fileupload_cancelbutton {
    background-color: #990033;
    color: white;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    width: 60px;
}

.ajax__fileupload_dropzone {
    border-style: dotted;
    border-width: 1px;
    line-height: 50px;
    margin-bottom: 2px;
    text-align: center;
}

.ajax__fileupload_queueContainer {
    border: #A9A9A9 1px solid;
    border-width: 1px;
    clear: both;
    margin-top: 2px;
    padding: 4px;
}

.ajax__fileupload_progressBar {
    background-color: #CCFFCC;
    padding-left: 4px;
}

.ajax__fileupload_footer {
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
}

.ajax__fileupload_fileItemInfo {
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.ajax__fileupload_fileItemInfo .filename {
    font-weight: bold;
}

.ajax__fileupload_fileItemInfo .uploadstatus {
    font-style: italic;
}

.ajax__fileupload_fileItemInfo .removeButton {
    background-color: #900;
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 55px;
}

.ajax__fileupload_fileItemInfo .uploadedState {
    background-color: #fff;
    color: #060;
}

.ajax__fileupload_fileItemInfo .uploadingState {
    background-color: #fff;
    color: #FF9900;
}

.ajax__fileupload_fileItemInfo .pendingState {
    background-color: #fff;
    color: #009;
}

.ajax__fileupload_fileItemInfo .errorState {
    background-color: #ff0000;
    color: #ffffff;
}

.ajax__fileupload_fileItemInfo .cancelledState {
    background-color: #fff;
    color: #900;
}

.ajax__fileupload_selectFileContainer input {
    border: medium none;
    cursor: pointer;
    height: 40px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}


.ajax__fileupload_fileItemInfo div.removeButton {
    position: absolute;
    right: 0;
    top: 0;
}
