/* Main CSS */
html {padding: 0; margin: 0;}

body {
	background-image: url(../imagez/graph.gif);
	text-align: center;
	}

div#top {
	position:relative;
	top:10px;
	background: white;
	border-width: 3px; 
	border-color: lightblue;
	border-style: solid;
	width: 70%;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: auto;
	padding-top: 8;
	font-family: monospace;
	text-align: center;
	color: lightblue;
	}
#top a:link {
	color: gray;
	font-size: medium;
	text-decoration: none;
	}
#top a:visited {
	color: gray;
	font-size: medium;
	text-decoration: none;
	}
#top a:hover {
	color: black;
	font-size: medium;
	text-decoration: none;
	}
#top a:active {
	color: black;
	font-size: medium;
	text-decoration: none;
	}
	
div#wrapper {
	position: relative;
	top:100px;
	background: transparent;
	border: none;	width: 400px;
	height: 200px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 20px; 
	font-family: courier;
	text-align: center;
	}

div#roho {
	position: relative;
	border: none;
	padding: 10px;
	text-align: center;
	color: lightblue;
	}
div#rohob {
	position: relative;
	border: none;
	padding: 10px;
	text-align: center;
	color: #0095ff;
	}
	
span#saywork {
	color: red;
	font-size: small;
	padding: 20px;
	visibility: hidden;
	}
	
table.ta {
	border-collapse: collapse;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #0095ff;
	}	
td.reg {
	border-top: solid 1px #0095ff;
	border-bottom: solid 1px #0095ff;
	border-left: solid 1px #0095ff;
	border-right: solid 0px #0095ff;
	width: 50px;
	padding-left: 15px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: courier;
	text-align: right;
	}	
td.bot {
	border-top: solid 1px #0095ff;
	border-bottom: solid 0px #0095ff;
	border-left: solid 1px #0095ff;
	border-right: solid 0px #0095ff;
	width: 50px;
	padding-left: 15px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: courier;
	text-align: right;
	}	
input.it {
	background: #eaeae0;
	text-align: right;
	width: 72px;
	margin: 12px;
	}
a.button {
	border: outset 0px;
	background: #7a7a70;
	text-decoration: none;
	color: #dadad0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	}
a.buttonover {
	border: outset 1px;
	background: #5a5a50;
	text-decoration: none;
	color: #eaeae0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	}
a.buttondown {
	border: outset 1px;
	background: #dd0000;
	text-decoration: none;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	}

	
