/**************************************/
/******* KLIK CMS STYLES **************/
/**************************************/

/* ############## */
/* allgemein */
/* ############## */

pre.use-tabs { font-family: inherit; }

div.ecics_script {
	border:1px solid blue;
	background:#b2b2b2;
	padding:1px 3px;
	height:20px;
}

p.error {
	color:#f00;
}

.ecics-button {
	border:1px solid #4c4c4c;
	color:#222;
	background:#fff;
	margin:2px 8px;
	padding:2px 7px 1px 3px;
	font-weight:normal;
	font-size:11px;
	font-family:Verdana;
	text-decoration:none;
	cursor:pointer;
}
.ecics-button:hover { background:#eee; }
.ecics-button .ui-icon { float:left; margin:-2px 3px 0 0; }
*+html .ecics-button .ui-icon { display:none; } /* IE7 */
* html .ecics-button .ui-icon { display:none; } /* IE6 */
.ecics-button .ui-icon-loading { background:url(/central/js/jqueryui/images/ui-anim_basic_16x16.gif) no-repeat; }

.ecics-input-text {
	border:1px solid #4c4c4c;
	border-radius: 2px;
	height:16px;
	padding: 2px;
	margin:0 5px 0 0;
}
select.ecics-input-text { height:auto; padding:1px; }
.edit_tab table .ecics-input-text { margin-bottom:4px; }

.ecics-btn, .ui-widget .ecics-btn {
	border-radius:2px;
	border:1px solid #4c4c4c;
	color:#222;	
	margin:0 5px 0 0;
	padding:0;
	font-weight:normal;
	font-size:11px;
	font-family:Verdana;
	text-decoration:none;
	cursor:pointer;
	display:inline-block;
	position:relative;
	overflow:visible;
	text-align:center;
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image:    -moz-linear-gradient(top, #fff, #ddd);
	background-image:     -ms-linear-gradient(top, #fff, #ddd);
	background-image:      -o-linear-gradient(top, #fff, #ddd);
	background-image:         linear-gradient(to bottom, #fff, #ddd);
	
}
input.ecics-btn {
	height: 21px;
	line-height: 15px;
	padding: 2px 7px;
}
.ecics-btn.submit {
	margin:15px 30px 15px 0;
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #fff, #CAE1F4);
	background-image:    -moz-linear-gradient(top, #fff, #CAE1F4);
	background-image:     -ms-linear-gradient(top, #fff, #CAE1F4);
	background-image:      -o-linear-gradient(top, #fff, #CAE1F4);
	background-image:         linear-gradient(to bottom, #fff, #CAE1F4);
}
.ecics-btn.disabled {
	background:#eee;
	border-color:#aaa;
	color:#aaa;
	cursor:auto;
}
.ecics-btn.disabled .ui-icon {
	opacity:0.4;
}
button.ecics-btn::-moz-focus-inner, input.ecics-btn::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ecics-btn .button-text {
	display:block;
	line-height:13px;
	padding:3px 7px 4px;
}
.ecics-btn .ui-icon + .button-text { padding-left:24px; }
.ecics-btn.btn-icon-only .ui-icon + .button-text { padding-left:7px; width:6px; height:13px; text-indent: -9999px; }
.ecics-btn:hover { background:#eee; }
.ecics-btn.submit:hover { background:#D7E7F4; }
.ecics-btn .ui-icon {
	margin: 1px 0 0 4px;
	position: absolute;
}
.ecics-btn.btn-icon-only .ui-icon {
	margin: 1px 0 0 2px;
}
.ecics-btn .ui-icon-loading { background:url(/central/js/jqueryui/images/ui-anim_basic_16x16.gif) no-repeat; }
.ecics-btn .ui-icon-empty { background:none; }

.ecics-split-btn { position:relative; display:inline-block; line-height:normal; }
.ecics-split-btn .split-main { border-radius: 2px 0 0 2px; margin:0; }
.ecics-split-btn .split-elm { border-radius: 0 2px 2px 0; margin:0 0 0 -1px; }
.ecics-split-btn .hidden-btns { display: none; position:absolute; left:0; right:0; padding:0; box-shadow:0 5px 8px 0px #000; z-index: 1; }
.ecics-split-btn .hidden-btns .ecics-btn { width:100%; border-radius:0; text-align:left; padding:1px 0; }

input.ecics-checkbox {
	margin: 7px 5px 1px 0;
	padding: 0;
	vertical-align: text-bottom;
}
input.ecics-radio {
	margin: 7px 5px 2px 0;
	padding: 0;
	vertical-align: text-bottom;
}


div#ecics_functions_top {
	width:100%;
	position:fixed;
	top:0;
	left:0;	
	z-index:99;
}
* html div#ecics_functions_top {
	position:absolute;
	left: 20px;
	top: 0px;
}



div#user-info-area {
	min-height:20px;
}
div#user-info-fixed {
	position:fixed;
	left:0;
	right:0;
	background:#555;
	padding:6px 10px 8px;
	color:#fff;
	font-family:Verdana, sans-serif;
	font-size:11px;
	line-height:16px;
	z-index:99;
}
div#user-info-fixed a { color:#fff; text-decoration:underline; font-weight: normal; }
div#user-info-fixed-inner { margin:0 auto; max-width:980px; }

/* allgemein - zu ueberarbeiten */

.ecics_input_text {
	border: 1px solid #007BB3;
	background-color: #ffffff;
	margin: 0px 5px 5px 0px;
	padding: 1px 2px;
	vertical-align: middle;
	font-size: 12px;
}

.ecics_textarea {
	border: 1px solid #007BB3;
	background-color: #ffffff;
}

.ecics_checkbox {
	margin-right:3px;
	vertical-align:text-bottom;
}

.ecics_hr {
	width:95%;
	height: 1px;
	overflow: hidden;
	margin: 5px auto;
	clear:both;
	background-color:#999999;
}


/* allgemein deprecated */

.ecics_button {
	margin: 2px 8px; 
	background: #FFFFFF;
	border:1px solid #007BB3;
	color: #007BB3!important;
	font-size: 11px;
	padding: 1px 5px !important;
	font-weight: normal !important;
	text-decoration: none !important;
	cursor:pointer;
}
a.ecics_button { line-height: 160%; }

.ecics_small_button {
	width: 100px;
	margin: 0 8px; 
	background: #FFF;
	border:1px solid #007BB3;
	color: #007BB3 !important;
	font-size: 11px;
	padding: 1px 5px !important;
	font-weight: normal !important;
	text-decoration: none !important;
	cursor:pointer;
}

.ecics_broad_button {
	width: 130px;
	margin: 0px 8px 0px 8px; 
	background: #FFFFFF;
	border: 1px solid #007BB3;
	color: #007BB3 !important;
	font-size: 11px;
	padding: 1px 5px 1px 5px !important;
	font-weight: normal !important;
	text-decoration: none !important;
	cursor:pointer;
}


/* ############## */
/* website_view_page */
/* ############## */


div#view_page_container {
	padding: 0 0 5px;
	background:url(/central/images/admin/bg_view_page_container.png) no-repeat bottom center; /* #CAE1F4 */
	text-align: left;
	overflow:hidden;
	width:850px;
	margin:0 auto;
}

div#view_page_publish_container {
	text-align: center;
	padding:0 0 2px;
}

span#view_page_online_text {
	color: #43a051;
}

span#view_page_version_offline_text {
	font-weight: bold;
	color: #ff8b00;
}

span#view_page_offline_text {
	font-weight: bold;
	color: #ff0000;
}

div#view_page_ask_for_release_container {
	width:95%;
	margin:0 auto;
	overflow:hidden;
	display: none;
	padding: 5px 1%;
	background: #CAE1F4;	
	text-align: center;
}

textarea#view_page_ask_for_release_message {
	width: 400px;
	height: 48px;
}

/* ############## */
/* WEBSITE_WEBSITE_CHANGE   */
/* ############## */

div#website_change_container {
	padding: 0 0 5px;
	overflow:hidden;
	display: block;
	text-align: left;
	background:url(/central/images/admin/bg_view_page_container.png) no-repeat bottom center; /* #CAE1F4 */	
	width:850px;
	margin:0 auto;
}

table.ecics_admin_buttons { width: 95%; margin: 5px auto 0; }
table.ecics_admin_buttons td { width: auto;	text-align: center; }

/*** Editor ***/
.edit_wysiwyg_1 > .edit_tab { margin-bottom:18px; }
.content_area_edit_box .defaultSkin table.mceLayout { border-width:0; margin:1px 0; outline:1px solid #ccc; }
.content_area_edit_box .defaultSkin table.mceLayout td.mceIframeContainer { border:0; }
/* body > .mceListBoxMenu, body > .mceSplitButtonMenu, body > .mce_forecolor, body > .mce_backcolor { position:fixed !important; } */
#ext_toolbar_placeholder { margin:0 10px; background:#f0f0ee; }

#layout_box_insert_box, #content_box_insert_box, #clipboard_insert_box { display:inline-block; border:1px solid #ccc; margin:8px 0 8px 8px; width:270px; vertical-align:top; color:#333; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
*+html #layout_box_insert_box, *+html #content_box_insert_box, *+html #clipboard_insert_box { float:left; display:block; } /*  IE7 */
#layout_box_insert_box .header, #content_box_insert_box .header, #clipboard_insert_box .header { background:#ccc; padding:1px 2px; }
#layout_box_insert_box .content, #content_box_insert_box .content, #clipboard_insert_box .content { padding:2px; }
#boxes_insert_box select { max-width:265px; }
*+html #boxes_insert_box select { width:265px; } /*  IE7 */
#boxes_insert_box button { margin:4px 2px 2px; width:200px; }
#boxes_insert_box #clipboard_insert_box button { width:80px; margin:4px 10px 2px 2px; }

#page_meta_box { border:1px solid #4c4c4c; background:#f8f8f8; margin:10px 0; }
#page_meta_box .header { background:#ccc; padding:3px 5px; cursor:pointer; }
#page_meta_box .header .ui-icon { float:left; margin:0 3px 0 0; }
#page_meta_box .content { padding:5px; }


/* Ansicht der LayoutBox */
.layout_box { border-bottom:1px solid transparent; background:transparent; padding:0; }
.layout_box .layout_inner_box { background:transparent; }
.layout_box .layout_box_functions_bar { border-bottom:1px solid #ddd; padding:5px 2px 0; margin:0; /* background:white; */ } 
.layout_box .layout_box_functions_bar span.lbtab { border:solid #ddd; border-width:1px 1px 0; background:#f8f8f8; display:inline-block; margin:0 4px 0 0; padding:0 3px; cursor:pointer; vertical-align:bottom; }
.layout_box .layout_box_function_move.lbtab { cursor:move; }
.layout_box .layout_box_functions_bar .ui-icon { background-image:url(/central/js/jqueryui/images/ui-icons_dddddd_256x240.png); }
/* Aenderungen wenn active */
.layout_box.active { border-bottom:1px solid #4c4c4c; background:#ddd; /* margin:0 0 10px; */ }
.layout_box.active > div.layout_inner_box { background:#bbb; min-height:10px; }
.layout_box.active > .layout_box_functions_bar { border-bottom:1px solid #4c4c4c; } 
.layout_box.active > .layout_box_functions_bar span.lbtab {  border:solid #4c4c4c; border-width:1px 1px 0; background:#e7e7e7; }
.layout_box.active > .layout_box_functions_bar .ui-icon { background-image:url(/central/js/jqueryui/images/ui-icons_222222_256x240.png); }

body.ecics-layoutboxhelper-hide .layout_box { border-bottom:0 none; }
body.ecics-layoutboxhelper-hide .layout_box .layout_box_functions_bar { display: none; }

/* edit der ContentBoxen */
.edit_form { border:1px solid #4c4c4c; background:#e7e7e7; padding:6px 4px; margin:0 0 20px; }
.edit_wysiwyg_1 .edit_tab textarea { width:100%; height:100px; border:0; }
.edit_headline_1 .edit_tab input { margin:2px; width:97%; }
.edit_headline_2 .edit_tab input { margin:2px; width:97%; }
.edit_headline_3 .edit_tab input { margin:2px; width:97%; }
.edit_headline_4 .edit_tab input { margin:2px; width:97%; }

/* Allg. Admin fuer ContentBoxen */
.content_area_edit_box .content_box { position:relative; } /* wegen edit_layer? */
.content_box_functions_bar { padding:5px 2px 0; border-bottom:1px solid #4c4c4c; display:none; background:#fff; position:absolute; left:0; top:-23px; color:#111; min-width:180px; font-size:12px; line-height:16px; font-family:Arial, sans-serif; }
.content_box.active .content_box_functions_bar { display:block; } 
.content_box_functions_bar span.cbtab { display:inline-block; border:1px solid #4c4c4c; background:#e7e7e7; margin:0 3px; border-width:1px 1px 0; padding:0 3px; cursor:pointer; vertical-align:bottom; }
.content_box_functions_bar .ui-icon { float:left; vertical-align:bottom; }

.content_box .view_tab { min-height:5px; } /* damit leere Elemente sichtbar werden */

.edit_layer { position:absolute; z-index:20; left:0; bottom:0; cursor:pointer; }
.content_box.active .edit_layer { background:#777; opacity:0.4; filter:alpha(opacity=40); }

div.cb-empty { padding:20px 0; text-align:center; background:url(/central/images/bg_lines.png) repeat; }
div.cb-error { padding:20px 0; text-align:center; color:red; font-weight:bold; background:url(/central/images/bg_lines.png) repeat; }

/* templates fuer layout- und content-Boxen */
#templates_container { }
#layout_templates_box { height:0; width:0; overflow:hidden; }
#content_templates_box { height:0; width:0; overflow:hidden; }
/* clipboard templates */
#clipboard_container { height:0; width:0; overflow:hidden; }

/* drop boxen und helper */
.drop-box { height:10px; margin:2px 0; border:1px dashed #eee; display:none; }
.drop-box.show { display:block; }
body.ecics-dropbox-visible .drop-box { visibility: hidden; display:block; }
body.ecics-dropbox-visible .drop-box.show { visibility: visible; }
.drop-box.active { border:1px dashed #E78F08; background:#FFF0A5; }
.drop-box.hover { background:#F7B850; }
.drag-helper { border:1px solid #E78F08; background:#FFF0A5; width:200px; padding:0 3px; z-index:100; color:#444; }
#clipboard_script .drop-box { height:auto; padding:2px; display:none; }
#clipboard_script .drop-box.show { display:block; }

.ecics_editor_field { border:0; width:100%; min-height:100px; outline:1px solid #ccc; }

/* ############## */
/* ADMIN FUNCTIONS   */
/* ############## */

/******* headlines **********/
h1.ecics_h1 {
	font-size:20px;
	color:#333;
	margin:0px;
	font-weight:normal;
	line-height:24px;
	padding:0;
}
h2.ecics_h2 {
	font-size:14pt;
	color:#333333;
	margin:0px;
}

/******* links **********/
.ecics_link {}
	
/******* boxes **********/
div.ecics_box {
	margin:0 0 15px 0;
	background-color:#CAE1F4;
	padding:10px;
	font-family:Verdana, sans-serif;
	font-size:12px;
	line-height:16px;
}
.ecics_box.text_small {
	font-size:12px;
}

/******* tables **********/

table.ecics_table {
	border-collapse:collapse;
	margin:0 0 15px 0;
	font-family:Verdana, sans-serif;
	font-size:12px;
	line-height:16px;
	background:#fff;
}
.ecics_box .ecics_table { background:transparent; }
.ecics_table.full_width {
	width:100%;
}
.ecics_table.text_small {
	font-size:12px;
}

table.ecics_table th, table.ecics_table td table.ecics_table th {
	border-top:1px solid silver;
	padding:5px;
	background-color:#aecde7;
	font-weight:bold;
	text-align:left;
}
table.ecics_table td , table.ecics_table td table.ecics_table td {
	border-bottom:1px solid silver;
	border-top:1px solid silver;
	padding:5px;
}
table.ecics_table td.label-top {
	vertical-align: top;
	padding-top:7px;
}

table.ecics_table td.al_center {
	text-align:center;
}

table.ecics_table td.nw {
	white-space: nowrap;
}

/* zuruecksetzen bei tabellen in einer ecics_table */
table.ecics_table td table { margin:0; }
table.ecics_table td table th { border:0; padding:0; background:transparent; }
table.ecics_table td table td { border:0; padding:0; }	

/******* form elements **********/
input.ecics_toggle_button {
	vertical-align:middle;
	margin:0 5px;
	padding:0 0 2px 0;
}

.pointer {
	cursor:pointer;
}
.nopointer {
	cursor:default;
}

/* ###### */
/* dforms */
/* ###### */

.input_dforms_text { width:98%; }

/* ############## */
/* buergerservice */
/* ############## */

.vb_element * h1 {
	font-size:18pt; 
	font-weight:normal; 
	margin:12px 0 8px 0;
}
.vb_element * h2 { 
	font-size:11pt; 
	font-weight:bold; 
	margin:15px 0 5px 0; 
}

div.bs_glossar_box { padding:5px 10px; background:#fff; min-height:290px; }
div.bs_glossar_box p.title { margin:5px 0 15px; font-weight:bold; }

div.bs_area {
	float:left;
	padding:14px 12px 15px 15px;
	border-right:1px solid #D1D2CF;
	width:543px;
	overflow:hidden;
}	
.bs_area * h1 {
	font-size:18pt; 
	color:#000; 
	font-weight:normal; 
	margin:12px 0 8px 0 !important;
}
.bs_area * h2 { 
	font-size:11pt; 
	color:#000; 
	font-weight:bold; 
	margin:15px 0 5px 0; 
}

div.ll_suche, div.vb_suche {
	padding:10px;
}

div.ll_element, div.vb_element {
}
div.ll_element * p, div.vb_element * p {
	padding:3px 0;
}

div.ll_list_element { 
	margin:5px 0 0 0;
}
div.ll_list_element img { 
	margin:0 4px 1px 0;
	vertical-align:middle;
}
div.ll_list_element img.link {
	cursor:pointer;
}
div.ll_subtree {
	margin-left:20px; 
}

div.ll_freigabe, div.vb_freigabe {
	font-size:7pt;
	margin:20px 0;
}

/* ################## */
/* END buergerservice */
/* ################## */

/* ################## */
/*  ecicsbox - sdlg   */
/* ################## */

#sdlg-body { height:100%; background:#fff; font-family:verdana; font-size:11px; }

.sdlg-body a { text-decoration:underline; font-weight:normal; color:#333; }
.sdlg-body a:hover { text-decoration:underline; font-weight:normal; color:#333; } 
.sdlg-body form { display:inline; }

#sdlg_main { height:auto; width:100%; }
#sdlg_navi { overflow:hidden; position:fixed; background:#333; width:100%; height:30px; border-bottom:2px solid #fff; }


.sdlg_navi_tab { display:inline; }
.sdlg_navi_tab a { display:inline-block; margin:8px 8px 0; width:120px; border:1px solid #bbb; border-bottom:1px solid #333; background:#ddd; padding:2px 6px 3px;  text-align:center; color:#333; text-decoration:none; font-size:12px; }
.tab_active a { border-bottom:2px solid #fff; background:#fff; font-weight:bold; padding:3px 6px 2px; }
.sdlg_navi_tab a:hover { background:#fff; text-decoration:none; }

#sdlg_content { overflow:hidden; padding-top: 32px; }

#sdlg_content h1 { background:#eee; margin:3px 4px 5px; -moz-border-radius:5px; padding:6px 5px 3px; font-size:18px; line-height:22px; border:0; text-transform:none; color:#333; }
#sdlg_content h1 .info { font-size:11px; }

#sdlg_content #help_div { display:none; line-height:150%; }

.ecics_dlg_box { background:#eee; margin:3px 4px 5px; -moz-border-radius:5px; padding:2px 5px; }

/*deprecated*/
.ecics_dlg_header { font-weight:bold; font-size:16px; padding:5px; }

/* ################## */

/* slideshow - bilderliste */
#imglist .ui-state-highlight { display:inline-block; margin:5px; height:158px; width:138px; }


/* fuer sitemap-suche highlight-element */
.list_search_highlight {
	background:#ffa;
}


#my_navi {
	z-index:95; /* wegen view_page_container */
}



table.ecics_table_images {
	width:100%;
	border-collapse:collapse;
	margin:0px auto 0px auto;
}

table.ecics_table_images th {
	border-top:1px solid silver;
	padding:3px;
	font-size:10px;
	background-color:#CAE1F4;
	text-align:right;
}

table.ecics_table_images td {
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	padding:3px;
	font-size:10px;
}


/*** 090625 asl ***/

div#ecics_asl ul.ecics_asl, div#ecics_asl ul.ecics_asl ul { margin:0; padding:0; }
div#ecics_asl ul.ecics_asl li { list-style-type:none; margin:0; padding:0; line-height:17px; font-size:12px; }

div#ecics_asl ul.ecics_asl li div { display:table; }

div#ecics_asl ul.ecics_asl img.link { margin:3px; vertical-align:top; cursor:pointer; }
div#ecics_asl ul.ecics_asl img.doc { vertical-align:top; }
div#ecics_asl ul.ecics_asl span.is_list_text { color:#ccc; line-height:17px; }
div#ecics_asl ul.ecics_asl span.item { display:table-cell; padding:0 0 5px; vertical-align:top; }
/* *:first-child+html ul.ecics_asl span.item { display:inline-block; min-height:15px; vertical-align:top; overflow:hidden; } */
div#ecics_asl ul.ecics_asl span.item a { color:#333; font-weight:normal; text-decoration:underline; }
div#ecics_asl ul.ecics_asl span.info-box { margin:0 4px -1px 0; background:#69c; display:inline-block; vertical-align:top; padding:0 1px; }
div#ecics_asl ul.ecics_asl span.info { display:inline-block; width:17px; height:17px; vertical-align:top; margin:0 1px; }
div#ecics_asl ul.ecics_asl span.no-vr { background:url(/central/images/sm_lock_closed_white.png) no-repeat; } /* no view right */
div#ecics_asl ul.ecics_asl span.time-white { background:url(/central/images/sm_time_white.png) no-repeat; } /* time */
div#ecics_asl ul.ecics_asl span.time-red { background:url(/central/images/sm_time_red.png) no-repeat; } /* time */
div#ecics_asl ul.ecics_asl span.time-yellow { background:url(/central/images/sm_time_yellow.png) no-repeat; } /* time */
div#ecics_asl ul.ecics_asl span.time-green { background:url(/central/images/sm_time_green.png) no-repeat; } /* time */
div#ecics_asl ul.ecics_asl span.type-forward { background:url(/central/images/sm_type_forward.png) no-repeat; } /* page-type forward */
div#ecics_asl ul.ecics_asl span.type-dform { background:url(/central/images/sm_type_dform.png) no-repeat; } /* page-type dform */
div#ecics_asl ul.ecics_asl span.type-mirror { background:url(/central/images/sm_mirror_red.png) no-repeat; } /* page-type mirror */
div#ecics_asl ul.ecics_asl span.mirror-mainpage { background:url(/central/images/sm_mirror_white.png) no-repeat; } /* mirror mainpage */
div#ecics_asl ul.ecics_asl span.mirror-subpage { background:url(/central/images/sm_mirror_gray.png) no-repeat; } /* mirror subpage */

ul.ecics_asl span.bg { display:table-cell; width:18px; }
* html div#ecics_asl span.bg { display:inline-block; vertical-align:top; height:20px; } 
*:first-child+html ul.ecics_asl span.bg { display:inline-block; min-height:20px; vertical-align:top; }
ul.ecics_asl span.bg.no { background:url(/central/images/sm_bg_no.png) no-repeat top left; }
ul.ecics_asl span.bg.cross { background:url(/central/images/sm_bg_cross.png) no-repeat top left; }
ul.ecics_asl span.bg.end { background:url(/central/images/sm_bg_end.png) no-repeat top left; }
ul.ecics_asl span.bg.open { background:url(/central/images/sm_bg_open.png) no-repeat top left; }
ul.ecics_asl span.bg.close { background:url(/central/images/sm_bg_close.png) no-repeat top left; }

/*** 090625 asl ***/


/*** 100226 swfupload ***/

.progressUploading { background:#fff54a; }
.progressError { background:#c00; }
.progressDone { background:#7db84e; }

/*** 100226 swfupload ***/

/*** 20100227 image_resize ***/

.resize_overlay_box {
	position:absolute;
	background:#fff;
	z-index:3;
	font-family:Verdana;
	color:#000;
	width:auto;
	-moz-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	font-size:10px;
}

#resize_header {
	top:15px;
	left:15px;
	padding:3px 10px;
}
#resize_header .header { font-size:20px; line-height:24px; }
#resize_header .preview_box { margin-top:5px; }
#resize_header input { vertical-align:middle; }

#resize_property {
	padding:5px;
	top:15px;
	right:15px;
	width:240px;
}
#resize_property .header { font-weight:bold; margin:0 0 10px; font-size:12px; }
#resize_property .sub_header { font-weight:bold; margin:10px 0 5px; }
#resize_property input { width:30px; font-size:11px; border:1px solid #999; margin:0 2px 0 5px; }
#resize_property select { font-size:11px; width:170px; border:1px solid #999; margin:0 0 0 5px; }

#resize_property .img_size { margin-bottom:8px; }

#resize_property .extra_link { float:right; }
#resize_property .extra_link a { color:#555; }

#resize_property .flag_box { margin:12px 0; }
#resize_property .flag_box input { vertical-align:text-bottom; margin:0 5px 0 10px; width:auto; border:0; padding:0; }
#resize_property .btn_box { margin:12px 0 7px; text-align:center; }

.resize_slider { margin:4px 5px 8px; height:5px; }

#move_overlay_box { position:absolute; top:0; left:0; width:100%; height:100%; cursor:move; z-index:3; }

/*** 20100227 image_resize ***/

/*** 20151019 Magnific Popup CSS ***/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-content .default-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  font-size: 13px;
  line-height: 120%;
}
.default-popup p {
	margin: 0.4em 0;
}
.default-popup p.title {
	font-size: 160%;
	margin-bottom: 0.6em;
}

/*** 20151019 Magnific Popup CSS ***/