/*=================================================================================
 * Default Tag Style Definition
 =================================================================================*/
table, th, td {

	font-family: Arial, Gulim, Tahoma, Verdana, AppleGothic, sans-serif;
}

a:link, a:visited {

	color: #333333;
	text-decoration: none;
}

a:hover, a:active {

	color: #666666;
	text-decoration: underline;
}

input.image {	padding: 0px;	height: auto;	border: none;	background: none;}

select {
	margin: 0px;
	padding: 0px;
	height: 20px;
	font-family: Arial, Gulim, Tahoma, Verdana, AppleGothic, sans-serif;
	color: #333333;
	vertical-align: top;
	font-size: 12px;
	border:1px solid #CCD2DA;
}

input, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Gulim, Tahoma, Verdana, AppleGothic, sans-serif;
	font-size: 12px;
	color: #999999;
	border: 1px solid #CCD2DA;
	background: #FFF;
	vertical-align: top;
	height: 18px;
}

input {	padding-top: 2px;	height: 20px;}
textarea {	padding: 4px 4px 4px 4px;}
img {	margin: 0px;	padding: 0px;	border: none;	vertical-align: top;}


/*=================================================================================
 * Board List Type
 =================================================================================*/
#BdList-Type01 {
	width:100%;
	table-layout: fixed;
	border-top:2px solid #26b0da;
	margin-bottom:20px;
}

#BdList-Type01 caption {	display:none;}

#BdList-Type01 thead tr th {
	color:#2482b5;
	background:#f6f6f6;
	padding:10px 0 7px 0;
	border-bottom:1px solid #8fcddf;
}

#BdList-Type01 tbody td {
	padding-top:8px;
	padding-bottom:7px;
	text-align:center;
	border-bottom:1px solid #ededed;
}

#BdList-Type01 tbody td.left {
	text-align:left;
	padding-left: 10px;
}

.No-Data {
	height: 100px;
	color: #ACACAC;
	font-weight: bold;
}

/*=================================================================================
 * Border View Type
 =================================================================================*/
#BdView-Type01 {
	width:100%;
	table-layout: fixed;
	color:#666666;
}

#BdView-Type01 caption {	display:none;}

#BdView-Type01 tbody tr th {
	color:#2482b5;
	padding:8px 0 7px 0;
	border-bottom:1px solid #e5e5e5;
	text-align:center;
	background:#f6f6f6;
}

#BdView-Type01 tbody tr td {
	padding:8px 0 7px 15px;
	border-bottom:1px solid #e5e5e5;
}

#BdView-Type01 tbody tr th.title, #BdView-Type01 tbody tr td.title {
	border-top:2px solid #26b0da;
	border-bottom:1px solid #8fcddf;
	background:#fff;
}

#BdView-Type01 tbody tr td.title {
	font-weight:bold;
	font-size:14px;
	color:#353535;
}

#BdView-Type01 tbody tr td.left {	text-align:left;}

#BdView-Type01 tbody tr td.con-txt {
	padding:20px 10px 20px 10px;
	vertical-align: top;
	background:none;
}

#BdView-Type01 tbody tr td.file a {
	background:url(/htmls_kr/board/images/ico_file.gif) no-repeat left top;
	padding:0 0 0 15px;
	color:#df4763;
	text-decoration:none;
}

/*=================================================================================
 * Border Write Type
 =================================================================================*/
#BdWrite-Type01 {
	width:100%;
	table-layout: fixed;
	color:#666666;
	border-top:2px solid #26b0da;
}

#BdWrite-Type01 caption {	display:none;}

#BdWrite-Type01 tbody tr th {
	color:#2482b5;
	padding:8px 0 7px 0;
	border-bottom:1px solid #e5e5e5;
	text-align:center;
	background:#f6f6f6;
}

#BdWrite-Type01 tbody tr td {
	padding:8px 0 7px 15px;
	border-bottom:1px solid #e5e5e5;
}

#BdWrite-Type01 tbody tr td.left {	text-align:left;}

#BdWrite-Type01 tbody tr td.con-txt {
	padding:20px 10px 20px 10px;
	vertical-align: top;
	background:none;
}

#BdWrite-Type01 tbody tr td.pop-con-txt {
	padding:20px 10px 20px 10px;
	height:300px;
	vertical-align: top;
	background:none;
}


/*=================================================================================
 * Board Btn
 =================================================================================*/
.BtnL { text-align:left; margin:20px 0;}
.BtnC { text-align:center; margin:20px 0;}
.BtnC2 { text-align:center; margin:5px 0;}
.BtnR { text-align:right; margin:20px 0;}

/*=================================================================================
 * Board Paging Style
 =================================================================================*/
#Paging {	position: relative; height: 26px;	vertical-align: middle; margin-bottom:15px;}
#Page-Index {	text-align: center;}
#Page-Index img {	vertical-align:bottom;}
#Page-Index span a { 
	display:inline-block;
	padding: 5px 7px 3px 5px;
	border:1px solid #e3e3e3;
	text-align: center;
	line-height:normal;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

#Page-Index span a:hover {
	border:1px solid #ff7a63;
	color:#ff2500;
}

#Page-Index span a.on {
	border:1px solid #ff7a63;
	color:#ff2500;
}

#Paging .List-Btn {	position: absolute;	right: 0;	top:0;}

/*=================================================================================
 * Board Search
 =================================================================================*/
#search {text-align:center; padding-bottom:15px;}
#search .input {width:250px;}


