@charset "UTF-8";
/* CSS Document */

#InnerInfoBar {
	width:900px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	height:80px;
	margin-top:75px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
		}
#InnerInfoBox {
	width:14.87%;
	clear:none;
	float:left;
	height:50px;
	border: 2px solid #FFF;
	padding: 0.26%;
		}
#WhiteArrowInfoIndicator {
	background-image:url(../files/gfx/WhiteArrowIndicator.png);
	background-repeat: no-repeat;
	float:left;
	clear:none;
	height: 20px;
	width: 1%;
	margin-top: 20px;
	display:inline-table;
		}
		



@media only screen and (min-device-width: 480px) {
#Header {
	position: fixed;
	right: 0;
	top: 0%;
	width: 100%;
	min-width:1150px;
	margin-top: 0em;
	height:70px;
	vertical-align:middle;
	text-align:center;
	background-image: url(../gfx/headerBG.png);
	background-repeat: repeat;
		}
}
@media only screen and (max-device-width: 480px) {
#Header {
	position: relative;
	right: 0;
	top: 0%;
	width: 100%;
	min-width:1150px;
	margin-top: 0em;
	height:70px;
	vertical-align:middle;
	text-align:center;
	background-image: url(../gfx/headerBG.png);
	background-repeat: repeat;
		}
}