body {
  background-color: #FFF;
  color: #555555
}

.topbar { background-image:url(/assets_01/images/topbar-light.gif);background-color: #7A7A7A; color: #f0f0f0 }

.cctv {
	background-color: rgba(51,51,51,.6);
}

.caption { /*background-color:rgba(50,50,50,.7);*/}

.video { /*background-color:rgba(50, 50, 50, 0.7);*/ }


.content {
  background-color: #f0f0f0;
}

.currency-box .row,.weather-box .row,.praytime-box .row { border-bottom: 1px solid #BDBDBD;}
.currency-box .row:hover,.praytime-box .row:hover { background: rgba(0,0,0,.1)}
	
.overview { 
	color:#444;
}

.featurette {
  background-color: #ccc;
}

.banner {
	background: #808080;
	color: #f0f0f0;
}

.weather-box .heading { background:#FDFDFD;}

footer .container { background-color:#ccc; }

.list-group-item { background-color: #fff; border:1px solid #e0e0e0;}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { border-top: 1px solid #DADADA;}