/*body.mobile, .mobile table
{
	font-size: 80%;
}
*/
.mobile #content
{
	margin-left: 0px;
}

.mobile #topmenu
{
	width:100%;
	display: block !important;
	text-align: center;
	position:fixed;
	top:0;
	background:white;
	border-bottom:1px solid darkblue;
	padding: 3px;
}

.mobile #topmenu ul
{
	margin: 0;
	padding: 0;
}

.mobile #topmenu li
{
	display: inline;
	padding: 0;
	margin: 0;
	padding-right: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}

.mobile #topmenu a, .mobile #topmenu a:visited, .mobile #topmenu a:hover
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	/*
	background-color: #FF462A;
	background-color: gray;
	*/
	color: white;
}

.mobile #topmenu a, .mobile #topmenu a:visited
{
	background-color: navy;
	text-decoration: none;
}

.mobile #topmenu a:hover
{
	background-color: gray;
	text-decoration: none;
}

.mobile #content 
{
	padding-top:3em;
}

/* Mobile Menu */

table.mobileMenu
{
	border: 0;
}

table.mobileMenu td
{
	text-align: center;
	width: 25%;
}

/*
ul li
{
	list-style-type: square;
}
*/

/* mobile */
.mobile #mainmenu
{
	display: none;
}

/* end mobile */