/*
   Plupload
------------------------------------------------------------------- */

.plupload{
  padding:0px;
  margin:-1px;
}
.plupload_button {
  cursor: pointer;
  background: #f3f3f3 url('../img/buttons.png') no-repeat 0 center;
  font-weight: normal
}



.plupload_wrapper {
	font: normal 11px Verdana,sans-serif;
	width: 100%;
    padding:0px;
    margin:0px;
    
}

.plupload .plupload_container input {width: 98%;}
.plupload .plupload_filelist_footer {border-width: 1px 0 0 0}
.plupload .plupload_filelist_header {border-width: 0 0 1px 0;}
.plupload .plupload_filelist_header{
  color:#000000;
  font-size: 8pt;
  font-weight: normal;
  
} 
.plupload_filelist_content {
   color:#000000;
  font-size: 8pt;
  font-weight: normal;
}

.plupload .plupload_filelist_header td{

}
.plupload .plupload_filelist_content td{
background: transparent;
background-color:#ffffff!important;
}



div.plupload .plupload_file {border-width: 0 0 1px 0 }
div.plupload div.plupload_header {border-width: 0 0 1px 0; position: relative;}

.plupload_file .ui-icon {
	cursor:pointer;	
}

.plupload_header_content {
    font-size: 8pt;
    font-weight: bold;
    position:absolute;
    top:0px;
    left:0px;
    z-index:3;
    width:100%;
    background: transparent;
	min-height:30px;
	padding-left: 6px;
    padding-top:9px;
	color: #FFF;	

}
.plupload_header_content_bw {}
.plupload_header_title {
	font: normal 18px sans-serif;
	padding: 6px 0 3px;
}
.plupload_header_text {font: normal 12px sans-serif;}

.plupload_filelist,
.plupload_filelist_content {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
    background-color:#ffffff;
    
}
.plupload_filelist_content td{
  padding: 2px 6px;   
  color:#000000;
  font-size: 8pt;
  font-weight: normal;
  background-color:#ffffff;
}

.plupload_filelist_header td.plupload_cell {
  padding: 8px 6px;   
  color:#000000;
  font-size: 8pt;
  background-color: #ECE9D8;
  font-weight: normal;
}


td.plupload_cell input[type="text"]{
  width:100%;  
}
.plupload_filelist_footer .plupload_cell{
  padding: 8px 6px;   
}



.mandadory{
  
background-color:#FFFFFF;
   border-color:#FFCC33;
   border-style:solid;
   border-width:1px;
   height: 19px;
   _height:19px;
 }
 .error{
  
background-color:#FFFFFF;
   border-color:#FF0000;
   border-style:solid;
   border-width:1px;
   height: 19px;
   _height:19px;
 }
 

.plupload_file {
	border-left: none;
	border-right: none;
}

.plupload .ui-sortable-helper,
.plupload .ui-sortable .plupload_file {
	cursor:move;	
}

.plupload_scroll {
	max-height: 245px;
	min-height: 208px;
	_height: 208px;
   overflow-y: auto;

    background-color: #f4f4f4;
}

.plupload_file_size, .plupload_file_status {text-align: right;}
.plupload_file_size, .plupload_file_status {width: 52px;}
.plupload_file_action {width: 16px;}
.plupload_file_name {
	overflow: hidden;
	padding-left: 10px;
}

.plupload_file_rename {
	width:95%;	
}

.plupload_progress {width: 60px;}
.plupload_progress_container {padding: 1px;}


/* Floats */

.plupload_right {float: right;}
.plupload_left {float: left;}
.plupload_clear,.plupload_clearer {clear: both;}
.plupload_clearer, .plupload_progress_bar {
	display: block;
	font-size: 0;
	line-height: 0;
}
.plupload_clearer {height: 0;}

/* Misc */
.plupload_hidden {display: none;}
.plupload_droptext {
	background: transparent;
	text-align: center;
	vertical-align: middle;
	border: 0;
	line-height: 165px;
}

.plupload_buttons, .plupload_upload_status {float: left}

.plupload_message {
	position: absolute;
	top: 0px;
	left: 0px;	
	height: 100%;
	width: 100%;
}

.plupload_message p {
	padding:0.7em;
	margin:0;
}

.plupload_message strong {
	font-weight: bold;	
}

plupload_message i {
	font-style: italic;	
}

.plupload_message p span.ui-icon {
	float: left;
	margin-right: 0.3em;	
}

.plupload_header_content .ui-state-error,
.plupload_header_content .ui-state-highlight {
	border:none;	
}

.plupload_message_close {
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;	
}

.plupload .ui-sortable-placeholder {
	height:35px;
}


.plupload_delete {
	background: url('../img/delete.gif') no-repeat 0 center;
    cursor:pointer;	
}

li.plupload_failed a {
	background: url('../img/error.gif');

}

li.plupload_done a {
	background: url('../img/done.gif');
	
}

#showmandatorbox{
 display:none;
 height:20px;
 padding-top:5px;
 padding-left:10px;
}
#allmandators{
  float:left;  
}
#allmandatorstext{
 padding-top:3px;
 padding-left:5px;
}

.plupload_filelist_footer td {font-weight: normal}