/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: ghostwhite;
}

H1, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #663399;
}
H2
{
	color: #6666cc;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

TD		{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
    }
    
.sottotitolo {
	font-size:	1em;
	color: #6666cc;
}

.links_table {
	font-size:	1.17em;
}

.Item
{
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	background-color: lavender;
}

.AlternatingItem
{
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	background-color: lemonchiffon;
}

TD.trentatre
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	width: 33%
}

TD.cinquanta
{
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	width: 50%
}

#container {
	margin-left: auto;
	margin-right: auto;
	background: white;
}

#banner	{
	margin-top: 67px;
	margin-left: auto ;
	margin-right: auto ;
	padding: 0;
	margin-bottom: 0;
	width: 811px;
	height: 170px; /*106px;*/
	background: white url(img/header2.jpg) no-repeat;
	position: relative;
}

#middle	{
	width: 100%; 
	background: white url(/img/matita2.gif) no-repeat bottom 97%;
}

#corpo {
	margin: 20px auto 0 auto ;
	padding: 0;
	width: 811px;
	background: #F2F2F2 url(/img/bg-bottom.jpg) no-repeat bottom right;
}

#content {
	padding: 10px;
	margin-right: 0px;
	background: white url(/img/bg-portfolio.gif) repeat-y;
	width: 538px;
	float: left;
}

#barra-sx {
	float: left;
	width: 100px;
	margin: 0;
	margin-left: 0;
	text-align: left;
	background: #F2F2F2;
}

#barra-sx {padding: 10px; line-height: 1.4em;}

#barra-sx div {/*margin: 3px;*/}

#barra-sx img {margin-top: 10px;}

#barra-dx {
	float: right;
	width: 100px;
	margin: 0;
	margin-left: 0;
	text-align: right;
	background: #F2F2F2;
}

#barra-dx {padding: 10px; line-height: 1.4em;}

#barra-dx div {/*margin: 3px;*/}

#barra-dx img {margin-top: 10px;}

#footer {
	clear: both;
	padding: 0;
	margin-top: 0;
	background-color: #F2F2F2;
	padding-bottom: 70px;
}

#footer div {
	margin: 0 auto  0 auto;
	width: 811px;
	color: #BDBDBD;
	text-align: right
}

#menu-cortesia {position: absolute; top: 14px; right: 60px;}

#menu {position: absolute; bottom: 5px; left: 0px; margin: 0px;}

#menu li {margin: 0px; display: inline; padding: 0px; margin-left: 18px;}
/*
#menu a {color: gray;}
#menu a:hover {color: #C00C2E}
*/    
