/*------------------------------------------------------------------------
# Name: PointNet Sky
# Date: 02/11/2007
# Author: Skin aka Alessio Pellegrini
# URL: http://www.pointnet.it  - http://www.web-design.pointnet.it
# License: GNU GPL
-------------------------------------------------------------------------*/

/* menu css*/
#menu02o {
width: 100%;
font: 80% Arial, Helvetica, sans-serif; 
}
#menu02o ul{
margin: 0;
padding-left: 0;
list-style: none;
}
#menu02o li{
font-size: 1.1em;
display: inline;
margin: 0;
padding: 0;
}
#menu02o a:link, #menu02o a:visited{
float:center;
/*background: url(../images/menu2b.jpg) center top no-repeat;*/
background-color: #20458B;
color: #fff;
margin: 0em;
padding: 0.3em 1.5em 0.3em 1.5em;
text-decoration:none;
border-right: 1px solid #fff;
}
#menu02o a:hover, #menu02o a:focus, #menu02o a:active{
color: #fff;
/*background: url(../images/menu2a.jpg) center top no-repeat;*/
background-color: #000;
}

/*------------------ pannello--------------------------*/
.Pannello {
	width:850px;
	margin:auto;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color:#FFFFFF;
	background-image:url(../images/BG__Struttura.jpg);
	background-repeat: repeat-y;
	background-position:center;
	padding:0px;
	border-left:2px;
	border-right:2px;
	border-top:0px;
	border-bottom:0px;
	border-style:solid;
	border-color:#BCCCDC;
	text-align: left;
}

#TablePANNELLO {
	width:164px;
	height:28px;
	background-color: transparent;
	text-align:right;

}
#TableMENU {
	width: auto;
	height:45px;
	background-color: transparent;
	text-align:right;
}

#WelcomePan {
	float:left;
	width:175px;
	margin-top:15px;
}
#WelcomePan1 {
	margin-left:10px;
	margin-bottom:10px;
}
#MessaggioPan {
	float:left;
	width:330px;
	margin-left:5px;
	margin-top:15px;
}
#SetFontPan {
	float:right;
	width:110px;
	margin-top:15px;
}
/*------------------ pannello--------------------------*/

html {
	min-height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #A6C6DD;
	background-image: url(../images/body_Top.jpg);
	background-repeat: repeat;
	background-position:center top;
	color: #333333;
	font-size:70%;
	font-weight:normal;
	font-family:sans-serif, Verdana, Tahoma;
	padding-top: 3px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	text-align:center;
}

a:link       		{
	color: #048;
	text-decoration: none;
	font-size: 100%;
	
}
a:active     		{
	color: #048;
	text-decoration: none;
	font-size: 100%;
	background-color: transparent;
}

a:visited    		{
	color: #048;
	text-decoration: none;
	font-size: 100%;

}
a:hover      		{
	color: #0000FF;
	font-size: 100%;
	text-decoration:underline;
}
td { text-align:left }
h1 {
	font-weight: bolder;
	font-size: 140%;
	font-family: sans-serif, Verdana, Tahoma;
	color: #1E4389;
}
h2 {
	font-weight: bold;
	font-size: 130%;
	font-family:  sans-serif, Verdana, Tahoma;
	color: #1E4389;
}
h3 {
	font-weight: bold;
	font-size: 120%;
	font-family:sans-serif, Verdana, Tahoma;
	color: #1E4389;
}
.inner-container {
	border: 2px;
	border-style: solid;
	border-color: #A6C6DD;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 890px;
}
.outer-container {
	background-image: url(../images/body_Bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
}
.clearer {
	clear: both;
	font-size: 0;
}
.testata {
	background-color: #20458B;
	background-image: url(../images/testata.jpg);
	background-repeat: no-repeat;
	height: 242px;
	margin-bottom: 5px;
	text-align: center;
}
.testata .title {
	color: #FFF;
	padding-top: 50px;
}
.testata .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font-weight: normal;
	font-size: 300%;
	font-family:sans-serif, Verdana, Tahoma;
	padding-bottom: 2px;
	text-decoration: none;
}
.testata .title a:hover {
	border-color: #77AAD9;
}
.testata .title .slogan {
	font: normal 1.1em Verdana, sans-serif;
	padding-top: 6px;
}
.LBlocks {
	width:205px;
	margin:auto;
	text-shadow:Fuchsia;		
	text-align:left;
	padding-bottom:30px;
	
}
.RBlocks {
	width:205px;
	margin:auto;
	text-shadow:Fuchsia;		
	text-align:left;
	padding-bottom:30px;
	border:2px;
	border-color:#A6C6DD;
	border-style: dotted;
}
.LBlocksContent {
	padding:0px;
	border-left:0px;
}
.LBlocks a:link {
	font-size: 92%;
	font-weight:normal;
	color: #333333;
	text-decoration:none;
	line-height: 1.5;
}
.LBlocks a:active {
	font-size: 92%;
	font-weight:normal;
	color: #333333;
	text-decoration:none;
	line-height: 1.5;
}
.LBlocks a:visited {
	font-size: 92%;
	font-weight:normal;
	color: #333333;
	text-decoration:none;
	line-height: 1.5;
}
.LBlocks a:hover {
	font-size: 92%;
	font-weight:normal;
	color: #0000FF;
	text-decoration:none;
	line-height: 1.5;
}
.areab {
	width:600px;
	margin:auto;
	padding:10px;
	text-align:left;
	background-color:#FFFFFF;
	border:2px;
	border-color:#A6C6DD;
	border-style: dotted;
}
.areab2 {
    width:600px;
    margin:auto;
    padding:10px;
    text-align:left;
}
.areabtitle {
	line-height:20px;
	font-family:Tahoma, sans-serif, Verdana;
	font-weight:bold;
	font-size:95%;
	color:#cccccc;
	text-align:center;	
	border-bottom:2px;
	border-bottom-color:#E7ECEF;
	border-bottom-style: solid;
	margin-bottom:5px;
	background-color:#20458B;
	/*background-image:url(../images/Left_Blocks_TOP.jpg);*/
	background-position:center top;
	background-repeat:no-repeat;
	height:40px;
}
.areabtitle2 {
	line-height:20px;
	font-family:Tahoma, sans-serif, Verdana;
	font-weight:bold;
	font-size:95%;
	color:#1D4288;
	text-align:center;	
	border-bottom:2px;
	border-bottom-color:#E7ECEF;
	border-bottom-style: solid;
	margin-bottom:5px;
	/*background-image:url(../images/Left_Blocks_TOP.jpg);*/
	background-position:center top;
	background-repeat:no-repeat;
	height:40px;
}
.areabText {
	margin:4px;
}
.SumArtMain {
	padding:10px;
	text-align:left;
}
.SumArtTitle {
	font-weight:bold;
	font-size:100%;
}
.SumArtTitle a {
	text-decoration:none;
}
.SumArtPostedBy {
	border-top:1px;
	border-top-color: #5584BD;
	border-top-style:solid;
	font-size:smaller;
	color:#A6C6DD;
}
.SkyMenu {
	background-color: #20458B;
	/*background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position:bottom;*/
	color: #B1CAE4;
	font-weight: normal;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align:center;
}

.SkyMenu a:link       		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.SkyMenu a:active     		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

.SkyMenu a:visited    		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.SkyMenu a:hover      		{
	color: #DFEAEC;
	text-decoration:underline;
	font-weight:bold;
}
.main {
	background-image: url(../images/BG__Struttura.jpg);
	background-repeat: repeat-y;
	border-top: 5px solid #FFF;
	padding: 8px 12px 0 0;
}
.main2 {
	/*background-image: url(../images/BG__Struttura.jpg);
	background-repeat: repeat-y;*/
	border-top: 5px solid #FFF;
	padding: 8px 12px 0 0;
}
.content {
	float: right;
	width: 650px;
} 
.content2 {
	float: left;
	width: 100%;
}
.content li {
	margin-left: 18px;
}
.navigation {
	float: left;
	width: 210px;
}
.footer {
	background-color: #20458B;
	/*background-image: url(../images/header.jpg);
	background-repeat: no-repeat;*/
	color: #FFFFFF;
	font-family:sans-serif;
	font-weight:bold;
	font-size: 100%;
	margin-top: 5px;
	padding: 10px;
	text-align:center;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {
	color: #FFC;
}
.CLink {
	font-size:90%;
	font-weight:normal;
	color: #B9B9B9;
	line-height: 1.5;
	background-color: transparent;
	width:980px;
	margin:auto;
	padding:5px;
}
.CLink a:link {
	font-size: 90%;
	font-weight:normal;
	color: #B9B9B9;
	background-color: transparent;
	border:1px;
	border-color:#474747;
	border-style:solid;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;
	line-height: 1.5;
}
.CLink a:active {
	font-size: 90%;
	font-weight:normal;
	color: #B9B9B9;
	background-color: transparent;
	border:1px;
	border-color:#474747;
	border-style:solid;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;
	line-height: 1.5;
}
.CLink a:visited {
	font-size: 90%;
	font-weight:normal;
	color: #B9B9B9;
	background-color: transparent;
	border:1px;
	border-color:#474747;
	border-style:solid;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;
	line-height: 1.5;
}
.CLink a:hover {
	font-size: 90%;
	font-weight:normal;
	color: #D8D8D8;
	background-color: transparent;
	border:1px;
	border-color:#E5E5E5;
	border-style:solid;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;
	line-height: 1.5;
}
#CrdPNT {
	text-align:right;
	width:890px;
	margin:auto;
	padding-top:2px;
}
#CrdPNT a:link	{
	color: #4B87BD;
	background-color: transparent;
	border:1px;
	border-color:#E8E8EA;
	border-style:solid;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;

}
#CrdPNT  a:active		{
	color: #4B87BD;
	background-color: transparent;
	border:1px;
	border-color:#E8E8EA;
	border-style:solid;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;

}
#CrdPNT  a:visited		{
	color: #4B87BD;
	background-color: transparent;
	border:1px;
	border-color:#E8E8EA;
	border-style:solid;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;

}
#CrdPNT  a:hover			{
	color: #35608E;
	background-color: #FFFFFF;
	border:1px;
	border-color:#A6C6DD;
	border-style:solid;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;
}
.leftC {
	text-align:center;
	vertical-align: top;
	padding: 1;
	width:auto;
	background-color: transparent;
}
.footer {
	background-color: #20458B;
	/*background-image: url(../images/header.jpg);
	background-repeat: no-repeat;*/
	color: #FFFFFF;
	font-family:sans-serif;
	font-weight:bold;
	font-size: 85%;
	margin-top: 5px;
	padding: 10px;
	text-align:center;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {
	color: #FFC;
}
