<!--

html  {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	background-color: white;
	background-image: url(sfondo.gif);
	background-repeat: repeat-x;
}

/*
************************************************************
                         TESTA
************************************************************
*/

.testa {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 370px;
	height: 20px;
	text-align: left;
	padding-top: 4px;
	font-size: 10px;
	color: #0742b9;
	overflow: hidden;
}

.testa a:link,  .testa a:visited  {
	color: #0742b9;
	text-decoration: none;
	font-weight: bold;
}
	
.testa a:hover, .testa a:active {
	color: yellow;
	font-weight: bold;
}

.testa strong {
	color: yellow;
}

/*
************************************************************
                          BARRA
************************************************************
*/

.barra {
	height: 20px;
	font-weight: bold;
	font-size: 12px;
	background-color: #0742b9;
	background-image: url(barra.gif);
	background-repeat: repeat-y;
	border-bottom: 2px solid Navy;
}

.barra ul {
	float: right;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
}

.barra li {
	float: left;
	list-style-type: none;
	list-style-position: inside;
	height: 20px;
}

.barra li a {
	display: block;
	padding-left: 35px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
} 


.barra a:link, .barra a:visited {
	color: White;
	text-decoration: none;
	background-image: url(barra_off.gif);
	background-repeat: no-repeat;
} 

.barra a:hover, .barra a:active{
	color: yellow;
	background-image: url(barra_on.gif);
	background-repeat: no-repeat;
}

.barra strong {
	color: yellow;
}

.barra del {
	color: #DDA0DD;
}

/*
************************************************************
                          PULSANTI
************************************************************
*/

.pulsanti {
	float: right;
	font-size: 10px;
	color: #5d94ad;
	padding-top: 3px;
}

.pulsanti ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: normal;
}

.pulsanti li {
	float: left;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 1px solid #5d94ad;
}

.pulsanti li a {
	display: block;
} 

.pulsanti a:link, .pulsanti a:visited {
	text-decoration: none;
	color: #0742b9;
} 

.pulsanti a:hover, .pulsanti a:active{
	color: Yellow;
}

.pulsanti strong {
	color: #0742b9;
}

.pulsanti .stop {
	color: Red;
	font-weight: bold;
	text-decoration: blink;
}

/*
************************************************************
                          MENU
************************************************************
*/

.menu {
	margin-top: 15px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
	background-color: transparent;
	color: white;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: normal;
}

.menu li {
	display: inline;
}

.menu li a {
	display: block;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 1px;
} 

.menu li a:link, .menu li a:visited {
	text-decoration: none;
	color: white;
	background-image: url(menu_off.gif);
	background-repeat: repeat-y;
} 

.menu li a:hover, menu a:active {
	color: yellow;
	background-image: url(menu_on.gif);
	background-repeat: repeat-y;
}

.menu strong {
	color: yellow;
}

.menu del {
	color: #DDA0DD;
}


/*
************************************************************
                          ICONE
************************************************************
*/

.icone {
   margin-top:20px;
	margin-left:4px;
	width: 200px;
   float:left;
}

.icone ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.icone li {
	display: inline;
}

.gif0, .gif0strong  {
	border: 0px;
   filter:alpha(opacity=100);
   opacity: 1;
   -moz-opacity:1;
}

.gif1, .gif1strong  {
	border: 0px;
   filter:alpha(opacity=50);
   opacity: 0.5;
   -moz-opacity:0.5;
}

.gif0s, .gif1s  {
	border: 0px;
   filter:alpha(opacity=30);
   opacity: 0.3;
   -moz-opacity:0.3;
}

.jpg0  {
	border: 1px solid #0742b9;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.jpg0strong  {
	border: 1px solid yellow;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.jpg1  {
	border: 1px solid yellow;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.jpg1strong  {
	border: 1px solid yellow;
   filter:alpha(opacity=50);
   opacity: 0.5;
   -moz-opacity:0.5;
}

.jpg0del, .jpg1del {
	border: 1px solid Purple;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
}

/*
************************************************************
                         LINGUE
************************************************************
*/

.lingue {
	position: absolute;
	right: 0px;
	top: 2px;
	width: 80px;
}

.lingue img  {
	padding-left: 0px;
	padding-right: 0px;
	border: 0px;
}

/*
************************************************************
                         PERCORSO
************************************************************
*/

.percorso {
	color: #7ca9bd;
	font-size: 10px;
	float: left;
	padding-left: 15px;
	padding-top: 3px;
}

.percorso a:link, .percorso a:visited {
	color: #7ca9bd;
	text-decoration: none;
}

.percorso a:hover, .percorso a:active {
	color: yellow;
	text-decoration: underline;
}

/*
************************************************************
                         IMMAGINE
************************************************************
*/

.immagine    {
	margin-left: 235px;
	margin-right: 45px;
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
}

/*
************************************************************
                         TITOLO
************************************************************
*/

.titolo0 h1, .titolo1 h1    {
	margin-top: 0px;
	margin-left: 235px;
	margin-right: 45px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	color: navy;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: 4px solid orange;
}

.titolo2 h1, .titolo3 h1     {
	margin-top: 0px;
	margin-left: 235px;
	margin-right: 45px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: navy;
}

/*
************************************************************
                         CORPO
************************************************************
*/

.corpo0, .corpo1 {
	margin-left: 200px;
	padding-left: 35px;
	padding-right: 45px;
	font-size: 12px;
	text-align: justify;
	line-height: 170%;
}

.corpo2, .corpo3 {
	margin-left: 200px;
	padding-left: 35px;
	padding-right: 45px;
	font-size: 12px;
	text-align: center;
	line-height: 170%;
}


a:link, a:visited {
	color: #ff8c00;
	text-decoration: none;
} 

a:hover, a:active {
	color: #1e90ff;
}

.grande {
	font-size: 14px;
	font-weight: bold;
	color: #0742b9;
}

.medio {
	font-size: 12px;
	font-weight: bold;
	color: #0742b9;
}

.normale     {
}

.piccolo     {
	font-size: 9px;
}

.messaggio   {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #0742b9;
}

.campo       {
	font-style: italic;
}

.stile1  {
}

.stile2  {
}

.stile3  {
}

.stile4  {
}

.stileon {
	color: #ff8c00;
}

.box1 {
	float: left;
	width: 50%;
	text-align: left;
	border: 1px none #7ca9bd;
	padding-top: 0px;
}

hr {
	border: solid orange;
	border-width: 4px 0px 0px 0px;
	line-height: 0px;
}

.immagineright {
   float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.immagineleft {
   float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.immaginedisponi {
	float: left;
	text-align: center;
	width: 130px;
	height: 90px;
	margin-right: 100px;
	vertical-align: middle;
}

.jpg {
	border: 3px solid orange;
}

.gif {
	border: 0px;
}

.tabella0 td {
	border: 0px;
	margin: 0px;
	padding: 5px;
}

.tabella1 td {
	border: solid #7ca9bd;
	border-width: 1px 1px 1px 1px;
	margin: 0px;
	padding: 5px;
}

.corpo0 ul, .corpo1 ul, .corpo2 ul  {
	list-style-type: square;
	margin-bottom: 0px;
}

/*
************************************************************
                     MESSAGGIOERRORE
************************************************************
*/

.messaggioerrore    {
	width: 40%;
	padding: 20px;
	margin-left: auto;
	margin-top: 15px;
	margin-right: auto;
	color: #B22222;
	font-size: 10px;
	font-weight: bold;
	background-color: yellow;
	border: 4px solid #B22222;
	text-align: center;
}

/*
************************************************************
                     FRAMELINK
************************************************************
*/

.framelink    {
	position: static;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	height: 500px;
}

/*
************************************************************
                         FIRMA
************************************************************
*/

.firma    {
	margin-left: 200px;
	padding-left: 15px;
	padding-right: 40px;
	font-size: 10px;
	text-align: right;
	line-height: 170%;
}

/*
************************************************************
                       PIEDE
************************************************************
*/

.piede {
	height: 20px;
	padding-left: 15px;
	font-size: 12px;
	color: white;
	padding-top: 2px;
	background-color: #0742b9;
	background-image: url(striscia_2.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom: 2px solid Navy;
}

.piede a:link,  .piede a:visited  {
	color: white;
	text-decoration: none;
}
	
.piede a:hover, .piede a:active{
	color: yellow;
}

.piede strong {
	color: yellow;
	font-weight: normal;
}

.piede div {
	padding-right: 15px;
	padding-top: 2px;
}

/*
************************************************************
                         CODA
************************************************************
*/

.coda {
   padding-top: 5px;
	padding-bottom: 50px;
	font-size: 9px;
	color: #018ddc;
	text-align: center;
	margin-top: 5px;
}

.coda a:link, .coda a:visited {
	color: #018ddc;
	text-decoration: none;
}

.coda a:hover, .coda a:active{
	color: #FF8C00;
	text-decoration: underline;
}

/*
************************************************************
                         CREDITS
************************************************************
*/

#credits {
	font-size: 10px;
	color: #a6cdff;
	text-align: left;
	padding: 5px;
}

#credits .webdesign, #credits .webdesign a {
	color: #a6cdff;
	text-decoration: none;
	visibility: visible;
}

#credits .home, #credits .home a {
	color: #a6cdff;
	text-decoration: none;
	visibility: hidden;
}

#credits .web {
	color: #a6cdff;
	text-decoration: none;
	visibility: hidden;
}

/*
************************************************************
                 LOGOVERTICALE : ESCLUSIVO
************************************************************
*/

#logoverticale {
	position: absolute;
	right: 5px;
	top: 175px;
	border: 0px none;
}

/*
************************************************************
                  cont0,1,2,3 : Esclusivo
************************************************************
*/

#cont0, #cont1, #cont2, #cont3 {
/* clear: both;
	margin-left: 200px;
	margin-right: 45px; */
}

#cont1, #cont3 {
	margin-top: 0px;
}


#cont0, #cont2 {
	margin-top: 0px;
}

/*
************************************************************
             urlsinistra, urldestra : Esclusivo
************************************************************
*/

#urlsinistra {
	position: absolute;
	right: 32px;	
	top: 150px;
	width: 20px;
	height: 18px;
	text-align: center;
}

#urldestra {
	position: absolute;
	right: 7px;
	top: 150px;
	width: 20px;
	height: 18px;
	text-align: center;
}

/*
************************************************************
                 #contmenuicone : ESCLUSIVO
************************************************************
*/

#contmenuicone {
	position: absolute;
	top: 145px;
	left: 0px;
	width: 200px;
	padding: 0px;
	margin: 0px;
}

/*
************************************************************
              powerliftingtesta : ESCLUSIVO
************************************************************
*/

#powerliftingtesta {
	height: 120px;
	background-image: url(testa.gif);
	background-repeat: no-repeat;
}

/*
************************************************************
             powerliftingstriscia : ESCLUSIVO
************************************************************
*/

#powerliftingstriscia {
	clear: both;
	margin-top: 30px;
	height: 20px;
	background-color: #0742b9;
	background-image: url(striscia_1.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/*
************************************************************
                 powerliftingCODA : ESCLUSIVO
************************************************************
*/

#powerliftingcoda {
	height: 60px;
	background-image: url(coda.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/*
************************************************************
                 joyplanet : ESCLUSIVO
************************************************************
*/

#joyplanet {
   position: absolute;
   right: 0px;
   top: 0px;
	width: 400px;
	height: 120px;


}


/*
************************************************************
                 Chiaro e Scuro : ESCLUSIVO
************************************************************
*/

.chiaro {
	background-color: #FFF7EC;
}

.scuro {
	background-color: #EEF9FF;
}

/*
************************************************************
                    FB : Forum Bacheca
************************************************************
*/

.FB {
	border: 3px solid #0742b9;
	text-align: left;
}

.FBtestaforum {
	background-color: #0742b9;
	color: White;
}

.FBtestabacheca {
	background-color: #0742b9;
	color: White;
}

.FBtestaforum a:link, .FBtestaforum a:visited, .FBtestabacheca a:link, .FBtestabacheca a:visited {
	color: White;
}

.FBtestaforum a:hover, .FBtestaforum a:active, .FBtestabacheca a:hover, .FBtestabacheca a:active {
	color: Yellow;
}

.FBtestaforum strong, .FBtestabacheca strong  {
	color: Yellow;
}

.FBcategoria {
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 15px;
}

.FBcategoria .FBevidenziato {
	background-color: #1e90ff;
}

.FBcategoria .FBriservato {
	background-color: #1e90ff;
}

.FBcategoria ul {
	margin: 0px;
	padding: 0px;	
	white-space: nowrap;
}

.FBcategoria li {
	float: left;
	list-style-type: none;
	list-style-position: inside;
}

.FBcategoria li a {
	display: block;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px; /*width: 200px;*/
	font-size: larger;
} 

.FBcategoriatesto {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 15px;
	color: White;
}

.FBcategoriaModifica {
	text-align: right;
	font-size: smaller;
	padding-right: 15px;
}

.FBtempo {
	text-align: left;
	padding-right: 15px;
}

.FBtempo a {
	padding-left: 13px;
	font-size: smaller;
}

.FBordinamento {
   float: right;
	text-align: right;
}

.FBordinamento a {
	padding-right: 13px;
	font-size: smaller;
}

.FBintestazioni {
	text-align: center;
	background-color: yellow;
	font-size: smaller;
	color: #ff8c00;
}

.FBscheda {
	padding-left: 15px;
	text-align: left;
	background-color: #ffffe8;
	font-weight: bold;
	color: navy;
}

.FBchiaro {
	background-color: White;
}

.FBscuro {
	background-color: #dbeeff;
}

.FBevidenziato {
	background-color: Yellow;
}

.FBriservato {
	color: Red;
}

.FBnorecord {
	width: 100%;
	background-color: yellow;
	color: #0742b9;
	font-style: italic;
	font-weight: bold;
	font-size: larger;
}

.FBcodaforum {
	background-color: #0742b9;
	color: #003c8a;
}

.FBcodabacheca {
	background-color: #0742b9;
	color: #003c8a;
}

.FBcodaforum a:link, .FBcodaforum a:visited, .FBcodabacheca a:link, .FBcodabacheca a:visited  {
	color: White;
}

.FBcodaforum a:hover, .FBcodaforum a:active, .FBcodabacheca a:hover, .FBcodabacheca a:active {
	color: Yellow;
}

.FBcodaforum strong, .FBcodabacheca strong {
	color: Yellow;
}

.FBcodaforum span, .FBcodabacheca span {
	color: White;
}

-->
