/*
	meteo.css @ anrara.net/meteo
 */

table.graph tr td { width: 6px; } 
table.graph tr.up td { vertical-align: bottom; } 
table.graph tr.dn td { vertical-align: top; }
table.graph tr td img { display: block; width: 5px; margin-right: 1px; } 
table.graph tr td.h00 { background: url(/img/meteo/bg-h00.png) 0 0 repeat-y; }
table.graph tr td.h12 { background: url(/img/meteo/bg-h12.png) 0 0 repeat-y; }

span.norm {
	color: black;
}

span.warm {
	color: #cc0000;
}

span.cold {
	color: #0000cc;
}

span.wind {
	color: #006600;
}

table.smis caption {
	font-family:	Arial;
	font-size:	12pt;
	padding: 3px;
	color: black;
	background-color: #eeefee;	
}

table.smis tr td.head {
	padding: 1ex 1em 1ex 1em;
	font-size:	10pt;
}
	
table.smis tr td.town {
	font-size:	12pt;
	background-color: #f6f6f9;
	padding: 4px 3ex;
}

td.param {
	font-size:	10pt;
	padding: 4px 6px 4px 12px;
	text-align: center;
}


table.smis tr td.data {
	font-family:	Arial;
	font-size:	11pt;
	padding:	4px 2px;
	background-color: #f6f6f9;
}


/* GISMETEO.ru */

.gmtbl { background-color: #ffffff; border: 1px solid #6598FF; }
.gmtdttl { font-size: 100%; font-weight: bold; text-decoration: none; 
            text-align: center; background-color: #6598FF; padding-bottom: 2px; }
.gmtdttl a { color: #000; } 
.gmtdtext { font-size: 85%; font-weight: normal; color: #000000; text-align: center; }


/*eof*/
