* {
  position: relative;
  font-family: Arial;
}
body {
  background-image: url(../Images/bg.gif);
  background-color: #CDCDCD;
  background-repeat: repeat-x;
  margin: 0px 0px 0px 0px;
  color: #000000;
}
a {
  text-decoration: none;
  color: #3650CB;
}
#master {
  margin: 0;
  width: auto;
  position: relative;
}
#master div.logo {
  background-repeat: no-repeat;
  background-image: url(../Images/logo.gif);
  width: 240px;
  height: 30px;
}
#master div.toolbar {
  position: absolute;
  right: 20px;
  top: 0;
  background-color: White;
  float: left;
}
#master div.toolbar div.menu {
  float: left;
  width: auto;
  background-image: url(../Images/topbanner_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  height: 34px;
}
#master div.toolbar div.menu ul {
  margin: 3px 0 0 0;
  padding: 0;
}
#master div.toolbar div.menu li {
  display: inline;
  padding: 0 5px 0 5px;
  list-style-type: none;
  border-left: 2px gray solid;
  font-size: 11px;
  font-family: Arial;
}
#master div.toolbar div.menu li a {
  text-decoration: none;
}
#master div.toolbar div.left {
  float: left;
  background-repeat: no-repeat;
  background-image: url(../Images/topbanner_left.gif);
  width: 10px;
  height: 34px;
}
#master div.toolbar div.right {
  float: left;
  background-repeat: no-repeat;
  background-image: url(../Images/topbanner_right.gif);
  width: 10px;
  height: 34px;
}
.DefaultPageBackGroundImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  background-image: url(../Images/default-bg.jpg);
  width: 660px;
  height: 290px;
}
@media print {
  .toolbar,
  #footer,
  #bottomLogo,
  #siteMenu,
  #advert,
  #topLogo {
    display: none;
    position: static;
  }
  
  body {
    background-image: none;
    background-color: White;
  }
  
  * {
    position: static;
  }
}
div.ShowProgressContent {
  text-align: center;
  border: 1px solid black;
  background-color: #E5EEFC;
  padding: 20px 20px 10px 20px;
  width: 250px;
  height: 160px;
}

