@charset "utf-8";
body {
	background-color: #CFE7E7;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
	background-color:#FFC;
	height: 150px;
	width: 99%;
	border: thin solid #399;
}
#container {
	background-color: #FFF;
	width: 99%;
	height:inherit;
	text-align: left;
	border: thin solid #FFF;
}
#ErrSpan {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}

#container #main {
	background-color: #FFF;
	float:inherit;
	width: 99%;
	border: thin solid #399;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
}
#container #main #left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 15%;
}
#container #main #left #navigation {
	margin: 1px;
	float: left;
	width: 90%;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#container #main #left #navigation h1.green {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/green.jpg);
	height: 18px;
	width: 90%;
	position: relative;
	left: 5px;
	top: 5px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 1px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
a:visited {
	color:#FFF;
	text-decoration: none;
}
a:link {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#FFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#container #ShowUser {
	font-size: 14px;
	font-weight: bold;
	color: #399;
	border: thin solid #399;
	padding: 5px;
	text-align: center;
	width: 99%;
}
select {
	border: thin solid #399;
	font-size: 14px;
}
#container #main #right {
	font-size: 14px;
	float:right;
	clear:none;
}
table {
	font-size: 14px;
}
table th {
	text-align: center;
	color: #399;
	background-color: #CFF;
	font-weight: bold;
}
<style>
.Iconbtn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
}

/* Darker background on mouse-over */
.Iconbtn:hover {
  background-color: RoyalBlue;
}
