/* Main Selectors */
body {
//	background-color: #003399;
	background-color: #FFFFFF;
	color: #FFFBF0;
}

a, a:visited {
	background-color: transparent;
	color: #9BCDFF;
}

a:hover {
	background-color: transparent;
	color: #E1F0FF;
}

/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #FFFBF0;
}

/* Thumbnail Index */
div#index {
	text-align: center;
}

div#index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #4080C0;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 1em auto;
}

div#navigation td.previous {
	text-align: left;
	width: 100px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 100px;
}

div#navigation td.thumbcell {
	width: 100px;
}

div#navigation td.thumbcell img {
	border-style: solid;
	border-color: #FFFBF0;
	border-width: 1px;
}

div#navigation td.thumbcell img.selected {
	border-style: double;
	border-width: 5px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
}

div#photograph img {
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #FFFBF0;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}

/* links generici */
a.links_gen
{
	font-family: tahoma, arial, helvetica, sans-serif;	
	font-weight: bold;	
	text-align: center;
	font-size: 0.8em;	
}


/* stili tabellari mutuati dal guestbook */

.gb_tabellaesterna
{
	background-color: #FFCC99;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 9pt;
	padding-top: 4pt;
	padding-right: 4pt;
	padding-bottom: 4pt;
	padding-left: 4pt;
	border-width: 2px;
	border-style: outset;
	empty-cells: show;
	font-weight: bold;
	margin: 0px;
}

.gb_pulsanti
{
	background-color: #F8C152;
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-stretch: normal;
	color: #000080;
	border-width: 1px;
	border-style: outset;
	border-color: #6699CC;
	outline-style: double;
	outline-width: 1px;
	padding: 1px;
	margin: 1px;
	text-decoration: none;
}

.gb_areatesto
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-stretch: normal;
	font-size-adjust: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	vertical-align: middle;
	line-height: normal;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-width: 1px;
	border-style: inset;
	border-color: #000000;
	outline-width: 0px;
	outline-style: none;
	background-color: #FFFFFF;
}

.gb_tabellainterna
{
	background-color: #F2EEE3;
	text-decoration: none;
	color: #2D2E55;
	font-family: Verdana;
	font-size: 9pt;
	border-width: 1px;
	border-style: solid;
	border-color: #F8C152;
	margin: 0px;
	padding: 0px;
}

.gb_intestazione
{
	background-color: #FF5959;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana;
	font-size: 9pt;
}

.gb_testo
{
	font-family: Tahoma;
	font-size: 9pt;
	background-color: #F4F4F4;
}

/* Link non sottolineato che diventa rosso */
.Navlink1 {COLOR: #FFFF99; TEXT-DECORATION: none; font-family: arial; font-size: 10pt; font-weight: bold;}
a:link.Navlink1  {color : #003399; border: 0 }
a:visited.Navlink1  {color : #003399;}
a:active.Navlink1  {text-decoration: none; }
a:hover.Navlink1  {text-decoration: none; color : red; }

div#credits 
{
	font-family: Geneva, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	color: #4F4F4F;
	text-align: center;
	margin-top: 1%;
	padding-bottom: 6px;
	width: 100%;
}
