/* GESTIONE GIORNATE */

div#MainContent .small_container {
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#D6D6D6 none repeat scroll 0 0;
clear:both;
color:#333333;
float:left;
font-size:1em;
margin-bottom:5px;
margin-top:5px;
padding-left:15px;
padding-right:15px;
/*padding-top:5px;*/
padding-bottom:10px;
width:600px;
}

div#MainContent .small_container ul {
padding-left:0px;
padding-right:0px;
text-align:center;
}

div#MainContent .small_container ul li.day {
display:none;
}
div#MainContent .small_container ul li {
display:block;
float:left;
padding:2px;
background: url(../images/project/bkg_day.png) no-repeat scroll center center;
width:20px;
height:12px;
font-size:10px;
border-right:1px solid #fff;
text-align:center;
}


div#MainContent .small_container a {
color:#FFFFFF;
text-decoration:none;
width:15px;
height:15px;
}

div#MainContent .small_container a.active {
background: url(../images/project/bkg_day_selected.png) no-repeat scroll center center;
color:#000;
text-decoration:none;
height:26px;
width:27px;
padding:5px;
}

/* FINE GESTIONE GIORNATE*/

div#MainContent ul#team_list {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#D6D6D6 none repeat scroll 0 0;
overflow:hidden;
padding:5px 15px;
}

div#MainContent ul#team_list li {
display:block;
float:left;
height: 20px;
padding: 5px;
text-align:center;
width: 20px;
}

div#MainContent ul#team_list li img {
border:0;
}

div#MainContent ul#team_list li {
background:none;
}

div#MainContent ul#team_list li a.active {
background:transparent url(../images/project/bkg_team_selected.png) no-repeat scroll center center;
height:40px;
}

/* GESTIONE RISULTATI CALENDARIO*/

.results {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #666;
margin-bottom:20px;
width:100%;
}

.results .col3 a,
.results .col7 a {
border:0;
text-decoration:none;

}

.results .col3 a img,
.results .col7 a img {
border:0;
text-decoration:none;

}



.results .col4 a,
.results .col6 a {
color:#333333;
font-weight:normal;
text-decoration:none;
}

.results .col4 a:hover,
.results .col6 a:hover {
color:#0066CC;
}

.results .col5 a {
color:#333333;
font-weight:bold;
text-decoration:none;

}

.results .col5 a:hover {
color:#0066CC;

}


tr.calendar_heading {
		background:#387BE0 url(../images/project/bkg_heading.png) repeat-x scroll center bottom;
		color:#09A7C5;
		font-weight:bold;
}

/* FINE GESTIONE RISULTATI CALENDARIO*/


/* GESTIONE CLASSIFICA*/

#classifica h2 {
	margin-bottom: 12px;
}

tr.ranking_header1 {
	  background: #387be0 url(../images/project/bkg_heading.png) center bottom repeat-x;
}

tr.ranking_header2 {
	  background: #387be0 url(../images/project/bkg_heading.png) center bottom repeat-x;
	  color:#333333;
	  font-weight: bold;
}

th.heading_col1, td.heading_col1 {
	  background: #387be0 url(../images/project/bkg_heading_col1.png) center bottom repeat-x;
}

th.heading_col2, td.heading_col2 {
	  background: #387be0 url(../images/project/bkg_heading_col2.png) center bottom repeat-x;
}

th.heading_col3, td.heading_col3 {
	  background: #387be0 url(../images/project/bkg_heading_col3.png) center bottom repeat-x;
}

/* FINE GESTIONE CLASSIFICA*/

/* GESTIONE CALENDARIO */

#calendar_page_list {
	margin-right: -20px;
}

#calendar_page_list li {
	float: left;
	text-align: left;
	color: #fff;
	width: 295px;
	margin-right: 20px;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	background: #387be0 url(../images/project/bkg_heading.png) center bottom repeat-x;
}

#calendar_page_list li a.calendar_tabs {
	display: block;
	color: #fff;
}
#calendar_page_list li.show_calendar {
	margin: 0;
	width: 630px;
	padding: 0;
	clear: left;
}

#calendar_page_list li.show_calendar h2 {
	display: none;
}

#calendar_page_list li.show_calendar table.results,
#calendar_page_list li.show_calendar .content_block {
	margin: 0;
}
