﻿body
{
	padding-bottom: 8px;
}

/*CSS for mobile except for mobile Safari*/
.divMenu
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: White;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	/*background-color: #0088ff;*/
	/*background-color: #55aaff;*/
	background-color: #eeeeee;
	/*background-color: #3399ff;*/
	padding-top: 10px;
	padding-left: 10px;
	/*white-space: nowrap;*/
}
.divMenuSpacer
{
   min-height: 100px;
   max-height: 100px;
}
.btnAssmtMenu
{
	/*font-size: x-large;*/
	/*font-size: 12pt;*/
	font-size: 10pt;
   /*color: #3399ff;*/
   min-height: 0px;
   /*min-width: 100px;*/
   min-width: 80px;
   white-space: nowrap;
   margin: 0px 10px 10px 0px;
	/*background-color: #66ccff;*/
	/*background-color: #DDEEff;*/
	/*background-color: #44aaff;*/
	background-color: #87CEFA;
	-webkit-border-radius: .85em;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#00abeb), to(#fff), color-stop(0.5, #fff), color-stop(0.5, #66cc00));*/
	/*border-width: .2em;*/
}
select:focus
{
	background-color: Transparent;
}
