html {
	height: 98%;
	width: 99%;
	margin-left: 1px;
}

body {
	font-family: Calibri, sans-serif;
	font-size: 16px;
	background-color: lightblue;
	height: 100%;
	width: 100%;
}

hr {
	color: blue;
}
input[type=text] {
    width: 150px;
}
input[type=password] {
    width: 150px;
}
div.menu_bar {
	min-height: 20px;
	font-size: 16px;
}
table.menu_bar {
	border: 0px #000000 solid;
}
td.menu_bar_space {
	width: 15vh;
}
table.menu_menu {
	border: 0px #000000 solid;
}
td.menu_menu {
	border: 0px #000000 solid;
}
.menu_menu a:link, .menu_menu a:visited {
	text-decoration: none;
	color: #000000;
	float: left;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding: 0px 0px;
}
.menu_menu a:hover {
	background-color: #D3E4EE;
	color:#000000;
}

div.login_bar {
	margin-left: 40%;
	margin-right: 40%;
	margin-top: 6%;
	margin-bottom: 10%;
	border: 3px #000000 solid;
	border-radius: 20px;
	background-color: white;
	border-color: blue;
}
table.login_bar {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 0px #000000 solid;
}
div.status_bar {
	font-size: 16px;
}
table.main_page {
	border-collapse: collapse;
	border: 2px #000000 solid;
	text-align: center;
	background-color: white;
	border-color: blue;
	font-size: 12px;
	
}
th.main_page_1 {
	border: 1px #000000 solid;
	padding: 3px;
	white-space: nowrap;
	background-color: lightblue;
}
th.orderby {
	border: 1px #000000 solid;
	padding: 3px;
	white-space: nowrap;
	background-color: lightblue;
}
th.orderby:hover {
	border: 1px #000000 solid;
	padding: 3px;
	white-space: nowrap;
	background-color: lightblue;
	color: blue;
}
td.main_page_1 {
	border: 1px #000000 solid;
	padding: 3px;
	white-space: nowrap;
}
.button_default {
	background-color: white;
	font-size: 16px;
	border: 2px #000000 solid;
	border-color: blue;
	border-radius: 8px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button_default:hover {
    background-color: blue;
	font-size: 16px;
    color: white;
}
.button_delete {
	background-color: white;
	font-size: 16px;
	border: 2px #000000 solid;
	border-color: red;
	border-radius: 8px;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button_delete:hover {
    background-color: red;
	font-size: 16px;
    color: white;
}
