div.old_view_header{ 
position: absolute; width: 100%;
height: 20%;
background-color: white;
z-index: 10;
}

div.login_box { font-size: 10pt; font-weight: bold; text-align: center; }
div.view_header { position: absolute; font-size: 10pt;  top: 50%; width: 100%;} 

body{
/*	margin:0px;padding:0px;
	width: 100%;
	height:100%;  */
}
div.box_content{
position: absolute;
left: 0px;
top: 8%;
height: 92%;
width: 100%;
padding-left: 20px;
overflow: auto;
bgcolor: white;
}

div.viewall{ width: 100%; height: 100%;}

div.view_menu {
	clear: both;	
}

div.end{ clear: both;}

div.bottom_view_menu {
	clear: both;
	bottom: 0px;
        height: 15px;
	width: 100%;
        border-top: 1px solid black;
	background: white;
}

div.detail_button {
	position: absolute;
	z-index: 19;
	top: 0px; left: 0px;
}

div.t1 { position: relative; }
