/* Start of CMSMS style sheet 'Print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
  color: black !important; 
  background-color: white !important; 
  font-family:arial;
  font-size: 10pt;
  border:0 !important; 
}

* {
border:0 !important;
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none !important; 
}

/* 
remove all width constraints from content area
*/
div#content,
div#main {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}

/* hide everything else! */
div#header,
div#myutopiainner,
div#topnavbg,
div#menu_horiz,
div#side,
div#bodyright
  {
   display: none !important;
}

img {
  display :none;
}

img.showimage {
  display: block;
}

/* Printed header */
div#printheader {
  display: block;
  margin-bottom: 10px;
}

/* Fonts */
.small {
   font-size: 8pt;
}

.standard {
   font-size: 10pt;
}

.strikeout {
  text-decoration: line-through;
}

a {
  color: black;
  text-decoration: none;
}

h1 {
   padding: 0 0 5px 0;
   margin: 0;
}

h2 {
   font-size: 12pt;
}

h3 {
   font-size: 10pt;
   margin: 0;
   padding: 0;
}

h4 {
   margin: 0;
   font-style: italic; 
}

.linebreak {
  border-bottom: 1px dashed #AAA38E;
  width: 580px;
  margin: 2px 0 12px 0;
  height: 10px;
  display: block;
}

/* special placements */
.content-rightcolumn {
  float: right;
  padding: 0 0 20px 10px;
  text-align: center;
}
a.button {
  display: none;
}

/* Nice table */
.nicecolumn {
  width: 118px;
  float: left;
  margin: 0 10px 20px 0;
  padding: 0 0 6px 0;
  border: 1px solid black !important;
  height: 180px;
}
.fit3 {
  width: 184px;
}
.fit4 {
  width: 137px;
}
.fitsubnav {
  width: 188px;
}

.nicecolumn h2 {
  padding: 4px 0 0 4px;
  margin: 0;
  display: block;
  text-align: left;
  width: 95%;
  float: none;
}
.nicecolumn h3 {
  width: 95%;
  padding: 0px 0 0 4px;
  margin: 0;
  display: block;
  text-align: left;
  padding-bottom: 3px;
  float: none;
  font-weight: normal;
  font-size: 10pt;
}
.nicecolumn p.desc {
  height: 90px;
  padding: 5px;
  margin: 0;
  text-align: left;
}

/* Panes */
.leftpane {
  display: block;
  font-weight: bold;
  font-size: 11pt;
  font-family: arial;
  margin: 10px 0 10px 0;
}

.rightpane {
  display: block !important;
  font-size: 10pt;
  margin-bottom: 20px;
}

span.price {
/*  float: right; */
  font-weight: bold;
  font-size: 11pt;
  position: relative;
  top: 50px;
}

div#noflash {
  display: block;
}

div#DockMenuDiv {
  height: 0px;
}

/* Panels for hosting page */
.panel {
  display: none;
}

.panelsummary {
  display: none;
}

.paneldetail{
  display: none;
}

/* flash scrolling menu */
div#DockMenuDiv {
  display: none !important;
  height: 0px;
  width: 0px;
}
/* End of 'Print' */

