.contentViews,
.noPrint {
display:none;
}

#HM_Menu2 {
width:725px !important;
}

/* Tables are a special case, we need to apply some basic formatting
  to override the removal of borders and application of custom colours - both
  of which are done in HTML and hence we need to *add* CSS to disable them */
table.fckeditor_table1 td, table.fckeditor_table1 th {
background: none !important;
border: 1px inset black;
padding: 3px;
}

table.fckeditor_table1 caption{
padding-bottom: 5px;
}

table.fckeditor_table1 {
margin-left: 5px;
border: 1px outset black;
border-collapse: collapse;
padding:2px;
}
