/* tym arkuszem dostosowujemy wyglad MambWeather */

/* TABELA Z IKONKA POGODY */
td.ikona {
	background: #182327;						
	}

/* TABELA Z NAZWA MIASTA*/
td.miasto_temp {
	background: #182327;
	}
	/*tekst wyswietlajacy MIASTO*/
	.txt_miasto {
		font-family: Verdana;
		font-size: 12px;
		color: #cccccc;
		border-bottom: 1px dotted;
		}
	/*tekst wyswietlajacy stopnie C*/
	.txt_temp {
		font-family: Verdana;
		font-size: 14px;
		color: #cccccc;
		font-weight: bold;
		}
/* TABELA Z PRZEWIJANYM TEKSTEM MARQUEE*/
td.scroll {
	background-color: #182327;
	text-align: center;
	}
	/*tekst przewijajacy sie na pasku*/
	.txt_scroll {
		font-family: Verdana;
		font-size: 9px;
		color: #cccccc;
		font-weight: bold;
		}



/*	okresla pierwszy rzad tabeli:
	Czas, Wiatr itd*/
td.lewa {
	background-color: #666666;
	text-align: left;
	}
  .txt_lewy {
	font-family: Verdana;
	font-size: 9px;
	color: white;
	}

/* okresla prawa strone tabeli*/
td.prawa {
	background: #666666;
	text-align: center;
	}
  .txt_prawy {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: white;
	}
