/*공지사항 - 게시판 [START]*/
.table_common {
    width:704px;
    border: 0px;
    margin: 0 auto;
    border-collapse: collapse;
    padding: 0px;
    border-spacing: 0px;
    
}

.table_common .head1{
    width:10%;
     height: 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #5e8090;
    border-top: 2px solid #f6b333;
    border-bottom: 1px solid #f6b333;

}
.table_common .head2{
    width:60%;
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #5e8090;
    border-top: 2px solid #f6b333;
    border-bottom: 1px solid #f6b333;
}
.table_common .head3{
    width:30%;
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #5e8090;
    border-top: 2px solid #f6b333;
    border-bottom: 1px solid #f6b333;
    
}
.table_common .bg_odd {
    background-color: #f2f2f2;
}


.table_common .table_divide {
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    color: #666666;
    border-bottom: #d6d6d6 1px solid;
    padding: 5px;
}

.table_common .td_ttable {
    height:40px;
}

.table_common .td_fare_table {
    border: #f6b333 1px solid;
}


.table_common .table_divide .table_link {
    display:block;
    width:100%;
    height: auto;
    color: #666666;
}

.table_common .table_divide .link_ttable {
    color: #c126b8;
    text-align: center;
}
.pagingNavigation {
    width:100%;
    padding:15px 0px;
    text-align: center;
}

.pagingNavigation .pagingNavigationCenter {
    display: inline-block;
    
}
.pagingNavigation .pagingNavigationCenter:after {
    content:"";
    display:block;
    clear:both;
}


.pagingNavigation .active {
    width: auto;
    height: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    text-align: center;
}
.pagingNavigation .active:hover {
    color: #ff0000;
}
.pagingNavigation .navi {
    height: 15px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
}
.pagingNavigation .disabled {
    width: auto;
    height: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    cursor: default;
}
/*공지사항 - 게시판 [END]*/
.table_common .ttable_head{
    width:25%;
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #5e8090;
    border-top: 2px solid #f6b333;
    border-bottom: 1px solid #f6b333;

    
}

.air_top_tab {
    margin:0px auto 10px;
    text-align: center;
}
.search_air {
    height: 89px; 
    color: #656565; 
    margin: 0 auto;
    border: 1px solid #d9d9d9; 
    background-color: #f2f2f2;
    margin-bottom:30px;
}


.flightListHeader {
    width: 704px;
    height: 37px;
}
.table_common .head_cmm{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #5e8090;
    border-top: 2px solid #f6b333;
    border-bottom: 1px solid #f6b333;
}



.flightListHeader tr th {
    height: 37px;
    color: #12afd7;
    font-weight: bold;
    text-align: center;
    border-top: 2px solid #12afd7;
    border-bottom: 1px solid #12afd7;
}

.flightListBody {
    width: 704px;
}

.flightListBody tr td {
    height: 30px;
    text-align: center;
    color: #666666;
    border-bottom: #d6d6d6 1px solid;
    padding: 5px;
    font-weight: 100;
    font-size: 13px;
}

.right .main .table_common tr td {
    padding: 5px;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
   /* border: #f6b333 1px solid;*/    
    border-top: #f6b333 1px solid;
    border-bottom: #f6b333 1px solid; 
}
.right .main .table_common .border_gray_bot {
	border-bottom: #d6d6d6 1px solid;
}
.right .main .table_common .border_gray_top {
	border-top: #d6d6d6 1px solid;
}


.right .main .table_common tr th {
    padding: 5px;
    width: 15%;
    font-size: 13px;
    font-weight: bold;
    color: #5e8090;
    
    
    border-top: #f6b333 1px solid;
    border-bottom: #f6b333 1px solid;
/*    border: #f6b333 1px solid;*/
}

