/* 
   Plupload
------------------------------------------------------------------- */

.plupload_button {
	display: -moz-inline-box; /* FF < 3*/
	display: inline-block;
	font: normal 11px sans-serif;
	text-decoration: none;
    color: #909090;
    border: 1px solid #ccc;
    padding: 5px 8px 5px 27px;
	margin-right: 4px;
	background: #eaeaea;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 0 #f8f8f8;
	box-shadow: inset 0 1px 0 #f8f8f8;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;

    /* Optional rounded corners for browsers that support it */
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.plupload_button:hover {
	color: #909090;
	text-decoration: none;
}

.plupload_disabled {
	opacity: 0.6;
}

.plupload_disabled {
    color: #737373;
    padding: 5px 8px 5px 27px;
	margin-right: 4px;
	cursor: default;
}

.plupload_add {
	background: url(../images/plus.png) no-repeat 7px center;
}

.plupload_start {
	background: url(../images/upload4.png) no-repeat 7px center;
}

.plupload_add:hover {
	background: #f8f8f8 url(../images/plus.png) no-repeat 7px center;
}

.plupload_start:hover {
	background: #f8f8f8 url(../images/upload4.png) no-repeat 7px center;
}

.plupload_start.plupload_disabled:hover {
	background: url(../images/upload4.png) no-repeat 7px center;
}

.plupload_wrapper {
	font: normal 11px Verdana,sans-serif;
	width: 100%;
}

.plupload_container input {
	border: 1px solid #DDD;
	font: normal 11px Verdana,sans-serif;
	width: 98%;
}

.plupload_header {
	background: #eaeaea;
}

.plupload_header_content {
	min-height: 56px;
	padding-left: 60px;
	color: #707070;
	padding-top: 7px;
	background: url(../images/logoSign.png) no-repeat 16px center;
	-webkit-box-shadow: inset 0 1px 0 #f8f8f8;
	box-shadow: inset 0 1px 0 #f8f8f8;
}
.plupload_header_title {
	font: normal 15px sans-serif;
	padding: 6px 0 3px;
}
.plupload_header_text {
	font: normal 12px sans-serif;
}

.plupload_filelist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.plupload_scroll .plupload_filelist {
	height: 185px;
	overflow-y: scroll;
	background: #eaeaea;
	-webkit-box-shadow: inset 0 1px 0 #f8f8f8;
	box-shadow: inset 0 1px 0 #f8f8f8;
}

.plupload_filelist li {
	padding: 10px 8px;
	background: #f8f8f8;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 0 #f8f8f8;
	box-shadow: 0 1px 0 #f8f8f8;
}

.plupload_filelist_header, .plupload_filelist_footer {
	background: #eaeaea;
	padding: 10px 8px 6px 8px;
	color: #909090;
}

.plupload_filelist_header {	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 0 #f8f8f8;
	box-shadow: inset 0 1px 0 #f8f8f8;
}

.plupload_filelist_footer {
	border-top: 1px solid #ccc; 
	-webkit-box-shadow: inset 0 1px 0 #f8f8f8;
	box-shadow: inset 0 1px 0 #f8f8f8;
	height: 22px; 
	padding: 10px 6px 13px 6px;
}

.plupload_file_name {float: left; overflow: hidden}
.plupload_file_status {color: #777;}
.plupload_file_status span {color: #42454A;}
.plupload_file_size, .plupload_file_status, .plupload_progress {
	float: right;
	width: 80px;
}

.plupload_filelist_footer .plupload_file_size, 
.plupload_filelist_footer .plupload_file_status, 
.plupload_filelist_footer .plupload_progress {
	margin-top: 6px;
}
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}

.plupload_filelist .plupload_file_name {width: 205px}

.plupload_file_action {
	float: right;
	width: 14px;
	height: 14px;
	margin-left: 12px;
	margin-top: 6px;
}

.plupload_file_action * {
	display: none;
	width: 8px;
	height: 8px;
}

li.plupload_uploading {
	background: #e5e5e5;
}

li.plupload_done {color:#AAA}

li.plupload_delete a {
	background: url(../images/no.png) no-repeat;
}

li.plupload_failed a {
	background: url(../images/no.png) no-repeat;
	cursor: default;
}

li.plupload_done a {
	background: url(../images/yes.png) no-repeat;
	cursor: default;
}

.plupload_progress, .plupload_upload_status {
	display: none;
	margin-top: 6px;
	margin-left: 5px;
}

.plupload_progress_container {
	margin-top: 3px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 1px;
}
.plupload_progress_bar {
	width: 0px;
	height: 7px;
	background: #CDEB8B;
}

.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
	margin-right: 17px;
}

/* Floats */

.plupload_clear,.plupload_clearer {clear: both;}
.plupload_clearer, .plupload_progress_bar {
	display: block;
	font-size: 0;
	line-height: 0;	
}

li.plupload_droptext {
	background: transparent;
	text-align: center;
	vertical-align: middle;
	border: 0;
	line-height: 165px;
}
