body {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Arial;
    font-weight:normal;
	
	/*background-image:url("res/body_back.png");*/
}

body a{
	text-decoration:none;
}

body a img{
	border:none;
}

h1{
	font-weight:normal;
}

#container{
	position:absolute;
	width:90%;
	margin-left:5%;
	margin-top:10px;
}

#content{
	position:fixed;
	bottom:0;
	
	width:100%;
	height:auto;
	
	padding:5px;
}

#toolbar{
	display:block;
	background:#444;
	color:#EEF;
	padding:5px;
	height:15px;
	margin-bottom:0px;
	background-image:url("res/th_back.png");
}

#toolbar a{
	display:inline-block;
	color:#FFF;
	text-decoration:none;
}

#toolbar a div{
	position:relative;
	display:inline;
	width:400px;
	height:21px;
}

#toolbar a:hover{
	background:#EEE;
	color:#444;
}

#toolbar a img{
	border:0;
}


.filetable{
	/*background:#444;*/
	color:#444;
	border:solid 7px #999;
	width:100%;
	background-image:url("res/tr_back.png");
	margin-bottom:10px;
	
}

.filetable a div{
	text-align:center;
}

.filetable a{
	color:#444;
	font-weight:normal;
	text-decoration:none;
}

.filetable th{
	background-image:url("res/th_back.png");
}

.filetable th a{
	height:15px;
}
.filetable tr{
}

.filetable td{
	font-weight:bolder;
	padding:3px;
}

.widget_conatainer{
	
}

.collapse_bar{
	height:17px;
	background:#FFF;
	border-top:solid 1px #999;
}

.collapse_bar img{
}

