@charset "utf-8";
/*! Copyright (C) NAVER <http://www.navercorp.com> */
/*! Copyright (C) DAOL Project <http://www.daolcms.org> */
/*csslint unqualified-attributes: false, display-property-grouping: false, universal-selector: false, gradients: false*/

/* Element Reset */
body,table,input,textarea,select,button {
	font-family:Tahoma,Geneva,sans-serif;
	font-size:12px;
}
body {
	word-wrap:break-word;
}
a img {
	border:0;
}
.xe_content img {
	height:auto;
	max-width:100%;
}
@media \0screen {
	.xe_content img {
		max-width:none;
	}
}

/* Button Area */
.btnArea {
	clear:both;
	margin:1em 0;
	text-align:right;
	zoom:1;
}
.btnArea:after {
	clear:both;
	content:"";
	display:block;
}
.btnArea .etc {
	float:left;
}

/* Button - Legacy Code (Don't use it. It will be removed as soon as possible.) */
.btn {
	display:inline-block;
	position:relative;
	vertical-align:middle;
}
.btn * {
	background-color:#666;
	border-radius:3px;
	border:1px solid;
	box-shadow:inset 0 0 1px #fff;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font-size:12px;
	font-weight:bold !important;
	height:24px;
	line-height:22px;
	margin:0;
	overflow:visible;
	padding:0 8px;
	text-decoration:none !important;
	text-shadow:0 -1px 0 #333;
	zoom:1;
}
.btn *[disabled=disabled] {
	opacity:.5;
	*filter:alpha(opacity=50);
}
.btn a, 
.btn *[type=button] {
	background-color:#eee;
	background:#eee -moz-linear-gradient(top,#fff,#ddd);
	background:#eee -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#ddd));
	border-color:#ccc;
	color:#333 !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#dddddd);
	text-shadow:1px 1px 0 #fff;
}
.btn *[type=submit] {
	background-color:#333 !important;
	background:#333 -moz-linear-gradient(top,#777,#000) !important;
	background:#333 -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#777),color-stop(0.5,#333),color-stop(0.5,#000)) !important;
	border-color:#666;
	color:#ffc !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#777777, endColorStr=#333333);
}
.btn a {
	height:22px;
}
.btn.medium * {
	font-size:16px;
	height:30px;
	line-height:28px;
	padding:0 12px;
}
.btn.medium a {
	height:28px;
}
.btn.large * {
	font-size:22px;
	height:36px;
	line-height:34px;
	padding:0 18px;
}
.btn.large a {
	height:34px;
}

/* Text Button */
input[type=submit].text,
input[type=button].text, 
button[type=submit].text,
button[type=button].text {
	background:none;
	border:0;
	color:#33a !important;
	cursor:pointer;
	margin:0 4px 0 0;
	overflow:visible;
	padding:0;
	text-decoration:underline;
}

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

/* Message */
.message {
	background:#f8f8f8;
	border-radius:5px;
	border:1px solid #ddd;
	font-size:12px;
	line-height:1.4;
	margin:1em 0;
	padding:0 1em;
}
.message p {
	color:#333;
	margin:1em 0 !important;
}
.message em {
	color:#e00;
	font-style:normal;
}
.message.info,
.message.error,
.message.update {
	padding-left:55px;
}
.message.info {
	background:#EDF9FF url(../../common/img/msg.Info.png) no-repeat 1em .5em;
	border-color:#E0E8EC;
}
.message.error {
	background:#FFECEC url(../../common/img/msg.error.png) no-repeat 1em .5em;
	border-color:#EFDCDC;
}
.message.update {
	background:#FFFDEF url(../../common/img/msg.update.png) no-repeat 1em .5em;
	border-color:#EAE9DC;
}

/* Waiting for server response */
.wfsr {
	background:#FFFDEF url(../../common/img/msg.loading.gif) no-repeat 1em .5em;
	border-radius:5px;
	border:1px solid #EAE9DC;
	display:none;
	font-size:12px;
	font-weight:bold;
	left:0;
	line-height:1.4;
	margin:1em;
	padding:1em 1em 1em 55px;
	position:fixed;
	top:0;
	z-index:9999999;
}

/* Waiting for server response - Modal Window */
.wfsr_fog {
	left:0;
	_height:100%;
	min-height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:100;
}
.wfsr_fog .bg {
	background:#000;
	_background:none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	height:100%;
	opacity:.5;
	position:fixed;
	width:100%;
	z-index:2;
	zoom:1;
}
.wfsr_fog .ie6 {
	border:0;
	filter:alpha(opacity=0);
	height:100%;
	left:0;
	opacity:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
}
