/*
 * waple - article/list.css
 * ��ý��� ���ȭ�� ����
 */
 
/* �˻��� */
table.searchForm {
    width: 800px;
    margin: 0px;
    text-align: left;
    border-collapse: collapse;
}
table.searchForm th {
    width: 92px;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 9pt;
    text-align: right;
    vertical-align: middle;
}

table.searchForm td {
    width: 292px;
    padding: 0px 4px;
    font-size: 9pt;
    text-align: left;
    vertical-align: middle;
}

table.searchForm input {
    font-size: 9pt;
}

table.searchForm select {
    font-size: 9pt;
}

table.searchForm select option {
    font-size: 9pt;
}

div#listPanel {
    width: 800px;
    margin: 10px 0px;
} 

table.list {
    margin: 0px;
    text-align: left;
    border-collapse: collapse;
    width : 100%;
}
table.list th {
    padding: 5px;
    border-top: 1px solid #aabcfe;
    border-bottom: 1px solid #8db2e3;
    border-right: 1px solid #ffffff;
    font-weight: 700;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    background: #b9c9fe;
}
table.list td {
    padding: 5px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid transparent;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #8db2e3;
    color: #333333;
}
table.list tr:hover td {
    background: #d0dafd;
    color: #339;
}

table.list tr.even {
    background: #e8edff; 
}

/* Pagination */
.paginationContainer{
    display: block;
    width: 600px;
    padding: 5px;
    text-align: center;
}
.pagination {
    display: block;
    text-align: center;
    white-space: nowrap;
    margin : 20px 0px;
}

.pagination span,
.pagination a {
    position: relative;
    display: inline-block;
    height: 12px;
    _height: 24px;
    line-height: 12px;
    padding: 5px 7px;
    border: 1px solid #cfcfcf;
    margin-right: 5px;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.pagination .current {
    color: #fff;
    background: #999999;
}

.pagination a {
    color: #666666;
    text-decoration: none;
}


.panelContainer .header .heading {
    font-size: 9pt !important;
}

div.thumbnail {
    overflow: hidden;
}

span.indicator {
    display: inline-block;
    width : 16px;
    height : 16px;
    border: 0px solid #CCDDDF;
}

span.none {
    background: url(//static.ad.co.kr/images/common/icon/none.gif) no-repeat;
    background-position:0px 0px;
}    

span.exist {
    background: url(//static.ad.co.kr/images/common/icon/exist.gif) no-repeat;
    background-position:0px 0px;
}
#mainFrame{
    overflow : hidden;	
}
div#mainFramePanel{
}