/* CSS Document */
/* Stili del template */
body{
	margin: 0px;
}

td {
	font-family: Tahoma;
	font-size: 13px;
	color: #6C6C6C;
	text-decoration: none;
	border: none;
}
img {
	text-decoration: none;
	border: none;
}
.news {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFED00;
	text-decoration: none;
	border: none;
}

/* Stili personali */
h2{
   font-size: 17px;
   /*color: #000;*/
   text-align: center;
   margin: 5px 0px 5px 0px;
}

h3{
	font-size: 14px;
   	margin: 5px 0px 5px 0px;
	text-align: center;
}

.titoloPagina {
	display: inline;
	float: left;
	align: left;
	width: 380px;
	padding-top: 5px;
}

.titoloColonnaSx{
	display: inline;
	float: right;
	align: right;
	width: 195px;
	padding-top: 5px;
}

.titoloPaginaSingola {
	display: inline;
	float: left;
	width: 580px;
	padding-top: 5px;
}

.titoloCapitoGuida{
	display: block;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

.linkConsigliati{
	font-family: Tahoma;
	font-size: 12px;
	border: none;
	padding: 15px 3px 30px 15px;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

.linkConsigliati a{
	font-weight: bold;
	color: #FFED00;
}

/** Stili curriculum **/
td.titolo_sezione_curriculum{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	background-position: top;
}

td.data_curriculum{
	font-size: 10px;
}

/** Stili portfolio web **/
.portfolio_web{
	padding-left: 10px;
}

h3.portfolio_web{
	text-align: left;
}

img.portfolio_web{
	border: 1px solid #999999;
	padding: 0px;
}

/** Stili Guide **/
.titolettoGuide{
	font-size: larger;
	font-weight: bold;
	margin-bottom: 10px;
}
.testoGuide{
	line-height: 20px;
	margin-bottom: 50px;
	text-align: justify;
}
.codiceGuide{
	background-image: url(http://localhost/nuovo_sito/img/sfondo1.gif);
	background-repeat: repeat;
	padding: 15px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-family: "Courier New", Courier, mono;
	color: #000000;
	border: 1px dashed #33CC66;
}
.codiceInlineGuide{
	font-family: "Courier New", Courier, mono;
	display: inline;
	color: #000000;
}
.ricordaGuide{
	background-image: url(http://localhost/nuovo_sito/img/sfondo2.gif);
	background-repeat: repeat;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px dashed #FFFF00;
	font-variant: small-caps;

}
.esempioGuide{
	background-image: url(http://localhost/nuovo_sito/img/esempio.gif);
	background-repeat: repeat;
	padding: 10px 5px 10px 5px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px dashed #00A5F4;
	color: #000000;
}
table.esmpioGuide{
	border: 1px dashed #00A5F4;
}
.esmpioGuide{
	border: 1px dashed #00A5F4;
}
.capPrecendeteGuide{
	text-align: left;
	display: inline;
	width: 250px;
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #FF6633;
	font-size: smaller;
}
.capSuccessivoGuide{
	text-align: right;
	display: inline;
	width: 250px;
	float: right;
	color: #FF6633;
	text-decoration: none;
	font-weight: bold;
	font-size: smaller;
}
.googleBassoGuide{
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

