/* 컨텐츠 영역 스타일 set */
#postSection {
	
}

#postSection h4 {
	font-weight: normal;
}

#postSection a {
	color: blue;	
}

/* 목록 테이블 스타일 */
#postSection .itemHead {	
	font-size: 85%;
	text-align: right;
	margin: 10px 0 2px 0;	
}
#postSection table .title {
	
}
#postSection th {
	background: #efefef;	
}

#postSection td {
	/* padding: 3px; */
	text-align: center;
			
}
#postSection td a {
	
	
}
#postSection table .writer {
	width: 100px;
}
#postSection table .writeDate {
	width: 70px;
}

#postSection table .recommend {
	width: 50px;
}

/* 리스트 테이블 스타일 */
#postSection table {	
	width: 100%;	
}
#postSection table a {
	border-bottom: 0;
}

#postSection table {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
#postSection th {
	font-weight: bold;
	border-bottom: solid 1px #cccccc;
	padding: 6px 0 6px 0;
}
#postSection td {	
	padding: 4px 0 4px 0;
	border-bottom: dotted 1px #cccccc;	
}

/* */

.sticky {	
	font-weight: bold;
}


/* search bar style */
.searchBar {
	font-size: 85%;
	padding:6px 0 6px 0;
	background: #eeeeee;
}

.searchBar form {
	 width:100%;
	 text-align: center;
}
.searchBar .input {
	width:140px;
	border:solid 1px black;
	margin-right: 2px;
	height: 14px;
	padding: 1px;
	vertical-align: middle;
	
}
.searchBar .goButton {
	background:white;
	border:solid 1px black;
	vertical-align: middle;
	height:18px;	
}

/* actions style */
#actions {
	font-size: 93%;
}