@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:35px;
    background:#fafafa;
    /*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:36px;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden;
    overflow-y:scroll;
    border:0;
    background:#FFF;
}

div.t_fixed_header.black .headtable th {    
    height:35px;
    line-height:0px;
    border:0 solid #DBDBDB;    
    border-collapse:collapse;
    text-align: left;
    font-weight: normal;
    color: #666;
    font-size:12px;
    padding:0 0 0 10px;
    background:url(../../../../images/common/table_header_border.gif)#fafafa right center no-repeat;
}
div.t_fixed_header.black .headtable th:first-child {background:#fafafa !important;}
div.t_fixed_header.black .headtable th.list_ico {background:#fafafa !important;}
div.t_fixed_header.black .headtable th:last-child{
    border-right:0px;
	background:none;
}

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:0px;
    height:35px;
    vertical-align:middle;
    padding:0px 0 0px 10px;
    white-space:nowrap;
    word-break:break-all;
    overflow:hidden;
    text-overflow:ellipsis;
    border:0;
    border-bottom:1px solid #dcdcdc;
}

div.t_fixed_header.black .body tr td select{height:22px;}
div.t_fixed_header.black .body tr td .config_input{padding: 0 0 0 5px;}

/* New Style */
#filelist div.t_fixed_header_main_wrapper_child {position:relative !important;top:auto;left:auto;right:auto;bottom:auto;}
