/*  */
#Leagel_container{
    overflow: visible;
}

.mid_container {
    overflow: visible;
}

.left_container {
  display: block;
  float: left;
  margin-bottom: 1px;
  overflow: visible;
  padding: 20px 20px 1px;
  position: relative;
  width: 97%;
}

.rgt_widget {
  display: none;
}

.tooltip-disp{
    display:inline-block;
}
.greydout {
    z-index: 10000;
    filter: alpha(opacity=50); /*older IE*/
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
    -moz-opacity: .50; /*older Mozilla*/
    -khtml-opacity: 0.5;   /*older Safari*/
    opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
    background-color:#000000;
}
.sharing {
    display: none;
}

#comments {
    display:none;
}
.search_box{
    display: none;
}

.footer {
    position: relative;
    display: block;
    width: 97%;
    height: auto;
    min-height: 70px;
    clear:both;
}