/* ---------------------------------------------------------
                           編輯模式樣式 
------------------------------------------------------------*/
.editBorder {
	border: 3px dashed #666;
}
/* ========== New Version's Block Styles ========== */
#Container {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#RightBlock, #CenterBlock, #LeftBlock {
	/*border: 2px dashed #999;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.bb_edit {
	position: relative;
	padding-bottom: 30px;
	/*margin: 10px;
	border: 1px dashed #DDD;*/
}
/* 頁面主題 */
.editSectionTitle {
}
.editSectionTitle .sectionNameModify {
	width: 220px;
	display: block;
	background: #06C;
	padding: 1px 5px;
	clear: both;
	margin: 0px;
	text-align: left;
}
.editSectionTitle .sectionNameModify > b {
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	padding-right: 10px;
	line-height: 1;
}
/* Container */
.editSide_b {
	height: auto;
	padding-bottom: 10px;
}
.editCenter_b {
	height: auto;
	padding-bottom: 10px;
}
a.editContainer {
	left: 0px;
	background: #666;
	color: #FFF;
	padding: 2px 6px;
	display: block;
	margin: 2px 2px 20px 2px;
	text-align: center;
}
a.editContainer:hover {
	background: #999;
}
a.editContainer > i {
	padding-right: 5px;
}
.editPanel {
	width: 28px;
	height: 28px;
	line-height: 26px;
	background: #06C;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	z-index: 1;
}
.editPanel .moveButton {
	cursor: move;
	color: #FFF;
	background: #06C;
}
.editBlockTitle {
	position: absolute;
	top: -2px;
	right: 0px;
	margin: 0px 0px 10px 0px;
	z-index: 1;
}
.editBlockTitle > b {
	text-align: center;
	padding: 5px 8px;
	margin: 0;
	cursor: pointer;
}
.editBlockTitle .dropdown-content {
    position: absolute;
	top: 100%;
    right: 0px;
    background-color: #06C;
    min-width: 120px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    z-index: 1;
	transition: all 0.25s ease ;
	-webkit-transition: all 0.25s ease ;
	-ms-transition: all 0.25s ease ;
	opacity: 0;
	padding: 0px 5px;
	
}
#Container [id^=bt_] .editBlockTitle {
	line-height: 1 !important;
	text-align: left;
	font-size: 18px;
}
.editBlockTitle:hover .dropdown-content {
	opacity: 1;
}
.editBlockTitle > b, .editBlockTitle a {
	background: #06C;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
a.editBlock {
	color: #FFF;
	padding: 0px 6px 0px 6px;
}
a.editBlock:hover {
	opacity: 0.95;
}
a.editBlock > i {
	font-size: 16px;
	color: #FFF;
}
a.deleteBlock {
	color: #FC0;
	background: #06C;
	padding: 0px 6px 0px 6px;
}
a.deleteBlock:hover {
	opacity: 0.95;
}
a.deleteBlock > i {
	font-size: 18px;
}
.blockModify {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}
.blockModify > b {
	width: 70px;
	text-align: center;
}
.blockModify > b, .blockModify a {
	float: left;
	background: #06C;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.blockModify:hover {
	cursor: pointer;
}
/* Footer */
.footerModify {
	width: 190px;
	display: block;
	background: #666;
	padding: 3px 6px;
	clear: both;
	margin-top: 10px;
}
.footerModify > b {
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	padding-right: 10px;
}
.right {
	text-align: right;
}
/* 當為編輯模式的類別 eBlock 樣式設定 */
.eBlock {
	padding: 0px;
	margin: 0px;
	color: #333;
	font-size: inherit;
}
.eBlock img {
	vertical-align: middle;
	display: inline-block
}
.eBlock p {
	font-size: inherit;
	color: #333;
}
/*.eBlock h3 {
	font-size: 1.25em;
	color: #333;
	margin: 0;
	padding: 20px 0px;
}
.eBlock ul, .eBlock li {
	color: #333;
	line-height: 1.75em;
	list-style-type: none;
}*/
.eBlock .e_blockTitle{
	padding: 0px 0px 10px 0px;
}
/* ========== system form style ========== */
.eBlock input, .eBlock select, .eBlock textarea {
	font: 14px Heiti TC, "微軟正黑體", "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
	padding: 3px;
}
.eBlock select {
	margin: 2px 0px;
}
.eBlock textarea {
	width: 99%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	resize: none;
}
.eBlock [type=checkbox] {
	width: 20px;
	height: 20px;
	position: relative;
	top: 2px;
}
.eBlock input[type=button], .eBlock input[type=submit], .eBlock input[type=reset] {
	overflow: visible;
	text-transform: none;
	border: 1px #CCC solid;
	background-color: #DDD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
	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);
	color: #333;
	border-radius: 3px;
	padding: 5px;
	margin: 5px 5px 5px 0px;
}
.eBlock input[type=button]:hover, .eBlock input[type=submit]:hover, .eBlock input[type=reset]:hover {
	background: #EEE;
}
.eBlock input[type=text] {
	display: inline-block;
	border: 1px solid #999;
	box-sizing: border-box;
	margin: 2px 0px;
}
/* system table style */
.eBlock table {
	border-spacing: 5px;
	width: 100%;
}
.eBlock th {
	background-color: #EEE;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	background-image: -webkit-linear-gradient(top, #FFF, #EEE);
	background-image: -moz-linear-gradient(top, #FFF, #EEE);
	background-image: -ms-linear-gradient(top, #FFF, #EEE);
	background-image: -o-linear-gradient(top, #FFF, #EEE);
	background-image: linear-gradient(to bottom, #FFF, #EEE);
	border-top: none;
	/*text-shadow: 0 1px 0 rgba(255,255,255,0.5);*/
	padding: 5px 8px;
	font-size: 16px;
	outline: 1px solid #CCC;
}
.eBlock tr {
	padding: 5px 8px;
	font-size: 16px;
}
.eBlock td {
	background: #FFF;
	padding: 5px 8px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.25);
	font-size: 15px;
}
/* ========== General Edit Style========== */
.editButton {
	clear: both;
}
caption {
	text-align: left;
}
.warn {
	margin: 10px 0px;
	border: 1px solid #ffeeba;
	background: #fff3cd;
	padding: 8px 10px;
	border-radius: 3px;
	display: block;
}
#SectionTitle .blockOption {
	font-size: 1em;
	display: block;
}
/* ========== For Color Picker Styles ========== */
.ColoPick {
	position: relative;
	width: 80%;
}
.ColorPick ul {
	margin: 0;
}
.ColorPick li {
	display: inline;
	list-style-type: none;
	padding: 0.25em;
}
.picker {
	z-index: 100;
	position: relative;
}
.picker table {
	width: 100%;
	border: 1px solid #333;
	box-shadow: 2px 3px 5px rgba(0,0,0,0.25);
	border-spacing: 1px;
}
.picker td {
	width: 0.8em;
	height: 0.8em;
	font-size: 1px;
	border: none;
	padding: 0;
}
.picker tr {
	border: none;
	padding: 0;
	margin: 0
}
.pickBlock {
	width: 50%;
	height: 2em;
	line-height: 2.5em;
	text-align: center;
}
.ColorPick input::-webkit-input-placeholder {
color: #CCC;
}
.ColorPick input:-moz-placeholder {
color: #CCC;
}
.ColorPick input::-moz-placeholder {
color: #CCC;
}
.ColorPick input:-ms-input-placeholder {
color: #CCC;
}
/* ========== CSS Property ========== */
.css_width {
	height: 75px;
	background: url(../../images/system/css_width.gif) no-repeat #ccf;
}
.css_height {
	height: 75px;
	background: url(../../images/system/css_height.gif) no-repeat #ccf;
}
.css_background-image {
	height: 75px;
	background: url(../../images/system/css_background.gif) no-repeat #ccf;
}
.css_margin {
	height: 75px;
	background: url(../../images/system/css_margin.gif) no-repeat #ccf;
}
.css_padding {
	height: 75px;
	background: url(../../images/system/css_padding.gif) no-repeat #ccf;
}
/* ========== For Block Layout Move ========== */
.blockMoving {
	width: 170px;
	position: relative;
	margin: 0px;
	height: 300px;
	display: inline-block;
}
.notice {/*color: #CC0000*/
}
