/* BLOCK STRUCTURE */

.blockstructure_add {
	float: right; padding-left: 10px; cursor: pointer;
	color: #005DB4;
}
.blockstructure_add:hover {
	color: #000000;
}

.blockstructure_addRoot {
	font-size: 11pt; line-height: 11pt; height: 20pt;
	color: #000000;
}
.blockstructure_addRoot:hover {
	color: #005DB4;
	cursor: pointer;
}

.blockstructure_del {
	float: right; padding-left: 10px; cursor: pointer;
	color: #005DB4;
}
.blockstructure_del:hover {
	color: #000000;
}

.blockstructure_edit {
	float: right; padding-left: 10px; cursor: pointer;
	color: #005DB4;
}
.blockstructure_edit:hover {
	color: #000000;
}



/* PAGE STRUCTURE */

.pagestructure_add {
	float: right; padding-left: 10px; cursor: pointer;
	color: #005DB4;
}
.pagestructure_add:hover {
	color: #000000;
}

.pagestructure_addRoot {
	font-size: 11pt; line-height: 11pt; height: 20pt;
	color: #000000;
}
.pagestructure_addRoot:hover {
	color: #005DB4;
	cursor: pointer;
}

.pagestructure_del {
	float: right; padding-left: 10px; cursor: pointer;
	color: #005DB4;
}
.pagestructure_del:hover {
	color: #000000;
}

.pagestructure_edit {
	float: right; padding-left: 10px; cursor: pointer;
	color: #005DB4;
}
.pagestructure_edit:hover {
	color: #000000;
}


/* empty pages and blocks */

.empty_box {
	padding: 10pt;
	border: 1px solid #cccccc;
	border-radius: 5pt;
	margin-bottom: 10pt;
	overflow: auto;
}

.empty_box:hover {
	background-color: #eeeeee;
}

.empty_info {
	padding-top: 5pt;
	width: 70%;
	float: left;
}

.empty_title {
	font-size: 16pt;
	font-weight: bold;
}

.empty_description {
	margin-top: 6pt;
	margin-bottom: 6pt;
}

.empty_details {
	font-size: 9pt;
	color: #999999;
}

.empty_button {
	float: right;
	font-size: 12pt;
	cursor: pointer;
}



/* object selector */

.recordselector {
	font-size: 11pt;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.recordselector ul {
	padding: 0px;
	white-space: nowrap;
}

.recordselector ul li {
	list-style-type: none;
	padding: 0px;
	padding-left: 18px;
	margin: 0px;
	font-weight: normal;
	white-space: nowrap;
}

.recordselector ul li img {
	margin: 0px;
	padding: 0px;
	margin-right: 6px;
	cursor: pointer;
}

.recordselector ul li label {
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 1px;
}

.recordselector_clickable {
	cursor: pointer;
}
.recordselector_clickable:hover {
	background-color: #f5f5f5;
}

.recordselector ul li.recordselector_toplevel {
	list-style-type: none;
	padding: 0px;
	padding-top: 14px;
	cursor: pointer;
	font-weight: bold;
}

.recordselector ul li.recordselector_toplevel label {
	padding-bottom: 2px;
}

.recordselector ul li label img {
	margin: 0px;
}

.recordselector_pagewrapper {
	clear: both;
	overflow: auto;
}

.recordselector_pagelist {
	width: 30%;
	float: left;
}
.recordselector_pageview {
	width: 69%;
	float: right;
}




/* tree */

.simpletree {
	font-size: 11pt;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.simpletree ul {
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.simpletree ul li {
	list-style-type: none;
	padding: 0px;
	padding-left: 18px;
	margin: 0px;
	font-weight: normal;
	white-space: nowrap;
}

.simpletree ul li img {
	margin: 0px;
	padding: 0px;
	margin-right: 6px;
	cursor: pointer;
}

.simpletree ul li label {
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 1px;
}

.simpletree_clickable {
	cursor: pointer;
}
.simpletree_clickable:hover {
	background-color: #f5f5f5;
}

.simpletree ul li.simpletree_toplevel {
	list-style-type: none;
	padding: 0;
	cursor: pointer;
	font-weight: bold;
}

.simpletree ul li.simpletree_toplevel label {
	padding-bottom: 2px;
}

.simpletree ul li label img {
	margin: 0px;
}

.simpletree_context {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 900000;
	min-width: 200px;
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	padding: 3pt;
	color: #000000;
	font-size: 11pt;
}
.simpletree_contextheader {
	font-weight: bold;
	background-color: #dddddd;
	font-size: 12pt;
	padding: 5pt;
	margin-bottom: 3pt;
	clear: both;
	height: 16pt;
}
.simpletree_contextcontent {
}

.simpletree_contextitem {
	color: #666666;
	display: block;
	border-bottom: 1px dotted #cccccc;
	padding: 5pt;
	padding-top: 3pt;
	padding-bottom: 3pt;
}
.simpletree_contextitem:hover {
	background-color: #cccccc;
	color: #000000;
}



/* file manager */

.bfm_dirtree {
	font-size: 11pt;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow-x: auto;
	overflow-y: auto;
	height: 100%;
}

.bfm_dirtree ul {
	padding: 0px;
	white-space: nowrap;
}

.bfm_dirtree ul li {
	list-style-type: none;
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	font-weight: normal;
	white-space: nowrap;
	display: block;
}

.bfm_dirtree ul li img {
	margin: 0px;
	padding: 0px;
	padding-right: 4px;
	cursor: pointer;
}

.bfm_dirtree ul li label {
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
}

/*
.bfm_dirtree ul li label:hover {
	color: #666666;
}
*/

.bfm_dirtree ul li.bfm_dirtree_toplevel {
	list-style-type: none;
	padding: 0px;
	padding-top: 14px;
	cursor: pointer;
	font-weight: bold;
}

.bfm_dirtree ul li.bfm_dirtree_toplevel label {
	padding-bottom: 2px;
}

.bfm_dirtree ul li label img {
	margin: 0px;
}

.bfm_mainArea {
	height: 93%;
	overflow: auto;
}

.bfm_toolbar {
	margin: 0;
	width: 100%;
	height: 7%;
	border-bottom: 1px solid #cccccc;
	background-color: #666666;
}
.bfm_toolbar_pad {
	padding: 3px;
	padding-top: 5px;
	font-size: 14px;
	line-height: 14px;
}
.bfm_toolbar_pad button {
	height: 20px;
	font-size: 12px;
	line-height: 12px;
	margin-top: -3px;
}
.bfm_toolbar_pad select {
	height: 20px;
	font-size: 14px;
	line-height: 14px;
}

.bfm_files {
}

.bfm_centralpane {
	overflow: auto;
	padding: 10pt;
	background-color: #ffffff;
}


.bfm_uploads {
	margin: 0;
	width: 100%;
	height: 100%;
}
.bfm_uploads_pad {
	padding: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 26px;
	font-size: 14px;
	line-height: 14px;
}

.bfm_uploadItem {
	width: 90%;
	display: block;
	border: 0px;
	border-top: 1px solid #aaaaaa;
	padding: 3px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.bfm_uploadInfo {
	display: block;
	padding-bottom: 5px;
}

.bfm_progressBar {
	width: 100%;
	height: 8px;
	border: 1px solid #111;
	background-color: #292929;
	font-size: 10px;
}

.bfm_progressBar div {
	height: 100%;
	color: #fff;
	text-align: right;
	line-height: 8px; /* same as .bfm_progressBar height if we want text middle aligned */
	width: 0;
	background-color: #0099ff;
}

.bfm_cancel {
	cursor: pointer;
	float: right;
	margin-top: 13px;
	margin-bottom: -13px;
}

.bfm_uploadArea {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}



/* icons */

.bfm_moveStatus {
	background-color: #666666;
	color: #ffffff;
	padding: 3px;
	border-radius: 3px;
	z-index: 999999;
}

.bfm_hover {
	background-color: #2b6d9b;
	color: #ffffff;
}

.bfm_icon_selected {
	background-color: #CCFF99 !important;
	color: #000000 !important;
}

.bfm_chosen {
	border: 1px solid #003D00 !important;
}



/* gallery view */

.bfm_galleryIcon {
	width: 160px;
	height: 90px;
	display: inline-block;
	border: 1px solid #cccccc;
	padding: 10px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 10px;
	line-height: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	position: relative;
}

.bfm_galleryIcon .bfm_selector {
	float: right;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	cursor: cell;
}

.bfm_galleryIcon .bfm_previewPic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2pt;
	height: 70px;
}

.bfm_galleryIcon .bfm_iconName {
	display: block;
	text-align: center;
}

.bfm_galleryIcon .bfm_filesize {
	display: none;
}

.bfm_galleryIcon .bfm_pubdat {
	display: none;
}






.bfm_listIcon {
	position: relative;
	background-color: #fafafa;
	border-bottom: 1px solid #aaaaaa;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	line-height: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	overflow: auto;
	clear: both;
}

.bfm_listIcon .bfm_selector {
	position: absolute;
	top: 21px;
	left: 5px;
	width: 20px;
	height: 20px;
	cursor: cell;
}

.bfm_listIcon .bfm_previewPic {
	float: left;
	margin-left: 30px;
	margin-right: 20px;
	height: 56px;
}

.bfm_listIcon .bfm_iconName {
	display: block;
	float: left;
	padding-top: 20px;
	width: 45%;
}

.bfm_listIcon .bfm_filesize {
	display: block;
	float: left;
	padding-top: 20px;
	width: 10%;
}

.bfm_listIcon .bfm_pubdat {
	display: block;
	float: left;
	padding-top: 20px;
	width: 20%;
}



/* select */

.select_options_container {
	
}

.select_options_item {
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 6px;
	padding-top: 0px;
	margin-bottom: 7px;
	font-size: 9pt;
}

.select_options_item input {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	width: 30%;
}

.select_options_item .options_move {
	cursor: move;
	margin: 0;
	margin-top: 6px;
	margin-bottom: -6px;
	padding: 0;
	padding-right: 8pt;
}

.select_options_item .options_del {
	cursor: pointer;
	margin: 0;
	margin-top: 6px;
	margin-bottom: -6px;
	padding: 0;
	padding-right: 8pt;
}



/* slideshow */


.tamedit div.tamedit_slideshow {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	margin-top: 0pt;
	margin-bottom: 12pt;
	margin-left: 12pt;
	margin-right: 12pt;
	padding: 12pt;
	cursor: pointer;
}

.tamedit div.tamedit_slideshow:hover {
	border: 1px solid #aaaaaa;
}

.tamedit div.tamedit_slideshow img {
	width: 150px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}

.tamedit_slideshow_imgbox {
	border: 1px solid #cccccc;
	padding: 5px;
	width: 150px;
	height: 180px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

.tamedit_slideshow_editimg {
	width: 150px;
	height: 150px;
	margin-bottom: 6px;
}



/* galleria */

.tamedit div.tamedit_gallery {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	margin-top: 0pt;
	margin-bottom: 12pt;
	margin-left: 12pt;
	margin-right: 12pt;
	padding: 12pt;
	cursor: pointer;
}

.tamedit div.tamedit_gallery:hover {
	border: 1px solid #aaaaaa;
}

.tamedit div.tamedit_gallery img {
	width: 150px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}

.tamedit_gallery_imgbox {
	border: 1px solid #cccccc;
	padding: 5px;
	width: 150px;
	height: 180px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

.tamedit_gallery_editimg {
	width: 150px;
	height: 150px;
	margin-bottom: 6px;
}



/* linkselector */

.linkselector_holder {
	display: block;
	font-size: 10pt;
	border: 1px solid #666666;
	background-color: #ffffff;
	padding: 3pt;
	padding-left: 0;
	padding-right: 0;
	color: #999999;
	font-style: italic;
	margin: 0;
	width: 98%;
	overflow: auto;
}

.linkselector_left {
	padding-left: 3pt;
	display: block;
	float: left;
	padding-top: 5pt;
}

.linkselector_right {
	float: right;
	font-size: 10px;
	padding-right: 3pt;
}


/* uploads */

.upl_item {
	margin-top: 0;
	margin-bottom: 6px;
	border: 1px solid #cccccc;
	padding: 10px;
	background-color: #ffffff;
	color: #666666;
	overflow: auto;
	font-size: 9pt;
	line-height: 14pt;
}

.upl_remove {
	float: right;
	margin: 10px;
	cursor: pointer;
}

.upl_sort {
	float: right;
	margin: 10px;
	cursor: move;
}

.upl_thumbholder {
	width: 120px;
	height: 120px;
	text-align: center;
	border-right: 1px solid #cccccc;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}

.upl_thumbholder img {
	border: 0;
}