@charset "utf-8";
/* CSS Document */

body{
	overflow:hidden;
	margin:0px;
	padding:0px;
}
#outer, #top, #content, #bottom{
	width:100%;
}
#outer{
	height:100%;
	display:block;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}
#top{height:80px;}
#content{height:608px;overflow:auto;}
.screen{
	float:left;
	width:100%;
	height:100%;
}
#bottom{height:80px;}

#top table,#bottom table{ width:100%;}
#top table td,#bottom table td{text-align:center;height:100%;}
#top table tr,#bottom table tr{height:100%;}
#top table td input{height:80px;width:100%;margin:0px; padding:0px; background:#CCC;font-size:24px;}
#top table td input:active, #top table td .active{background:#FC0;}

#bottom table td h1{display:block;height:100px;margin:0px; padding:0px; background:#CCC;line-height:80px;}

#screen1{
	background-color:#FFF;
}
#screen2{
	background-color:#FCF;

}
#screen3{
	background-color:#FFC;

}
#screen4{
	background-color:#CFF;

}
#screen1 td{
	border-top:1px solid #000;
	border-right:1px solid #000;
	padding:10px;
	width:75px;
}