@charset "euc-kr";
@import url(/Client/KADO/css/base.css);
/* °Ô½ÃÆÇ Á¦¸ñ */
.board-title
{
	padding:0px;
	margin:0px;
	width:100%;
}
.board-title td
{
	font-family:±¼¸²; 
	font-size:0.75em;
	font-weight:bold;
	color:#00748D;
}

/* °Ô½ÃÆÇ ¸ñ·Ï */
.board-list
{
	padding:0px;
	margin:0px;
	width:100%;
	table-layout: fixed;
}
.board-list thead 
{
	padding: 0px;
	font-family:±¼¸²; 
	font-size:0.75em;
	color: #466C96;
	background-color: #CFDAE6;
}
.board-list thead th
{
	height: 20px;
	color:#466C96;
}
.board-list thead th.split
{
	background:url(/Client/KADO/Module_Template/Board/Default/Skin/module_skin01/images/bg_split.gif) no-repeat right;	
	background-color: #CFDAE6;
}
.board-list tbody td 
{
	font-family:±¼¸²; 
	font-size:0.75em;
}
.board-list tbody td a:link
{
	font-family:±¼¸²; 
	font-size:1em;
	color:#323232; 
	text-decoration:none;
}
.board-list tbody td a:visited 
{
	font-family:±¼¸²; 
	font-size:1em;
	color:#6C6C6C; 
	text-decoration:none;
}
.board-list tbody td a:hover   
{
	font-family:±¼¸²; 
	font-size:1em;
	color:#FD6322;
	text-decoration:none; 
}

/* °Ô½ÃÆÇ ÆäÀÌÂ¡ */
.board-pager
{
	padding:0px;
	margin:15px 0 0 0;
	width:100%;
	table-layout: fixed;
	text-align:center;
}

/* °Ô½ÃÆÇ °Ë»ö */
.board-search
{
	padding:0px;
	margin:15px 0 0 0;
	width:100%;
	table-layout:fixed;
	text-align:center;
	height: 31px; 
	background-color:#F0F1F2; 
	border-bottom-width:1px;	
	border-bottom-style:solid;	
	border-bottom-color:#E0E0E0; 
	border-top-width:1px; 
	border-top-style:solid; 
	border-top-color:#E0E0E0;	
}

/* °Ô½ÃÆÇ ±â´É ¹öÆ° */
.board-button
{
	padding:0px;
	margin:15px 0 0 0;
	width:100%;
	table-layout: fixed;
	text-align:center;
}

/* °Ô½ÃÆÇ ÀÛ¼º */
.board-write
{
	width:100%;
}
.board-write tr.header-line
{
	height:7px;
	background:url(/Client/KADO/Module_Template/Board/Default/Skin/module_skin01/images/bg_header.gif) repeat-x bottom;	
}
.board-write tr.footer-line
{
	height:4px;
	background:url(/Client/KADO/Module_Template/Board/Default/Skin/module_skin01/images/bg_bottom.gif) repeat-x top;	
}
.board-write tr.body-line
{
	background:url(/Client/KADO/Module_Template/Board/Default/Skin/module_skin01/images/bg_vline.gif) repeat-x bottom;	
}
.board-write tr th
{
	height:30px;
	padding:4px 5px 4px 5px;
	font-size:0.75em;
	background-color: #EDEDED;
}
.board-write tr td
{
	padding:4px 5px 4px 5px;
}
.board-write tr td.body-content
{
	height:200px;
	vertical-align:top;
	padding: 10px 5px 10px 5px;
}
.board-write tr textarea
{
	height:200px;
}

.board-prevnext
{
	margin:10px 0 0 0;
	padding:0px;
	height:48px;
	background:url(/Client/KADO/Module_Template/Board/Default/Skin/module_skin01/images/bg_prevnext.gif);	
}
.board-prevnext div
{
	margin:0;
	padding: 3px 10px 3px 10px;	
	height:24px;
}
.board-prevnext div span
{
	font-weight:bold;
}