@import url("structure.css");
@import url("master.css");

#nfw-admin-side-bar {
	width:187px;
	display:inline;
	border:1px solid #CCCCCC;
	margin-top:15px;
	}
	
#nfw-admin-side-bar a {
	color:#006699;
	text-decoration:underline;
	font-size:0.9em;
	}
	
#nfw-admin-side-bar li {
	text-indent:10px;
	}
	
#nfw-admin-main-content {
	width:675px;
	display:inline;
	margin-top:15px;
	border:1px dashed;
	padding:5px;
	}

#table_form{
	width: 100%;
	font-size:0.9em;
}
	
.welcome {
	margin-right:60px;
	}
	
.bgheader {
	background:#CCCCCC;
	}

.imgresult {
	width:152px;
	height:180px;
	padding:12px;
	font-size:11px;
    }
	
.imgresult a{
	color:#999999;
    }
	
#divBox_createproject, #divBox_editproject, 
#divBox_createfolder, #divBox_editfolder, 
#divBox_createfile, #divBox_editfile {
	position: absolute;
	width: auto;
	height: auto;
	border: 1px solid black;
	padding: 0px;
	background: #F5F5F5;
	display:none;
	z-index: 100;
}