A:link, A:visited		{text-decoration: none; color: #333;border-bottom:1px dashed #fff}
A:hover, A:active		{text-decoration: none; color: #99f;border-bottom:1px dashed #99f}

A.one_tag:link, A.one_tag:visited		{text-decoration: none; color: #999;border-bottom:1px dashed #fff}
A.one_tag:hover, A.one_tag:active		{text-decoration: none; color: #99f;border-bottom:1px dashed #99f}

body,div,td,input
{
	font-size: 12px;
	font-family: "Malgun Gothic", AppleGothic, Tahoma, Geneva;
	color: #333;
	line-height: 160%;
	margin: 0;
	padding: 0;
}

p {margin-bottom:16px}

h1
{
	font-family: "Apple Chancery", "Lucida Grande";
	font-size: 24px;
	margin-top: 20px;
}

h3
{
	font-size: 16px;
}

img
{
	vertical-align: middle;
	border:0;
}

table
{
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	border: 0;
	padding: 0;
	margin: 0;
}

#wrapper
{
	width: 990px;
	margin: 5px auto;
	text-align:left;
}

#user
{
	font-size: 9pt;
	text-align: right;
	vertical-align:bottom;
	height:24px;
}

#header
{
	vertical-align: bottom;
	height: 150px !important;
	height: 152px;
	color: #333;
	padding-left: 30px;
	border: 1px solid #ccc;
}

#menu
{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

#menu_item, #menu_item_first
{
	width:100px;
	text-align: center;
	font-family: "Apple Chancery", "Lucida Grande";
	font-size: 12pt;
	border-right: 1px dotted #396;
}

#menu_item:hover, #menu_item_first:hover
{
	font-weight: bold;
}

#menu_item_first
{
	border-left: 1px dotted #396;
}

#main
{
	clear: both;
}

#main #content1
{
	float: left;
	padding: 20px;
	width: 510px !important;
	width: 550px;
}

#main #sidebar1
{
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	width: 410px !important;
	width: 432px;
}

#main #content2
{
	float: left;
	width: 710px !important;
	width: 750px;
	padding: 20px;
}

#main #sidebar2
{
	width: 210px !important;
	width: 232px;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom:10px;
}

#footer
{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 11px;
	height: 25px;
	margin-top: 10px;
	border-top: 1px dotted #999;
	padding: 5px;
	text-align: center;
}

#subject
{
	text-align: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding: 1px;
}

#subject_content, #subject
{
	font-size: 12pt;
	font-weight: bold;
}

#subject_content
{
	height:28px;
}

#subject_content A:hover, #subject_content A:active		{text-decoration: none; color: #99f; border-bottom: 1px solid #fff}

div.modify:hover
{
	background-color: #eee;
	cursor: pointer;
}

#tag {height:18px}

#sidebar_subject
{
	font-size: 10pt;
	font-weight: bold;
	padding: 1px;
}

#sidebar_subject A:hover, #sidebar_subject A:active		{text-decoration: none; color: #99f; border-bottom: 1px solid #fff}

#sidebar_content
{
	padding: 1px;
}

#new_1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 11px;
	font-weight: bold;
	color: #33f;
}

#new_2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 11px;
	font-weight: bold;
	color: #66c;
}

#comment_old
{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

.input
{
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom: 1px dotted #666;
}

.level_bar
{
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
}

#list_prev, #list_next
{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	width: 20%;
	text-align: center;
	padding-top: 15px;
	font-size: 8pt;
}

#list_center
{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	width: 60%;
	text-align: center;
	padding-top: 15px;
}

#left
{
	float:left;
	border:0;
	padding:0;
	margin:0;
}

#right
{
	float:right;
	padding:50px 0 0 0;
	border:0;
	margin:0;
}

#chat_name, #chat_name_me
{
	padding:2px 0 0 0;
	font-weight:bold;
}

#chat_name_me
{
	color:#66c;
}

#chat_message
{
	padding:2px;
	margin-left:5px;
}

#member
{
	visibility:hidden;
	position:absolute;
	background-color:#fff;
	width:180px;
	left:0;
	top:0;
}

#member_subject
{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	margin:1px 1px 0 1px;
	border:1px solid #bcf;
	color:#d8a;
	padding:5px;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}

#member_content
{
	text-align:center;
	margin:0 1px 1px 1px;
	border:1px solid #bcf;
	padding:2px;
}

textarea
{
	width:100%;
	border:0;
	padding:0;
	margin:0;
}

ol.code
{
	font-family: "Lucida Console", Monaco;
	background-color:#111;
	color:#fff;
	padding:5px;
	margin:0 5px 15px 5px;
	overflow:auto;
}

ol.code li
{
	list-style-type: none;
}

em.underline
{
	font-style:normal;
	text-decoration:underline;
}

span.strike
{
	text-decoration: line-through;
}

.xqBasicLinkDialog {
	position:absolute;
	z-index: 902;
	border:1px solid #aaa;
	background-color: #fff;
	padding: 0.5em;
	overflow:auto; /* to fix FF caret bug */
}

.xqBasicLinkDialog h3 {
	font-size: 1.2em;
	margin: 0;
}


