/*
 * Create : 2010-09-29
 * Author : stickcandy (hjlee@gabia.com)
 * Comment: 게시물 통합검색 stylesheet
 */
input, textarea, button, form {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none
}

.m_search {
    position: relative;
    width:189px; margin:0; padding:0;height:36px;overflow:hidden;line-height:36px;
}

.m_search_wrap {border:1px #d3d3d3 solid;}

.m_search .sinput_warp {
    display: block;
    height:18px;line-height:18px;
    padding:0; width:130px; margin:8px 0 8px 9px;
}

.m_search .sinput {
    width: 100%;
    border: 0 none;
    font-size: 12px; color:#888; height:18px; line-height:18px;
}

.m_search .sbtn {
    position:absolute;right:0;top:0px;height:36px;width:40px;vertical-align: middle; border: none !important;
}

/* 리스트 */
table.search {
    width: 100%;
}

.search td {
    border-bottom: dashed 1px #DFDFDF;
    font: normal 13px Dotum;
    line-height: 150%;
    padding: 7px 0px;
}

.search td.title {
    text-align: left;
    padding-left: 5px;
}

.search a {
    text-decoration: none;
    color: #000000;
    font: normal 13px Dotum;
}

.search td.writer {
    text-align: right;
    padding-right: 5px;
    font-size: 11px;
    color: #828282;
}

.search td.result {
    text-align: left;
    padding-left: 10px;
}

.search_view {
    padding: 5px;
    width: 100%;
}

.search_view .title {
    font-size: 15px;
    line-height: 200%;
}

.search_view .content {
    border-top: solid 1px #DFDFDF;
    padding-top: 5px;
}

.search_paging {
	width:100%;
	margin:10px 0px;
}

.search_paging tr.paging_tr {
	text-align:center;
}

.search_paging img {
	cursor: pointer;
}

.search_paging .pages {
	padding:0px 10px;
}

.search_paging span.page{
	font: bold 12px tahoma;
    padding: 0px 5px;
    text-align: center;
    cursor: pointer;
}

.search_paging span.selected{
	color: #2683e4;
}

/* 삭제하지 마세요 */
.ellipsis {
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis; /* IE, Safari */
    -o-text-overflow: ellipsis; /* Opera under 10.7 */
    overflow: hidden; /* "overflow" value must be different from "visible" */
    -moz-binding: url('/lib/css/ellipsis.xml#ellipsis');
}