/*
	default.css
	
	Foglio di stile di default per iBriefing.leosh.com
	
	Copyryght© 2010 Leonardo Software House srl
*/

* {
	margin: 0;
	padding: 0;
	border: 0;

	/*
	  border: 1px solid #979;
	  margin: -1px;
	*/
}

body {
	background: rgb(52, 52, 52) url(/assets/css/imgs/back.png) repeat;

	color: #eff;
	font: normal lighter normal 13px/16px 'Helvetica Neue','Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
	text-align: justify;
	text-decoration: none;
}

a, a:link, a:visited {
	color: #fc7;
	text-decoration: none;
}

a:hover {
	color: #fea;
	text-decoration: underline;
}

div#bodywrapper {
	width: 100%;
	//background: transparent url(/assets/css/imgs/header2.png) repeat-x;
	padding-top: 24px;
}

div#body {
	margin: 0px auto 16px;
	width: 992px;
	/*background: transparent url(/assets/css/imgs/header.png) no-repeat;*/
	background-color: transparent;
}

div#head {
	display: inline;
	width: 992px;
	height: 216px;
}

div#icon {
	display: block;
	float: left;
	clear: left;
	background: transparent url(/assets/css/imgs/icon.png) no-repeat;
	width: 242px;
	height: 216px;
}

div#title {
	display: block;
	float: right;
	clear: right;
	background: transparent url(/assets/css/imgs/iBriefing.png) no-repeat;
	width: 750px;
	height: 216px;
}

div#description {
	display: block;
	clear: left;
	width: 944px;
	margin: 16px 24px 24px;
	
	color: #eff;
	font-size: 13px;
	line-height: 16px;
}

div#wrapper {
	width: 992px;
	min-height: 800px;
}

div#menu {
	display: block;
	clear: both;
	width: 902px;
	height: 32px;
	background: transparent url(/assets/css/imgs/menu-back.png) repeat-x;
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 24px;
	padding-right: 20px;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: auto;
}

div#menu ul li {
	text-align: center;
	color: white;
	display: block;
	float: left;
	height: 32px;
	padding: 6px 16px 0 16px;
	margin: 0px 4px 0px 0px;
	border: 0px;
	list-style-type: none;
	cursor: pointer;
}

div#menu ul li img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div#menu ul li:hover {
	background: transparent url(/assets/css/imgs/menu-back-hover.png) repeat-x;
}

div#menu ul li.hi {
	color: black;
	background: transparent url(/assets/css/imgs/menu-back-hi.png) repeat-x;
}

ul.planes
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.planes li {
	min-height: 20px;
	background-image: url(/assets/css/imgs/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 2px; 
	padding-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div#top-news {
	display: inline-block;
	clear: both;
	width: 992px;
	z-index: 0;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}

div#content {
	display: inline-block;
	clear: both;
	width: 992px;	
	padding: 24px;
	z-index: 0;
}

div.a1, div.b12, div.c123, div.d1234, div.e12345, div.f123456 {
	display: block;
	float: left;
	clear: both;
	width: 944px;
}

div.c1 {
	display: block;
	float: left;
	clear: left;
	width: 300px;
	margin-right: 22px;
}

div.c2 {
	display: block;
	float: left;
	width: 300px;
	margin-right: 22px;
}

div.c3 {
	display: block;
	float: left;
	clear: right;
	width: 300px;
}


div.c12 {
	display: block;
	float: left;
	clear: left;
	width: 622px;
	margin-right: 22px;
}

div.c23 {
	display: block;
	float: left;
	clear: right;
	width: 622px;
}

div.d1 {
	display: block;
	float: left;
	clear: left;
	width: 224px;
	margin-right: 16px;
}

div.d2, div.d3 {
	display: block;
	float: left;
	width: 224px;
	margin-right: 16px;
}

div.d4 {
	display: block;
	float: left;
	clear: right;
	width: 224px;
}

div.d12 {
	display: block;
	float: left;
	clear: left;
	width: 464px;
	margin-right: 16px;
}

div.d23 {
	display: block;
	float: left;
	width: 464px;
	margin-right: 16px;
}

div.d34 {
	display: block;
	float: left;
	clear: right;
	width: 464px;
}

div.d123 {
	display: block;
	float: left;
	clear: left;
	width: 704px;
	margin-right: 16px;
}

div.d234 {
	display: block;
	float: left;
	clear: right;
	width: 704px;
}

div.e1 {
	display: block;
	float: left;
	clear: left;
	width: 176px;
	margin-right: 15px;
}

div.e2, div.e3, div.e4 {
	display: block;
	float: left;
	width: 176px;
	margin-right: 15px;
}

div.e5 {
	display: block;
	float: left;
	clear: right;
	width: 176px;
}

div.e12 {
	display: block;
	float: left;
	clear: left;
	width: 367px;
	margin-right: 15px;
}

div.e23, div.e34 {
	display: block;
	float: left;
	width: 367px;
	margin-right: 15px;
}

div.e45 {
	display: block;
	float: left;
	clear: right;
	width: 367px;
}

div.e123 {
	display: block;
	float: left;
	clear: left;
	width: 558px;
	margin-right: 15px;
}

div.e234 {
	display: block;
	float: left;
	width: 558px;
	margin-right: 15px;
}

div.e345 {
	display: block;
	float: left;
	width: 558px;
}

div.e1234 {
	display: block;
	float: left;
	clear: left;
	width: 749px;
	margin-right: 15px;
}

div.e2345 {
	display: block;
	float: left;
	clear: right;
	width: 749px;
}


div#favorites {
	display: block;
	clear: both;
}

div#airports {
	display: block;
	clear: both;
	/*
	visibility: hidden;
	height: 0px;
	*/
}

div#meteo {
	display: block;
	clear: both;
	/*
	visibility: hidden;
	height: 0px;
	*/
}

div#briefcase {
	display: block;
	clear: both;
	/*
	visibility: hidden;
	height: 0px;
	*/
}

div#tools {
	display: block;
	clear: both;
	/*
	visibility: hidden;
	height: 0px;
	*/
}

div#vhistory {
	display: block;
	clear: both;
	/*
	visibility: hidden;
	height: 0px;
	*/
}


div#lang {
	display: block;
	position: fixed;
	top: 160px;
	left: 0px;
	width: 36px;
	background: transparent;
}

div#lang ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

div#lang ul li {
	background: transparent url(/assets/css/imgs/lang-bk.png) repeat-y left top;
	margin: 0;
	padding: 0;
	height: 33px;
	padding-top: 2px;
}

div#lang ul li a img {
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

div#lang ul li:first-child {
	background: transparent url(/assets/css/imgs/lang-bk-top.png) no-repeat left top;
	
}

div#lang ul li:last-child {
	background: transparent url(/assets/css/imgs/lang-bk-bottom.png) no-repeat left top;
	
}

div#footer {
	display: block;
	clear: both;
	width: 944px;
	min-height: 24px;
	text-align: center;
	font-weight: bold;
	border-top: 2px solid #fa3;
	margin-top: 32px;
	margin-bottom: 48px;
	padding: 4px 24px;
	color: white;
	font: normal normal bold 10px Verdana,Helvetica,Arial,sans-serif;
}

div#footer p {
	width: 100%;	
}

div#content div.left {
	display: inline;
	float: left;
	clear: left;
	width: 380px;
}

div#content div.right {
	display: inline;
	float: right;
	clear: right;
	width: 380px;
}

div.icondesc {
	display: block;
	clear: both;
	min-height: 16px;
	width: 380px;
	margin-top: 20px;
	margin-bottom: 8px;
}

div.spacer {
	display: block;
	clear: both;
	height: 24px;
}

h1 {
	color: white;
	padding-bottom: 16px;
	background: url(/assets/css/imgs/h1.png) repeat-x 0 100%;
	text-decoration: none;
	font: normal normal normal 24px/24px Verdana,Helvetica,Arial,sans-serif;
	margin-top: 16px;
	margin-bottom: 16px;
}

h2 {
	margin-top: 32px;
	margin-bottom: 18px;
	color: white;
	font: normal normal normal 18px/20px Tahoma,Helvetica,Arial,sans-serif;
	text-align: left;
	border-bottom: 2px solid #fa3;
}

img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

div.center {
	display: block;
	clear: both;
	align: center;
	text-align: center;
	width: 100%;
}

img.center {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

ul {
	list-style-type: none;
	list-style-image: url(/assets/css/imgs/li.png);

	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 24px;
}

ul li {
	margin-bottom: 8px;
}

strong.appname {
	color: #fa3;
	font-weight: bold;
}

.hilight {
	color: #fc7;
}

.link-favorites, .link-airports, .link-meteo, .link-briefcase, .link-tools, .link-vhistory {
	font-weight: bold;
	color: #fc7;
	cursor: pointer;
}

.link-favorites:hover, .link-airports:hover, .link-meteo:hover, .link-briefcase:hover, .link-tools:hover, .link-vhistory:hover {
	background-color: #fc7;
	color: rgb(52, 52, 52);
}




