@CHARSET "UTF-8";

body {
	font-size: 11pt;
	margin: 0 5%;
}
#hd,#bd,#ft {
clear: both;
width : 100%;
position: fixed;
}

#hd {
text-align: left; z-index: 300;  margin: 0px; padding: 0px; background: #fff;
}
#ft {
  display: none;
}
	
#hd h1.logo {
text-indent: -9999px;
display: list-item;
list-style-image: url("/static/img/via_logos/logo_small_black.gif?1");
list-style-position: inside; 
margin-left: 100px; padding: 0px; width:111px; height: 81px;
position: relative;
}
#hd div.logo {
	display: block;
  padding-left: 2em; padding-top: 1em;
}

#hd .nav,#waitDiv, #hd .topMessage, #hd .topMenuBlock,#maskDiv, #maskIframe, #ft .bottomMessage {
display: none;
}

#hd .headerMessage, #hd .userInfo {
float: right; clear: both;
}
#hd .secondaryNavigation, #hd .primaryNavigation, #hd .productNavigation {
display: none;
}
#hd_print .headerMessage {
float: right; color: #000; font-weight: bold; font-size: 100%; padding-top: 3em; padding-right: 1em;
}

#bd div.buttonImg {
display:none;
}

.hidePrintOptions {
	visibility: hidden;
}