/* 게시판 리스트 */

td a:hover {color:#0d85a2;}

.brd_list {
					padding-top:10px;
					font-size:11px; color:#453c26;
					border-top:2px solid #525252; 
					border-bottom:1px solid #b3b3b3;
					height:28px;
					text-align:center;	
	
	}

.brd_list th {
     				font-size:11px; color:#292929;
					border-bottom:1px solid #959595;
					height:30px;
					text-align:center;
	
	}

.brd_list td {
					padding-top:2px;
					font-size:11px; color:#434343;
					border-bottom:1px dotted #a5a5a5;
					height:28px;
					text-align:center;	
	
	
	}
	
	
.brd_list td.title {
	
			text-align:left;
			padding-left:15px;
			font-size:11px; color:#444444;
			
	
	}
	
.title_rep {
			padding-left:25px;
	}
	
	



.r_10 { margin-right:10px; }

input{vertical-align:text-bottom; }

input.inpt_txt{
				border:1px solid #d4d4d4;
				padding:1px 0 1px 4px;
				font-size:13px;
				color:#555555;
				line-height:17px;
				height:17px;
				background:#ffffff;
	}

select {padding-bottom:0px;
		height:22px;
		border:#999999 1px solid;
		vertical-align:-1px;
	}

/* 게시판 글쓰기 */

input.inpt_wr{
				border:1px solid #d4d4d4;
				padding:1px 0 1px 4px;
				font-size:11px;
				color:#434343;
				line-height:17px;
				height:17px;
				background:#fff;
				vertical-align:bottom;
}

.inpt_wr2{
			border:1px solid #d4d4d4;
			padding:1px 0 1px 4px;
			font-size:11px;
			color:#2a2a2a;
			background:#fff;
			vertical-align:bottom;
}

.brd_writing {
					padding-top:10px;
					font-size:11px; color:#434343;
					border-top:2px solid #444444;
					border-bottom:1px solid #444444;
					height:28px;
					text-align:center;	
	
	}




.brd_writing th {
     				font-size:11px; color:#292929;
					border-bottom:1px dotted #a5a5a5;
					height:28px;
					text-align:center;
					padding:5px 10px 5px 10px;
	
	}

.brd_writing td {
					padding-top:2px;
					font-size:11px; color:#434343;
					border-bottom:1px dotted #a5a5a5;
					height:28px;
					padding:5px 10px 5px 10px;
					text-align:left;	
	
	
	}
	

	
/* 이미지 게시판 */	

.img_tit {
					font-size:12px; color:#888888;
					height:26px;
					padding:3px 5px 10px 5px;
					text-align:left;	 

}



.brd_view td.cont_img {
					padding-top:2px;
					font-size:12px; color:#888888;
					border-bottom:0px dotted #a5a5a5;
					height:28px;
					padding:15px 10px 15px 15px;
					text-align:center;
		
	}
	

/* 이벤트 게시판 */	

#event_list {
					font-size:11px; color:#453c26;
					border-top:2px solid #414141;
					border-bottom:1px solid #414141;
					text-align:center;	

}

#event_list td {
					padding:25px 15px 25px 15px;
					border-bottom:1px dotted #525252;
					text-align:center;
}

#event_list .event_cont {
					width:100%;
					padding-top:0px;
					border:0px;
					height:30px;
					text-align:left;	

}

#event_list .event_cont td {
					padding:0px;;
					border:0px;
					height:28px;
					text-align:left;	

}
