body {
	background-image: url(../pic/bg.gif);
	background-repeat: repeat-y;
}

#nav {
	padding-top: 43px;
	position:absolute;
	z-index: 2;
	left:0px;
	top:0px;
	width:217px;
	font-size: 14px;
}
#content {
	position:absolute;
	left:217px;
	top:0px;
/*	width: 777px; */
	z-index: 3;
	padding: 21px 21px 10px 0;
	
}

#bg {
	position:absolute;
	left:0px;
	top:0px;
	width:175px;
	height:600px;
	z-index:1;
	background-image: url(../pic/nav_bg.gif);
	background-repeat: repeat-x;
	right: 0px;
	bottom: 0px;
}

.mellanrum {
	margin-bottom: 10px;
	background-color: #e5e5e5;
	margin-top: 10px;
	height: 1px;
	width: 777px;
}

.to_list {
	display: none;
}

#report_list td, #report_list th,  {
	min-width: 90px;
}

#reportTable td {
	min-width: 60px;
}