/*     TAG DEFINITIONS  **************** */
body {
	background-image: url(../immagini/backgrounds/bg_site.gif);
	background-position: center top;
	background-color: #E17C00;
	background-repeat: repeat-y;
}
body , table , td , tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
        font-size: 14px;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
}

/*     LINK DEFINITIONS  **************** */
a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #993300;
}

.bottom_lnk {
	font-size: 10px;
	color: #FFFFFF;
}
.bottom_lnk:hover {
	font-size: 10px;
	color: #FFB400;
}

/*     CUSTOM FONT DEFINITIONS  **************** */
.white{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.white:hover {
	color: #FFCC00;
}

.small {
	font-size:10px;
}

.middle {
	font-size:12px;
}

.big {
	font-size:14px;
}
.dark_orange {
	color: #B36200;
}

.brownbold {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #993300;
  text-decoration: none;
}

.brownbold11 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #993300;
  text-decoration: none;
}
.brown {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #993300;
  text-decoration: none;
}
.brown11 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #993300;
  text-decoration: none;
}

.itinerario {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #993300;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #993300;
}

.itinerario_menu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #993300;
  background: #FFCC00;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #993300;
  text-align: center;
}


.blackbold {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}

.blackbold11 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}


/*     LABELS DEFINITIONS ****************  */
.sponsor_label {
	background-image: url(../immagini/backgrounds/sponsor_label.gif);
	background-repeat: no-repeat;
	padding-right: 5px;
	text-align: right;
	background-position: top;
	padding-top: 2px;
}
.label_main {
	padding-left: 4px;
	color: #993300;
}
.label_nav {
	color: #000000;
	background-image: url(../immagini/nav_labels.gif);
	text-align: right;
	font-size: 11px;
	background-repeat: no-repeat;
	height: 20px;
}
.label_dotted {
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC6600;
}

.label_top {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../immagini/top_dx.gif);
	padding-left: 30px;
	padding-right: 10px;
}
.label_bottom {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../immagini/backgrounds/bg_bottom.gif);
	padding-left: 30px;
	padding-right: 10px;
	background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-top: 2px;
	background-position: bottom;
}

/*     BACKGROUDS DEFINITIONS  **************** */

.bg_main {
	background-image: url(../immagini/backgrounds/bg_main.gif);
	background-repeat: repeat-y;
}
.main_nav {
	background-image: url(../immagini/nav_main_top.gif);
	background-repeat: no-repeat;
}

.bg_sponsors {
	background-image: url(../immagini/backgrounds/bg_sponsors.gif);
	background-repeat: repeat-y;
}

.bottom_dx {
	background-image: url(../immagini/bottom_dx.gif);
	background-repeat: no-repeat;
}
.nav_sx_top {
	background-image: url(../immagini/nav_sx_top.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: right;
	padding-right: 8px;
	height: 20px;
}


/*  CLIP BOX DEFINITIONS  ****************  */

.clip_bg_right {
	background-image: url(../immagini/clip_box/right.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.clip_top_bg {
	background-image: url(../immagini/clip_box/top.gif);
	background-repeat: repeat-x;
}
.clipt_content {
	background-image: url(../immagini/clip_box/bg.gif);
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF790C;
	border-left-color: #FF790C;
	padding: 4px 2px;
	height: 35px;
}

/*  DECORATION AND PADDING DEFINITIONS  ****************  */

.main_content {
	padding: 8px;
}

.border {
	border: 1px solid #CC6600;
}

.border_big {
   border: 2px solid #CC6600;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 2px;
   padding-right: 2px;

}


.submit {
  border-style: solid;
  border-width: 1px;
  border-color: #993300;
  color: #993300;
  background: #FFFFFF;
  padding: 1px 4px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.loghi_sponsor {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}

