/* CSS Document */

body {
  background: #FFF;
  font-size: 12pt;
}

#logo,
#header,
#footer,
#logout,
#navMain, 
#breadcrumbs, 
#inlineEditingOn, 
#idium,
#comments,
#tools,
#leftColumn,
#partnerobjects,
.button {
   display: none;
}

div.box {
  border: 0px;
}

#mainColumn .objectPricesContainer,
#mainColumn .objectPricesContainer .togglePrices {
  display: block;
}

#mainColumn .objectPricesContainer .togglePricesButton,
#mainColumn .objectPricesContainer .updatePricesButton {
  display: none;
}

#mainColumn .objectPricesContainer .box {
  border: 0px;
}

#mainColumn .objectPricesContainer .box em {
  float: none;
  display: block;
}

#main,
#mainColumn {
  border: none;
  width: auto;
}

h1, h2, h3, h4, h5, h6 { 
  page-break-after:avoid; 
  page-break-inside:avoid 
}

img { 
  page-break-inside:avoid; 
  page-break-after:avoid; 
}

blockquote, table, pre { 
  page-break-inside:avoid 
}

ul, ol, dl  { 
  page-break-before:avoid 
}

#wrapper, #content {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: #000;
   background: transparent none;
   font-size: 90%;
}
   
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #EEE;
}

a:link, a:visited {
  color: #000;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

table {
  width: 100%;
}

table td {
  border-bottom: 1px solid #000000;
  border-collapse: collapse;
}

/* If added, anchors href will be printed out after the link.
   Does not work in IE

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
  content: " (http://www.customerdomain.no" attr(href) ") ";
  color: #444;
  font-weight: normal;
}

*/