/* styles for the print view */

body {
  overflow: visible !important;
  overflow: auto;
  background-color: #FFF;
}

* {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 128.5%;
}

#feEditAdvanced-container,
#admPanel,
#headerImage,
#rootlineNav,
#langNav,
#mainNav,
#leftCol,
#metaNav,
#specialCol,
#rightCol,
#footer,
#TSFE_ADMIN_PANEL_FORM {
  display: none;
}

#main {
  position: static;
  margin: 10px;
  text-align: left;
}

#head {
  height: 70px !important;
}

#pagetitle a {
  display: block;
  text-indent: -9999px;
  width: 200px;
  height: 37px;
}

#pagetitle img {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
}

#midCol {
  position: relative;
}

#midCol .ctArea ul li {
  list-style: disc inside;
  background-image: none;
}

.fce2Columns .fceRightCol {
  float: left;
  margin-left: 20px;
}

.ctArea .ctElement a {
    background: none;
    padding: 0;
}

.ctArea a.link_arrow {
    background: none;
    padding: 0;
}

