@charset "UTF-8";
@IMPORT "../base.css";

/* BLUE THEME */
div.t_fixed_header_main_wrapper.black {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border:0;
}

div.t_fixed_header_main_wrapper_child{
    position:absolute !important;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

div.t_fixed_header.black{
    background:#ECECEC !important; 
}
div.t_fixed_header.black div.headtable{
    position:relative;
    height:30px;
    background:#ececec;
    border-top:1px solid #f6f6f6;
	border-bottom:1px solid #CCC;
	overflow:hidden;
}

div.t_fixed_header.black div.headtable div:first-child{
    margin-right:17px !important;
}

div.t_fixed_header.black .body {
    position:absolute;
    top:32px;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden;
    overflow-y:scroll;
    border:0;
    background:#FFF;
}

div.t_fixed_header.black .headtable th {    
    height:30px;
    line-height:30px;
    border:0 solid #DBDBDB;    
    border-collapse:collapse;
    text-align: left;
    font-weight: normal;
    color: #666;
    font-size:12px;
    padding:0 0 0 5px;
    background:#ececec;
}
div.t_fixed_header.black .headtable th:last-child{
    border-right:0px;
}

div.t_fixed_header.black .body td {
    background:#FFF;
}

div.t_fixed_header.black .body .notice_tr td {background:#fafafa;border-bottom:1px solid #e0e0e0;}

div.t_fixed_header.black .body tr td {
    line-height:100%;
    height:30px;
    vertical-align:middle;
    padding:5px;
    white-space:nowrap;
    word-break:brake-all;
    overflow:hidden;
    text-overflow:ellipsis;
    border:0;
    border-bottom:1px solid #f4f4f4;
}

/* New Style */
#filelist div.t_fixed_header_main_wrapper_child {position:relative !important;top:auto;left:auto;right:auto;bottom:auto;}
