@charset "utf-8";
/* CSS Document */
#bottomNavBackground {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	clear:both;
}

#bottomNav {
	width:auto;
	padding: 3px 15px ;
	color:white;
}

#bottomNavCSSTable {
	display:inline-table;
	width:100%;
}
#bottomNavCSSTable > * {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	white-space:nowrap;
}
#bottomNavIconLinks {
	text-align:left;
}
#bottomNavTextLinks {
	padding: 0;/* 0 0.5em; */
	margin-left:0.25em;
	margin-right:0.25em;
}
#bottomNavCSSTableRight {
	padding: 0;/* 0 0.5em; */
	white-space:normal;
}
/* within the menus, items are not underlined... */
#bottomNav a { 
	color:white;
	text-decoration:none; 
	}
/* except when pointed to: */
/* not even then 
#bottomNav a:hover { text-decoration:underline; }
*/
#bottomNav img {
	cursor:pointer;
}