
/* 공통 테이블 설정 */

table.board
{
	width: 100%;
	clear: both;
	/*float: left;*/
	border-collapse: collapse;
	border-top: 2px solid #AA966E;
	border-bottom: 3px solid #AA966E;
}

table.board caption
{
	text-align: right;
}

table.board tr th
{
	border-bottom: 1px solid #AA966E;
	padding: 0.5em 0 0.5em 0;
	background-color: #F5F0E7;
}

table.board tr td
{
	border-bottom: 1px solid #AA966E;
	padding: 0.5em 0 0.5em 0;
	text-align: center;
}

table.board tr td.align-left
{
	padding: 0.5em;
	text-align: left;
}

table.board tr th.item
{
	background-color: #F5F0E7;
	font-weight: bold;
}

table.board tr td span.subject
{
	font-weight: bold;
}

input.submit
{
	border: 0;
}


/* 게시판 목록 */
div#wrapper div#container div#contents div.board_list
{
	width: 10em;
	clear: both;
	float: left;
	margin-top: 1em;
}

div#wrapper div#container div#contents div.board_list img
{
	width: 3em;
	height: 1.5em;
}

div#wrapper div#container div#contents div.board_paging
{
	width: 35em;
	float: left;
	margin-top: 1em;
	text-align: center;
	font-weight: bold;
}

div#wrapper div#container div#contents div.board_paging a
{
	padding: 0.25em;
}

div#wrapper div#container div#contents div.board_paging a:hover
{
	display: inline;
	border: 1px solid #E5E5E5;
}

div#wrapper div#container div#contents div.board_paging span.now
{
	font-size: 1.3em;
	/*color: #F25B22;*/
}

div#wrapper div#container div#contents div.board_write
{
	width: 10em;
	float: left;
	margin-top: 1em;
	text-align: right;
}

div#wrapper div#container div#contents div.board_write img
{
	width: 4em;
	height: 1.5em;
}

div#wrapper div#container div#contents div.board_search
{
	width: 30.75em;
	clear: both;
	float: left;
	margin-top: 1em;
	padding-left: 12em;
}

div#wrapper div#container div#contents div.board_search form#theForm
{
	width: 30.75em;
	height: 2.15em;
	clear: both;
	float: left;
	padding-top: 0.6em;
	background: url(/images/common/board/bg_search.gif) left top no-repeat;
	text-align: center;
}

div#wrapper div#container div#contents div.board_search form#theForm fieldset input#searchKeyword
{
	width: 11.75em;
	height: 1.4em;
}

div#wrapper div#container div#contents div.board_search form#theForm fieldset input#submit-button
{
	width: 3em;
	height: 1.75em;
	border: 0;
	vertical-align: top;
}

/* 2009-12-01  추가사항 */
div#wrapper div#container div#contents div.board_search form#boardSearchForm
{
	width: 30.75em;
	height: 2.15em;
	clear: both;
	float: left;
	padding-top: 0.6em;
	background: url(/images/common/board/bg_search.gif) left top no-repeat;
	text-align: center;
}

div#wrapper div#container div#contents div.board_search form#boardSearchForm fieldset input#searchKeyword
{
	width: 11.75em;
	height: 1.4em;
}

div#wrapper div#container div#contents div.board_search form#boardSearchForm fieldset input#submit-button
{
	width: 3em;
	height: 1.75em;
	border: 0;
	vertical-align: top;
}


/* 추가사항 */
table.board thead.display-none,
table.board tfoot.display-none
{
	display: none;
}
