body
{
	text-align: center;
	font-size: 10pt;
	font-family: arial,굴림;
	padding: 0;
	margin: 0;
}

/*
  alert/notice .
*/
.message {
	font-weight: bold;
	text-align: center;
	padding: 10px;
	color: #6495ed;
}

.notice {
	border: 2px solid #6495ed;
	background-color: #d8d8d8;
}

.error {
	border: 2px solid #993300;
	background-color: #ffcc99;
}

  #main_img
  {
    float: left;
    margin-right: 20px;
  }  
  
  #main ul {
    font-size: 90%;
    line-height: 200%;  
  }
  
  div#frame
  {
    text-align:left;
/*    margin: auto; */
    margin-left: 30px;
    clear: both;
    width: 700px;
  }

  #body
  {
    padding-top: 1em;
    clear: both;    
  }
  
  #login_logout
  {
    float: right;
    color: #999;
    font-size: smaller;
  }
  
  div#article
  {
    width: 100%;
  }

	#title { font-weight: bold; color: royalblue; }

  .admin
  {
    font-weight: bold;
  }

  .admin a, .admin a:visited, .admin a:link
  {
    color: #ff8800;
    text-decoration: underline;
  }

/*
  article content
*/
  .content {
    width: 100%;
    line-height: 18px;
    clear: left;
    padding-top: 15px;
    line-height: 175%;
	display: none;
  }
  
  .content .body {
    width: 600px;
    margin: 0px 0px 50px 35px;
  }

/*
  comment related
*/
  #comment_frm_comment
  {
    width: 100%;
    height: 50px;
  }

  .comments {
    clear: both;
  }

  .comments p {
    margin-bottom: 20px;
    line-height: 180%;
  }  
  
	.aComment .comment_by {
    font-weight: bold;
    float: left;
  }
  
	.aComment .comment_at {
    float: right;
    font-size: 70%;
  }

	.aComment .comment_body {
    clear: both;
    color: gray;
  }

  .aComment .comment_head {
  }

	.comment_write_body {
    width: 100%;
    height: 60px;
    border: #eeeeee 1px solid;
    COLOR: #a0a0a0;
  }
  
  .commenter {
    text-align: right;
  }
 
  div#list_head
  {
    height: 30px;
    BACKGROUND-IMAGE: url(/images/board/bg_header.gif);
  }

  #header {
    background:#DAE0D2 url(/images/menu/bg.gif) repeat-x scroll center bottom;
    float:left;
    font-size:93%;
    line-height:normal;
    width:100%;
  }

  #header ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 10px 0 0 0;
  }

  #header li {
    background:transparent url(/images/menu/left.gif) no-repeat scroll left top;
    float:left;
    margin:0pt;
    padding:0pt 0pt 0pt 9px;
  }

  #header li a {
    background:transparent url(/images/menu/right.gif) no-repeat scroll right top;
    display:block;
    padding:5px 15px 4px 6px;
    text-decoration: none;
    color: #660000;
  }

  #header li a:hover {
    color: #996633;
  }
  
  #header #current {
    background-image:url(/images/menu/left_on.gif);
  }

  #header #current a {
    background-image:url(/images/menu/right_on.gif);
    padding-bottom:5px;
  }

/*  
  div#navigation
  {
    width: 100%;
    text-align: center;
  }

  div#navigation ul
  {
    margin: auto;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    color: #036;
  }
  
  div#navigation li
  {
    margin: 0;
    display: inline;
  }
  
  div#navigation a
  {
    float: left;
    display: block;
    text-align: left;
    width: 5em;
    color: royalblue;
    padding: 0.2em 1em 0.2em 0.1em;
    text-decoration: none;
    border-left: 7px solid royalblue;
  }

  div#navigation a:hover
  {
    background-color: #369;
    font-weight: bold;
    color: #fff;
  }  
*/

/*
  list
*/
  div#list
  {
    padding-bottom: 30px;
    font-size: 90%;
  }
  
  div#list ul
  {
    clear: left;
    list-style: none;
    height: 25px;
    line-height: 200%;
    border-bottom: 1px solid #dfdfdf;
    padding: 0;
    margin: 0;
  }
  
  div#list li a {
    text-decoration: none;
  }

  div#list li a:hover {
    text-decoration: underline;
    color: #6495ed;
  }
  
  div#list li {
    display: block;
    float: left;
  }
  
  .controls {
    float: right;
    font-size: 80%;
  }

  .controls li {
    display: inline;
    margin: 0.2em;
  }

  .pagination {
    clear: both;
    padding-top: 10px;
    text-align: center;
  }
  
  .article_id {
    text-align: right;
    font-size: 90%;
    padding-right: 10px;
    width: 50px;
  }

  .article_title {
    width: 350px;
  }
  
  .article_userid {
    width: 100px;
  }
  
  .article_date {
    width: 100px;
    font-size: 90%;
    text-align: right;
  }

  .title {
    color: royalblue;
    font-weight: bold;
    letter-spacing: -1px;
  }
  
  .selected_article
  {
    background-color: #d0d0d0;
  }
  
  .imagebox
  {
    text-align: center;
  }

	.hand { cursor: pointer; }

	.embimage { BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-LEFT-COLOR: black; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: black; MARGIN: 10px; BORDER-TOP-COLOR: black; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: black }
	.embimage_noborder { MARGIN: 10px }
	.emphasize { font-size: 9pt; color:darkgray }

	input.write, textarea.write {
    padding: 3px;
    line-height: 1.5em;
    font-family: arial, 굴림;
    width: 100%;
    font-size: 100%;
  }
	
  .separator
  {
    clear: both;
    height: 2px;
    width: 100%;
    background: #d0d0d0;
    margin-bottom: 5px;
  }

  #copyright
  {
    clear: both;
    padding-top: 30px;
    font-size: 85%;
  }
  
  .small {
    font-size: 70%;
  }

/*
  Ajax loading related.
*/
  #ajax_indicator {
  	position: absolute;
  	padding: 0;
  	height: 40px;
	width: 40px;
  	margin: auto;
	top: 10px;
  	text-align: center;
  	font-weight: bold;
  	font-size: 1.3em;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	padding-top: 5px;
  	display: none;
  	opacity: 0.5;
  }
  
.important {
  font-weight: bold;
  color: #6495ed;
}

.write input {
  font-size: 100%;
}

.imagetbl
{
  clear: both;
  text-align: center;
}

.imagetbl img {
  border: 1px solid #6495ed;
  border: none;
  margin: 10 5px;
}

img.left {
  float: left;
  border: 1px solid #6495ed;
  margin: 0 10px 10px 0;
}

img.right {
  float: right;
  border: 1px solid #6495ed;
  margin: 0 0 10px 10px;
}

img.noborder {
  border: none;
}

.new {
  color: #ff8800;
}

div.locked {
  display: inline;
  padding-left: 16px;
  line-height: 22px;
  background: transparent url(/images/icon_lock.gif) no-repeat center top;
}

div.new {
  display: inline;
  padding-left: 28px;
  line-height: 20px;
  background: transparent url(/images/new.gif) no-repeat center top;
}

.aComment .admin {
  float: right;
  font-size: 80%;
  margin-left: 10px;
}

#loadphoto {
  text-decoration: underline;
  color: #ff8800;
  cursor: pointer;
}

#nphoto {
  width: 25px;
  font-family: arial;
  font-size: 80%;
}

.command {
  padding: 5px 10px;
  border: 2px solid #808080;
  background-color: #dfdfdf;
  margin: 20px 0;
  text-align: center;
}

.command a, .command a:hover {
  color: #6495ed;
  font-weight: bold;
}