/* MooUpload CSS */
.mooupload_error {
  color: #FF0000;   
}

.mooupload_noerror {
  color: #008000;
}

.mooupload_btncontainer {  
  padding: 3px;
}

.mooupload_btncontainer button {
  border: 1px solid #C5C5C5;
  padding: 2px 5px 3px 20px;
  background-color: #F3F3F3;
  font-size: 12px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
}

.mooupload_btncontainer button.addfile {
  background: #F3F3F3 url(imgs/add.png) 3px center no-repeat;
  border:1px #333 solid;
}

.mooupload_btncontainer button.start {
  background: #F3F3F3 url(imgs/accept.png) 3px center no-repeat;
}

.mooupload_btncontainer button:active {
  background-color: #FFF;
}

.mooupload_btncontainer div.progresscont {
  display: none;                
  width: 100px;
  height: 11px;  
  border: 1px solid #000;
  float: right;
  margin: 10px 80px 0 0;  
  background-color: #FFFFFF;   
}

.mooupload_progressbar {
  text-align: center;
  font-size: 8px;
  display: block;  
  width: 0px;
  height: 100%;  
}

.mooupload_off {
  background: #FFF url(imgs/progress_grey.gif) center left repeat-x; 
}

.mooupload_on {
  background: #FFF url(imgs/progress.gif) center left repeat-x;
}


.mooupload_listview {
  background: #E3E3E3; 
  font-size: 11px;
}

.mooupload_listview  ul {
  margin: 0;
  padding: 10px 0 20px 0px;
}

.mooupload_listview  li {
  list-style-type: none;
  clear: both;
  line-height: 20px;
  padding-left: 20px;
  height: 20px;  
}

.mooupload_listview  li.header {
  font-weight: bold;
  border-bottom: 1px solid #8E8E8E;
  margin-bottom: 10px;
  color: #8E8E8E;
}


.mooupload_listview  li div {
  display: block;
  margin-right: 10px;
  float: left;
}

.mooupload_listview  li div.optionsel {
  width: 25px;
}  

.mooupload_listview  a.delete {
  display: block;
  width: 16px;
  height: 16px;
  background: #E3E3E3 url(imgs/cancel.png) center center no-repeat;
}

.mooupload_listview  li div.filename {      
  width: 300px;
}

.mooupload_listview  li div.filetype {
  width: 100px;
}

.mooupload_listview  li div.filesize {
  text-align: right;
  width: 100px;  
}

.mooupload_listview  li div.result {
  margin-left: 20px;  
}

.mooupload_readonly {
  color: #828282; 
}
