.web_dialog_overlay_ctoa, .web_dialog_overlay_recomm {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .55;
    filter: alpha(opacity = 55);
    -moz-opacity: .55;
    z-index: 101;
    display: none;
}
.k-chapters-container .chapterDisabled{
    cursor: default;
    background: #000000;    
}
.k-chapters-container .chapterDisabled:hover{
    background: #000000 !important;    
}
.overlay_ctoa, .overlay_recomm {
    display: none;
    position: fixed;
    top: 30%;
    left: 45%;
    min-width: 400px;
    min-height: 300px;
    margin-left: -190px;
    margin-top: -100px;
    background-color: #F0F8FF;
    border: 2px solid #336699;
    padding: 0px;
    z-index: 102;
    font-family: Verdana;
    font-size: 10pt;
    font-color: #000000;
    text-align:center;
}
p.close {
    float: right;
    margin: 0;
    padding: 0;
    color: #000000;
}

p.close a {
    color: #000000;
    padding: 2px 10px 2px 2px;
}

.datatodisplay{
    clear:both;
    width:100%;
}
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
}
#boxes #dialog .close {
    color:black;
    float:right;
    font-size:15px;
    font-weight: bold;  
    margin:10px;
    text-decoration: none;
}

.web_dialog_overlay_mvref {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .55;
    filter: alpha(opacity = 55);
    -moz-opacity: .55;
    z-index: 101;
    display: none;
}
.overlay_mvref {
    display: none;
    position: fixed;
    top: 30%;
    left: 45%;
    min-width: 400px;
    min-height: 300px;
    margin-left: -190px;
    margin-top: -100px;
    background-color: #F0F8FF;
    border: 2px solid #336699;
    padding: 0px;
    z-index: 102;
    font-family: Verdana;
    font-size: 10pt;
    font-color: #000000;
    text-align:center;
}
.timedfootnotes-container {
    border: 1px solid #ccc;
    border-radius: 5px
}

.timedfootnotes {
    height: 65px;
    padding: 15px 10px;
    overflow: auto
}

.timedfootnotes ul {
    margin: 0;
    padding: 0
}

.timedfootnotes li {
    display: none;
    list-style: none
}

.timedfootnotes li.highlighted {
    display: block
}

.timedfootnotes {
    clear: both
}

.movierefs .links-share {
    overflow: hidden;
    padding: 30px 0
}

.movierefs .links-share a {
    color: #333
}