#junk
{
}

#graph_structuraldata {
	background-attachment: scroll;
	position: absolute;
	left: 0px;
	top: 60px;
	width:465px;
	height: 260px;
	background-color: #FFFFFF;
	overflow:auto;
	z-index:0;
}   

.structdata_info {
	background-attachment: scroll;
	position: absolute;
	left: 20px;
	top: 280px;
	width:400px;
	height: 50px;
	background-color: Transparent;
	color:black;
	text-align:left;
	font-size: 10px;
	font-family: Arial;
	overflow:auto;
	z-index:1;
}

.notelayer {
 position : absolute;
 visibility: hidden;
 font-family: sans-serif;
 font-size : 10px;
 width: 100px; 
 height: 80px;
 background-color: #5C7FB9;color:white;
 z-index:1000;
 padding:3px;
}

#graph {
	background-attachment: scroll;
	position: absolute;
	left: 0px;
	top: 90px;
	width:465px;
	height: 260px;
	background-color: #FFFFFF;
	overflow:auto;
}  

 

#chart {
	background-attachment: scroll;
	position: relative;
	left: 30px;
	top: 0px;
	background-color: #FFFFFF;
	overflow:auto;
}    

#fin_menu {
	background-attachment: scroll;
	position: absolute;
	left: 155px;
	top: 190px;
	width:643px;
	height: 19px;
	color:orange;
	z-index: 1;
}     

