@CHARSET "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

h1 {
	font-size: 13px;
	color: #666;
	margin: 5px 0 0 5px;
}

h2 {
	font-size: 11px;
	color: #999;
	margin: 0 0 0 5px;
}

table {
	font-size: 14px;
	margin: 5px 0 0 0;
	border-collapse: separate;
	border-spacing: 5px;
	text-align: center;
	line-height: 1;
}

tr td {
	width: 48px;
	text-align: center;
}

tr.days td {
	font-size: 11px;
	font-weight: bold;
}

tr.winddirection td span {
	background: url(../../../public/images/sprites/pictograms_winddirection_spot.png) no-repeat top left;
	width: 18px;
	height: 18px;
	display: inline-block;
}

tr.winddirection td span.E {
	background-position: 0 -1012px;
}

tr.winddirection td span.N {
	background-position: 0 -1080px;
}

tr.winddirection td span.NE {
	background-position: 0 -1148px;
}

tr.winddirection td span.NW {
	background-position: 0 -1216px;
}

tr.winddirection td span.S {
	background-position: 0 -1284px;
}

tr.winddirection td span.SE {
	background-position: 0 -1352px;
}

tr.winddirection td span.SW {
	background-position: 0 -1420px;
}

tr.winddirection td span.W {
	background-position: 0 -1488px;
}

tr.picto td a {
	background: url(../../../public/images/sprites/pictograms_winddirection_spot.png) no-repeat top left;
	height: 42px;
	width: 48px;
	display: block;
}

tr.picto td a.picto_01 {
	background-position: 0 0;
}

tr.picto td a.picto_02 {
	background-position: 0 -92px;
}

tr.picto td a.picto_03 {
	background-position: 0 -184px;
}

tr.picto td a.picto_04 {
	background-position: 0 -276px;
}

tr.picto td a.picto_05 {
	background-position: 0 -368px;
}

tr.picto td a.picto_06 {
	background-position: 0 -460px;
}

tr.picto td a.picto_07 {
	background-position: 0 -552px;
}

tr.picto td a.picto_08 {
	background-position: 0 -644px;
}

tr.picto td a.picto_09 {
	background-position: 0 -736px;
}

tr.picto td a.picto_10 {
	background-position: 0 -828px;
}

tr.picto td a.picto_11 {
	background-position: 0 -920px;
}

tr.temp td, tr.uvindex td {
	height: 30px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 18px;
}

tr.uvindex td {
	color: #FFF;
}

span {
	font-weight: normal;
	font-size: 9px;
}

tr.windgust td {
	color: #666;
	font-weight: bold;
}

tr.dayshort td {
	font-size: 16pt;
	color: #333;
}

tr.rain td {
	color: #0467C4;
}

tr.rainprob td {
	color: #0467C4;
	font-size: 12px;
}

table.spot {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0 0;
}

table.spot td.r0 {
	background-color: #C9EFD7;
}

table.spot td.r1 {
	background-color: #13EEFC;
}

table.spot td.r2 {
	background-color: #3AAADC;
}

table.spot td.r3 {
	background-color: #1774C4;
}

table.spot tr td {
	width: 7px;
	height: 6px;
}

div.spot {
	position: relative;
	width: 48px;
	height: 42px;
	background-color: #C9EFD7;
}

div.spot div {
	background: url(../../../public/images/sprites/pictograms_winddirection_spot.png) no-repeat 0 -1556px;
	position: absolute;
	height: 42px;
	width: 49px;
	top: 0;
	left: 0;
}

div#footer {
	padding: 5px;
}

.dark h1, .dark .dayshort td, .dark .wind td, .dark .windgust td {
	color: #fff;
}

.dark h2, .dark .days td {
	color: #ccc;
}

.dark .rain td, .dark .rainprob td {
	color: #5fb2ff;
}

.dark table.spot td.r0 {
	background-color: #5b655e;
}

.dark div.spot div, .dark tr.picto td a, .dark tr.winddirection td span {
	background-image: url(../../../public/images/sprites/pictograms_winddirection_spot_white.png);
}