#navi-bar,
#navi-bar-shadow,
#header,
#side-bar,
#page-title,
#breadcrumbs,
#page-info,
.page-watch-options,
.page-options-bottom,
.page-tags,
#footer,
#license-area,
#footer-bar,
.odialog-shader,
.hide-embed,
.hiddenDisclaimer {display: none !important;}

#main-content {
  margin: 0!important;
  padding: 0!important;
  width: 100%!important;
}
body{
margin:0!important;
padding:0!important;
}
.owindow{
position:static!important;
width:0px;
height:0px
}
#ohandle-1{
font-size:0px!important;
}
.modal-header{
font-size:0px!important;
}
.button-bar{
position: absolute;
top: 0px;
right: 0px;
}
/* Page Rating Module Customizations */
.page-rate-widget-box {
    display: inline;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    margin: 0;
}
div.page-rate-widget-box .rate-points {
    background-color: #633;
    border: solid 1px #633;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #fff6f0;
    border-top: solid 1px #633;
    border-bottom: solid 1px #633;
    font-weight: bold;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: transparent;
    color: #633;
    padding: 0 4px;
    margin: 0 1px;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #633;
    color: #fffff0;
    text-decoration: none;
}
.page-rate-widget-box .cancel {
    background-color:  #633 !important;
    border: solid 1px #633;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}
.page-rate-widget-box .cancel a {
    background: transparent;
    text-transform: uppercase;
    color: #966;
}
.page-rate-widget-box .cancel a:hover {
    border-radius: 0 3px 3px 0;
    background: #633;
    color: #fffff0;
    text-decoration: none;
}
/* Heritage Collection Rating Module */
.heritage-rating-module {
    float: right;
    background-color: #633;
    padding: 2px 8px 2px 5px;
    border: solid 1px #ccc066;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.heritage-rating-module .page-rate-widget-box {
    float: right;
    box-shadow: none;
    margin-bottom: 0;
    margin-right: 0;
}
.heritage-rating-module .heritage-emblem {
    float: right;
    position: relative;
    top: -2px;
    left: 2px;
    height: 16px;
    width: 16px;
    overflow: visible;
    margin-right: 2px;
}
.heritage-rating-module .heritage-emblem img {
    width: 20px;
    height: 20px;
    border: 0;
}
