/*
   Plupload
------------------------------------------------------------------- */

.plupload_button {cursor: pointer; line-height: 16px;}

.plupload_wrapper {
	font-size: 11px;
	width: 100%;
}

a.plunderplaybtn{
background: #a1a1a1 !important;
/*display: block;*/
float: left !important;
font-size: 14px !important;
font-weight:normal !important;
/*line-height: 17px; /* this value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background */
height: 25px !important; /* button background height */
padding-left: 10px !important; /* width of left padding */
text-decoration: none !important;
text-transform: lowercase !important;
color: #fff !important;
border: 0 !important;
}

a:link.plunderplaybtn, a:visited.plunderplaybtn, a:active.plunderplaybtn{
color: #fff !important; /*button text color*/
}


a.plunderplaybtn span{ /* sets alignment of text and right padding */
background: none;
display: block !important;
padding: 2px 10px 5px 0 !important; /* ensure 2nd value is same value as padding-left in parent class */
}

a.plunderplaybtn:hover{ /* Hover/mouseover syling */
text-decoration: none !important;
background-color: #818181 !important;
}


.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}
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 {
	/*background-image: url('/Content/styles/plupload/img/plupload.png');
	background-repeat: no-repeat;
	background-position: 8px center;
	min-height: 56px;
	padding-left: 60px;*/
	position:relative;
	background-color: #656364;
	color: #fff;
	padding: 8px 0 10px 10px;
	line-height: 14px;
}
.plupload_header_content_bw {/*background-image: url('/Content/styles/plupload/img/plupload-bw.png');*/}
.plupload_header_title {
	font-weight: bold;
	font-size: 16px;
	
}
.plupload_header_text {font-size:12px;}

.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;
}

.plupload_cell {padding: 8px 6px;}

.plupload_file {
	border-left: none;
	border-right: none;
}

.plupload .ui-sortable-helper,
.plupload .ui-sortable .plupload_file {
	cursor:move;	
}

.plupload_scroll {
	max-height: 180px;
	min-height: 168px;
	_height: 168px;
	overflow-y: auto;
	background-image: url('../../images/semiwhitebg.png');
	background-repeat: repeat;
	border-bottom: 1px solid #d4d4d4;
}

.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;
}
td.plupload_file_name, td.plupload_file_size, td.plupload_file_status
{
    height: 14px;
    font-size: 13px;
    font-weight: bold;
    color: #525051;
}

.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;
	line-height: 165px;
	font-size: 14px;
}
.plupload_total_status, .plupload_total_file_size
{
    font-size: 14px;
}
.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;
}
