/*--------------------------------------------------------------------

title: news.css


discript: news detailed css define 
author: choi kyoung ho
date: 2008.1.4
version: 0.1
email: icatess@naver.com

/*--------------------------------------------------------------------*/

@import url(/_css/layout.css);

/*-------------------------------- base ------------------------------*/
#hxt-img{
	background-image: url(/images/hxt_head05.gif);
}

#leftmenu-wrapper h2{
	width: 215px;
	height: 35px;
	background: url(../_img/news/leftmenu_title.gif) no-repeat 0px 0px;
	text-indent:-5000px;
	font-size: 0px;
}

#leftmenu-wrapper ul{
	height: 450px;
}

#localnavi span{
	font-weight: bold;
	color: #38877D;
}

#hxt-content{	
	background:url(../_img/news/title_news.gif) no-repeat 0px 0px;
}

.nodata {
	text-align: center !important;
	height: 10em;
}

/*-----------------------------------------------------------------------*/
#sub-contents #press-news{
	width: 710px;
	padding-top: 4px;
	background: url(../_img/news/bg_bh.gif) no-repeat left top;
	border-bottom: 2px solid #ebebeb;
}

#press-news table{
	width: 710px !important;
	height: auto;
	border-collapse: collapse;
	font-size: 1.0em;
	border: 0px;
}

#sub-contents #press-news table thead tr{
	height: 26px;
}

#sub-contents #press-news table th{
	font-size: 1.0em;
	background: url(../_img/news/bg_new_th.gif) no-repeat right top;
	padding: 0px;
}

#sub-contents #press-news table th.bg-none{
	background: url(../_img/news/bg_new_th02.gif) no-repeat right top;
}

#sub-contents #press-news table tbody tr{
	height: 29px;
	padding-bottom: 1px;
	background: url(../_img/news/bg_news_tr.gif) no-repeat left bottom;
}

#sub-contents #press-news table tbody tr.no-data{
	height: 90px;
	background: none;
}

#sub-contents #press-news table tbody tr.no-data td{
	font-weight: bold;
	color: #333333;
}

#sub-contents #press-news table td{
	text-align: center;
	padding: 0px;
}

#sub-contents #press-news table td.align-l{
	text-align: left;
	padding-left: 10px;
}

#sub-contents #paging{
	height: 28px;
	width: 710px;
	font-size: 92%;
	text-align: center;
	padding: 12px 0px 0px;	
}

#sub-contents #bbs-search{
	height: 28px;
	width: 710px;
	text-align: center;
	padding: 9px 0px 3px;	
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background-color: #F9F9F7;
}

#sub-contents #bbs-search form{
	height: 22px;
	font-size: 100%;
}

#sub-contents #bbs-search form select{
	font-size: 100%;
	vertical-align: bottom;
}

#sub-contents #bbs-search form label img{
	margin-right: 5px;
}

#sub-contents #bbs-search form input{
	font-size: 100%;
	vertical-align: middle;
}

#sub-contents #bbs-search #txtSearchName{
	width: 230px;	
}


/*	paging	------------------------------------------------*/

#bbs-navi{
	width:710px;
	height:40px;
	text-align:center;
	position:relative;
	margin-top: 15px;
}

#bbs-navi img {
	vertical-align: middle;
	margin: 0px 0px 3px;
}

.paging-number {
	padding: 0px;
	margin: 0px 5px;
	background: url(/images/bg_bbs_pagingendline.gif) no-repeat right 3px;
}

.paging-number a, .paging-cur {
	padding: 0em 0.3em 0em 0.6em !important;
	vertical-align: middle;
	background: url(/images/bg_bbs_pagingline.gif) no-repeat 0px 3px;
}

#bbs-navi .btn-next{
	margin: 0px 0px 3px 6px;
}
.paging-cur {
	font-weight: bold;
	color:#188BAE;
}

.paging img{
	vertical-align:middle;
}