/********************************
	
	Inclusioni 
	
*********************************/
@import url('font.css');
@import url('reset.css');


/********************************
	
	Elementi contenitori
	
*********************************/
/* Html, body
--------------------------------*/
html,body {
	width: 100%;
	height: 100%;
	
}

th {text-align: left;}

/* Main
--------------------------------*/
div#main {
	width: 100%;
}

/* Header
--------------------------------*/
div#header {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #005189;
	background-color: #fff;
}
div#bannertop {
	text-align: center;
}

/* Content
--------------------------------*/
div#content { }

/* Right column
--------------------------------*/
div#content div#left_col {
	width: 70%;
	float: left;
	background-color: transparent;
}

/* Left column
--------------------------------*/
div#content div#right_col {
	width: 30% !important;
	width: /**/28%;
	float: left;
	background-color: transparent;
}

/* Footer
--------------------------------*/
div#footer {
	width: 100%;
}
div#footer ul,
div#footer li {
	display: inline;
}
div#footer li {
	background: url('/common/images/tratteggiovert.gif') no-repeat 0 0;
	margin-right: 2.5%;
}
div#footer a,
div#footer span {
	padding-left: 1%;
}

/********************************
	
	Sotto-elementi contenitori
	
*********************************/
/* Top blu frame
--------------------------------*/
div.blue_frame {
	width: 100%;
	height: 74px;
	background: #005189;
	text-align: center;
}

/* Top white frame
--------------------------------*/
div.white_frame {
	width: 98%;
	height: 74px;
	margin-left: 2%;
	background: #fff;
	text-align: left;
}

/* Blue box
--------------------------------*/
div.blue_box {
	height: 436px;
	/*background-image: url('../images/sflegali.gif');
	background-repeat: repeat-x;*/
	background: #f0f0f0;
	height: 647px;
}
div.blue_box h2 {
	margin-bottom: 18px;
}
div.blue_box ul, div.blue_box li { display: inline; }
div.blue_box table {
	width: 100%;
}
div.blue_box td {
	padding: 0 3% 2% 0;
}
.bsplit {
	width: 43.5%;
	margin: 0 2% !important;
	margin: /**/0 1% 0 1%;
	padding: 1%;
	float: left;
}
.bfull {
	width: 94%;
	padding: 1%;
	margin: 0 2%;
}

div.downloads ul,
div.downloads li, {
	display: block;
}

/* Striped box
--------------------------------*/
div.striped_box {
	width: 88%;
	margin: 0 5%;
	padding: 1%;
	background-image: url('../images/info_bg.gif');
	background-repeat: repeat-x;
	text-align: center;
}

div.striped_box h4,
div.striped_box h5,
div.striped_box p {
	padding: 3px 0;
}

/* Top results
--------------------------------*/
div.results_top {
	width: 94%;
	margin: 0 2%;
	padding: 1% 1% 2% 1%;
	background: url('../images/info_bg.gif') repeat-x 0 0;
}

/* Results pager
--------------------------------*/
div.results_pager {
	width: 95.5%;
	margin: 0 2%;
	background-color: #F8F9F3;
	border: 1px solid #E7E7E7;
}
div.results_pager .fleft .boxtitolo2 {
	padding: 3px 6px;
}

div.results_pager a {
	text-decoration: underline;
}

.focus {
	font-size: 14px;
	color: #005189;
	text-decoration: none;
}

/* Results body
--------------------------------*/
div.results_body {
	width: 96%;
	margin: 0 2%;
	margin-bottom: 2%;
	border-bottom: 1px solid #ddd;
}
div.results_body div.res_cell {
	width: 45.6%;
	float: left;
	margin-left: 0 auto;
	padding: 2%;
	border: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
div.results_body div.res_cell th {
	text-align: left;
	padding: 3px 0;
}
div.results_body div.res_cell td  {
	padding: 3px 6px;
}
.bordered {
	border: none;
	border: 1px solid #ddd;
}
.tribHeight {
	height: 220px;
}
.enteHeight {
	height: 190px;
}

/********************************
	
	Classi generiche
	
*********************************/
/* Headings
--------------------------------*/
div#left_col div.headings {
	width: 94%;
	margin: 12px 2%;
}
div#right_col div.headings {
	width: 94%;
	margin: 12px 5%;
}

/* Float 
--------------------------------*/
.fleft { float: left; }

.fright { float: right; }

.clearing { clear: both; }

/* Border
--------------------------------*/
.borders {
	border: 1px solid #ddd;
}

/* Bottoni 
--------------------------------*/
.button { 
	margin: 0 9px;
	padding: 3px 3px;
	background: #00518a;
	border: 1px solid #fff;
	font-family: tahoma;
	font-size: 0.63em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;	
}
.button2 { 
	margin: 0 9px;
	padding: 3px 3px;
	background: #00518a;
	border: 1px solid #fff;
	font-family: tahoma;
	font-size: 0.80em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;	
}

a.button:hover { color: #fff; text-decoration: none}

/* Separatori 
--------------------------------*/
.doublesep {
	width: 90%;
	height: 5px;
	margin: 3% 5% !important;
	margin: /**/1% 5%;
	background: url('../images/hrdoppio.gif') repeat-x 0 0;
	font-size: 0px;
	line-height: 0px;
}
.singlesep {
	width: 100%;
	height: 5px;
	background: url('../images/hrsingolo.gif') repeat-x 0 0;
	font-size: 0px;
	line-height: 0;
}

.inline {
	display: inline;
}

#footer ul,
.dettaglio,
.dettaglio li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}