body {

}

form {
	color: green;
}

#green {
	background-color: #04AA6D;
	border: none;
	color: white;
	padding: 16px 32px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	font-size: 20px;
}

div.top_nav {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000000;
	color: yellow;
	width: 100%;
	height: 40px;
	//z-index: 1;
	font-size: 13px;
}

div.left-nav {
	width: 170px; /* Set the width of the sidebar */
	position: fixed; /* Fixed Sidebar (stay in place on scroll) */
	z-index: 1; /* Stay on top */
	top: 40px; /* Stay at the top */
	left: 2px;
	background-color: silver; /* Silver */
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 2px;
	font-family: sans-serif;
	font-size: 15px;
	color:#666;
}

footer {
	background-color: yellow;
	text-align: center;
	font-family: sans-serif;
	font-size: 13px;
	margin-left: 2px;
	width: 100%;
	left: 170px;
}

div.login {
  text-align: center;	
  font-family: Verdana;
	font-size: 14px;
}

div.homepage {
	margin-top: 50px;
	margin-left: 170px; /* Same as the width of the sidebar */
	padding: 0px 5px;
	font-family: sans-serif;
	font-size: 14px;
}

div.newtable {
	display: table;
}

div.tableRow {
	display: table-row;
}

div.tabledata {
	display: table-cell;
	border: 1px solid #999999;
	padding: 3px;
	background: lightgray;
}

div.inserttable {
	display: table;
	width: 80%;
}

div.insertRow {
	display: table-row;
}

div.insertdata {
	display: table-cell;
	border: 1px solid #999999;
	padding: 3px 10px;
}

#menu{
	background:none;
	border:0;
	text-decoration:underline;
	font-family: sans-serif;
	font-size: 15px;
	color:#000000;
}

#menu:hover{
	background:none;
	border:0;
	color:#666;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}