/*
.table-cap-podr" - первая строчка (город и даты)
.table-cap-inner-podr" - вторая строчка (название страны)
.table-podr-odd" - четная строчка таблицы
.table-podr-even" - нечетная строчка таблицы
.table-cap" - заголовок ячейки с температурой воды
.table-cap-inner" - остальные ячейки с температурой воды
*/

.table-cap-podr	{font-weight: bold; background: #ACDBFF;}
.table-cap-inner-podr	{font-weight: normal; background: #333771;}
.table-podr-even		{background: #f8f8f8}
.table-podr-odd		{background: #efefef}
/*.table-cap				{font-weight: bold; color: #0044CC; background: #9DD3EE}*/
.table-cap				{font-weight: bold; color: #0044CC; background: #ACF2DB}
.table-cap-inner		{font-weight: bold; color: #0044CC}
.table-header			{font-weight: bold; color: #ffffff; background: #217198}
.table-tr			{font-weight: bold; color: #ffffff; background: #3D96C2}
.table-tr-odd			{background: #efefef}
.table-tr-even			{background: #f8f8f8}

div.pogodainf a {font-weight:bold;color:#555555;text-decoration:none}
div.pogodainf b {font-weight:normal;color:#999999;}
