@import "dropdown.css";

/** {
	margin:0;
	padding:0;
}
*/
html {
	background : #b5cee2 url(../template/images/bg.jpg) repeat-x;
}
body {
	font:62.5% "Verdana", Arial, Helvetica, sans-serif;
	text-align:left;
	color:#333;
	width:750px;
	margin:20px auto;
	padding:13px;
	background:#fff url(../template/images/body_bg.gif) bottom repeat-x;
	border:1px solid #d0d0d0;
}
p {
	font-size:1.2em;
	line-height:2em;
	margin:1em 0;
}

a {
	color:#004D85;
	text-decoration:none;
}
a img{
	border:0;
}
p a, td a, th a {
	 /* background:url(../template/images/link_underline.gif) bottom repeat-x; */
	padding-bottom:0.1em;
}
/*
ul {
	list-style:none;
}
*/
img {
	margin:0px;
}

/** ================================ MAINCONTENT Hn ======================================== **/

h1, h2, h3, h4, h5  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#003399;
	line-height:2em;
}
h1 {
	color:#FF6600;
	font-size:1.6em;
	letter-spacing:.1em;
}
h2 {
	color:#FF6600;
	font-size:1.6em;
	letter-spacing:.07em;
}
p + h2 {
	margin-top:1.5em;
}
h3 {
/*	color:#004D85;*/
	font-size:1.4em;
}
h4 {
	font-size:1.2em;
	font-weight:normal;
}
h5 {
	color:#232323;
	font-size:1.2em;
	font-weight:normal;
}
h5 b {
	font-style:italic;
}

/** ================================ DIVs ======================================== **/
.data {
	background:url(../template/images/cp_bg_data.gif) no-repeat;
	background-position: center;
	padding: 0px 10px;
	text-align: center;
	color: #003399; /*#464646;*/
	font-size: 1.4em; 
	font-weight: bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	letter-spacing:-0.1em;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	float:left;
}

.arbitri {
	width:140px;
	min-height:300px;
	!important height:300px; 
	float:left;
	margin:10px 5px 10px 5px;
	padding:10px;
	border:1px solid #ccc;
	background:#eee;
}

.news {
	display:inline;
}
.titoloNews {
	line-height: 1.2em;
    height: 50px;
	vertical-align: middle;
	font-weight:bold;
}

#masthead {
	width:776px;
	height:240px;
	margin:-13px -13px 0 -13px; /* margin e padding servono per togliere il bordo al bianco (body) */
	padding:13px 0 0 0px;
	background:url(../template/images/bg_masthead.jpg) repeat-x;
	float:left;
	/*background:url(../template/images/masthead_bg.gif) repeat-x;*/
}

#masthead #container_images_head {
	float:right;
	margin:0px 20px 0 0;
	padding:6px 0px 20px 0px; /* serve per vedere il bordo arancio */
	background:url(../template/images/bordino_masthead.gif) no-repeat;
	height:208px;
	width:569px;
}

#masthead .image_header { /* stemma gorizia */
	clear:both;
	position:relative;
	top:-65px;
	left:703px
}

#masthead sup {
	font-size:0.5em;
}

#mastheadBox {
	background:url(../template/images/masthead_box.gif) left center no-repeat;
	z-index:11;
	position:absolute;
	height:80px;
	top:50%;
	margin-top:-5em;
	right:20px;
	width:435px;
	padding:10px 10px 10px 35px;
}

#mastheadBox p {
	padding:1em 0 0;
	margin:0;
}

#breadCrumbs {
	clear:both;
	padding:0.5em 2em;
	margin-top:0.3em;
	background:#EAEAEA url(../template/images/breadcrumbs_bg.gif);
}

#breadCrumbs li {
	display:inline;
}

#breadCrumbs li a {
	margin-right:0.5em;
	padding-right:1em;
	background:url(../template/images/breadcrumbs_bullet.gif) right 0.7em no-repeat;
}

#breadCrumbs li a:hover, #footer li a:hover {
	text-decoration:underline;
}

/** ================================ MAINCONTENT def ======================================== **/

#mainContent {
	padding:20px 0 20px 0;
	float:left;
}

#mainContent blockquote {
	padding:0 1em;
	margin-top:8px;
	font-size:0.9em;
	color:#444;
	border:1px solid #F90;
	border-left:4px solid #F90;
	background-color:#fff2d3;
	text-align:left;
}

#mainContent blockquote a {
	color:#021b5d;
	text-decoration:underline;
}

#mainContent blockquote a:hover {
	color:#ff7200;
	text-decoration:none;
}

#mainContent ul {
	color:#F90;
}

#mainContent li {
	background:url(../template/images/li_bullet.gif) left center no-repeat;
	font-size:1.2em;
	padding-left:1em;
	margin:0 0 0.5em 1em;
	color:#333;
}

#suckerfish {
	width:100%;
	height:100px;
	font-family:monaco, courier;
}

/* TABELLA PRICIPALE */

#mainContent table {
	margin:10px 0 20px 0;
	width:100%;
}

#mainContent thead th {
	background:#EAEAEA;
}

#mainContent td {
	padding:0.5em;
	/*background:#F4F4F4;*/
}

.società th{

}

#mainContent th strong {
	color:#F60;
}

*#mainContent hr {
	color:white;
	background:#FFF url('../template/images/hr.gif') left no-repeat;
	height:30px;
	margin:20px 0 20px 0;
	border:0;
	/*width:100%;*/
}

/** ================================ .. ======================================== **/

.image_home {
	margin-right:0px;
}

/* Form */

fieldset {
	padding:1em 1em 0.5em;
	border:1px solid #EAEAEA;
	margin-top:2em;
	background:#F7F7F7;
}

label {
	display:block;
	padding-bottom:0.5em;
	font-weight:bold;
}

input, textarea {
	border:1px solid #CCC;
	padding:0.25em;
}
	
textarea {
	width:28em;
	height:5em;
	font:1.2em Verdana, Arial, Helvetica, sans-serif;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#999;
}

.submit {
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	width:auto;
	background:#F90 url(../template/images/nav_bg.gif) bottom repeat-x;
}

input .submit:hover {
	border-color:#F60;
	border-right:2px solid; border-bottom:2px solid;
}

/* COLONNA DI DESTRA */

#secondaryContent {
	width:19em;
	padding:2em 0em 2em 0em;
	float:right;
}

#secondaryContent h2, #secondaryContent p {
	font-size:1.2em;
}

#secondaryContent h2 {
	color:#F60;
}

#secondaryContent img {
	width:39px;
	margin-bottom:2px;
	border:1px solid #c0c0c0;
	border-right:1px solid #232323;
	border-bottom:1px solid #232323;
}

.secondaryContentBox, #documenti  {
	border:1px solid #e0e0e0;
	background:#F7F7F7;
	padding:1em 0.5em 0em 0.5em;
	margin-bottom:2em;
	margin-right:1.5em;
}

.secondaryContentBox li, .secondaryContentBox ul li{
	list-style-type:circle;
	list-style:inside;
	line-height:1.8em;
}
.secondaryContentBox ul{
	padding:.5em;
}

.secondaryContentBox span {
	color:#F60;
	font-weight:bold;
}

#secondaryContent blockquote {
	font-style:italic;
	font-size:0.9em;
	padding:0.5em 0 0 2em;
	background:url(../template/images/left_quote.gif) no-repeat;
}

#secondaryContent blockquote p {
	background:url(../template/images/right_quote.gif) right bottom no-repeat;
	padding-bottom:1em;
}

#secondaryContent blockquote span {
	margin-left:2em;
}

#secondaryContent .source {
	text-align:right;
	margin:-0.5em 0 2em;
	font-size:1em;
}

#footer {
	text-align:center;
	clear:both;
	padding:1em 0 1em 0;
	border-top: 1px dotted #888;
	background-color:#eee;
}

#footer li {
	display:inline;
	margin:0.5em;
}

#footer ul li ul,#footer ul li ul li {
	display:block;
	list-style-type:none;}

#documenti {
	padding:5px;
}
#documenti ul li{
	margin:0;
	padding-bottom:10px;
}

#documenti a:hover {
	color:#003686;
	text-decoration:underline;
}

.img_home {
	padding:3px;
	border:0px solid #ffcd56;
	margin-left:6px;
	max-width:197px;
	overflow:hidden;
}

.box_arb {
	border:1px dotted #888;/*#21397c;*/
	background:#dae6f0;
	width:240px;
	margin:5px 3px 10px 3px;
	padding:5px;
	float:left;
}

.box_arb li{
	list-style-type:none;
}

.text {
	clear:right;
	float:right;
	display:block;
	width:180px;
	padding:0;
}
.text > li {
	list-style-position:outside;
	clear:left;
}
.imma {
	display:block;
	float:left;
	padding:0;
	margin:0;
}
.box_arb_wide {
	border:1px dotted #888;/*#21397c;*/
	background:#dae6f0;
	width:362px;
	margin:0 0 10px 0;
	display:block;
	float:left;
	min-height:130px;
}

.cella_box_arb, .cella_box_arb_dx {
	width:49%;
	color:#232323;
	float:left;
}

.cella_box_arb_dx {
	/*margin-top:-85px;*/
	margin-left:-10px;
	border-right:1px dotted #21397c;
	border-left:1px dotted #21397c;
}

.cella_box_arb h5, .cella_box_arb_dx h5{
	margin:5px;
	font-size:14px;
	font-weight:bold;
	color:#232323;
}

.cella_box_arb a, .cella_box_arb_dx a{
	margin:5px;
	font-size:12px;
}

.cella_box_arb a:hover, .cella_box_arb_dx a:hover{
	margin:5px;
	font-size:12px;
	text-decoration:underline;
}

#box_menu {
	float:left; 
	margin-top:20px;
}

#box_menu div {
	border:1px solid #c0c0c0;
	float:left; 
	margin:0px; 
	width:150px; 
	height:150px; 
	overflow:hidden;
	margin:15px;
}

div#box_menu div:hover {
	background:#133f61;/*#d5ddfc;*/
}

#box_menu div img {
	margin-left:-15px;
	margin-top:-25px;
	border:0px;
}

table {
	border: 0px;
	padding: 0px;
}
tr, th, td,.incarichi th, .incarichi td  {
	line-height:2em;
}
.incarichi th, .incarichi td {
	background-color: #ececec;
}
td.organigramma {
	font-weight:bold;
}

.incarichi th{
	color:#004D85;
	font-size:inherit;
	padding-left:10px;
}
