﻿.statstable {
   
  background: #ffffff;
  /*height: 400px;*/
  /*top:0;
  left: 0;*/
  /*margin-top: -73px;
  padding-top: 10px;*/
  position: relative ;
  /*right: 0;*/
  z-index: 300;
  min-height:150px;
  

}

tr.border_bottom td {
  border-bottom:1pt solid #CCC;
}
.station_filter_Input {
    padding: 10px 10px 10px 10px;  
 }
.innerHeader{
    font-weight: bold;
}

.pList {
     margin: 0;
    padding: 0;
}
.centreWindow_Station_list {
    /*padding-left: 20px;*/
    
}
.centre_opening__inner {
     background-color: #f8f8f8; 
     min-height: 35px; 
     padding: 0 5px 1px 5px;
}
.centreWindow_Station {
    font-weight: bold;
}
.centreWindow_Station_Address {
    
}
.centreWindow_Station_County {
    
}
ul, li
{
    list-style-type: none;
    /*margin: 0;
    padding: 0;*/
}

#over {
    background-image: url(../assets/img/banners/video1.png);
    background-repeat: no-repeat;
    /*height: 380px;
    width: 750px;
    margin: 0 auto 30px;*/
    position: relative;

    z-index: 1; /* integer */
}

/*iframe {
    height: 321px;
    width: 483px;
    position: absolute;
    /*top: 28px;
    left: 134px;*/
/*}*/


iframe {
  width:200px;
  height:200px;
  position:absolute;
  border:solid 1px #000;
}


#front {
  position:absolute;
  border:solid 1px #000;
  width:200px;
  height:100px;
  left:;
  top:;
  background:#f00;
  box-shadow:0 0 10px #666;
  
}
 
  #loading
    {
        display:none;
        position:fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background:rgba(255,255,255,0.8);
        z-index:1000;
    }
  
    #loadingcontent
    {
        display:table;
        position:fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
    }
  
    #loadingspinner
    {
        display: table-cell;
        vertical-align:middle;
        width: 100%;
        text-align: center;
        font-size:larger;
        padding-top:80px;
    } 