body {
  font-family: Arial, Helvetica, sans-serif;
}
.navbar {
  overflow: hidden;
  background-color: #92d8ef;
}

.navbar a {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #0b2690;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 14px;  
  font-weight: bold;
  border: none;
  outline: none;
  color: #0b2690;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #0b2690;
    color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #0b2690;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #0b2690;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.vertical-menu {
  width: 150px;
  float:left;
  vertical-align: bottom; 
}

.vertical-menu a {
  background-color: #92d8ef;
  color: #0b2690;
  display: block;
  padding: 10px;
    font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #0b2690;
  color: white;
}

.vertical-menu a.active {
  background-color: #92d8ef;
  color: white;
}


/* border-style example classes */
.b1 {border-style:none;}
.b2 {border-style:hidden;}
.b3 {border-style:dotted;}
.b4 {border-style:dashed;}
.b5 {border-style:solid;}
.b6 {border-style:double;}
.b7 {border-style:groove;}
.b8 {border-style:ridge;}
.b9 {border-style:inset;}
.b10 {border-style:outset;}
button
{
	border:none;
	background: none;
	vertical-align: middle;
	align: left;
}


.numinput{
    width:40px;
	box-sizing: border-box;
	border-radius: 6px;
}
input{
	vertical-align: middle;
	box-sizing: border-box;
	border-radius: 6px;

}

.tableclass{
color: #ffffff;
 	height: 50%;
	color: #0b2690;
	padding: 20px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#92d8ef);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#92d8ef));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-style:outset;
 	border-width: 3px;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 1px 2px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 1px 2px 0px rgba(255,255,255,0.4);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 1px 2px 0px rgba(255,255,255,0.4);
	text-shadow:
		1px 1px 2px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.4);
}

.textInput {
    /* styles the text input elements with this class */
}

.submitBtn {
  background-color: #92d8ef;
  border: #0b2690;
  color:  #0b2690;
  padding: 10px 10px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: hand;
  font-weight: bold;
  	border-style: outset;
}
.mytextboxes{
	height: 30px;
	border-width: 3px;
	border-style: inset;
	border-color: #92d8ef;
	border-radius: 3px;
}
.mywrap {
    display: inline-block;
	overflow-x: scroll;
}

.tablediv{
color: #0b2690;
 	height: 50%;
	width: 100%;
	color: #0b2690;
	padding: 3px 3px;
	text-align: center;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#92d8ef);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#92d8ef));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-style:outset;
 	border-width: 3px;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 1px 2px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 1px 2px 0px rgba(255,255,255,0.4);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		inset 1px 2px 0px rgba(255,255,255,0.4);
	text-shadow:
		1px 1px 2px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.4);
}
.tableclass2{
	padding: 3px 3px;
	text-align: center;
	width: 100%;
	height: 100%;
}

.tablerow{ 
    overflow: hidden;
    height: 14px;
    white-space: nowrap;
}