.page_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 1000px;
	display: block;
	font-size: 12px;
	text-align: left;
	background: white;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.header_container {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #00529B;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	display: compact;
	width: 100%;
}

.main_container {
	background:white;
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}
.center_container {
	background:white;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}
.right_container {
	vertical-align:top;
	background:white;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 20%;
	height: auto;
}
.right_column {
	float: right;
	width: 27%;
}
.column_info {
	display: block;
	border: 1px solid #00529B;
	font-size: 12px;
	color: #0056F8;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
	float: none;
	overflow: hidden;
}

.page_info {
	display: block;
	border: 1px solid #00529B;
	font-size: 17px;
	font-weight: bolder;
	color: #0056F8;
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	float: none;
	overflow: hidden;
}

.page_footer {
	display: block;
	font-size: 110%;
	font-weight: bold;
	background-color: #0056F8;
	color: white;
	padding: 3px;
	text-align: center;
	float: none;
	clear: both;
	overflow: hidden;
	margin-top: 0px;
}

.page_footer a {
	background-color: #0056F8;
	color: white;
}

.page_footer visited {
	background-color: #0056F8;
	color: white;
}

.page_info a {
	color: #0056F8;
	text-decoration: none;
}

.page_info a:hover {
	color: #00529B;
	text-decoration: underline;
}

.main_menu_container {
	background-color: #DDDDDD;
	height: 25px;
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.main_menu_list {
	list-style-type: none;
	color: #666699;
	font-weight: bold;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.main_menu_list2 {
	list-style-type: none;
	color: white;
	font-weight: bold;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.main_menu_item {
	display: inline;
	padding-right: 5px;
	color: white;
	padding-left: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

.main_menu_link {
	color: #00529B;
	text-decoration: none;
}

.main_menu_link:visited {
	
}

.main_menu_link:hover {
	text-decoration: underline;
}

.main_menu_link:link {
	color: #00529B;
}

.page_menu_container {
	padding: 0px;
	margin: 0;
	color: #FFFFFF;
	text-align: left;
	display: block;
}

.page_menu_container2 {
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
	text-align: left;
	display: block;
}

.page_menu_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 3px;
	border: none;
	border-bottom: solid 1px #0056F8;
	width: 100%;
}

.page_menu_list2 {
	display: block;
	padding: 5px 7px;
	background: red;
	color: white;
	margin-right: 1px;
	text-decoration: none;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: solid 1px red;
	
}

.page_menu_item {
	display: inline;
	background-color: #0056F8;
	margin: 0px;
	border: solid 1px #0056F8;
	margin-left: 1px;
	margin-right: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.page_menu_item2 {
	display: inline;
	background-color: red;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	border: solid 1px red;
	margin-left: 1px;
	margin-right: 1px;
	font-family: Arial;
	font-size: 16px;
	color:#FFFFFF;
}



.dropmenudiv_c {
	position: absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}

.page_menu_item a {
	text-decoration: none;
}

.page_menu_item a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.page_menu_item a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.page_menu_item a:hover {
	text-decoration: underline;
}

.page_menu_item2 a {
	text-decoration: none;
}

.page_menu_item2 a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.page_menu_item2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.page_menu_item2 a:hover {
	text-decoration: underline;
}

#page_menu_item_selected {
	display: inline;
	background-color: white;
	font-weight: bold;
	color: red;
	padding: 2px;
	border: solid 1px #0056F8;
	border-bottom: solid 2px white;
	margin-left: 1px;
	margin-right: 1px;
}

#page_menu_item_selected2 {
	display: inline;
	background-color: #FFFFFF;
	font-weight: bold;
	color: red;
	padding: 2px;
	border: solid 1px red;
	border-bottom: solid 2px #FFFFFF;
	margin-left: 1px;
	margin-right: 1px;
}

#page_menu_item_selected a {
	color: #0056F8;
	text-decoration: none;
}

#page_menu_item_selected a:visited {
	color: #0056F8;
	text-decoration: none;
}

#page_menu_item_selected a:hover {
	color: #0056F8;
	text-decoration: underline;
}

#page_menu_item_selected2 a {
	color: red;
	text-decoration: none;
}

#page_menu_item_selected2 a:visited {
	color: red;
	text-decoration: none;
}

#page_menu_item_selected2 a:hover {
	color: red;
	text-decoration: underline;
}

.emergency_news {
	font-size: 120%;
	font-weight: bold;
	color: #FF1F00;
	text-align: center;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.news_container {
	width: 97%;
	float: left;
	display: block;
}
.table_fonti {
	border-bottom-color: #CCCCCC;
	border-color:: #CCCCCC;
}
.arte {
	clear: both;
	display: block;
	padding: 10px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.arte_image_left {
	float: left;
	margin-top:5px;
	margin-right: 5px;
}
.arte_image_right {
	float: right;
	margin-top:5px;
	margin-left: 5px;
}
.arte_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	display: block;
	color: #000088;
	font-weight: bold;
	margin-bottom: 2px;
}
.news_title a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	display: block;
	color: #000088;
	font-weight: bold;
	margin-bottom: 2px;
}

.arte_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000055;
	text-align: justify;
	margin-bottom: 3px;
}
.arte_back {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
}
.news {
	clear: both;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0px;
	border-bottom-color: #CCCCCC;
	float: left;
	width: 100%;
	
}

.news_image_left {
	float: left;
	margin-right: 5px;
}

.news_image_right {
	float: right;
	margin-left: 5px;
}

.news_title {
	font-size: 18px;
	text-align: left;
	display: block;
	color: #000088;
	font-weight: bold;
	margin-bottom: 2px;
}

.news_title a {
	color: #000088;
	text-decoration: none;
}

.news_title a:visited {
	color: #000088;
	text-decoration: none;
}

.news_title a:hover {
	color: #000088;
	text-decoration: underline;
	
}

.news_subtitle {
	font-size: 14px;
	color: #000055;
	text-align: justify;
	margin-bottom: 3px;
}

.news_content {
	font-size: 14px;
	color: #000055;
	text-align: justify;
}

.tn_container {
	border: 1px solid #2A00FF;
	float: none;
	overflow: hidden;
}

.tn_scroller {
	overflow: auto;
	padding: 0;
	margin: 0;
	border: solid 1px #0056F8;
}

.tn_title {
	text-align: center;
	color: #000066;
	background-color: #d2e4fc;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}

.tn_updtime {
	color: #990000;
	font-weight: bold;
}

.tn_int_cont {
	background-color: #f2f5f7;
	overflow: auto;
	height: 25em;
	text-align: left;
	padding: 5px;
}

.tn_news {
	margin-bottom: 5px;
	float: left;
	display: inline;
}

.tn_img {
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	clear: both;
	vertical-align: top;
}

.tn_road {
	color: #990000;
	font-weight: bold;
	text-align: left;
}

.tn_text {
	color: #000066;
	text-align: left;
}

.transp_ticker_container {
	background-color: #FCF4D9;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 100%;
	border: 1px solid #DB5E00;
}

.transp_ticker_title {
	background-color: #fcebb9;
	text-align: center;
	color: #000066;
	font-weight: bold;
	padding: 2px;
}

.transp_ticker_news {
	height: 6em;
	overflow: hidden;
	padding: 5px;
	color: #000066;
	width: 100%;
	display: block;
}

.transp_ticker_news a {
	text-decoration: none;
}

.cam_container {
	clear: both;
	float: left;
	font-size: 80%;
	margin-top: 10px;
	width: 30%;
	display: inline;
}

.cam_scroller {
	text-align: left;
	background-color: #F2F5F7;
	width: 100%;
	overflow: auto;
	height: 600px;
}

.cam_title {
	background-color: #D2E4FC;
	text-align: center;
	color: #000066;
	font-weight: bold;
}

.cam_city {
	background-color: #D2E4FC;
	text-align: left;
	color: #000066;
	font-weight: bold;
}

.cam_address {
	background-color: #F2F5F7;
	color: #000066;
	font-weight: normal;
	text-decoration: none;
	padding-left: 20px;
}

.audio_container {
	text-decoration: none;
	text-align: left;
	float: left;
}

.audio_title {
	font-weight: bold;
	text-align: center;
}

.audio_blt {
	color: #000066;
	text-decoration: none;
	text-align: left;
	margin-top: 20px;
}

.audio_internal_container {
	background-color: #CCCCFF;
}

.fligths_cont {
	
}

.flights_title {
	color: #000066;
	font-weight: bold;
	text-align: center;
	font-size: 130%;
	margin-top: 10px;
	margin-bottom: 5px;
}

.flights_table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #000066;
	background-color: #F2F5F7;
	text-align: left;
	border: 1px solid #000066;
}

.flights_hdr {
	color: #000066;
	background-color: #D2E4FC;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #000066;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 120%;
}

.flights_row_even {
	background-color: #F0F3F5;
}

.flights_row_odd {
	background-color: #FAFDFF;
}

.flights_column {
	border: 1px solid #000066;
	padding: 2px;
}

.flights_img {
	display: block;
}

.trasp_menu_container {
	border: 1px solid #0056F8;
	color: #000066;
	float: left;
	text-align: left;
	padding: 5px;
	margin-right: 10px;
	margin-top: 0px;
	width: 10em;
}

.trasp_menu_hdr {
	font-weight: bold;
	text-align: center;
	color: #0056F8;
	font-size: 130%;
	margin-bottom: 3px;
}

.trasp_menu_list {
	list-style-type: none;
}

.trasp_menu_item {
	text-decoration: none;
	color: #000066;
	padding: 3px;
	font-weight: bold;
}

.trasp_menu_item a:visited {
	color: #000066;
	text-decoration: none;
}

.trasp_menu_item a:link {
	text-decoration: none;
}

.trasp_menu_item a:hover {
	text-decoration: underline;
}

#selected {
	background-color: #D2E4FC;
}

.map_container {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.bodytxt {
	color: #2A0055;
	text-align: justify;
	padding-top: 5px;
	font-size: 120%;
}

.bodytxt_title {
	color: #CC0000;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
}

.bodytxt h1 {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}

.bodytxt_i1 {
	color: #2A0055;
	text-align: justify;
	padding-top: 5px;
	padding-left: 4em;
	font-size: 120%;
}

.body_table_hdr {
	color: #000066;
	background-color: #D2E4FC;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #000066;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
}

.body_table {
	color: #000066;
	background-color: #F0F3F5;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #000066;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
}

.body_i1 {
	margin-left: 2em;
}

.header {
	width: 100%;
	background-color: #d2e4fc;
}

.gwt-DisclosurePanel {
	background-color: #d2e4fc;
	width: 100%;
}

.IMAUpdateTimePanel {
	text-align: center;
	color: white;
	background-color: #0056F8;
	font-weight: bold;
	text-decoration: none;
	padding: 2;
	margin: 0;
}

.audio_blt {
	font-size: 120%;
	color: #666699;
	font-weight: bold;
}

.audio_link:link {
	color: ff6600;
}

.audio_link:visited {
	color: ff6600;
}

.audio_link:hover {
	color: f06000;
}

.zoom    { color: #900; font-size: 14px; font-family: Arial, Verdana; font-weight: bold; background-color: #f2f5f7; text-align: left; padding-top: 2px; padding-bottom: 2px; padding-left: 3px }
.zoom_elem    { color: #0000FF; font-size: 12px; font-family: Arial, Verdana; font-weight: bold; background-color: #f2f5f7; text-align: left; padding-top: 2px; padding-bottom: 2px; padding-left: 3px }