/* Custom Styling */
div.FTTimes { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Custom Table Hidden Style */
.rTable 
{
display: block;
width: 100%;
} 
.rTableHeading, .rTableBody, .rTableFoot, .rTableRow
{
clear: both;
}
.rTableHead, .rTableFoot
{
background-color: #DDD;
font-weight: bold;}
.rTableCell, .rTableHead 
{
border: 1px solid #999999;
float: left;
height: 17px;
overflow: hidden;
padding: 3px 1.8%;
width: 20%;}
.rTable:after 
{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.rTableCellBL, .rTableHeadBL 
{
float: left;
height: 20px;
overflow: hidden;
padding: 2px 1.4%;
width: 20%;}
/* Custom TopBar Height*/
.topbar {
border-color:  none;
border-image: none;
border-right: 1px none;
border-style: none solid solid;
border-width: medium 1px 1px;
height: 70px;
}
/* Custom Slider Front Page*/
.fpimgwrp
{
text-align:center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15%;
  width: 90%;
  height: 90%;
}