/* CSS SprinteSport.it */

/*   

   ATTENZIONE !!!
   IN CODA AL FILE SONO STATE AGGIUNTE LE RIGHE PER LA GESTIONE DEL FANTASPRINT

*/

html {
	height:100%;
	font-family:Tahoma;
}

body {
	margin:0;
	padding:0;
	background-color:#BEC2B0;
	height:100%;
	text-align:center;
}

.testo11 { font-size:11px; }

a { color:#4E7500; text-decoration:none; }

a:hover { text-decoration:underline; }

a.link_verde {
	color:#4D5939;
	text-decoration:none;
}

a.link_verde:hover {
	color:#4D5939;
	text-decoration:underline;
}

table.bordo_verde {
	border-style:solid;
	border-width:1px;
	border-color:#4D5939;
}

table.table_main {
	width:995px;
	height:100%;
}

img.prima_pagina {
	border-color:#5E9218;
	border-style:solid;
	border-width:1px;
}

/* BOX */
#box {
	width:100%;
	font-size:11px;
	background-color:#CACDBD;
	color:#626956;
	margin-top:10px;
	margin-bottom:10px;
}

#box a { color:#5D5D5D;	text-decoration:none; }
#box a:hover { text-decoration:underline; }
	
#box .box_topsx {
	height:20px;
	width:20px;
	background-image:url(images/box_topsx.gif);
	background-repeat:no-repeat;
}

#box .box_topdx {
	height:20px;
	width:20px;
	background-image:url(images/box_topdx.gif);
	background-repeat:no-repeat;
}

#box .box_topsx_header {
	height:20px;
	width:20px;
	background-image:url(images/box_topsx_header.gif);
	background-repeat:no-repeat;
}

#box .box_topdx_header {
	height:20px;
	width:20px;
	background-image:url(images/box_topdx_header.gif);
	background-repeat:no-repeat;
}

#box .box_top {
	height:20px;
	background-image:url(images/box_top.gif);
	background-repeat:repeat-x;
}

#box .box_sx {
	width:20px;
	background-image:url(images/box_sx.gif);
	background-repeat:repeat-y;
}

#box .box_dx {
	width:20px;
	background-image:url(images/box_dx.gif);
	background-repeat:repeat-y;
}

#box .box_bottomsx {
	height:20px;
	width:20px;
	background-image:url(images/box_bottomsx.gif);
	background-repeat:no-repeat;
}

#box .box_bottomdx {
	height:20px;
	width:20px;
	background-image:url(images/box_bottomdx.gif);
	background-repeat:no-repeat;
}

#box .box_bottom {
	height:20px;
	background-image:url(images/box_bottom.gif);
	background-repeat:repeat-x;
}

#box .box_center_center {
	text-align:center;
}

#box .box_center_left {
	text-align:left;
}


/* HEADER */
td.td_header {
	width:995px;
	height:351px;
	background-image:url(images/top_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}

td.td_header_sx {
	width:766px;
}

td.td_header_dx {
	padding-top:48px;
	vertical-align:top;
	width:209px;
}

#box_prossimo_numero { margin-top:13px; }
#box_prossimo_numero td.td_prossimo_numero { 
	width:209px;
	height:34px;
	background-image:url(images/box_prossimo.gif);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
}
#box_prossimo_numero a {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
}
#box_prossimo_numero a:hover {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}


/* CONTENT */
#pre_titolo_verde {
	font-family:Arial;
	font-size:14px;
	color:#4D5939;
	vertical-align:center;;
	border-bottom-color:#D1D5C7;
	border-bottom-style:solid;
	border-bottom-width:3px;
	font-weight: bold;
	padding-bottom:5px;
	width:100%;
}

#pre_titolo_verde td.data_articolo {
	font-size:14px;
	width:27px;
	padding-bottom:3px;
}

#pre_titolo_verde td.testo {
	color:#000000;
	font-size:12px;
}

#pre_titolo_verde td.titolo {
	font-size:18px;
}

#pre_titolo_verde td.cat_articolo {
	width:27px;
}

#pre_titolo_verde a { font-size:9px; color:#4d5939; text-decoration:none; }
#pre_titolo_verde a:hover { text-decoration:underline; }

#titolo_verde {
	font-family:Arial;
	font-size:18px;
	color:#4D5939;
	text-align:left;
	vertical-align:center;;
	font-weight: bold;
	width:100%;
	padding-top:10px;
	padding-left:20px;
}

#navigazione {
	text-align:center;
	vertical-align:center;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}

table.titolo_box {
	font-family:Arial;
	font-size:14px;
	color:4D5939;
	vertical-align:top;;
	text-transform:uppercase;
	border-bottom-color:#D1D5C7;
	border-bottom-style:solid;
	border-bottom-width:3px;
	font-weight: bold;
	padding-bottom:5px;
	width:100%;
}

td.td_content {
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
	width:100%;
}

td.td_content_sx {
	width:209px;
}

td.td_content_rx {
	width:209px;
}

td.td_content_center {
	font-size:12px;
	vertical-align:top;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;	
}

td.testo_form { 
	font-size:10px; 
	padding-bottom:5px;
}

input.textfield_form {
	width:150px;
	font-size:12px;
}

input.button_form {
	width:150px;
	height:26px;
	font-size:12px;
	color:#4D5939;
	text-transform:uppercase;
	font-weight:bold;
}

select.select_form {
	width:150px;
	font-size:12px;
}

#box_archivio {}

#box_archivio td.td_archivio { 
	width:209px;
	height:34px;
	background-image:url(images/box_archivio.gif);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
}

#box_archivio a {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#CACDBD;
	text-transform:uppercase;
	text-decoration:none;
}

#box_archivio a:hover {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#4C5A39;
	text-decoration:none;
}

table.paging { font-size:11px; text-align:center; }

a.link_paging {
	font-size:11px;
	color:#4D5939;
	text-decoration:none;
}

a.link_paging:hover {
	text-decoration:underline;
}


/* BOTTOM */
td.td_bottom {
	padding-left:20px;
	padding-right:20px;
	width:100%;
	height:65px;
}

/* FANTASPRINT - GIUGNO 2008 */

Xp { margin: 5px 0 5px 0; } 
li { margin-bottom: 5px; }
input {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset {
	padding: 10px;
}

select { 
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table {
	font-size: 1em;
}

tr {
	vertical-align: top;
}

w50 {
	width: 50%;
}


.italic {
	font-style: italic;
}

.divlogo
{
	text-align: center;
	margin: 10px 0 10px 0;
	width: 500px;
	background-color: #FFFFFF;
	border: 2px ridge #999999;
}

.divlogogestione
{
	text-align: center;
}

.divform
{
	font-size: 1em;
}

.divtesto
{
	color: #333333;
	text-align: center;
	font-size: 1em;
}

.divtesto a 
{
	color: #0066cc;
	font-weight: normal;
	text-decoration: none;
}

.divtesto a:hover 
{
	color: #0066cc;
	text-decoration:none;
	font-weight: bold;
	cursor: hand;
}

.divtestoleft
{
	color: #333333;
	text-align: left;
}

.corpofs {
	padding: 5px;
	width: 99.8%;
	margin-top: 5px;
}

.c1 {
	width: 100px;
}

.titoloelenco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009900;
	border: 1px solid #00FF00;
	margin-bottom: 5px;
}

.titoloruolo {
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	padding-top: 10px;
}

.titoloruololato {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #E1EEFD;
}

.bold { font-weight: bold; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.pulsanteRosa a {
	text-decoration: none;
	background-color: #2F5595;
	padding: 5px;
	border: 2px solid #FFCC00;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}

.pulsanteRosa a:hover {
	color: #FFCC00;
}

.pulsanteRosa a:link {
	text-decoration: none;
	background-color: #2F5595;
	padding: 5px;
	border: 2px solid #FFCC00;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}

.pulGiocDel a {
	text-decoration: none;
	background-color: #CC0000;
	padding: 2px;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	border-top: 2px solid #E1EEFD;
	border-right: 2px solid #FFCC00;
	border-bottom: 2px solid #CCFFFF;
	border-left: 2px solid #FFCC00;
}

.pulGiocDel a:hover {
	color: #FFCC00;
}

.pulGiocDel a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
}

.pulGiocVend a {
	text-decoration: none;
	background-color: #336699;
	padding: 2px;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	border-top: 2px solid #E1EEFD;
	border-right: 2px solid #FFCC00;
	border-bottom: 2px solid #CCFFFF;
	border-left: 2px solid #FFCC00;
}

.pulGiocVend a:hover {
	color: #FFCC00;
}

.pulGiocVend a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
}

.selGestione a {
	color: #666666;
	background-color: #F5F5F5;
	border: 2px solid #009900;
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
}

.selGestione a:hover {
	background-color: #CCCCCC;
	border: 2px solid #666666;
	text-decoration: none;
	color: #CC3300;
}

.selGestione a:link {
	color: #666666;
	background-color: #F5F5F5;
	border: 2px solid #009900;
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
}
