/* Normal, standard links. */
a:link, a:visited
{
	color: #005177;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #cc3333;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body {background-image:url(/immagini/background.jpg);}

body, td
{
	color: #000000;
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:#f8f8f8
}


/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #afc6db;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #afc6db;
}

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #dee7ef;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
	background-color: #afc6db;
}
.windowbg2
{
	color: #000000;
	background-color: #f8f8f8;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #6e94b7;
}
.titlebg a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg
{
	font-weight: bold;
	background-color: #afc6db;
	background-image: url(images/catbg.gif);
	color: #000000;
}

/* The borders around things. */
.bordercolor
{
	background-color: #6394bd;
}
.tborder
{
	border: 3px ridge #6394bd;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

h1 {font-size:22px;
	 margin-top:4px;
   background-color: #6394bd;
	 color: #ffffff;
	 border-left:6px solid #003399;
	 padding-left:6px}
h2 {font-size:14px;
   background-color: #333;
	 color: #ffffff;
	 padding-left:4px}

.annuncio {border-bottom:1px solid black; padding:4px}
.annuncio p {margin-top:4px}

.annuncio2 { padding:4px}
.annuncio2 p {margin-top:4px}
	 
 #navlist
{
padding:0;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background: #f8f8f8;
width: 120px
}

#navlist li
{
padding:4px;
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
line-height: 1em;
}

#navlist li a
{
padding: 0;
text-decoration: none;

}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
border-color: #003399;
color: #FFF;
background: #afc6db;
}
#navlist li.sub {margin-left:12px; font-weight:normal}

 ul#navlisttop
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
font-size:12px;
}

#navlisttop li
{
display: inline;
list-style-type: none;

}

#navlisttop a { padding: 3px 10px; border:2px groove black; }

#navlisttop a:link, #navlisttop a:visited
{
color: #fff;
background-color: #369;
text-decoration: none;
}

#navlisttop a:hover
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navcontainer h2 {background:#990000; color:white; border-bottom:1px solid black; border-top:1px solid black; font-family:Arial, Helvetica, sans-serif; font-size:12px}
