/* !Reset */
#log-clearer, #help-box, #ops-wrapper, #upload_frame, #sub-browse-wrapper td.width, #sub-browse-wrapper td.height, #sub-browse-wrapper #file-header-wrapper, .y-resizer, .x-resizer, #log-wrapper, #log-wrapper .status, .hidden, .navigation-text {
	display: none !important;
}
#imce-content, #op-items {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}
#op-items a {
	background-image: none;
	height: auto;
	padding: 0.5em;
}
#op-items #op-item-delete {
	display: none;
}
#imce_frame {
	border: none;
	height: 40em !important;
	width: 100% !important;
}

html, body.imce, #imce-content {
	background: #e4e4e4 !important;
	height: 99.9% !important;
}
#imce-content, #resizable-content {
	height: 100% !important;
	margin: 0;
	padding: 0;
	width: 100% !important;
}
#browse-wrapper {
	border: none !important;
	height: 50% !important;
}
#browse-wrapper.maximized {
	height: 100% !important;
}
#navigation-wrapper {
	background: #fff !important;
	width: 25% !important;
}
#navigation-wrapper li.root {
	background-image: none !important;
}
#navigation-wrapper li.root>span.expander {
	display: none;
}
#navigation-wrapper li.root>ul {
	margin: 0 0 0 0.6em;
}
#sub-browse-wrapper {
	width: 75% !important;
}
#sub-browse-wrapper #file-list-wrapper {
	height: 100% !important;
}
#sub-browse-wrapper #dir-stat {
	display: none;
}

#log-prv-wrapper {
	border: none !important;
	height: 50% !important;
}
#log-wrapper {
	background: #fff !important;
	display: none;
}
#preview-wrapper {
	width: 100% !important;
}

/* !Additional styling */
#file-list tr td.download {
	width: 25%;
	text-align: right;
}
#file-preview #meta_fields {
	float: left;
	overflow: hidden;
	width: 84%;
}
#file-preview label {
	clear: both;
	display: block;
	float: left;
	margin: 1em 0 0 2%;
	padding-bottom: 0.2em;
	text-align: left;
	width: 14%;
}
#file-preview input[type="text"], #file-preview input[type="file"], #file-preview textarea, #file-preview .input, #file-preview .textarea {
	float: right;
	margin: 0.9em 2% 0 0;
	text-align: left;
	width: 80%;
}
#file-preview textarea {
	clear: both;
	height: 8em;
	font-weight: normal;
	margin-bottom: 0.7em;
	width: 80%;
}
#file-preview .textarea {
	clear: both;
	font-weight: normal;
	margin-bottom: 0.7em;
	padding: 0.2em;
	width: 80%;
}
#file-preview .textarea br {
	line-height: 2em;
}
#file-preview .input {
	font-weight: bold;
	padding: 0.2em;
}
#file-preview .input a {
	text-decoration: underline;
}

#file-preview #meta_buttons {
	float: right;
	overflow: hidden;
	width: 15%;
}
#file-preview input[type="submit"], #file-preview input[type="button"] {
	clear: right;
	float: right;
	margin: 1em 10% 0 0;
	width: 89%;
}


body.imce-login {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
}

.imce-frame {
	border: none;
	height: 45em;
	width: 99.9%;
}

/* !Search page */
.node-type-file_search .intro {
	margin-bottom: 2em;
}

.node-type-file_search .search_form, .node-type-file_search .result {
	margin: 0 3em 2em;
}
.node-type-file_search label {
	clear: left;
	float: left;
	font-weight: normal;
	width: 20%;
}
.node-type-file_search input.form-text {
	max-width: 30em;
}
.node-type-file_search input.form-text.example {
	color: #999;
}
.node-type-file_search input.form-submit {
	margin-left: 20%;
}

.node-type-file_search ol.search_results {
	margin-top: 2em;
	padding: 0 !important;
}
.node-type-file_search ol.search_results li {
	list-style: none;
	margin: 0 2em;
}

.node-type-file_search ol.search_results li .title {
	clear: both;
	margin: 0;
	padding-top: 1.2em;
}
.node-type-file_search ol.search_results li .title a .signin {
	color: #777;
	display: none !important;
	font-style: italic;
	font-weight: normal;
	white-space: nowrap;
}
.node-type-file_search ol.search_results li .title a:hover .signin {
	display: inline !important;
}

.node-type-file_search ol.search_results li .author {
	font-style: italic;
}

.node-type-file_search ol.search_results li .abstract {
	margin-bottom: 0.5em;
}
.node-type-file_search ol.search_results li .abstract br {
	line-height: 2.2em;
}

.node-type-file_search ol.search_results li .keywords ul {
	float: right;
	margin: 0;
	padding: 0 !important;
	width: 85%;
}
.node-type-file_search ol.search_results li .keywords ul li {
	display: inline;
	margin: 0 0 0 1em;
}
.node-type-file_search ol.search_results li .keywords ul li a {
	white-space: nowrap;
}

.node-type-file_search ol.pagination {
	text-align: center;
}
.node-type-file_search ol.pagination li {
	display: inline;
	font-size: 120%;
	list-style: none;
}
.node-type-file_search ol.pagination li a {
	padding: 0.1em 0.2em;
}
.node-type-file_search ol.pagination li.current {
	font-weight: bold;
	margin: 0.1em 0.2em;
}
.node-type-file_search ol.pagination li.ellipsis {
	margin: 0.1em 0;
}