body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #769BBC;
}

input, select, textarea{
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
ul{
	list-style-image: url(/public/images/bullet.gif);
	margin-top: 0px;
}
li{
	margin-top: 3px;
}
img{
	border:0;
}

a{
	font-weight: bold;
	color: #777;
	text-decoration: none;
}
a:hover{
	color: #FF8C0F;
	text-decoration: underline;
}

p{
	margin: 0 0 10px 0;
}

/* CONTENT STYLES */

#p_main{
	margin: 0 auto;
	padding: 0 0 60px 0;
	width: 668px;
	text-align: left;
	background-color: white;
	background: url("/public/images/column.gif") repeat-y top;
}

#p_top{
	margin:0 28px 0 28px;
}
#p_menu{
	font-size: 7pt;
	margin: 2px;
}
#p_menu a{
	font-weight: bold;
}
#p_menu a:hover{
	text-decoration: none;
}

#p_content{
	padding:10px 28px 0 28px;
	text-align: left;
}

#p_footer{
	font-size: 90%;
	background: url("/public/images/column.bottom.gif") no-repeat top;
	text-align: center;
	color: #FFF;
	padding: 10px 0 0 1px;
	margin: 0 auto;
	width: 668px;
	clear: both;
	height: 70px;
}
#p_footer a{
	color: #FFF;
}
#p_footer a:hover{
	color: #FFF;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.hidden{
	visibility: hidden;
}

.col1{
	width: 290px;
}
.col2{
	width: 135px;
}
.col3{
	width: 445px;
}
.col4{
	width: 125px;
}
.col5{
	width: 200px;
}
.col6{
	width: 600px;
}


.margin1{
	margin-left:10px;
}
.margin2{
	margin-left:20px;
}
.margin3{
	margin-left:40px;
}

.textright{
	text-align: right;
}

.textcenter{
	text-align: center;
}

.textsmall{
	font-size: 7pt;
	text-align: left;
}

.textlarge{
	font-size: 9pt;
	font-weight:bold;
	text-align: left;
}

.texttitle{
	font-size:130%;
	text-align: left;
}

.comment{
	font-size: 7pt;
	font-style: italic;
	text-align: center;
}

#p_news{
}

#p_breadcrumb,
#p_breadcrumb a{
	font-size: 90%;
	color: #D0D0D0;
}

/*CLASSI PER DOCUMENTAZIONE*/

.w50p{
	width: 48%;
}

.item{
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid #000;
	margin-bottom:.5em;
}

.itemsbox{
	background: #FFF0C3;
	padding: 1em;
	margin-bottom:2em;
}
.itemsbox a{
	font-weight:normal;
	font-size:90%;
	color: #000;
}
.itemsbox a:hover{
	font-weight:normal;
	
	background-color: #FFF;
	text-decoration:none;
	font-size:90%;
}

.itemtitle{
	font-weight: bold;
	margin-bottom:.5em;
}

.paddingitem{
	padding-left:20px;
}

.code{
	padding: .5em;
	margin: .5em;
	background: #EEE;
	border:1px solid #999;
}

.script{
	font: 10px "Lucida Console", "Courier New", Courier;
	color: #999;
}

.col_parameters_1{
	width: 20%;
	font: 10px "Lucida Console", "Courier New", Courier;
}
.col_parameters_2{
	width: 75%;
}
.col_parameters_2 ul{
	padding:0px;
	margin:0 0 0 15px;
	list-style: none;
}


/*CONTACT PAGE*/

#p_contact label{
	margin: 0 0 10px 0;
	display: block;
}

#p_contact .input
{
	border:1px solid #999;
	margin-top:.5em;
}

#p_contact .fullw{
	width: 300px;
}
#p_contact .middlew{
	width: 150px;
}
