@charset "utf-8";
/*! Copyright (C) XEHub <https://www.xehub.io> */
/* @author XEHub <developers@xpressengine.com> */
/*csslint unqualified-attributes: false, display-property-grouping: false*/

/* Element Reset */
body,
table,
input,
textarea,
select,
button {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
body {
	position: relative;
	word-wrap: break-word;
}
a img {
	border: 0;
}
[hidden] {
	display: none;
}
.xe_content img {
	max-width: 100%;
	height: auto;
}
@media \0screen {
	img {
		max-width: none;
	}
}
.xe-clearfix:before,
.xe-clearfix:after {
	content: " ";
	display: table;
}
.xe-clearfix:after {
	clear: both;
}
.xe-clearfix {
	zoom: 1;
}

.xe-widget-wrapper {
	overflow: hidden;
}

/* Popup Menu Area */
#popup_menu_area {
	position: absolute;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	font-size: 12px;
	box-shadow: 0 0 6px #666;
	filter: progid: DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5);
	background: #fff;
}
#popup_menu_area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#popup_menu_area li {
	margin: 0;
	padding: 0;
	line-height: 1.25;
}
#popup_menu_area a {
	display: block;
	padding: 1px 3px;
	border-radius: 2px;
	text-decoration: none;
	color: #333;
}
#popup_menu_area a:hover,
#popup_menu_area a:active,
#popup_menu_area a:focus {
	color: #fff;
	background: #666;
}

/* Message */
.message {
	position: relative;
	margin: 1em 0;
	padding: 0 1em;
	border: 1px solid #ddd;
	border-radius: 4px;
	line-height: 1.4;
	font-size: 13px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #f8f8f8;
}
body>.message {
	margin: 1em;
}
.message p {
	margin: 1em 0 !important;
}
.message.info {
	border-color: #BCE8F1;
	color: #3A87AD;
	background-color: #D9EDF7;
}
.message.error {
	border-color: #EED3D7;
	color: #B94A48;
	background-color: #F2DEDE;
}
.message.update {
	border-color: #D6E9C6;
	color: #468847;
	background-color: #DFF0D8;
}

/* Waiting for server response */
.wfsr {
	z-index: 100;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font: bold 16px/60px "Helvetica Neue", Helvetica, Arial, 돋움, Dotum, sans-serif;
	color: #fff;
	opacity: .8;
	filter: alpha(opacity=80);
	box-shadow: 0 0 5px #000;
	background: #333 url("../../common/img/msg.loading.gif") no-repeat center 15px;
}
