/* ================================
    CSS STYLES FOR Module [!GCS Weather]
   ================================
*/

.Weather_Table
{
 font-size:x-small;
 font-family:Tahoma;
 	 
}

.Traffic_Item
{
	font-size:xx-small;
	font-weight:bold;
}

.Weather_Table_Item_Label
{
}

.Weather_Temp
{
	font-size:small;
	font-weight:bold;
}

.Weather_Condition 
{
	font-size:xx-small;
        color:White;
	 
}

.Weather_Condition_Label 
{
	font-size:xx-small;
	font-weight:bold;
}

.Weather_Condition_Label_Medium 
{
	font-size:x-small;
	font-weight:bold;
}
.Weather_Sponsor
{
	text-decoration :none;
	font-family:Tahoma;
	font-size:xx-small;
        color:GoldenRod;
	
}

.Weather_Location
{
        color:GoldenRod;
	font-size:xx-small;
        font-weight:bold;
}

 .Weather_hidden
{
	visibility:hidden;
}

