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

.plupload_button {
	display: -moz-inline-box !important; /* FF < 3*/
	display: inline-block !important;
	font: normal 12px sans-serif !important;
	text-decoration: none !important;
    color: #42454a !important;
    border: 1px solid #bababa !important;
    padding: 2px 8px 3px 20px !important;
	margin-right: 4px !important;
    background: #f3f3f3 url('../img/buttons.png') no-repeat 0 center !important;
	outline: 0 !important;

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

.plupload_button:hover {
	color: #000 !important;
	text-decoration: none !important;
}

.plupload_disabled, a.plupload_disabled:hover {
    color: #737373 !important;
    border-color: #c5c5c5 !important;
    background: #ededed url('../img/buttons-disabled.png') no-repeat 0 center !important;
	cursor: default !important;
}

.plupload_add {
	background-position: -181px center !important;
}

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

.plupload_container {
	padding: 8px !important;
	background: url('../img/transp50.png') !important;
	/*-moz-border-radius: 5px !important;*/
}

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

.plupload_header {background: #2A2C2E url('../img/backgrounds.gif') repeat-x !important;}
.plupload_header_content {
	background: url('../img/backgrounds.gif') no-repeat 0 -317px !important;
	min-height: 56px !important;
	padding-left: 60px !important;
	color: #FFF !important;
}
.plupload_header_title {
	font: normal 18px sans-serif !important;
	padding: 6px 0 3px !important;
}
.plupload_header_text {
	font: normal 12px sans-serif !important;
}

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

.plupload_scroll .plupload_filelist {
	height: 185px !important;
	background: #F5F5F5 !important;
	overflow-y: scroll !important;
}

.plupload_filelist li {
	padding: 10px 8px !important;
	background: #F5F5F5 url('../img/backgrounds.gif') repeat-x 0 -156px !important;
	border-bottom: 1px solid #DDD !important;
}

.plupload_filelist_header, .plupload_filelist_footer {
	background: #DFDFDF !important;
	padding: 8px 8px !important;
	color: #42454A !important;
}
.plupload_filelist_header {	
	border-top: 1px solid #EEE !important;
	border-bottom: 1px solid #CDCDCD !important;
}

.plupload_filelist_footer {border-top: 1px solid #FFF !important; /*height: 22px;*/ line-height: 20px !important; vertical-align: middle !important;}
.plupload_file_name {float: left !important; overflow: hidden}
.plupload_file_status {color: #777 !important;}
.plupload_file_status span {color: #42454A !important;}
.plupload_file_size, .plupload_file_status, .plupload_progress {
	float: right !important;
	width: 80px !important;
}
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right !important;}

.plupload_filelist .plupload_file_name {width: 205px}

.plupload_file_action {
	float: right !important;
	width: 16px !important;
	height: 16px !important;
	margin-left: 15px !important;
}

.plupload_file_action * {
	display: none !important;
	width: 16px !important;
	height: 16px !important;
}

li.plupload_uploading {background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px !important;}
li.plupload_done {color:#AAA}

li.plupload_delete a {
	background: url('../img/delete.gif') !important;
}

li.plupload_failed a {
	background: url('../img/error.gif') !important;
	cursor: default !important;
}

li.plupload_done a {
	background: url('../img/done.gif') !important;
	cursor: default !important;
}

.plupload_progress, .plupload_upload_status {
	display: none;
}

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

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

/* Floats */

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

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

.dlg_doksoft_plupload .cke_dialog_contents_body { padding: 0 !important; }
.dlg_doksoft_plupload .cke_dialog_ui_vbox_child { padding: 0 !important; } 
.plupload_container { padding: 0 !important; }
.plupload_header { display: none !important; }
.plupload2_filelist { height: 290px !important; }