/* ----------------------------------
Stile impostazioni generali per TUTTI
-------------------------------------*/
body{
width: 100%;
}

#wrap {
margin: 0 auto;
width: 780px;
}

.funphp {
	color: #000000;
	font-family: Verdana;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	background-color: #99FF00;
}

.funtime {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

body {
	margin: 10px 10px;
	padding: 0;
	background: #E1E1E1;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

h1, h2, h3 {
	margin: 0;
	padding: 0px 0px 0px 0px;
	color: #cc0000;
	font-family: Tahoma;
/*	font-size: 16px;
	font-weight: bold;  */
/*	text-transform: uppercase; */
}

h1 {
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	font-weight: bold;
}

h2 {
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	text-align: justify;
}

h3 {
	font-size: 12px;
	letter-spacing: 1px;
}

.nodatabase {
	width: auto;
	height: auto;
	font-family: Tahoma;
	font-size: 19px;
	display: inline;
	color: #1E66A4;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	padding: 30px 30px 30px 30px;
	text-align: center;
}

/* #main {
	margin: 0;
	padding: 0;
	border-top: 60px solid #eaf2ea;
	background: transparent url("tux.gif") no-repeat 100% 20%;
	background: #000000;
	width: 100%;
}
*/

a.langsite:link {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1E66A4;
	margin-left: 2px;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
}

a.langsite:visited {
	font-family: Tahoma;
	font-size: 14px;
	color: #1E66A4;
	margin-left: 2px;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
}

a.langsite:hover {
	font-family: Tahoma;
	font-size: 14px;
	color: #1E66A4;
	margin-left: 2px;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: underline;
}

/* ----------------------------------
Stili per MNU_top & MNU_dw
-------------------------------------*/

.tabadvtop {
	width: 190px;
	border: thin dotted;
	border-color: #D0C38E;
	border-width: 1px;
	background: #FFF3BC;
/*	
	border-style: double;
	font-size: 14px;
	color: #990033;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
*/
}

.mnu_top:link {
	color : #FFFFFF;
	font-family: Verdana;
	font-size : 12px;
	font-style : normal;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.mnu_top:visited {
	color : #FFFFFF;
	font-family: Verdana;
	font-size : 12px;
	font-style : normal;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.mnu_top:hover {
	color : #333333;
	font-family: Verdana;
	font-size : 12px;
	font-style : normal;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

.logo {
	color : #787878;
	font-family: Verdana;
	font-size : 24px;
	font-style : normal;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.copyright {
	color : #333333;
	font-family: Verdana;
	font-size : 10px;
	font-style : normal;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.mnu_dw:link {
	color : #333333;
	font-family: Verdana;
	font-size : 10px;
	font-style : normal;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.mnu_dw:visited {
	color : #333333;
	font-family: Verdana;
	font-size : 10px;
	font-style : normal;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.mnu_dw:hover {
	color : #333333;
	font-family: Verdana;
	font-size : 10px;
	font-style : normal;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

/* ----------------------------------
Stili per TABELLA Contenitore
-------------------------------------*/

.tdtopsx {
	background-repeat: no-repeat;
	background-position: top;
	width: 15px;
	height: 55px;
	background-image: url(_image/td_topsx.jpg);
}

.tdtopdx {
	background-repeat: no-repeat;
	background-position: top right;
	width:15px;
	height: 55px;
	background-image: url(_image/td_topdx.jpg);
}

.tdtopbg {
	background-repeat: repeat-x;
	background-position: top right;
	width: 750px;
	height: 55px;
	background-image: url(_image/td_topbg.jpg);
}

.tddwsx {
	background-repeat: no-repeat;
	background-position: top left;
	width: 15px;
	height: 67px;
	background-image: url(_image/td_dwsx.jpg);
}

.tddwdx {
	background-repeat: no-repeat;
	background-position: top right;
	width: 15px;
	height: 67px;
	background-image: url(_image/td_dwdx.jpg);
}

.tddwbg {
	background-repeat: repeat-x;
	background-position: top right;
	width: 750px;
	height: 67px;
	background-image: url(_image/td_dwbg.jpg);
}

.tdcontentbg {
	background-repeat: repeat-y;
	background-position: top right;
	height: auto;
	background-image: url(_image/td_contentbg.jpg);
}

.tdbarshape {
	background-repeat: repeat-x;
	background-position: top right;
	width: 772px;
	height: 10px;	
	background-image: url(_image/td_barshape.jpg);
}

/* ----------------------------------
Stile impostazioni SITEMAP
-------------------------------------*/

.sitemap:link {
	color : #333333;
	font-family: Verdana;
	font-size : 9px;
	font-style : normal;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.sitemap:visited {
	color : #333333;
	font-family: Verdana;
	font-size : 9px;
	font-style : normal;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.sitemap:hover {
	color : #CC0000;
	font-family: Verdana;
	font-size : 9px;
	font-style : normal;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

/* ----------------------------------
Stile impostazioni MENU CATEGORIE
-------------------------------------*/

.labelcateg {
	width: auto;
	height: auto;
	font-family: Tahoma;
	font-size: 19px;
	display: inline;
	color: #1E66A4;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
}

.categoria:link {
	color : #333333;
	font-family: Verdana;
	font-size : 12px;
	font-style : normal;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.categoria:visited {
	color : #333333;
	font-family: Verdana;
	font-size : 12px;
	font-style : normal;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.categoria:hover {
	color : #CC0000;
	font-family: Verdana;
	font-size : 12px;
	font-style : normal;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

.subpage:link {
	color : #333333;
	font-family: Verdana;
	font-size : 11px;
	font-style : normal;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}

.subpage:visited {
	color : #333333;
	font-family: Verdana;
	font-size : 11px;
	font-style : normal;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}

.subpage:hover {
	color : #CC0000;
	font-family: Verdana;
	font-size : 11px;
	font-style : normal;
	padding: 0px 0px 0px 10px;
	text-decoration: underline;
}

/* ----------------------------------
Stile impostazioni MNU CATEGORIE
-------------------------------------*/

a.mnucat:link {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1E66A4;
	margin-left: 15px;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
}

a.mnucat:visited {
	font-family: Tahoma;
	font-size: 14px;
	color: #1E66A4;
	margin-left: 15px;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
}

a.mnucat:hover {
	font-family: Tahoma;
	font-size: 14px;
	color: #1E66A4;
	margin-left: 15px;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: underline;
}

a.mnusub:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	margin-left: 40px;
	line-height: 1.1;	
	text-decoration: none;
}

a.mnusub:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	margin-left: 40px;
	line-height: 1.1;	
	text-decoration: none;
}

a.mnusub:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	margin-left: 40px;
	line-height: 1.1;	
	text-decoration: underline;
}

/* ----------------------------------
Stile impostazioni LABEL MNU Categorie
Stile impostazione BALLOON
-------------------------------------*/
.infomnu {
	position: absolute;
	display: none;
	width: 150px;
	border: 1px solid #CC0000;
	padding: 5px;
	background-color: #FFFFFF;

	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	margin-top: 8px;
	margin-left: 60px;
	line-height: 1.1;	
}

#bubble_tooltip{
	width:150px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('_image/bubble_top.gif');
	background-repeat:no-repeat;
	height:15px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('_image/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position: bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Arial;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('_image/bubble_bottom.gif');
	background-repeat:no-repeat;
	height:26px;
	position:relative;
	top:-6px;
}

/* ----------------------------------
Stile impostazioni TAG CLOUD
-------------------------------------*/

.tagcloud:link {
	font-family: Arial;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
}

.tagcloud:visited {
	font-family: Arial;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
}

.tagcloud:hover {
	font-family: Arial;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
	font-weight: bold;
}

/* ----------------------------------
Stile impostazioni CONTENT
-------------------------------------*/

.content h2 {
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	text-align: justify;
}

.tagkey h2 {
	letter-spacing: -1px;
}

.tabContent {
	width: 100%;
	height: auto;
	border: 1px solid #DDDDDD;
	background: #F5F7F9;
}

.tabProduct {
	width: 100%;
	height: auto;
	border: 0px;
	background: #FFFFFF;
}

.tabSponsContent {
	background-repeat: no-repeat;
	background-position: top right;
	width: 520px;
	height: auto;
	background-image: url(_image/sponsorcontent.jpg);
	background-color: #F8F8F8;
}

.id_categoria {
	font-family: Tahoma;
	font-size: 22px;
	color: #CC0000;
	font-weight: bold;
	padding: 5px 5px 0px 10px;
}

.id_title {
	font-family: Tahoma;
	font-size: 19px;
	color: #CC0000;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.id_subtitle {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.content_nomesoft {
	font-family: Tahoma;
	font-size: 16px;
	color: #cc0000;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
}

a.content_nomesoft:link {
	font-family: Tahoma;
	font-size: 16px;
	color: #cc0000;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	letter-spacing: 1px;
}

a.content_nomesoft:visited {
	font-family: Tahoma;
	font-size: 16px;
	color: #cc0000;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	letter-spacing: 1px;
}

a.content_nomesoft:hover {
	font-family: Tahoma;
	font-size: 16px;
	color: #cc0000;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
	letter-spacing: 1px;
}

.content_valutazione {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	padding: 5px 5px 0px 10px;
	text-align: right;
}

.content_brevedescriz {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

.content_descriz {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

.conent_diciture {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	padding: 5px 0px 5px 5px;
}

.content_valore {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	padding: 5px 10px 5px 0px;
	font-weight: bold;
}

.content_line {
	/*	width: 100%;
	height: auto; */
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 3px;
}

.content_tag_id {
	font-family: Georgia;
	font-size: 13px;
	color: #333333;
	padding: 5px 10px 5px 0px;
}

.content_tag {
	font-family: Georgia;
	color: #FC6C0C;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}

a.content_tag:link {
	font-family: Georgia;
	color: #FC6C0C;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}

a.content_tag:visited {
	font-family: Georgia;
	color: #FC6C0C;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}

a.content_tag:hover {
	font-family: Georgia;
	color: #FC6C0C;
	padding: 0px 0px 0px 10px;
	text-decoration: underline;
}

a.content_wiki:link {
	font-family: Tahoma;
	font-size: 8px;
	color: #333333;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

a.content_wiki:visited {
	font-family: Tahoma;
	font-size: 8px;
	color: #333333;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

a.content_wiki:hover {
	font-family: Tahoma;
	font-size: 8px;
	color: #CC0000;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}

.Privacy {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

.PrivacyB {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

.cercaadv {
	font-family: Tahoma;
	font-size: 14px;
	color: #CC0000;
	padding: 0px 0px 0px 25px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	letter-spacing: 1px;
}


/* ----------------------------------
Stili per TABELLA Project-Job
-------------------------------------*/

table.ProJob {
/*	text-align: center; */
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	width: 90%;
	background-color: #FAFADF;
	border: 1px #FFD200 solid;
	border-collapse: collapse;
	border-spacing: 20px;
}

table.ProJobII {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	width: 100%;
	background-color: #DAD6B6;
}

table.ProJobIII {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	width: 100%;
	background-color: #C2DAB6;
}

.ProJobLine {
	border-bottom: 1px solid #d79900;
	background-color: #FFE178;
	text-align: center;
	font-family: Verdana;
/*	font-weight: bold; */
	font-size: 11px;
	color: #404040;
}

.ProJobTxt {
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	color: #404040;
	background-color: #FFF3CA;
/*	text-indent: -8px; */
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ProJobTesto {
	width: auto;
	height: auto;
	font-family: Tahoma;
	font-size: 11px;
/*	display: inline; */
	color: #333333;
	padding: 0px 0px 0px 0px;
}

.presentazione {
	width: auto;
	height: auto;
	font-family: Tahoma;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline;
	color: #333333;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
 	padding: 0px 0px 0px 0px;
	text-align: justify;
}


/* ----------------------------------
Stili per Modulo Contatti e Suggerimenti
-------------------------------------*/
.formcontact {
	width: auto;
	height: auto;
	font-family: Tahoma;
	font-size: 14px;
	display: inline;
	color: #333333;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
 	padding: 0px 0px 0px 0px;
	text-align: justify;
}

.modulo {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	margin-left: 0px;	
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.modulosx {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	text-decoration: none;
	text-align: left;
/*	font-weight: bold; */
	margin-left: 0px;	
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.errore {
	font-family: Tahoma;
	font-size: 12px;
	color: #CC0000;
	font-style: normal;
	text-decoration: none;
	text-align: left;
/*	font-weight: bold; */
	margin-left: 0px;	
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.tracking {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	text-decoration: none;
	text-align: center;
/*	font-weight: bold; */
	margin-left: 0px;	
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.trackcode {
	font-family: Tahoma;
	font-size: 15px;
	color: #3333CC;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin-left: 0px;	
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

a.formlink:link {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1E66A4;
	margin-left: 15px;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
}

a.formlink:visited {
	font-family: Tahoma;
	font-size: 14px;
	color: #1E66A4;
	margin-left: 15px;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
}

a.formlink:hover {
	font-family: Tahoma;
	font-size: 14px;
	color: #1E66A4;
	margin-left: 15px;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: underline;
}