/* 갤러리 게시판 리스트 관련 CSS */
.gallerylisttable {
	width: 700px;
	margin: 30px 0 0 0;
	background: url("/images/board/columns-gallery.jpg") no-repeat;
}

.gallerylisttable caption {
	width: 700px;
	text-align: right;
	color: #6f93a6;
	font-size: 9pt;
	font-family: "Dotum";
	padding: 0 0 5px 0;
}

.gallerylisttable thead {
	width: 700px;
	height: 37px;
}

.gallerylisttable th {
	cursor: hand;
}

.gallerylisttable tbody tr {
	height: 31px;
	/*background: url("/images/board/board_row_bg.gif") repeat-x;*/
	cursor: hand;
}

.gallerylisttable tbody .centertext {
	text-align: center;
	font-size: 10pt;
	font-family: "Gulim";
}

.gallerylisttable tbody .lefttext {
	text-align: left;
	font-size: 10pt;
	font-family: "Gulim";
}

.gallerylisttable tbody .righttext {
	text-align: right;
	font-size: 10pt;
	font-family: "Gulim";
}

.gallerylisttable tfoot {
	text-align: center;
	font-size: 9pt;
	font-family: "Dodum";
	padding: 15px 0 15px 0;
}

.gallerylisttable tfoot {
	text-align: center;
	font-size: 9pt;
	font-family: "Dodum";
	padding: 15px 0 0 0;
	color: #929292;
}

.gallerylisttable tfoot .curpage {
	font-weight: bolder;	
	color: #2a569f;
}

.gallerylistbuttongroup {
	width: 700px;
	text-align: right;
}

.gallerylistsearchbg {
	width: 700px;
	height: 50px;
	margin-top: 15px;
	background-color: #f4f4f4;
}

.gallerylistsearchform {
	width: 100%;
	margin-top: 15px;
}

.gallerylistsearchform input, select {
	font-size: 9pt;
}

.gallerylistsearchform #btnSearch {
	width: 38px;
	height: 19px;
	border-width: 0;
	cursor: hand;
	background: url("/images/board/btn-search.gif") 0 50%;
}

.gallerylistsearchform #btnAllList {
	width: 55px;
	height: 19px;
	border-width: 0;
	cursor: hand;
	background: url("/images/board/btn-alllist.gif") 0 50%;
}