
@charset "UTF-8";
/* CSS Document */

.cal_container {
background-color:#EDEDED;
border: 1px solid #999999;
clear:both;
float:left;
margin-bottom:10px;
padding:2px;
text-align:left;
width:633px;
	}

div.content_block table tr td span.nome_disciplina {
display:none;}

div.content_block table tr td span.nome_speciality {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
font-size:1opx;
}

div.content_block table tr td span.nome_speciality a {
text-decoration:underline;
white-space:nowrap;
}

div#MainContent .small_container {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#C9C9C9;
	clear:both;
	color:#333333;
	float:left;
	font-size:1.0em;
	margin-bottom:5px;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	width:633px;
	border: 1px solid #999999;
}

div#MainContent .small_container ul {
padding-left:4px;
padding-right:10px;
text-align:center;
}

div#MainContent .small_container ul li {
display:inline;
margin-left:2px;
margin-right:2px;}

div#MainContent .small_container ul li.day {
display:none;
margin:0px 1px;
}


/*div#MainContent .small_container a {
color:#666;
font-weight:bold;
text-decoration:none;
}*/


ul#calendar_list,
ul#calendar_list li {
	list-style-type: none;
	padding: 0;
}

ul#calendar_list {
	margin: 0px;
}

ul#calendar_list li {
	float: left;
	margin: 0 1px 0 0;
}

ul#calendar_list li a {
display:block;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-radius: 5px;
background: #999999;
width:30px;
color:#FFF;
height:30px;
border:1px solid #fff;
margin:0px;
padding-top:4px;
height:26px;
text-align:center;
font-size:0.9em;
}

ul#calendar_list li a:hover {
	text-decoration: none;
	color:#FFF;
	background-color:#F99618;
}


ul#calendar_list li a.active {
	font-weight: bold;
	text-decoration: none;
	color:#FF0000;
	
}

ul#calendar_list li a.selected {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-radius: 5px;
background: #F99618 url(../../lib/images/project/indicatore.png) no-repeat center center;
}

.mini_menu {
float:left;
text-align:left;
background-color:#6389b0;
padding:10px 15px;;
width:450px;
height:30px;
}

.mini_menu a:hover, .mini_menu_left a img {
display:block;
width:30px;
height:30px;
margin:3px;
float:left;}

.mini_menu a:hover, .mini_menu_left a:hover img {
border:1px solid #FF0000;
margin: 2px;
width:30px;
height:30px;
float:left;

}
/* Filtro genere della gara */
.check_gender{
color:#333333;
float:left;
font-size:0.8em;
font-weight:normal;
height:18px;
margin-left:0;
text-align:center;
width:630px;

}

.check_gender input.genre {
/*margin-bottom:-3px;*/
display:inline;


}

.check_gender img{
width:20px;
}

/* Tabella calendario */

div.content_block table.load_content {
  width: 100%;
}

#load_content a, #load_content a:hover {
color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1em;
font-weight:normal;
text-decoration:underline;
}

div.content_block table tr td a


div.content_block table.expandible_content thead th {	
background:#BCD3E3 none repeat scroll 0 0;
color:#2562A8;
font-size:11px;
font-weight:bold;
padding:3px;
}




	.sortDown{
		background-image:url(../images/project/sel_col_down.png);
		background-position:center top;
		background-repeat:no-repeat;
		color:#333333;
		padding-top:10px;
		padding-bottom:22px;
		}
		
	.sortUp{
		background-image:url(../images/project/sel_col_up.png);
		background-position:center top;
		background-repeat:no-repeat;
		color:#333333;
		padding-top:10px;
		padding-bottom:22px;
		}
		
		td.expand_button span {
	display: block;
	text-indent: -5000px;
	width: 23px;
	height: 20px;
	cursor:pointer;
}

td.expand_button span.open_button {
	background: transparent url(../images/project/link_bianco.png) no-repeat center center;
}

td.expand_button span.tobeplayed {
	background: transparent url(../images/project/tobeplayed.png) no-repeat center center;
}

td.expand_button span.inprogress {
	background: transparent url(../images/project/inprogress.png) no-repeat center center;
}

td.expand_button span.ended {
	/*background: transparent url(../images/project/ended.png) no-repeat center center;*/
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/project/ended.png) no-repeat scroll center center;
	
	
}

td.expand_button span.ended.match {
	background: transparent url(../images/project/link_more.png) no-repeat center center;
}

td.expand_button span.close_button {
	background: transparent url(../images/project/link_close.png) no-repeat center center;
}


span.gender_M {
	background: transparent url(../images/icone/gender_M.png) no-repeat center center;
	width:30px;
	height:30px;
	display:block;
}

span.gender_F {
	background: transparent url(../images/icone/gender_F.png) no-repeat center center;
	width:30px;
	height:30px;
	display:block;
}

span.gender_MX {
	background: transparent url(../images/icone/gender_mx.png) no-repeat center center;
	width:40px;
	height:30px;
	display:block;
}

span.final {
	background:transparent url(../images/icone/gold_small.png) no-repeat scroll left center;
	float:left;
	padding-bottom:2px;
	padding-top:2px;
	text-indent:25px;
}

span.competitor_italy {
	background: transparent url(../images/icone/competitor_italy.png) no-repeat center center;
	width:30px;
	height:30px;
	display:block;
}

span.startlist {
	background: transparent url(../images/icone/startlist.png) no-repeat center center;
	width:30px;
	height:30px;
	display:block;
}

span.competitor_record {
	background: transparent url(../images/icone/competitor_record.png) no-repeat center center;
	width:30px;
	height:30px;
	display:block;
}


.discipline_medagliere {
background-color:#929191;
border-color:#FFFFFF #FFFFFF #747474 #747474;
border-style:solid;
border-width:1px;
clear:both;
float:left;
padding:1px;
text-align:left;
margin:0px;
width:630px;

}

.discipline_medagliere a:hover, .mini_menu_left a img {
display:block;
width:30px;
height:30px;
margin:3px;
float:left;}

.discipline_medagliere a:hover, .mini_menu_left a:hover img {
border:1px solid #FF0000;
margin: 2px;
width:30px;
height:30px;
float:left;

}


.discipline_medagliere ul {

}

.discipline_medagliere ul li {
float:left;
display:block !important;
margin-right:1px;
margin-left:1px;
background:#FFFFFF;
border:1px solid #7D7C7C;
}

.discipline_medagliere ul li span:hover {
background-color:#F99618;
}

.discipline_medagliere ul li:hover {
border: 1px solid #999999;
background-color:#F99618;

}

.discipline_medagliere ul li.discipline_selected {
border: 1px solid #F99618;
}

.discipline_medagliere ul li.discipline_selected span {
background-color:#F99618;
}

div.content_block table th.col1,
div.content_block table th.col2,
div.content_block table th.col5,
div.content_block table th.col6,
div.content_block table th.col7,
div.content_block table th.col8 {
width:5%;
padding-left:7px;
/*background-color:#929191;*/
background-color:#999999;
}




div.content_block table th.col3 {
width:28%;
padding-left:7px;
}

div.content_block table th.col4 {
width:42%;
padding-left:7px;
}


div.content_block table th.sort_asc {
	background: #999999url(../images/icone/sort_asc.png) no-repeat -5px center;
	height:30px;
}

div.content_block table th.sort_desc {
	background: #999999url(../images/icone/sort_desc.png) no-repeat -5px center;
	height:30px;
}

div.content_block table tr td.col3 span.mono {
display:none;
}

div.content_block table tr td.col4 span.mono {
display:block;
}

div.content_block table tr td span.nome_speciality {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
}

div.content_block table tr td.col2 img {
padding:1px;
border:1px solid #7D7C7C;
}


#legend {
display:inline;

}

#legend ul {
height:40px;
background-color:#bfd8ea;
padding:4px;
}

#legend ul li {
font-size:0.9em;
margin-right:0px;
display:inline;
}

#legend ul li.nota {
clear:both;
/*float:left;*/
margin-top:3px;
width:100%;
}

#legend ul li span {
font-weight:bold;
text-transform:uppercase;
color:#999999;
}

#legend ul li img {
margin-bottom:-5px;
margin-right:3px;
display:inline;
}


