@import url(./button.css);
@import url(../../../../style/table.css.php);
#boardListForm {
	width: 100%;/* 게시판 폭 지정 */
	height: auto;
}

/* 검색폼 */
#searchField{position:relative;width:100%;height:40px;margin:0;padding:0;}
div.gallerySearch{margin:0 22px 0 14px;padding:0;}
#searchField p{position:absolute;left:0;top:0;margin:0;padding:0;}
#searchField dl{overflow:hidden;position:absolute;right:0;top:0;margin:0;padding:0 0 0 26px;background:url(../images/iconSearchCon.gif) 0 0 no-repeat;}
#searchField dl dt{visibility:hidden;display:none;margin:0;padding:0;}
#searchField dl dd{float:left;margin:0 8px 0 0;padding:0;line-height:1.667em;vertical-align:middle;}
#searchField dl dd.lastBtn{margin:0;}
#searchField dl dd select{font-size:1em;color:#666;margin:0;padding:0;}
#searchField dl dd.inputTxtbg{width:170px;height:18px;margin:0 10px 0 0;padding:0;border:1px solid #c1c1c1;background-color:#fff;}
#searchField dl dd.inputTxtbg input{width:163px;height:16px;margin:0;padding:0 0 0 5px;line-height:1.333em;border:0px none #fff;}
/* 검색폼 */

/* 게시판 목록 */
div.galleryArea{overflow:hidden;margin:0;padding:0;}
div.galleryArea dl{position:relative;float:left;width:140px;height:165px;margin:0 14px 0;padding:0;}
div.galleryArea dl dt{position:absolute;left:0;top:95px;width:130px;height:25px;line-height:2.083em;margin:0;padding:0 5px;color:#003e6c;background-color:#f5f5f5;}
div.galleryArea dl dt a{display:block;color:#003e6c;}
div.galleryArea dl dt a:hover, div.galleryArea dl dt a:focus, div.galleryArea dl dt a:active{text-decoration:underline;}
div.galleryArea dl dd.imgArea{position:absolute;left:0;top:0;width:140px;height:95px;margin:0;padding:0;background:url(../images/bg_Gallery.gif) 0 0 no-repeat;}
div.galleryArea dl dd.imgArea a{display:block;width:140px;height:95px;}
div.galleryArea dl dd.imgArea img{width:140px;height:95px;margin:0;padding:0;}
div.galleryArea dl dd.dateArea{position:absolute;left:0;top:120px;width:130px;height:25px;line-height:2.083em;margin:0;padding:0 5px;}
div.galleryArea dl dd.btnMail{position:absolute;left:0;bottom:25px;margin:0;padding:0;}
div.galleryArea dl dd.btnDown{position:absolute;right:0;bottom:25px;margin:0;padding:0;}
/* 게시판 목록 */

/* 게시판 페이지 */
#pageingDiv{margin:0;padding:0;font-size:1em;font-family:Tahoma;text-align:center;}
#pageingDiv a.pageFirst{display:inline-block;width:17px;height:13px;margin:0 2px 0 0;padding:0;background:url(../images/btnFirst.gif) 0 0 no-repeat;vertical-align:middle;}
#pageingDiv a.pageFirst:hover, #pageingField a.pageFirst:focus, #pageingField a.pageFirst:active{background-position:0 -20px;}
#pageingDiv a.pagePrev{display:inline-block;width:13px;height:13px;margin:0 2px 0 0;padding:0;background:url(../images/btnPrev.gif) 0 0 no-repeat;vertical-align:middle;}
#pageingDiv a.pagePrev:hover, #pageingField a.pagePrev:focus, #pageingField a.pagePrev:active{background-position:0 -20px;}
#pageingDiv a.pageNext{display:inline-block;width:13px;height:13px;margin:0 0 0 2px;padding:0;background:url(../images/btnNext.gif) 0 0 no-repeat;vertical-align:middle;}
#pageingDiv a.pageNext:hover, #pageingField a.pageNext:focus, #pageingField a.pageNext:active{background-position:0 -20px;}
#pageingDiv a.pageLast{display:inline-block;width:17px;height:13px;margin:0 0 0 2px;padding:0;background:url(../images/btnLast.gif) 0 0 no-repeat;vertical-align:middle;}
#pageingDiv a.pageLast:hover, #pageingField a.pageLast:focus, #pageingField a.pageLast:active{background-position:0 -20px;}

#pageingDiv {clear: both;margin:0;padding:0;font-size:1em;font-family:Verdana;text-align:center;}
#pageingDiv strong {width: auto;height: auto;margin: 0px 2px 2px 2px;padding: 1px 6px 3px 6px;border: 1px solid #1873c2;color: #fff;font-family: Verdana;font-weight: bold;background:#3c518e;line-height: 25px;}
#pageingDiv a.pageLink {width: auto;height: auto;margin: 0px 2px 2px 2px;padding: 1px 6px 3px 6px;border: 1px solid #a7c0dc;color: #666666;font-family: Verdana;font-weight: normal;background: #e5f7fe;line-height: 25px;}
#pageingDiv a.pageLink:link  {color: #666666; text-decoration: none;}
#pageingDiv a.pageLink:visited {color:#666666; text-decoration: none;}
#pageingDiv a.pageLink:hover  {color: #fff; text-decoration: none;border: 1px solid #1873c2;background: #3c518e;}
/* 게시판 페이지 */
/* button */
#buttonArea {width: inherit;text-align: right;}
/* button */

/* 로그인 */
div.loginFormArea {width: 350px;height: 80px;}
table.loginTable {width: 245px;height: 77px;border-collapse: collapse;margin: 0px 0px 0px 50px;}
table.loginTable th, td {margin: 0;padding : 0px;border: none;}
table.loginTable th.errorMsgTh {height: 22px;padding : 0px 0px 3px 0px;color: #FF001D;}
/* 로그인 */