@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");
@import url("upload.css");
@import url("replace.css");

select#smart_directory {
	position: absolute;
	top: 48px;
	right: 6px;
	z-index: 10;
	padding: 1px 3px;
	width: 226px!important;
	width/**/: 232px;

}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#printable {
	display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	height: 40px;
	border-bottom: solid 1px #000000;
	background-color: #1B1B1B;
	position: relative;
	background-image: url(../images/header.gif);
}
div#header h1 {
	padding: 5px;
}
div#header ul {
	position: absolute;
	top: 18px;
	left: 30px;
	height: 22px;
}
div#header ul li {
	float: left;
	height: 22px;
	width: 62px;
}
div#header ul li img {
	display: inline;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	border-top: solid 1px #535353;
	clear: both;
	text-align: left;
}
hr#eof {
	clear: both;
	visibility: hidden;
	height: 1px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents_wrapper {
	padding: 0px 240px 0px 0px;
}
div#contents_main {
	padding: 5px;
}
div#contents_main textarea {
	width: 99%;
	height: 500px;
	font-size: 12px;
	line-height: 20px;
	/*padding: 10px 10px 10px 35px;*/
	padding: 10px;
	background-image: url(../images/textarea.gif);
	background-position: -10px -10px;
	background-attachment: scroll;
	overflow: auto;
}
textarea#textarea_main_wrap {
	position: absolute;
	top: 47px;
	left: 5px;
	display: none;
}
div#live_preview_wrapper {
	position: absolute;
	top: 55px;
	left: 5px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	background-color: #009900;
	border: solid 1px #008800;
	z-index: 100;
	overflow: hidden;
	display: none;
	background-image: url(../images/window.png);
	background-repeat: no-repeat;
	background-position: top right;
	_background-image: none;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #009900;
	scrollbar-arrow-color: #009900;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #009900;
	box-shadow: 0px 2px 10px #009900;
	-webkit-box-shadow: 0px 2px 10px #009900;
	-moz-box-shadow: 0px 2px 10px #009900;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div#live_preview_wrapper_line {
	background-image: url(../images/screen_line.png);
	_background-image: none;
}
div#live_preview_inner {
	color: #FFFFFF;
	padding: 15px;
	font-size: 8px;
	line-height: 1.5em;
	text-shadow: 8px 8px 2px #007700;
}
div#contents_main textarea.loading {
	background-image: none;
}
div#contents_main textarea.complate {
	background-image: url(../images/textarea.gif);
}
div#contents_foot {
	height: 25px;
	background-image: url(../images/foot.gif);
	background-position: bottom;
}
div#footer ul li {
	float: left;
	font-size: 10px;
	padding: 0px 10px 0px 10px;
	color: #CCCCCC;
}
div#footer ul li span {
	color: #FFFFFF;
}
img#save {
	margin: 2px 7px 0px 0px;
	float: right;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 06.sidebar style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#sidebar {
	float: right;
	width: 239px!important;
	width/**/: 240px;
	border-left: solid 1px #959595;
	overflow: auto;
}
div#sidebar ul {
	padding: 36px 0px 0px 0px;
	background-image: url(../images/list.gif);
}
div#sidebar ul li {
	height: 18px;
	overflow: hidden;
	cursor: pointer;
}
div#sidebar ul li span {
	display: block;
	color: #CCCCCC;
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	height: 18px;
}
div#loading_screen {
	position: absolute;
	overflow: hidden;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
img#loading_proccess_image {
	position: absolute;
}
div#se {
	width: 1px;
	height: 1px;
	overflow: hidden;
}