@charset "UTF-8";
@IMPORT "../base.css";

/* ATTACH THEME */
div.t_fixed_header_main_wrapper.board_attach {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border:0;
}

div.t_fixed_header_main_wrapper.board_attach .t_fixed_header_main_wrapper_child{
    position:absolute !important;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

div.t_fixed_header.board_attach{
    background:#ECECEC !important; 
}
div.t_fixed_header.board_attach div.headtable{
    position:relative;
    height:24px;    
    margin:0;
    padding:0;
	overflow:hidden;
	background:#fafafa; 	
	border:1px solid #eaeaea;
	border-width:0 0 1px 0;
}
div.t_fixed_header.board_attach div.headtable > div{	
	border:0;
}
div.t_fixed_header.board_attach div.headtable div:first-child{
    margin-right:17px !important;
}

div.t_fixed_header.board_attach .body {
    position:absolute;
    top:25px;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden;
    overflow-y:scroll;
    border:0;
    background:#fefefe;
}
div.t_fixed_header.board_attach .headtable .head{
	border:0;
}
div.t_fixed_header.board_attach .headtable th {    
	height:24px;	
	line-height:24px;	
    border:solid #dcdcdc;
    border-width: 0 0px 1px 0px;
    border-collapse:collapse;
    text-align: left;
    font-weight: normal;
    color: #646464;
    font-size:12px;
    padding:0 0 0 5px;
    background:#fafafa;
}
div.t_fixed_header.board_attach .headtable th:FIRST-CHILD{    
    border-left:0;
}
div.t_fixed_header.board_attach .body{
	border:0;
}
div.t_fixed_header.board_attach .body td {
    background:#FFF;
}

div.t_fixed_header.board_attach .body tr td {
    height:30px;
    vertical-align: middle;
    padding:0 5px;
    white-space:nowrap;
    word-break:brake-all;
    overflow:hidden;
    text-overflow: ellipsis;
    border:0;
    border-bottom:1px solid #DBDBDB;    
}


/* New File Add Style */
#filelist div.t_fixed_header_main_wrapper.board_attach {position:relative;left:auto;right:auto;top:auto;bottom:auto;}
#filelist div.t_fixed_header div.body {position:relative;top:auto;left:auto;right:auto;bottom:auto;overflow:visible;overflow-y:auto !important;}