@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../fonts/websymbols-regular-webfont.eot');
    src: url('../fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/websymbols-regular-webfont.woff') format('woff'),
         url('../fonts/websymbols-regular-webfont.ttf') format('truetype'),
         url('../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* { margin: 0; padding: 0; }
html, body { height: 100%; }

body {
	font-family: arial, sans-serif;
	font-size: 14px;
	background: #fff;
}
body.modalOpen { overflow: hidden; }

menu[type="context"] { display: none; }

#vSpacer1 { height: 59px; }

#content {
	margin-left: 200px;
	clear: none;
}
.iframe #content { margin: 0; }

/********** SPINNER (Large) **********/
div#spinner {
	background: rgba(255,255,255, 0.9);
	color: #000;
	position: absolute; top: 0; left: 0; z-index: 100;
	width: 100%;
	height: 100%;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 100px;

}
#spinner span {
	font-family: WebSymbolsRegular;
	font-size: 8em;
}
#spinner p { margin-top: 20px; }

/********** AVIARY: Overrides **********/
#avpw_holder {
	display: none;
	width: 0 !important;
	height: 0 !important;
}
#avpw_holder.avpw_is_fullscreen { display: block; }
.avpw_is_fullscreen #avpw_controls { position: fixed; }

/********** PAGE: LOGIN **********/
#page12099 { background: #f1f1f1; }
#page12099 header,
#page12099 aside,
#page12099 #crumbs,
#page12099 #bc { display: none; }
#page12099 #content { margin: 0; }
#page12099 #cmsLoginForm {
	padding-left: 80px;
	background: url(../images/cms-logo.png) no-repeat 0 16px;
}
#cmsLoginForm input[type="text"],
#cmsLoginForm input[type="password"] {
	min-width: 200px;
}

/********** HEADER **********/
#logo {
	background: url(../images/cms-logo.png) no-repeat 50% 50%;
	height: 72px;
	margin: 20px 0 0 0;
	opacity: 0.1;
	display: none;
}

#pimg .arrow {
	font-family: WebSymbolsRegular;
	color: #909090;
	cursor: pointer;
	background: transparent;
	display: block;
	float: left;
	text-align: center;
	border: none;
}
#pimg .arrow:hover { color: #787878; }

	/********** SECTION - Profile **********/
	#profile {
		margin-top: 2px;
		position: relative;
		border-bottom: 1px solid #f1f1f1;
		padding-bottom: 16px;
	}

	#profile span {
		display: block;
		float: left;
	}
	#profile > span {
		float: none;
		text-align: center;
	}
	#profile .name {
		font-family: arial,sans-serif;
		font: 13px/29px Arial,sans-serif;
		color: #666;
	}

	#profile > span.name,
	#profile > span.company {
		font-family: arial,sans-serif;
		font: 13px/20px Arial,sans-serif;
		color: #666;
	}
	#profile > span.company {
		font-weight: bold;
	}

	#profile div#pimg {
		height: 32px;
		width: 46px;
		margin: 0 auto 6px auto;
		border-left: 10px solid transparent;
	}
	#profile #pimg img {
		width: 27px;
		height: 27px;
		display: block;
		float: left;
		border-radius: 2px;
		border: 1px solid #c6c6c6;
		cursor: pointer;
	}
	#profile #pimg img:after {
		display: block;
		height: 29px;
		width: 17px;
		content: "j";
	}
	#profile #pimg img:active,
	#profile #pimg img:focus {
		border-color: #b6b6b6;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	}

	#profile div#pimg button {
		height: 29px;
		width: 17px;
	}

		/********** Login-info **********/
		#loginInfo {
			background: #fff;
			border: 1px solid #bebebe;
			box-shadow: 0 2px 4px rgba(0,0,0, 0.2);
			line-height: 27px;
			font: 13px/27px Arial,sans-serif;
			padding: 10px 0 0;
			width: 348px;
			position: absolute;
			top: -15px;
			right: -312px;
			display: none;
			z-index: 100;
		}
		#loginInfo:before {
			display: block;
			background: transparent;
			width: 0;
			height: 0;
			content: " ";
			position: absolute; top: 18px; right: 349px;
			border-color: transparent #bebebe transparent transparent;
			border-style: solid;
			border-width: 10px;
		}

		#loginInfo img {
			margin: 10px 0 10px 20px;
			height: 96px;
			width: 96px;
			display: inline-block;
			float: left;
		}

		#loginInfo > div {
			float: left;
			width: 192px;
			margin: 6px 20px 0 20px;
		}
		#loginInfo span.name {
			display: block;
			float: none;
			font: 13px/17px Arial,sans-serif;
			color: #000;
			font-weight: bold;
		}
		#loginInfo span.company {
			display: block;
			float: none;
			font: 13px/17px Arial,sans-serif;
			color: #666;
		}
		#loginInfo ul {
			list-style: none;
			margin: 5px 0 10px -20px;
		}
		#loginInfo li {
			line-height: 27px;
		}
		#loginInfo li a {
			display: inline-block;
			margin: 0 10px;
			padding: 0 10px;
			line-height: 27px;
			color: #36c;
			text-decoration: none;
		}
		#loginInfo li a:hover {
			background: #eff3fb;
			outline: none;
		}

		#loginInfo span.logout {
			display: block;
			width: 328px;
			height: 27px;
			padding: 10px;
			clear: both;
			border-top: 1px solid #e5e5e5;
		}
		#loginInfo span.logout a {
			color: #36c;
			text-decoration: none;
			font: 13px/27px Arial,sans-serif;
			padding: 0 10px;
			display: inline-block;
		}
		#loginInfo span.logout a:hover {
			background: #eff3fb;
			outline: none;
		}

	/********** Search-form **********/
	aside form {
		margin: 10px 0 0 0;
		position: relative;
		border-top: 1px solid #f1f1f1;
		padding-top: 10px;
	}
	aside fieldset {
		position: relative;
	}
	aside input[type="text"] {
		background: #fff;
		font-size: 14px;
		height: 30px;
		margin: 0 !important;
		padding: 3px 34px 5px 8px;
		width: 100%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-color: #c0c0c0 #d9d9d9 #d9d9d9 !important;
		border-radius: 1px;
		border-right: 1px solid #d9d9d9 !important;
		border-width: 1px !important;
		color: #222;
		border-style: solid !important;
	}
	aside input[type="submit"] {
		cursor: default;
		font-size: 14px;
		font-weight: bold;
		height: 26px;
		width: 26px;
		outline: none;
		text-align: left;
		border: none;
		color: #f1f1f1;
		display: inline-block;
		position: relative;
		font-family: WebSymbolsRegular;
		position: absolute; top: 0; right: 0;
		background: transparent;
	}

/********** BREADCRUMB **********/
#bc {
	min-height: 55px;
	position: fixed;
	border-bottom: 5px solid transparent;
	z-index: 1;
	background: #fff;
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	padding: 0 20px;
}
.iframe #bc { width: 100%; }

#bc:after {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, transparent 100%) repeat scroll 0 0 transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, transparent));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, transparent 100%) repeat scroll 0 0 transparent;
	height: 5px;
	width: 100%;
	position: absolute; bottom: -10px; left: 0; z-index: 90;
	content: "";
	display: block;
}

/********** SECTION - Main **********/
#main {
	padding: 0;
	height: 100%;
	min-height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.iframe #main { padding: 0; }

/********** SECTION - Sidebar **********/
aside {
	width: 200px;
	min-height: 100px;
	padding: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100%;
	border-right: 1px solid #e2e2e2;
	position: fixed;
	background-color: #fff;
	z-index: 200;
}
aside nav { clear: both; }
aside ul {
	list-style: none;
	margin: 10px 0 10px -20px;
}
aside li { border-left: 4px solid transparent; }
aside li.selected { border-left: 4px solid #dd4b39; }
aside nav a {
	text-decoration: none;
	display: block;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	padding: 0 18px;
	color: #333;
	margin-left: 16px;
}
aside nav a:hover,
aside nav a:focus { background: #f1f1f1; }
aside nav .selected a {
	color: #dd4b39;
	font-weight: bold;
}
aside .btn { margin-left: 26px; }

/********** SECTION - Content **********/
.gotSidebar > section {
	padding: 0 !important;
}

/********** Breadcrumbs **********/
#crumbs {
	list-style: none;
	margin-top: 17px;
}
#crumbs li {
	float: left;
	margin-right: 10px;
}
#crumbs li:after {
	display: inline-block;
	content: "»";
	margin-left: 6px;
	color: #565656;
}
#crumbs li:last-child:after {
	display: none;
}
#crumbs a {
	text-decoration: none;
	color: #565656;
	line-height: 20px;
	display: inline-block;
	border-bottom: 14px solid transparent;
}
#crumbs a:hover {
	text-decoration: underline;
	color: #4787ED;
}

/********** GRID **********/
.center {
	float: none !important;
	margin-right: auto;
	margin-left: auto;
}
form.row,
section.row {
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}
.size {
	float: left;
	min-height: 100px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}
.w1 { width: 8.33%; }
.w2 { width: 16.66%; }
.w3 { width: 25%; }
.w4 { width: 33.33%; }
.w5 { width: 41.66%; }
.w6 { width: 50%; }
.w7 { width: 58.33%; }
.w8 { width: 66.66%; }
.w9 { width: 75%; }
.w10 { width: 83.33%; }
.w11 { width: 91.66%; }
.w12 { width: 100%; }

/********** FORMS **********/
form ul {
	list-style: none;
}
form li {
	margin-bottom: 10px;
	clear: left;
	min-height: 28px;
}

section.save {
	padding-top: 0;
	padding-bottom: 0;
}
section.save input[type="submit"] {
	margin-top: 0 !important;
}

fieldset { border: none; }
legend {
	color: #000;
	font-weight: bold;
	margin-top: 20px;
}
label {
	display: block;
	color: #565656;
	line-height: 28px;
	width: 140px;
	float: left;
}
input[type="text"],
input[type="password"] {
	width: -moz-calc(100% - 140px);
	width: calc(100% - 140px);
	border: 1px solid #d9d9d9;
	padding: 3px 1px 3px 3px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 28px;
}
input[type="text"]:focus,
input[type="password"]:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
input[type="checkbox"] { margin-top: 6px; }

#main input[type="submit"] {
	margin-top: 20px;
	border-radius: 2px;
	cursor: default;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	min-width: 54px;
	outline: none;
	padding: 0 8px;
	text-align: center;
	background-color: #4d90fe;
	background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
	border: 1px solid #3079ed;
	color: #fff;
	display: inline-block;
	position: relative;
}
#main input[type="submit"]:hover {
	background-color: #357ae8;
	background-image: -moz-linear-gradient(center top , #4D90FE, #357ae8);
	border: 1px solid #2f5bb7;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
select {
	width: -moz-calc(100% - 140px);
	width: calc(100% - 140px);
	border: 1px solid #d9d9d9;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 1px 3px 3px;
	height: 28px;
}
textarea {
	width: -moz-calc(100% - 140px);
	width: calc(100% - 140px);
	border: 1px solid #d9d9d9;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	padding: 3px 1px 3px 3px;
	height: 100px;
}
textarea:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
:-moz-placeholder {
	color: #aaa !important;
}

.severityERROR input,
.severityERROR textarea,
.severityERROR select {
	border-color: #d00;
}

ul.fieldMessages {
	font-size: 10px;
	color: #d00;
}

form.vertical {

}
.vertical legend {
	margin-top: 0;
}
.vertical li {
	height: auto;
	margin-bottom: 0;
}
.vertical label {
	float: none;
	width: 100%;
}
.vertical input[type="text"],
.vertical input[type="password"] {
	width: 100%;
}

/********** TABLES **********/
table {
	border-collapse: collapse;
	width: 100%;
	border-spacing: 0;
	table-layout: fixed;
}
th, td {
	text-align: left;
	padding: 0 10px;
	line-height: 39px;
	border-bottom: 1px solid #e5e5e5;
}
td {
	color: #222;
	vertical-align: top;
}
th.checkbox, td.checkbox { width: 20px; text-align: center; }

tbody tr:hover { background: #f8f8f8; }

table .icon {
    background-image: url("document.png");
    background-position: 6px 50%;
    background-repeat: no-repeat;
    color: inherit;
	height: 39px;
    line-height: 39px;
    padding-left: 22px;
}

th.type,
th.date { width: 150px; }
th.filesize,
th.actions { width: 100px; }

th.filename { min-width: 140px; }
th.settings { width: 230px; }

#fileListing th.actions { width: 200px; }

td.actions { width: 30px; }
td.actions a {
	text-decoration: none;
	font-family: 'WebSymbolsRegular';
	display: inline-block;
	width: 30px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #000;
}
td.actions a[disabled="disabled"] { opacity: 0.10; }

/********** BUTTONS **********/
.btn {
	display: inline-block;
	line-height: 30px;
	color: #444;
	text-decoration: none;
	background-color: transparent;
	background-image: -moz-linear-gradient(center top , #f5f5f5, #f1f1f1);
	border-radius: 2px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	outline: none;
	min-width: 97px;
	padding: 0 8px;
	font-weight: bold;
	font-family: arial,sans-serif;
	border: 1px solid transparent;
}
.btn.gray {
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-transform: none;
	text-shadow: none;
	min-width: 54px;
	padding: 0 16px;
}
.btn.orange {
	color: #fff;
	background-color: #d14836;
	background-image: -moz-linear-gradient(center top , #dd4b39, #d14836);
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.btn.active {
	color: #fff;
	background-color: transparent;
	border: 1px solid #3079ed;
	background-image: -moz-linear-gradient(center top , #4d90fe, #4787ed);
}

.btn:hover {
	background-color: #c53727;
	background-image: -moz-linear-gradient(center top , #dd4b39, #c53727);
	border-color: #b0281a;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.btn.gray:hover {
	background-color: transparent;
	background-image: -moz-linear-gradient(center top, #f8f8f8, #f1f1f1);
	border: 1px solid #c6c6c6;
	color: #333;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.btn.orange:hover {
	background-color: #c53727;
	background-image: -moz-linear-gradient(center top , #dd4b39, #c53727);
	border-color: #b0281a;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.btn.active:hover {
	color: #fff;
	background-color: transparent;
	background-image: -moz-linear-gradient(center top , #4d90fe, #4787ed);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-color: #3079ed;
}

.btn:focus {
	box-shadow: 0 0 0 1px #ffffff inset;
}
.btn.gray:focus {
	background-color: transparent;
	background-image: -moz-linear-gradient(center top, #eeeeee, #e0e0e0);
	border-color: #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	color: #333;
}

.btn.disabled { opacity: 0.5; }

/********** FILENAVIGAION **********/
#fileNav {
	float: right;
	list-style: none;
	margin-top: -5px;
	margin-right: -16px;
}
#fileNav li { float: left; margin-bottom: 10px; }
#fileNav a { margin-right: 16px; }
#fileNav li:first-child a { margin-left: 0; }

#viewModeGrid:before,
#viewModeList:before {
	font-family: WebSymbolsRegular;
	margin-right: 8px;
	font-weight: normal;
}

#viewModeGrid:before { content: "¹"; }
#viewModeList:before { content: "²"; }

.btn.new:before { content: "+"; }

.btn.save:before,
.btn.icon:before {
	font-family: WebSymbolsRegular !important;
	text-transform: none;
	text-shadow: none !important;
	margin-right: 8px !important;
}

.btn.save:before { content: "." !important; }

.btn.icon:before { font-weight: normal !important; }

.btn.info:before { content: "R" !important; }
.btn.new:before { content: "+" !important; }
.btn.delete:before { content: "'" !important; }
.btn.articleinfo:before,
.btn.fileinfo:before { content: "S" !important; }
.btn.pageinfo:before { content: "a" !important; }
.btn#editController:before { content: "H" !important; }
.btn#editHeaders:before { content: "H" !important; }
.btn.preview:before { content: "L" !important; }
.btn.codemirror:before { content: "H" !important; }
.btn.tinymce:before { content: "T" !important; }
.btn.cancel:before { content: "-" !important; }
.btn.select:before { content: "/" !important; }
#createFolder:before { content: "F" !important; }
#aviaryButton:before { content: "I" !important; }
#folderInfo:before { content: "S" !important; }
#uploadFilesButton:before { content: "A" !important; }
#saveCodemirror:before,
#saveTiny:before { content: "." !important; }

#uploadForm { visibility: hidden; }
#fileNav #fileUpload { display: none; }

/********** **********/
ul .file.icon {
	background-color: #e2e2e2;
	background-repeat: no-repeat;
	background-position: 50% 25%;
	text-indent: -9999px;
}
	/********** 16x16 **********/
	td a.icon,
	td span.icon,
	ul.tree a.icon,
	ul.tree span.icon {
		background-repeat: no-repeat;
		background-position: 0 50%;
		padding-left: 22px;
		word-wrap: break-word;
		display: block;
		overflow: hidden;
	}
	.icon16.file { background-image: url(../images/icons/16x16/document_empty.png); }
	.icon16.folder { background-image: url(../images/icons/16x16/folder.png); }
	.icon16.folder.up { background-image: url(../images/icons/16x16/folders_explorer.png); }
	.icon16 { background-image: url(../images/icons/16x16/document_empty.png); }
	.icon16.jpg { background-image: url(../images/icons/16x16/file_extension_jpg.png); }
	.icon16.jpeg { background-image: url(../images/icons/16x16/file_extension_jpeg.png); }
	.icon16.png { background-image: url(../images/icons/16x16/file_extension_png.png); }
	.icon16.gif { background-image: url(../images/icons/16x16/file_extension_gif.png); }
	.icon16.psd { background-image: url(../images/icons/16x16/file_extension_psd.png); }
	.icon16.pdf { background-image: url(../images/icons/16x16/file_extension_pdf.png); }
	.icon16.html { background-image: url(../images/icons/16x16/file_extension_html.png); }
	.icon16.htm { background-image: url(../cms/images/icons/16x16/file_extension_htm.png); }
	.icon16.doc { background-image: url(../images/icons/16x16/file_extension_doc.png); }
	.icon16.txt { background-image: url(../images/icons/16x16/file_extension_txt.png); }
	.icon16.js { background-image: url(../images/icons/16x16/script_code.png); }
	.icon16.css { background-image: url(../images/icons/16x16/css.png); }
	.icon16.java,
	.icon16.groovy { background-image: url(../images/icons/16x16/cup.png); }
	.icon16.setting { background-image: url(../images/icons/16x16/key.png); }
	.icon16.template { background-image: url(../images/icons/16x16/layout.png); }

	.icon16.page { background-image: url(../images/icons/16x16/newspaper.png); }
	.icon16.home { background-image: url(../images/icons/16x16/home_page.png); }

	.notInMenu .icon16.page { background-image: url(../images/icons/16x16/page_white.png); }
	.inactive .icon16.page { background-image: url(../images/icons/16x16/page_red.png); }

	.icon16.category { background-image: url(../images/icons/16x16/folder.png);  }
	.icon16.article { background-image: url(../images/icons/16x16/text.png);  }

	/********** 32x32 **********/
	.icon32 { background-image: url(../images/icons/32x32/document_empty.png); }
	.icon32.jpg { background-image: url(../images/icons/32x32/file_extension_jpg.png); }
	.icon32.jpeg { background-image: url(../images/icons/32x32/file_extension_jpeg.png); }
	.icon32.png { background-image: url(../images/icons/32x32/file_extension_png.png); }
	.icon32.gif { background-image: url(../images/icons/32x32/file_extension_gif.png); }
	.icon32.psd { background-image: url(../images/icons/32x32/file_extension_psd.png); }
	.icon32.pdf { background-image: url(../images/icons/32x32/file_extension_pdf.png); }
	.icon32.html { background-image: url(../images/icons/32x32/file_extension_html.png); }
	.icon32.htm { background-image: url(../cms/images/icons/32x32/file_extension_htm.png); }
	.icon32.doc { background-image: url(../images/icons/32x32/file_extension_doc.png); }
	.icon32.txt { background-image: url(../images/icons/32x32/file_extension_txt.png); }
	.icon32.js { background-image: url(../images/icons/32x32/script_code.png); }
	.icon32.css { background-image: url(../images/icons/32x32/css.png); }
	.icon32.java,
	.icon32.groovy { background-image: url(../images/icons/32x32/cup.png); }

/********** FILELISTING: UL **********/
ul.files { list-style: none; }
.files li {
	width: 144px; height: 144px;
	float: left;
	margin: 0 20px 20px 0;
}

.files li div.selected div span {
	background: #4d90fe;
	color: #fff;
}

.files li > div {
	padding: 2px;
	border: 1px solid #e2e2e2;
	height: 138px;
	width: 138px;
	position: relative;
}
.files li div div {
	position: absolute; bottom: 2px; left: 2px;
	font-size: 12px;
	height: 60px;
	width: 108px;
	padding: 0;
}
.iframe .files li div div { width: 138px; }
.files li:hover > div {
	border-color: #dd4b39;
	background: -moz-linear-gradient(center top , #dd4b39, #d14836);
}
.files li > div.selected { border-color: #4D90FE; }
.files li a.editTiny,
.files li a.delete,
.files li a.editPicture,
.files li a.editCode {
	background: rgba(0,0,0, 0.3);
	color: #fff;
	text-decoration: none;
	font-family: 'WebSymbolsRegular';
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute; right: -30px;
}
.files li a.editTiny,
.files li a.editCode {
	border-bottom: 1px solid rgba(255, 255, 255, 0.75);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.files li a.editTiny { top: 0; }
.files li a.editCode { bottom: 0; right: 0; }
.files li a.edit.editCode { top: 0; right: -30px; }

.files .twoEditors a.edit.editCode {
	top: 30px; right: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.75);
	border-bottom: 0;
}
.files .twoEditors span.filedate,
.files .twoEditors span.filesize {
	width: 70px;
}
.files .noEditors span.filename { width: 126px; }

.iframe .files .twoEditors span.filedate,
.iframe .files .twoEditors span.filesize {
	width: 130px;
}
.iframe .files .noEditors span.filename { width: 126px; }

.files li a.delete { bottom: 0; }
.files a.editPicture {
	top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.files li a.editCode:hover,
.files li a.editTiny:hover,
.files li a.delete:hover,
.files li a.editPicture:hover {
	background-color: rgba(0,0,0, 0.6);
}

.files li div div span {
	display: block;
}
.files li div div span.filename {
	font-size: 10px;
	height: 20px;
	padding: 10px 0 0 8px;
	width: 96px;
	border-right: 4px solid transparent;
	background: rgba(255,255,255, 0.75);
	overflow: hidden;
	white-space: pre;
}
.iframe .files li div div span.filename { width: 130px; }
.files li div div span.filedate { font-size: 10px; }
.files li div div span.filesize { font-size: 10px; padding-bottom: 4px; }
.files li div div span.filedate,
.files li div div span.filesize {
	line-height: 13px;
	height: 13px;
	padding-left: 8px;
	background: rgba(255,255,255, 0.75);
}
.files li div div.image span.filedate,
.files li div div.image span.filesize { width: 109px; }
.files li div div.image span.filedate,
.files li div div.image span.filesize { width: auto; }
.iframe .files li div div.image span.filedate,
.iframe .files li div div.image span.filesize { width: 130px; }

.files li div span.file,
.files li div a.folder,
.files li div a.back {
	display: inline-block;
	text-indent: -9999px;
	width: 138px;
	height: 138px;
	background-color: #f1f1f1;
}

.files li div a.folder { background: #f1f1f1 url(http://static.tornado.no/cms/images/icons/folder.png) no-repeat 50% 25%; }
.files li div a.back { background: #f1f1f1 url(http://static.tornado.no/cms/images/icons/folders_explorer.png) no-repeat 50% 25%; }

/********** CODEMIRROR **********/
.CodeMirror-scroll.fullscreen { position: absolute; top: 0; left: 0; z-index: 600; padding: 0; }

/********** TREEVIEW (LIST) **********/
ul.tree { position: relative; }
ul.tree, ul.tree ul { list-style: none; }

.tree li > div { padding-left: 20px; }
.tree li li > div { padding-left: 40px; }
.tree li li li > div { padding-left: 60px; }
.tree li li li li > div { padding-left: 80px; }
.tree li li li li li > div { padding-left: 100px; }
.tree li li li li li li > div { padding-left: 120px; }
.tree li li li li li li li li > div { padding-left: 140px; }
.tree li li li li li li li li li > div { padding-left: 160px; }
.tree li li li li li li li li li li > div { padding-left: 180px; }
.tree li li li li li li li li li li li > div { padding-left: 200px; }
.tree li li li li li li li li li li li li > div { padding-left: 220px; }


.tree li { clear: both; }
.tree a { text-decoration: none; color: #000; }

.tree a.category,
.tree a.article,
.tree a.page { float: left; }

.tree .arrow,
.tree .actions a,
.tree a.menuTrigger {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	width: 30px;
	font-family: 'WebSymbolsRegular';
	color: #000;
	text-align: center;
	text-decoration: none;
}

.tree > li > div {  padding-left: 30px; }
.tree .arrow { float: left; }
.tree li > div:hover a.article,
.tree li > div:hover a.category { background-color: #f1f1f1; }

.tree .actions { float: right; }
.tree .actions a { margin: 0 10px; }

.tree a.menuTrigger {
	position: absolute;
	left: 0;
}

	/********** DRAG & DROP **********/
	.tree .dragging { background: #dd4b39; }

	.tree .afterDropPoint.dragging,
	.tree .beforeDropPoint.dragging,
	.tree .articleItem.dragging > div { background: #4d90fe; }
	.tree .articleItem.dragging > div a,
	.tree .pageItem.dragging > div a { color: #fff; }

	.tree li.selected > div { background: #ffa500; }
	.tree li.selected > div > a.article,
	.tree li.selected > div > a.category { background-color: transparent; }
	.tree > .beforeDropPoint { background-color: #fff; }
	.tree ul > li:last-child { background-color: #fff; }

	.tree li > div {
		border-bottom: 1px solid #e2e2e2;
		border: none;
		padding: 0 0 0 30px;
		line-height: 30px;
		cursor: move;
		min-height: 30px;
	}

	.tree .afterDropPoint,
	.tree .beforeDropPoint { height: 6px; min-height: 6px; }

.iframe .tree li > div { cursor: pointer; }

/**/
#modal { padding:  0; }

/**/
iframe {
	border: none;
	width: 100%;
	height: 98%;
}

.iframe .size.w12 {
	padding: 20px 12px;
}

/**/
#iframeToolbar {
	height: 33px;
	position: fixed; bottom: 0; left: 0;
	width: 100%;
	padding: 16px 0 0;
	background: #fff;
	border-top: 1px solid #e2e2e2;
}
#iframeToolbar span {

}
#iframeToolbar a {
	float: right;
	margin-right: 10px;
}
#iframeToolbar span {
	line-height: 33px;
	display: inline-block;
	font-weight: bold;
}
#iframeToolbar span span {
	font-weight: normal;
}

.iframeScroll {
	overflow-y: auto;
}

.iframeScroll li > div { cursor: pointer; }

.files li:hover > div.selected,
.iframeScroll .selected,
div.iframeScroll div.selected div span { background: #4d90fe; }

.iframe .gotToolbar { padding-bottom: 50px !important; }

.noLegend legend { display: none; }

/********** Notices **********/
menu {
	background: #fff;
	border: 1px solid #bebebe;
	box-shadow: 0 2px 4px rgba(0,0,0, 0.2);
	line-height: 27px;
	font: 13px/27px Arial,sans-serif;
	padding: 0;
	width: 200px;
	position: absolute; left: 20px; z-index: 100;
}
menuitem {
	border-top: 1px solid #d0d0d0;
	color: #666;
	background: #f0f0f0;
	padding: 10px 19px 10px 9px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 14px 50%;
	padding-left: 36px;
	background-color: #fff;
	cursor: pointer;
	display: block;
}
menuitem:hover { background-color: #f1f1f1; }
menuitem.delete { background-image: url(../images/icons/16x16/cross.png); }
menuitem.new.article { background-image: url(../images/icons/16x16/text.png); }
menuitem.new.category { background-image: url(../images/icons/16x16/folder_add.png); }
menuitem.new.page { background-image: url(../images/icons/16x16/newspaper_add.png); }
menuitem.home { background-image: url(../images/icons/16x16/home_page.png); }