﻿div.profileTabs 
{
}

div.profileTabs a
{
	display: inline-block;
	width: 100px;
	background-color: #CFCFCF;
	padding: 3px 1px;
	text-align: center;
	border: 1px solid #AAAAAA;
	border-bottom: none;
	color: Black;
}

div.profileTabs a.selected 
{
	background-color: #AFAFAF;
	border-color: #444444;
}

div.profileTabContent 
{
	border: 1px solid black;
	padding: 10px;		
}

div.subscribeDescription 
{
	padding: 20px;
	line-height: 1.3em;
	text-align: justify;
}

div.subscribeDescription li 
{
	color: #447;
}

/* --------Prayer info ------- */

div.PrayerInfo 
{
	border-top: 1px solid black;
}


div.Ghebleh img
{
	border: 1px solid #9F9F9F;	
}

div.PrayingTimes 
{
	width: 100%;	
	margin-bottom: 20px;
}

div.PrayerInfo .title 
{
	text-align: center; 
	padding: 15px;
	font-weight: bold;
}

table.PrayTimes {
    width: 100%;
    border-collapse: collapse;
    margin: 0px;       
    direction: rtl;    
}

table.PrayTimes td 
{
	border: 1px solid #dbddfc;
	background-color: #f8f8fe;
	padding: 2px;
	text-align: left;
}

table.PrayTimes td.right 
{
	text-align: right;    	
}

/*  Weather Live */

div.loading 
{
	text-align: center;
}

div.weatherTitle 
{
	font: normal bold 14px arial;
}

table.liveWeather 
{
	width: 75%;
	margin: 5px auto;
	background-color: White;
	padding:3px;
	border: 1px solid #AAA;
}

table.liveWeather td 
{
	text-align: right;
	vertical-align: top;
}

/*  Weather Forcasts */

table.weather 
{
	border: none;
	width: 100%;
	margin: 5px auto;
	border-collapse: collapse;			
}

table.weather td 
{
	padding: 2px 4px;	
	text-align: center;
	font-size: 10px;		
}

table.weather td.title 
{
	background-color: #688ca5;	
	color: Black;
	font-weight: normal;	
	padding-top: 4px;	
}

table.weather td.topleft
{	
	border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
}


table.weather td.topright 
{	
	border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
}

table.weather td.bottomleft
{	
	border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
  -webkit-border-radius: 0 0 0 10px;
}


table.weather td.bottomright 
{	
	border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
}

table.weather tr.today td 
{
	background-color: #688ca5;
}

table.weather tr.odd td 
{
	background-color: #b1c2cd;
}

table.weather tr.even td 
{
	background-color: #c1ced6;
}

/* GENERAL PRAYTIMES & GENERAL WEATHER */

div.ghebleh 
{
	
	text-align: center;
}

img#imgGhebleh 
{
	display: none;
	border: 1px solid #cccccc;	
}
