@import url("../../../css/_base.css");
@import url("../../../css/_extra.css");
@import url("../../../css/_calendar.css");

/* reset css */
ul,ol { margin:0; padding:0; }

body {
  /* font-family:sans-serif;font-size:12px; */
  margin: 0;
}

#mainBody {
/* top:15px; /* */
/* padding-left:100px;
  padding-right:100px; */
  margin: 0px auto 0px auto;
  /*\*/ min-width: 750px; /* IE fix */
}

div {
/* border:1px solid red; /* */
}

#topHeader {
  padding-left:15px;
  padding-top:2px;
  color:white;
  font-family:Tahoma,Verdana,sans-serif;
  font-size:11px;
  font-weight:bold;
}

#topHeader a{
  color:white;
  text-decoration:none;
}

#topBanner {
  height:48px;
  font-size:40px;
  font-family:Tahoma,sans-serif;
  color:white;
  padding-left:8px;
  padding-top:10px;
  padding-bottom:0px;
  margin:0px;
  overflow-y:hidden;
  /* overflow:hidden; does not work correctly in the mozilla */
}

#pBanner {
  height:50px;
  padding:0px;
  font-size:36px;
  text-align:center;
  font-family:Trebuchet MS,Tahoma,Lucida,sans-serif;
  margin:0;
  line-height:20%;
}

#pBanner p {
  padding:0;
  margin:0;
  font-size:12px;
}

#pBanner img {
  vertical-align:middle;
}

#pBanLeft {
  padding:0;
  margin:0;
}

#pBanRight {
  padding:0;
  margin:0;
}

#pTitle {
  padding:0px;
  padding-top: 10px;
}

#pTitle img {
  vertical-align:middle;
}

#pBottomMargin {
  height:20px;
}

#goForm {
  float:right;
  padding: 3px 6px;
}

#wikiPage, #wikiHeadPage {
}

#wikiHeadPage {
  padding-top:10px;
}

#wikiPage {
  min-height:400px;
  height: 100% !important; /* IE min-height hack */
  position:relative;
  _overflow:hidden; /* important !! */
}

#wikiBanner {
  padding-top:5px;
  text-align:center;
  font-family: "Trebuchet MS",Georgia,sans-serif;
}

/* a:hover {background-color:#999966;color:white} /* */
span.wikiTitle {
  padding-left:10px;
  font-size:20px;
  font-weight:bold;
  text-decoration: none;
  display:inline;
}

.wikiTitle a,.wikiTitle a:active,.wikiTitle a:visited {
  color: #424E5A;
}

.wikiTitle a:hover {
  color: #7f7f7f;
  text-decoration:underline;
}

div.wikiTitle {
  padding-left:10px;
}

/* Wiki Formattings */

/* Headings */

#wikiBody h1, #wikiBody h2, #wikiBody h3, #wikiBody h4, #wikiBody h5 {
  padding-left:2px;
  border-bottom:1px solid #C0c0c0;
}

#wikiBody h1 a, #wikiBody h2 a, #wikiBody h3 a, #wikiBody h4 a, #wikiBody h5 a {
  text-decoration:none;
}

#wikiBody h1 {font-size:20px; letter-spacing:-2; color:#30363C; line-height:120%;}
#wikiBody h2 {font-size:16px; letter-spacing:-1;}
#wikiBody h3 {font-size:14px; letter-spacing:-1;}
#wikiBody h4 {font-size:13px; letter-spacing:-1;}
#wikiBody h5 {font-size:11px; letter-spacing:-1;}

#wikiBody h2,
#wikiBody h3,
#wikiBody h4,
#wikiBody h5 {color:#424E5A;}

#wikiBody h1,
#wikiBody h2,
#wikiBody h3,
#wikiBody h4,
#wikiBody h5 {margin:34px 0 16px 0;}

#wikiBody h1, #wikiBody h4, #wikiBody h5 {text-decoration:none; border-bottom:none;}

#wikiBody h2, #wikiBody h3 {
  padding-left:7px;
  text-decoration:none;
  border-bottom:1px solid #dddddd;
}

#wikiBody h1 {
  margin-left:-3px;
}

#wikiBody h2 {
  background: url("../imgs/bu_h2.png") no-repeat 20px top;
  padding-left:30px;
  padding-bottom:5px;
}

#wikiBody h3 {
  background: url("../imgs/bu_h3.png") no-repeat 20px top;
  padding-left:30px;
  padding-bottom:4px;
}

#wikiBody h2, #wikiBody h3, #wikiBody h4, #wikiBody h5 {
  margin-left:-20px;
}

#wikiBody h4, #wikiBody h5 {
  margin-left:-1px;
  padding-left:0px;
}

/* Text Formatting */
tt.wiki {font-family:Monotype,Lucida Console,lucida,monospace;font-size:12px;}
tt.foot {
  font-family:Tahoma,lucida,monospace;
  font-size:11px;
  vertical-align: super;
}

tt.sister {
  font-family:Tahoma,lucida,monospace;
  font-size:11px;
  vertical-align: super;
  text-decoration: none;
}

/* Code blocks */
pre {
  white-space:pre-wrap;
  white-space: -moz-pre-wrap;
  overflow: auto;
}

pre.wiki {
  padding-left:6px;
  padding-top:6px; 
  font-family:Courier New, GulimChe, monospace !important;
  background-color:#000000;
  color:#c0c0c0;
  border:1px solid #ececec;
  border-left:8px solid #ececec;
  padding:10px;
  white-space:pre;
  white-space: -moz-pre-wrap;
  overflow-x: auto;
}

pre.wiki {
  background-color: #FDFEF7;
  border:1px solid #e5e5e5;
  color:#656565;
}

pre.console {
  background-color: #000000;
  color: #E0E0E0;
  padding: .25em ;
  border: 2px inset #808080;
}

pre.quote {
  padding-left:6px;
  padding-top:6px;
  white-space:pre-wrap;
  white-space: -moz-pre-wrap; 
  font-family:Georgia,monotype,lucida,monospace;font-size:14px;
  background-color: #E9ECEF;
}

.wikiSyntax {
  font-family:"Bitstream Vera Sans Mono", Courier, GulimChe, monospace !important;
  border:1px solid #ECECEC;
  border-left:10px solid #ECECEC;
  padding: 10px 0;
}

.line.alt {
  background-color:#272727;
}

.line {
  padding-left:10px;
}

/* Tables */
table.wiki td,
table.wiki th {
  line-height:1.33em;
  height:auto;
  padding:0.4em;
}

table.wiki {
  border-collapse: collapse;
  border-spacing:0px;
  margin:auto;
}

table.wiki tr {
  background-color: #FDFDFD; 
}

table.wiki td {
  border: 1px solid #a8a8a8;
}

table.wiki td strong,
table.wiki th strong {
  color:#000;
}

/* Indentation */
div.indent {
  margin-top: 3px;
  padding-left: 22px;
}

div.quote {
  background: transparent url("../imgs/quote-open.png") no-repeat;
  padding-top: 3px;
  background-color: #f8f8f8; /* */
}

/* Lists */
#wikiBody ul,#wikiBody ol { padding-left:1.4em; margin:5px 0 5px 0; }
#wikiBody ul li,
#wikiBody ol li { line-height:170%; }

#wikiBody ul {
  list-style-image: url(../imgs/li1.png);
}

#wikiBody ul>li ul>li {
  list-style-image: url(../imgs/li2.png);
}

#wikiBody ol li {
  list-style-image: none;
}

/* Etc */
#wikiBody label { font-weight: bold; font-family: GulimChe, sans-serif; padding: 0 10px 0 0px;}

.separator {
  border-bottom:1px solid #dddddd;
  margin:10px 0;
}

.separator hr {display:none;}

/* Editor area */
textarea.wiki { width:98%; _width:100%; }
#editor_area textarea { font-family:GulimChe,monospace,sans-serif; font-size: 12px; margin-bottom:0;}
#editor_info table {width:100%; margin:2px 0 2px 0; padding:0;}
#editor_info ul {margin:0; padding:0; vertical-align:center;}
#editor_info li {list-style:none; list-style-image:none; padding:2px 0 5px 0;}
#editor_info { vertical-align: top; _line-height:110%; margin-bottom:0px;}
#input-summary { width:50%; }

textarea {
  border:1px solid #cfcfcf;
  overflow-y:scroll; /* always show scroll bar */
  overflow:-moz-scrollbars-vertical;
}

/* info history */

table.info {
  border-bottom: 1px solid #a8a8a8;
  border-spacing:0px;
  border-collapse:collapse; /* */
  padding:0px;
  color:#666666;
  width:100%;
  font-family:Tahoma, sans-serif;
}

#wikiBody .wikiInfo h2 {
  border-bottom:none;
  margin-bottom:5px;
  font-size:1.2em;
}

table.info thead th {
  border-bottom: 1px solid #a8a8a8;
  border-top: 1px solid #a8a8a8;
  font-weight:normal;
  font-size:11px;
  font-family:Dotum, sans-serif;
  letter-spacing:-1px;
  color:#505050;
}

table.info td {
  word-wrap:break-word; /* IE, safari */
  padding:5px 1.5em 5px 1.5em;
}

table.info th {
  padding:5px;
}

table.info tbody tr { border-top:1px solid #e5e5e5; }
table.info tbody tr td, table.info tbody tr th { _border-top:1px solid #e5e5e5; }

table.info tr.last {
  border-bottom:1px solid #e5e5e5;
}

.info th.rev {
  border-right:1px solid #e5e5e5;
  background-color: transparent;
  text-align:center;
}

.info th.check {
  background-color: transparent;
  text-align:center;
}

.info th.date {
  text-align:center;
}

.info td.change {
  text-align:center;
  font-weight:bold;
  font-family:Tahoma,sans-serif;
  white-space:nowrap;
}

.info td.author, .info td.view {
  text-align:center;
  white-space:nowrap;
  padding-left:0;
  padding-right:0;
}

.info td.view {
  padding-right:4px;
}


.info thead th {
  background:#ffffff url("../imgs/infobg.png") repeat-x;
  text-align:center;
}

* html a.perma:visited { /* IE hack */
  color:#000;
}

div.message {
  margin-top: 3px;
  padding:0px 5px 0 5px;
  /* background: #FFF1B9 url(../imgs/warn.png) 10px 10px no-repeat; */
  /* background: #E0E0E0 url(../imgs/msgbg.png) repeat-x; /* */
  min-height: 50px;
  height: auto !important;
  height:50px;
  border: 1px solid #e5e5e5; /* */
  background-color: #fafafa;
  /* border-width:2px 0 0px 0; /* */
  margin:0px 0px 0 10px;
  color: #4d4d4d;
  vertical-align:center;
}

div.message span.warn {
  background: url(../imgs/warn.png) 10px 0px no-repeat; */
  _background: url(../imgs/warn.png) 10px 10px no-repeat; */
}

div.message span.search {
  background: url(../imgs/search.png) 10px 0px no-repeat; */
  _background: url(../imgs/search.png) 10px 10px no-repeat; */
}

div.message span {
  min-height: 40px;
  height: auto !important;
  height:40px;
  padding-left:50px;
}

div.message h3 {
  border:0px;
  font-family:Trebuchet MS,sans-serif;
  font-size:20px;
  line-height:300%;
  margin-top:10px;
}

pre.errlog {
  padding-left:55px;
  background: #FFE784 url(../imgs/error.png) 10px 10px no-repeat;
  min-height: 40px;
  height: auto !important;
  border-width:2px 0 2px 0;
  height:40px;
}

.highlight {
  background-color:#FFFF40;
}

#wikiGoto {
  font-family:Tahoma,Lucida,sans-serif;
  font-size:11px;
}

#wikiGoto input[type="text"] {
  font-family:Tahoma,Lucida,sans-serif;
  font-size:11px;
  width:100px;
}

input[value="Go"] {
  font-family:Tahoma,Lucida,sans-serif;
  font-size:10px;
  width:26px;
}

input[value="OK"] {
  font-family:Tahoma,Lucida,sans-serif;
  font-size:10px;
  width:26px;
}

.searchResult input[value="Go"] {
  font-size:2em;
  width:auto;
}

.searchResult { text-align:center; }

.searchResult input {
  font-size: 2em;
  font-weight:bold;
  font-family: Trebuchet MS, "Times New Roman", Times, serif;
}

table.closure, td.closure{
  background-color: #E9ECEF;
}

#wikiTrailer {
  padding:0;
  padding-left: 20px;
  font-family: "Trebuchet MS",Georgia,sans-serif;
}

.wikiNavigation {
  background-color:#E0E0E0; 
  padding-top: 5px;
  padding-bottom: 5px;
}

#wikiOrigin {
  background-color:#fafafa; 
  padding-left: 20px;
  padding-top:3px;
  padding-bottom:3px;
}

#wikiHeader {
/*  border-left: 0.8em solid #7B9AC5; /* */
/*  border: 1px solid #7B9AC5; /* */
  clear:both;
  color: #000000;
  padding: 0;
  margin-left:5px;
}

#wikiHeader a:link {color:#000000;}
#wikiHeader a:visited {color:#000000;}

#wikiMenuBar {
  padding:2px;
  padding-top:3px;
  height:41px; /* important !!! for IE */
  padding-bottom:0;
  margin:0;
  margin-left:5px;
}

#pMenuLeft {
  background: url("../imgs/ml.png") no-repeat left top;
  z-index:2;
}
#pMenuRight {
  background: url("../imgs/mr.png") no-repeat right top;
  z-index:2;
}

#wikiIcon {
  visibility:hidden;
  float:right;
  padding: 7px 15px;
  text-align: right;
  vertical-align: middle;
}

#wikiMenu {
/*
  background-color: #1690c0;
  color: #1690c0;
*/
  margin:0;
  padding:0;
}

#wikiMenu ul {
  margin:0;
  padding:0;
  list-style:none;
  margin-left:0;
  padding-bottom:3px !important; /* for FF */
  padding-bottom:2px;
  height:43px !important;
  height:44px;
}

#wikiMenu li.first {
  margin-left:5px;
}

#wikiMenu li {
  display:inline;
  margin:0px;
  padding: 10px 10px;
  padding-bottom: 8px !important; /* for FF */
  padding-bottom: 9px;
  float: left;
  height: 16px;
  position: relative;
  vertical-align:top;
  background: transparent url("../imgs/mi.png") no-repeat right top;
}

#wikiMenu li:hover, #wikiMenu li.current:hover {
  background-color: #98D3FC; /* default */
  /* background-color: #355F88; /* dark blue */
  /* background-color: #F2B568; /* orange */
  text-decoration: none;
  background: transparent url("../imgs/mih.png") no-repeat right top;
}

#wikiMenu li.current {
  text-decoration: none;
  background: transparent url("../imgs/mic.png") no-repeat right top;
}

#wikiMenu li:hover a{
/* color: #1999ee; /* */
  color: #ffffff; /* */
}

#wikiMenu li a:active {
  text-decoration: none;
}

#wikiMenu a, #wikiMenu a:visited, #wikiMenu a:link {
  margin: 0;
  text-decoration: none;
  color:white;
}

#wikiMenu a{
  color:white;
  font-size:11px;
  font-weight:bold;
  font-family: Tahoma,Verdana,sans-serif;
  text-decoration:none;
}

#wikiAction { display:inline-block;}

#wikiAction ul {
  list-style:none;
  padding:0;
  margin:0;
  white-space:nowrap;
}

#wikiAction li {
  display:inline;
  padding-left:5px;
  padding-right:5px;
  border-right:1px solid #e0e0e0;
  float:left;
}

#wikiAction a {
  font-size:12px;
}

/* Wiki Contents */

#wikiBody {
  color: black;
  font-family: Dotum,sans-serif;
  margin-left:10px;
  margin-right:0px;
  line-height:150%;
}

#wikiBody a:link {
  color: #0055aa;
}

#wikiBody a:visited {
  color: #0066cc;
}

#wikiBody a:hover {
  color: #0080ff;
}

#wikiContent {
}

#wikiExtra {
/*  padding-top: 1em; /* */
}

.wikiHints {
  border: 1px solid #e5e5e5;
  background-color:#fafafa;
  padding: 7px 12px 0px 12px;
}

.wikiHints .head {
  font-size:11px;
  font-family:Dotum, sans-serif;
  letter-spacing:-1px;
  padding-bottom: 5px;
}

.wikiHints .head .tutorial-link {
  float: left;
}

.wikiHints .head .open-button,
.wikiHints .head .close-button {
  float: right;
}

.wikihints .head .clear {
  clear: both;
}

/* question mark(?) and close mark(x) for wikiHints */
.wikiHints .head .mark {
  font-family: Dotum, sans-serif;
  color: #ff621a;
  font-weight: bold;
  font-size: 12px;
}

.wikiHints .head .message {
  color: #53ad3c;
}

/* a rule between head and content of wikiHints */
#wikiHints_opened_head {
  border-bottom: 1px solid #f1f1f1;
}

#wikiHints_content {
  font-family:DotumChe,Verdana,Lucida,monospace;
  color: #0c85cb;
  padding-top: 18px;
  padding-bottom: 19px;
}

#wikiSister {
/*  background-color:lightgreen; /* */
}

#wikiPreview {
  border: 2px solid #a0a0a0;
  margin: 5px 5px 5px 5px;
  padding: 5px 1em 5px 1em;
}

div.diff-removed {
  background-color:#EEBfbb;
}

del.diff-removed {
  color: #999999;
  background-color:white !important; /* */
  /* background-color:#f0f0f0; /* */
  border-right:2px solid #f0f0f0;
  border-left:2px solid #f0f0f0;
  text-decoration:line-through;
}

ins.diff-added {
  background-color:#ccffcc;
}

span.diff-added {
  /* background: url("../../../imgs/misc/diffbg.png") repeat-x; /* */
  color: #66B80C; /* */
  color: #13DB40; /* */
  color: #12A5DB; /* */
  background-color:#fff;
  padding-right:1em;
}

span.diff-removed {
  /* background: url("../../../imgs/misc/diffbg.png") repeat-x;
  background-position:left -25px; /* */
  color: #FA6F46;
  background-color:#fff;
}

table.info td {
  /* font-family:courial new,sans-serif; /* */
  font-size:0.9em;
}

table.info td .diff-added, table.info td .diff-removed {
  font-size:11px;
  font-family:tahoma,sans-serif;
  font-weight:bold;
}

#wikiBody .wikiInfo td.date a {
  color:#666666;
}

th.rev {
  font-family:Tahoma,sans-serif;
}

#wikiBody .wikiInfo th.rev a:link, #wikiBody .wikiInfo th.rev a:visited {
  color:#000;
  font-size:0.9em;
  white-space:nowrap;
  text-decoration:none;
}

div.hint { font-size: 10px; background-color: #369; color:white;}
a.purple { font-size: 10px; text-decoration:none;}

/* Blog CSS */
a.purple { font-size: 10px; text-decoration:none;}
div.blog { width:90%; padding: 0em 1em 0em 1em; }
span.blog-user { font-size:10px; }
div.blog-title { font-size:16px; font-weight:bold; }
div.blog-comments { }
div.blog-comment { padding:1em 1em 1em 2em; margin-bottom:5px;border-left: 4px solid #E4F1F4; background-color:#F0F6F8;}
div.blog-comments .separator { display:none;}
div.blog-action { text-align:right; font-size:9px; }

div.blog-date { font-size:18px; font-weight:bold; padding-bottom:5px;}
span.blog-user { font-size:10px; }

div.blog-summary { margin-bottom:10px;}

div.trackback-hint { font-size: 10px; padding: 1em 1em 1em 1em;background-color: #eee;}
/* Calendar */
td.day { background: #e0e0e0; text-align: center;}
td.today { background:#ffffff; text-align: center;}
span.blogged {
  text-decoration:none;
  font-weight:bold; color:#000000; text-align: center;
}

.Calendar a{text-decoration:none;color:black;}

caption.month {
  font-weight:bold;
  white-space:nowrap;
}

/* HierarchicalWiki */
.wikiGroup {
  font-weight:bold;
  padding-left:10px;
  font-family:Tahoma,Lucida,sans-serif;
  font-size:x-small;
  color: #0686db;
}

/* login */
#wikiLogin {
  font-family:Tahoma,sans-serif;
  font-size:x-small;
  font-weight:bold;
  text-align:center;
  border-bottom: 1px solid #e0e0e0;
}

#wikiLogin input {
  font-family:Verdana,sans-serif;
  /* border:1px solid #848284; /* */
  font-size:x-small;
  font-weight:normal;
}

#commentForm {
  padding:5px;
  background-color:#eeeeee;
}

#commentForm input {
  /* border:1px solid #848284; /* */
  font-size:x-small;
  font-family:Verdana,sans-serif;
}

/* enscript syntax */
div.wikiPre i,div.wikiPre b{
  font-weight: normal;
  font-style: normal;
}

/* Image align */
img.imgLeft {
  margin-right : 15px;
  margin-bottom : 5px;
}

img.imgRight {
  margin-left : 10px;
  margin-bottom : 5px;
}

.imgAttach {
  position:relative;
  margin-left: 10px;
  margin-bottom: 5px;
  overflow-x:auto;
  overflow-y:hidden;
}

#mycontentwrapper {
	/* IE6 */
	_width: expression(document.getElementById('project_content').offsetWidth
		- (document.getElementById('project_etc') ? document.getElementById('project_etc').offsetWidth:0) - 21 + 'px');
}

#wikiContent .imgAttach {
	/* IE6 */
	_width:expression((parentNode.offsetWidth > document.getElementById('mycontentwrapper').offsetWidth ?
		document.getElementById('mycontentwrapper').offsetWidth : parentNode.offsetWidth) - 35 + 'px');
}

.imgAttach img { display:inline-block; }

span.externalLink {
  display: none;
}

span.lineNumber {
  color:#c0c0c0;
  /* color:#ffff00; /* */
}

math, math[mode="inline"] {
  font-family: CMSY10, CMEX10, Symbol, Times;
}

.sectionEdit a:link {
  color:#3D9CB4;
}

.commentForm textarea.wiki {
  align:right;
  width:412px; height:136px;
  background:url(../imgs/commentarea.png) no-repeat left top;
  border:none;
  padding:4px 8px;
}

* html .commentForm textarea.wiki { /* IE fix */
  background:url(../imgs/commentarea.png) no-repeat left top fixed;
  padding-right:20px;
}

.commentForm textarea.wiki:hover { background-position:left bottom;}

#goForm input.goto {
  width:174px !important; 
  height:25px;
  background:url(../imgs/goinput.png) no-repeat left top;
  border:none;
  padding:6px 7px;
  font-family: "Trebuchet MS",Georgia,sans-serif;
  font-size:16px;
  line-height:130%;
}

* html #goForm input.goto { /* IE fix */
  background:url(../imgs/goinput.png) no-repeat left top fixed;
}

#goForm input.goto:hover {
  background-position:left bottom;
}

#goForm input.submitBtn {
  width:40px !important;
  height:35px;
  color:#FFF;
  font-weight:bold;
  margin-top:0px;
  padding:5px 5px;
  font-size:11px;
  background:url(../imgs/gobutton.png) no-repeat left top;
  cursor:pointer;
  border:none;
}

#goForm input.submitBtn:hover {
  background-position:left bottom;
}

#wikiContainer {
  margin: 0 auto;
  border-left:1px solid #dadada;
  border-right:1px solid #dadada;
  border-bottom:1px solid #dadada;
  /* width:938px; /* 2px fix */

  *display:inline-block; /* important */

  min-height:400px;
  _height: expression( this.scrollHeight < 401 ? "400px" : "auto" );
}

#mycontent { /* theme specific */
  padding-right:5px;
  height:100%; /* for IE; */
  _height: 600px; /* for IE6. I don't know why this does work */
  margin-bottom:60px;
}

#mycontentwrapper {
  position:relative; /* */
  overflow:hidden;
  *display:inline-block; /* important */
}

/* SideMenu Toggler */
/* Hiding/Showing the side menu from http://wiki.phpbb.com/ */
#toggle {
	position:absolute;
	right:4px;
	top:4px;
	height:14px;
	overflow:hidden;
}

#toggle-handle {
	display: inline-block;
	width: 14px;
	height: 14px;
	_height: 12px;
	float: left;
	background: url("../imgs/toggle.png") no-repeat right top;
}

#toggle-handle.hide {
	background-position:left top;
}
#toggle-handle.hide:hover {
	background-position:left bottom;
}
#toggle-handle.show {
	background-position:right top;
}
#toggle-handle.show:hover {
	background-position:right bottom;
}

/* SideMenu */
#wikiSideMenuContainer {
  float:right;
  _position:relative; /* */
  z-index:-10;
  display:inline-block;
  _overflow:hidden;
}

#wikiSideMenuContainer .grippie {
  float: left;
}

#wikiSideMenuContainer {
  background:url("../imgs/vgrippie.png") repeat-y; /* XXX */
}

#wikiSideMenuContainer .grippie span {
  /* grippie icon */ 
  height: 14px;
  float:left;
  background: url("../imgs/icon_vgrippie.png") no-repeat left top;
  cursor: pointer;
  display:inline-block;
  width:6px;
  margin-top:200px;
  height:41px;
  _position: relative;
}

#wikiSideMenu {
  float:left;
  width:234px;
  _width:235px;
  padding:10px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:-32767px;
  padding-bottom:32767px;
  /* border-left:1px solid #ebebeb; /* */
  background-color:#fcfcfc;
  display:inline-block;
  _overflow:hidden;
}

#wikiFooter {
  clear:both;
}

.randomQuote {
  font-family: Georgia,Verdana,Tahoma,sans-serif;
  font-weight:bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0px 10px 0px;
}

.wikiFortune {
  border: 1px solid #f0f0f0;
  padding: 15px;
}

.randomPage {
  font-family: Trebuchet MS,sans-serif;
/*  border-bottom: 1px solid #e0e0e0; /* */
  padding: 0px 0px 10px 0px;
}

.calendar {
  font-size:11px;
  font-family: Trebuchet MS,sans-serif;
}

#topIcon {
  text-align:right;
  padding-right:20px;
}

#topButtons {
  position:absolute;
  right:0;
}

.resizable-textarea {
  _width:99.7%; /* IE;; */
  _display:inline-block;
}
.resizable-textarea textarea {
}

.resizable-textarea .grippie {
  height: 4px;
  background: #f7f7f7 url(../imgs/bg_grippie.png) repeat-x;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top-width: 0;
  _margin-top:-1px;
  cursor: s-resize;
  overflow:visible;
}

.resizable-textarea .grippie span {
  /* grippie icon */
  height: 14px;
  background: url(../imgs/icon_grippie.png) no-repeat 50% 50%;
  overflow:visible;
  display:inline-block;
  width:100%;
  margin-top: -10px;
  _position: relative;
}

.resizable-textarea {padding-bottom:0.3em;}

#toTop {
  float:right;
}

#subMain ul {
  list-style:none;
  padding-left:5px;
}

#subMenu ul {
  padding-left:15px;
}

.scrap li {
  list-style: none;
  padding-left:0px;
}

.scrap ul {
  list-style: none;
  padding-left:0px;
}

.scrap {
  border-bottom: 1px solid #e0e0e0;
}

#save_state {
  background-color: #ffffca;
}

/* recentChange : board style */

#wikiBody .recentChanges h2 {
  border-bottom:none;
  margin-bottom:5px;
  font-size:1.2em;
}
.recentChanges table {
  border-bottom: 1px solid #a8a8a8;
  border-spacing:0px;
  border-collapse:collapse; /* */
  padding:0px;
  color:#666666;
  width:100%;
  font-family:Tahoma, sans-serif;
}

.recentChanges table tbody tr { border-top:1px solid #e5e5e5; }
.recentChanges table tbody tr td, table.info tbody tr th { _border-top:1px solid #e5e5e5; }

.recentChanges td.date, .recentChanges td.hits {
  font-family:Tahoma,Lucida,sans-serif;
}

#wikiBody .recentChanges td.date a {
  color: #555555;
}

#wikiBody .recentChanges td.title a:visited {
  color: #555555;
}

#wikiBody .recentChanges td.title, #wikiBody .recentChanges td.title a {
  color: #0055aa;
}

#wikiBody .recentChanges td.title a:hover {
  color: #006FDD;
}

.recentChanges td.hits, .recentChanges td.editinfo {
  text-align:right;
}
.recentChanges td.author, .recentChanges td.editinfo {
  font-family:Tahoma,Lucida,sans-serif;
  text-align:center;
}

.recentChanges td.editinfo, .recentChanges td.date, .recentChanges td.author {
  font-size:0.9em;
}
.recentChanges td.log {
  background-color: #fdfdfd;
}

.recentChanges td.log small {
  font-size:0.9em;
}

.recentChanges td.editinfo span.num {
  color:#FA6F46;
  font-weight:bold;
}
.recentChanges a.button-small span {
  padding-left:3px;
  padding-right:6px;
}

.recentChanges tr.alt {
  background-color: transparent;
}

.recentChanges table thead th {
  border-bottom: 1px solid #a8a8a8;
  border-top: 1px solid #a8a8a8;
  font-weight:normal;
  font-size:11px;
  letter-spacing:-1px;
  color:#505050;
  background:#ffffff url("../imgs/infobg.png") repeat-x;
  text-align:center;
  padding:6px;
  font-family:Dotum, sans-serif;
}

.recentChanges td {
  padding:5px;
}

.uploadForm {
  padding-top:3px;
  _padding-top:0px;
}

.uploadForm .icon-clip {
  display:block;
  /*width:16px;
  margin-top:3px; */

  /* from label */
  font-weight: bold;
  font-family: GulimChe, sans-serif;
  vertical-align: middle;
  line-height: 100%;
  padding: 5px 10px 0 0px;
}

.uploadForm .icon-remove {
  background:transparent;
  border:none;
  padding:0;
  cursor:pointer;
}

.uploadForm .form-file {
  padding:0;
  margin:0;
  font-size:12px;
  height:20px;
  width:64px;
  left:-3px; /* */
  filter:alpha(opacity=0.0);
  opacity:0;
  cursor:pointer;
}

*html .uploadForm .form-file { height:26px; margin-top:-3px; }
*+html .uploadForm .form-file { height:26px; margin-top:-3px; top:0;}
/* .uploadForm .form-file, x:-moz-any-link, x:default { top:-16px; } /* XXX Firefox Fix */

/* Input form */

/* UploadForm */
.uploadForm>span {
  display:inline-block;
  overflow:visible;
}

.uploadForm .buttons {
  margin:0px 0 5px 0;
}

#wikiBody button {
  _width:auto; /* */
  background:url('../imgs/small.png') no-repeat left top;
  height: 20px;
  display:inline-block;
  margin:0;
  padding:0;
  text-align:center;
  border:0;
  overflow:visible;
  cursor:pointer;
  padding-left:3px;
  _overflow-y:hidden;
  vertical-align:top;
}


#wikiBody button span {
  height:19px;
  display:inline-block;
  white-space:nowrap;
  padding: 0 10px 0 8px;
  border:none;
  background:url('../imgs/small.png') no-repeat right top;

  font-family: Dotum, monospace, sans-serif;
  font-size:11px;
  color:#646464;
  letter-spacing:-1px;
  line-height:19px;
  padding-top: 2px;
  vertical-align:top;
  _margin-right:0px;
}

*+html #wikiBody button span {
  margin-right:0;
}

/* Safari and Google Chrome only – fix margins */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #wikiBody button span {
    margin-top: -1px;
    margin-right:-3px;
  }
}
*/

#wikiBody button.add-file {
  background:url('../imgs/small-plus.png') no-repeat left top;
  padding-left: 16px;
}

#wikiBody button.add-file span {
  padding-left:0;
  _padding-top: 2px; /* IE */
  vertical-align:top;
}

#wikiBody button.upload-file {
  background:url('../imgs/small-up.png') no-repeat left top;
  padding-left: 16px;
  _margin-right:6px;
}

#wikiBody button.upload-file span {
  padding-left:0;
  _padding-top: 2px; /* IE */
}

#wikiBody button.refresh-icon {
  width:21px; height:21px;
  padding:0px; margin:0px;
  _height:7px;
  background:url('../imgs/refresh.png') no-repeat;
}

#wikiBody button.refresh-icon span {
  display:none;
}

#save-buttons {
  text-align:center;
  border-top:1px solid #cfcfcf;
  margin-top:10px;
  padding-top:10px;
  padding-bottom:30px;
}

#save-buttons button,
#save-buttons button span {
  background-image:url('../imgs/normal.png');
  display:inline-block;
}

#save-buttons button {
  background-position:left top;
  height:27px;
  margin-left:2px;
}

#save-buttons button {
  padding-left: 4px\9;
}

#save-buttons button span {
  font-family: GulimChe, Sans-serif;
  letter-spacing:-1px;
  font-size:12px;
  background-position:right top;
  height:24px;
  padding:5px 12px 0 10px;
  _width:90%;
  min-width:40px;
}

#captcha_img {
  margin:2px 2px 2px 0;
  border:1px solid #dedede;
}

#wikiBody .captcha input {
  font-family: GulimChe, monospace, sans-serif;
  font-size:12px;
  padding:1px;
  height: 17px;
  _height: 15px;
  width: 88px; /* captcha image width - reload icon width */
  _width: 87px;
}

.fileList {
  margin:5px 0 5px 0;
}

.uploadForm input.fake-file {
  vertical-align: middle;
  border:1px solid #cfcfcf;
  width:292px;
  background:url("../imgs/x2.png") no-repeat 290px 3px; /* reset icon */
  font-family:DotumChe, monospace, sans-serif;
  font-size:12px;
  padding:2px;
  padding-right:11px;
  margin-right:4px;
  margin-bottom:4px;
  _height:15px;
  _margin-top:-2px;
}

#category-select {
  font-family:GulimChe,monospace, sans-serif;
  font-size:12px;
  padding:1px !important;
}

/* main Tab Menu */
#mycontent .wiki_menu {list-style-image:none;}
.wiki_menu {list-style:none; width:100%; height:29px; _height:29px; _overflow:hidden; margin:0; padding:0; background:url("../imgs/tab_bg.png") right top;}
.wiki_menu li {float:left; background:url("../imgs/tab_w.png") no-repeat left top; vertical-align: middle; height: 29px; _height:25px; padding:0; font-size:12px; font-family:Dotum, Gulim, AppleGothic, Sans-serif; color:#666;}
.wiki_menu li span {min-width:50px;cursor:pointer;}
.wiki_menu li span {display:inline-block;height:21px; _height:20px; padding:8px 10px 0 10px; background:url("../imgs/tab_w.png") no-repeat right top;}
.wiki_menu li img {opacity:0.4;filter:alpha(opacity=40);margin:-2px 4px 0 0; vertical-align:middle;}
.wiki_menu li a:hover {text-decoration:none;}
.wiki_menu li.on {background-position:left -30px; height: 29px; _height:26px;}
.wiki_menu li.on span {background-position:right -30px; height: 21px; _height: 16px; border-bottom: 1px solid white; font-weight:bold; letter-spacing:-1px;}
.wiki_menu li.last span {margin-left:2px; vertical-align: middle;}
.wiki_menu li.first.on span {background-position:right -30px; height: 20px; border-bottom:none;}
.wiki_menu li.on img {opacity:1.0;filter:alpha(opacity=100);margin:-2px 4px 0 0; vertical-align:middle;}
.wiki_menu li span a { color:black; }

.wiki_menu li span {margin-left:2px;}
.wiki_menu li {margin-left:-1px;}

/* Action list */
#wikiAction {
	height:24px;
	padding:0 0px 0 1px;
	position: relative;
	margin-bottom:21px;
	margin-right:11px;
	display:block;
	overflow:hidden;
	_display:block;
	_float:left;
	/* border-top:1px solid #c2c2c2; /* */
	background:url('../imgs/tab_act.png') repeat-x left top;
}

#wikiAction {
	list-style:none;
	font-family: Dotum, sans-serif;
	color:#535353;
	font-size:11px;
}

#wikiAction li {
	border-left:0;
	border-right:0;
	margin:0;
	padding:0;
	margin-left:5px;
}

#wikiAction li a {
	float:left;
	height:23px;
	margin:0;
	padding:0;
	background:url('../imgs/tab_act.png') no-repeat left bottom;
	border-top:1px solid #c2c2c2;
	margin-left:-1px;
	_margin-left:0px;
	cursor:pointer;
	text-decoration:none;
}

#wikiAction li a span {
	margin:0;
	background:url('../imgs/tab_act.png') no-repeat right bottom;
	margin-left:2px;
	outline:none;
	cursor:pointer;
}

#wikiAction li a span {
	display:inline-block;
	height:17px;
	padding:6px 3px 0 3px;
	color:#2f2f2f;
	font-size:11px;
	letter-spacing:-1px;
	margin-left:1px;
	text-align:center;
	min-width:55px !important;
	_width:55px;
}

#wikiAction li a:hover span {
	margin-top:-1px;
	border-top:0;
	padding-top:8px;
	height:17px;
	background:url('../imgs/tab_act.png') no-repeat right -23px;
	font-weight:bold;
	letter-spacing:-2px;
	_padding-top:7px;
	_height:18px;
}

#wikiAction li a:hover {
	border-top:none;
	background:url('../imgs/tab_act.png') no-repeat left -23px;
	margin-right:1px;
	height:23px;
	_height:22px;
}

/* from devcenter */
a.button-small {
  background:transparent url(../imgs/btn_mini.png) no-repeat left top;
  color:#666666;
  display:inline-block;
  height:18px;
  margin:1px 2px 0 0;
  text-decoration:none !important;
  margin-left:-3px;
}

a.button-small span {
  background:transparent url(../imgs/btn_mini.png) no-repeat right top;
  color:#666666;
  cursor:pointer;
  display:inline-block;
  font-family:Dotum,sans-serif;
  font-size:11px;
  font-weight:normal;
  height:17px;
  line-height:20px;
  letter-spacing:-1px;
  text-align:center;
  text-decoration:none;
  min-width:20px;
  padding-left:10px;
  padding-right:13px;
  margin-left:3px;
  _overflow:hidden;
}


