@charset "utf-8";

body {margin-left:0px; margin-top:0px; background-color:#0a0a0a; color:#FFFFFF; font-size:12px; font: 돋움;}
img {border:0;}
.logo {padding-left:24px;}
.subtitle {padding-top:62px;}
.content {padding-left:216px;}
.sub_right_bg {background-image:images/sub_right_bg.gif; background-repeat:repeat-x;}
a{color:#fff;text-decoration:none;}
a:link{color:#FFFFFF}
a:visited {color:#FF960E;}
a:hover {color:#cfb785;text-decoration:none;}

/* 목록 */
#table_list {
	width: 100%;
	margin-top: 0px;
}

	#table_list caption {
		text-align: right;
	}
	#table_list thead tr {
		background-image:url(images/board_title.gif);
		background-position:center center;
		background-repeat:repeat-x;
		color: white;
		
	}
	#table_list thead th {
		color: white;
		height: 30px;
		font-size: 100%;			
	}
	#table_list tbody tr {
		height: 25px;
		background: url(../img/dot.gif) repeat-x left bottom;
	}
	#table_list tbody td {
		padding: 2px 5px;
	}
	#table_list tfoot td {
		text-align: center;
		font-size: 100%;
		height: 40px;
	}

/* 게시물 내용 출력 (변경시 에디터 영역도 함께 변경)*/
#bbs_content {
	line-height: 150%;
	margin:10px 0 0 0;
	padding:5px;
	clear: left;
	background-color:#262626;
}
	#bbs_content ol, #bbs_content ul {
		padding-left: 40px;
		margin-bottom: 15px;
	}
	#bbs_content ol { list-style: decimal; }
	#bbs_content ul { list-style: circle; }
		#bbs_content ol li, #bbs_content ul li {
			margin-bottom: 4px;
		}
	#v_admin {
		background-color: #000000;
		margin: 10px 0 20px 0;
		padding: 5px;
		height:25px;
	}
	#v_content {
		background-color:#262626;
		margin: 10px;
	}
	#bbs_content #bbs_img {
		list-style-type: none;
	}
	#bbs_file {
		float: right;
		list-style:none;
	}
	#bbs_file li {
		float: left;
		background: url(../lib_bbs/img/ico_file.gif) no-repeat left top;
		padding: 3px 0 3px 18px;
		text-align: right;
		margin-left: 15px;
	}	
	
/* 내용보기 */
#etc_inform{
	text-align:right;
	background: url(../img/dot.gif) repeat-x left bottom;
}

/* 검색 */
	#form_search fieldset {
		border: none;
	}

	#form_search fieldset p {
		margin: 0 0 0 280px;
	}