@charset "UTF-8";
#prezzi {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 920px;
	padding: 0px;
}

#prezzi td {
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: 10px;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-right: 1px solid silver;
}

#tariffe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 915px;
	margin-top: 5px;
	padding: 0;
}
#tariffe td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	border: 1px solid white;
	margin: 5px;
}
#prezzi th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#prezzi th.mesi {
	border-top-style: none;
	border-left-style: none;
	width: 100px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}
#prezzi th.giorni {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 10px;
	text-align: center;
	border-bottom: 1px solid silver;
}

#prezzi td.t1,#tariffe td.t1 {
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: 10px;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-right: 1px solid silver;
	background-color: #74adfe;
}

#prezzi td.t2, #tariffe td.t2 {
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: 10px;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-right: 1px solid silver;
	background-color: #97dbfd;
}

#prezzi td.t3, #tariffe td.t3 {
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: 10px;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-right: 1px solid silver;
	background-color: #a6fc5b;
}

#prezzi td.t4, #tariffe td.t4 {
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: 10px;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-right: 1px solid silver;
	background-color: #fced39;
}

#prezzi td.t5, #tariffe td.t5 {
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: 10px;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-right: 1px solid silver;
	background-color: orange;
}

#prezzi td.t5a, #tariffe td.t5a {
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: 10px;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-right: 1px solid silver;
	background-color: #f9630d;
}

#prezzi td.t6, #tariffe td.t6 {
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: 10px;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-right: 1px solid silver;
	background-color: #FF0000;
}

#prezzi td.t7, #tariffe td.t7 {
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: 10px;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-right: 1px solid silver;
	background-color: red;
}
