/*-------bbs search-------------------------------------*/
.bbsSearch {text-align:center;}
.bbsSearch select {vertical-align:middle;}
.bbsSearch input.tt {width:148px;height:16px;vertical-align:middle;}
.bbsSearch input.ti {vertical-align:middle;}

/*-------column width Fix-------------------------------------*/
.col3 {width:3px !important;}		/* 리스트 옆공간*/
.col15 {width:15px !important;}		/* 쓰기 공백*/
.col50 {width:50px !important;}		/* 리스트 답변*/
.col60 {width:60px !important;}		/* 리스트 번호, 조회수, 읽기 답변 아이콘*/
.col90 {width:90px !important;}		/* 리스트 날짜*/
.col110 {width:110px !important;}	/* 쓰기 타이틀*/
.col120 {width:120px !important;}	/* 읽기 번호 */
.col145 {width:145px !important;}	/* 읽기 글쓴이*/
.col140 {width:140px !important;}	/* 읽기 날짜*/
.col210 {width:210px !important;}	/* 읽기 조회수*/
.col265 {width:265px !important;}	/* 리스트 제목 */
.col350 {width:350px !important;}	/* 일기 조회수 */
.col375 {width:375px !important;}	/* 리스트 제목 */
.col345 {width:345px !important;}	/* 사업제휴 신청내역 제안 내용 */
.col465 {width:465px !important;}	/* 리스트 제목 */
.col490 {width:490px !important;}	/* 읽기 답변 내용,쓰기 내용*/
.col615 {width:615px !important;}	/* 일기 일기페이지 라인*/

.fixed {table-layout:fixed;} /* td(th)의 너비가 동일하게 고정된다.*/

/* 테이블 리스트 제목 배경 */
.bgLThL {background:url('http://image.sidushq.com/style_guide/board/bg_l_th_l.gif') no-repeat;}
.bgLThC {background:url('http://image.sidushq.com/style_guide/board/bg_l_th_c.gif') repeat-x;}
.bgLThR {background:url('http://image.sidushq.com/style_guide/board/bg_l_th_r.gif') no-repeat;}

/* 테이블 리스트 일기 최상단 강조라인 */
.bgRThL {background:url('http://image.sidushq.com/style_guide/board/bg_r_th_l.gif') no-repeat;}
.bgRThC {background:url('http://image.sidushq.com/style_guide/board/bg_r_th_c.gif') repeat-x;}
.bgRThR {background:url('http://image.sidushq.com/style_guide/board/bg_r_th_r.gif') no-repeat;}


/* 스타홈테이블 리스트 일기 최상단 강조라인 */
.bgStarHomeRThL {background:url('http://image.sidushq.com/starhome/board/bg_l_th_l.gif') no-repeat;}
.bgStarHomeRThC {background:url('http://image.sidushq.com/starhome/board/bg_l_th_c.gif') repeat-x;}
.bgStarHomeRThR {background:url('http://image.sidushq.com/starhome/board/bg_l_th_r.gif') no-repeat;}
.bgStarHomeBar	{background:url('http://image.sidushq.com/starhome/board/bg_l_th_bar.gif') no-repeat right;}

tr.odd td { background-color:#FFFFFF;}
tr.even td { background-color:#FCFCFC;}

/*-------bbs LIST table-------------------------------------*/
table.bbsL {
	
}
table.bbsL tr.noticeLine {
	background:#f8f8f8 url('http://image.sidushq.com/style_guide/board/bline_notice.gif') repeat-x bottom left;
}
table.bbsL tr.dottedLine {
	background:url('http://image.sidushq.com/style_guide/dot_3x1_dotted_acacb0.gif') repeat-x bottom left;
}
table.bbsL tr.dotLine {
	background:url('http://image.sidushq.com/style_guide/dot_1x1_cecece.gif') repeat-x bottom left;
}
table.bbsL th.even {border-right:1px solid #D9D8D7;}
table.bbsL th.odd {border-right:1px solid #D9D8D7;}

table.bbsL th {
	
}
table.bbsL td {
	text-align:center;
	font-size:12px;
	font-family:"돋움","Dotum","san-serif";
	vertical-align:middle;
}
table.bbsL td.title {
	text-align:left !important;
}

/*-------bbs VIEW table-------------------------------------*/
table.bbsV {
}
table.bbsV tr.dottedLine {
	background:url('http://image.sidushq.com/style_guide/dot_3x1_dotted_acacb0.gif') repeat-x bottom left;
}
table.bbsV tr.titleLine {
	background:#f9fcfd url('http://image.sidushq.com/style_guide/dot_1x1_efefef.gif') repeat-x bottom left;
}

table.bbsV tbody th {
}
table.bbsV td {
	font-size:12px;
	font-family:"돋움","Dotum","san-serif";
	vertical-align:middle;
}
table.bbsV tbody td {
}
table.bbsV tbody th.thNone {
}
table.bbsV tbody td.tdNone {
}

table.bbsV td.tdTitle {}

/*-------bbs INPUT table-------------------------------------*/
table.bbsIn {
}
table.bbsIn tbody th {
}
table.bbsIn tbody td {
}
table.bbsIn tbody td.txt {
}
table.bbsIn tbody td img {vertical-align:top;}

/*-------bbs button & paging-------------------------------------*/
.btnGroup {
	clear:both;
	width:680px;
	height:24px;
}
.paging {
	text-align:center;
	height:11px;
	overflow:hidden;
}
.paging ul {display:inline;}
.paging ul li {
	display:inline;
	padding:0 4px 0 6px;
	background:url('../images/common/board/pagingHyphen.gif') no-repeat top left;
	vertical-align:top;
	font-size:11px;
	color:#F58028;
}
.paging ul li.first {background-image:none;}
/*.paging ul li.end {background-image:none;}*/
.paging ul li.on {color:#4E6A16;font-weight:bolder;}
.paging ul li.hyper {
	background-image:none;
	letter-spacing:-2px;
	font-size:9px;
	font-weight:bolder;
}

.paging ul li a{font-size:11px;}
.paging ul li a:link{color:#999;}
.paging ul li a:visited{color:#999;}
.paging ul li a:active{color:#999;}
.paging ul li a:hover{color:#F58028;}

.pageSelect {
	float:left;
	color:#8D98BA;
	font-weight:bolder;
	font-size:11px;
}
.pageSelect img {vertical-align:middle;}
.pageSelect select {
	vertical-align:middle;
	color:#8D98BA;
	font-weight:bolder;
	font-size:11px;
	background-color:#FFFFFF;
}
.btns {padding-right:2px;}
.btns img {vertical-align:middle;margin-right:-2px;position:relative;}
.btnGroup div.btns { float:right;}




/*-------Line------------------------------------------*/
.dottedLine {
	background:url('http://image.sidushq.com/style_guide/dot_3x1_dotted_acacb0.gif') repeat-x bottom left;
}


/*-------Data Table-------------------------------------*/
table.data {
}
table.data thead th {
}
table.data tbody th {
}
table.data tbody td {
}
