/* -- undo browser HTML defaults -- */
:link,:visited {text-decoration: none;}
/*ul,ol {list-style: none;}*/
/*h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}*/
dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
ol, ul, li {margin-left: 12px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}


html {
  background: #000030;
}
body {
  font: 12px Arial, Helvetica, sans-serif;
  background: #ffffff;
  width: 900px;
  margin: 20px auto 20px auto;
}
a:hover {
  text-decoration: underline;
}


/* COMMON HEADER (ALSO FOR HOME) */
table#header {
  background: #1ca1db;
  color: #ffffff;
}
table#header a {
  color: #ffffff;
}
table#header span {
  font: bold 20px Arial, Helvetica, sans-serif;
}


/* FOOTER LINK (ALSO FOR HOME) */
div#footer_link_home {
  margin: 0 auto 0 auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(/images/menu_button_home.gif) no-repeat 0px 0px;
}
div#footer_link {
  margin: 0 auto 0 auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(/images/menu_button.gif) no-repeat 0px 0px;
}


/* COMMON FOOTER (NOT FOR HOME) */
table#footer {
  background: #1ca1db url(/images/background_footer.png) repeat-x 0 0;
  font: 11px Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
}
table#footer a {
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #000000;
  text-align: center;
}
table#footer a:hover {
  text-decoration: none;
}


/* HOME SPECIFIC */
/* MAIN */
table#home_main {
  background: #ffffff url(/images/home_background_main.jpg) no-repeat 0 0;
  height: 378px;
}
div#home_poema {
  font: italic 20px Arial, Helvetica, sans-serif;
  color: #ffffff;
  position:relative;
  overflow: auto;
  top: 140px;
  left:20px;
}
div#home_firma {
  font: italic 14px Arial, Helvetica, sans-serif;
  color: #ffffff;
  position:relative;
  overflow: auto;
  top: 180px;
  left:20px;
}
ul#home_link {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position:relative;
  width: 300px;
  top:-100px;
  left:562px;
}
ul#home_link a {
  font: italic 18px Arial, Helvetica, sans-serif;
  color: #000000;
}
div#home_info {
  position:relative;
  width: 190px;
  top: 50px;
  left:575px;
}

div#home_info a {
  font: 18px Arial, Helvetica, sans-serif;
  color: #ffffff;
}


/* FOOTER */
table#home_footer {
  background: #1ca1db url(/images/home_background_footer.jpg) no-repeat 0 0;
  font: 11px Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
}
table#home_footer a {
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
}
table#home_footer a:hover {
  text-decoration: none;
}

table#themesItineriaries tr.banner_blu{
	background-color: #1ca1db;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold; 
}
table#themesItineriaries td.blu_banner{
	background-color: #1ca1db;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold; 
}

table#themesItineriaries td.titolone{
	font-size:16px;
	font-weight:bold;
	color:#1ca1db; 
}