/* Divs index calendario */

.cal_title {
	font-size: 2em;
	color: #0066cc;
	font-weight: bold;
	padding: 20px 10px 0 10px;
	text-align: right;
}

.cal_container {
	background: url(../images/project/bkg_team_conteiner.png) no-repeat left center;
 	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	margin-bottom: 10px;
}

.cal_info_container {
	float: left;
	text-align: right;
}

.cal_container img.logo {
	display: block;
	float: left;
}

.cal_info_content {
	float: right;
	display: block;
	width: 400px;
}

.cal_info_content span {
	float: left;
	display: block;
	width: 150px;
	text-align: left;
}

.cal_info_content span img {
	margin: 0px;
	padding: 0px;
	top: 1px;
	left: 0px;
	position: relative;
}

.cal_info_content p {
	text-align: right;
	padding: 0 10px 20px 10px;
}

.cal_players_container {
	width: 310px;
	float: right;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}

.cal_players_container2 {
	width: 630px;
	float: right;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}

.cal_blocks_container {
	width: 310px;
	float: left;
	padding-bottom: 20px;
	clear:both;
}

.cal_grafici_container {
	width: 310px;
	float: right;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
	
}

.cal_blocks_container #classifica .ranking_header1,
.cal_blocks_container #classifica  th,
.cal_blocks_container #classifica  td {
	display: none !important;
}

.cal_blocks_container #classifica  .col-1,
.cal_blocks_container #classifica  .col0,
.cal_blocks_container #classifica  .col-2,
.cal_blocks_container #classifica  .col9,
.cal_blocks_container #classifica  .col10,
.cal_blocks_container #classifica  .col11,
.cal_blocks_container #classifica  .col12,
.cal_blocks_container #classifica  thead .col13,
.cal_blocks_container #classifica  tbody .col18,
.cal_blocks_container #classifica  .col19,
.cal_blocks_container #classifica  thead .col20 {
	display: table-cell !important;
}

.cal_blocks_container #classifica  .ranking_header2,
.cal_blocks_container #classifica  .odd,
.cal_blocks_container #classifica  .even {
	background: none;
}

.cal_blocks_container #classifica {
	margin-bottom: 20px;
}

.cal_blocks_container #classifica  .squadra_corrente {
	background: #ff0;
}


.cal_blocks_container h4 {
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:1px solid #CCCCCC;
border-width: 1px 1px 0 1px;
padding: 4px;
background: #387BE0 url(../images/project/bkg_heading.png) repeat-x scroll center bottom;
color: #333;
}

.cal_players_container .table_cal  {
	padding: 0;
	border:1px solid #CCCCCC;
}

.cal_players_container th {
	padding: 4px !important;
	font-size: 11px !important;
	background: #387BE0 url(../images/project/bkg_heading.png) repeat-x scroll center bottom;
}

.cal_players_container td {
	padding: 4px !important;
}

.cal_blocks_container #calendario table.box1,
.cal_blocks_container #partite_giocate table.box1,
.cal_blocks_container #classifica table {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
border:1px solid #CCCCCC;
border-width: 0 1px 1px 1px;
}

.cal_blocks_container #calendario div.content_block table tr th, div.content_block table tr td {
padding:2px;
}

.stat_team {
 	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	border:1px solid #CCCCCC;
	width:310px;
	height:600px;
}

.stat_team h3 {
padding: 4px;
background: #387BE0 url(../images/project/bkg_heading.png) repeat-x scroll center bottom;
color: #333;
font-size:11px;
margin-bottom:5px;
}

.stat_team h3, .grafici h3 {
padding: 4px;
background: #387BE0 url(../images/project/bkg_heading.png) repeat-x scroll center bottom;
color: #333;
font-size:11px;
margin-bottom:5px;
}

.grafici {
 	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	border:1px solid #CCCCCC;
	width:310px;
}

.hidden {
display: none;
}
