body {
	/*background-color:#920;*/
	/*background-color: #7A1B00;*/
	font-size: 12pt;
	font-weight: bold;
}

a:visited, a:hover   {color: #005fee;}

#container {
	width: 95%;
	margin: 0 auto;
	margin-top: 50px;
	
	/*background-color: #920;
	border:1px solid #300;*/
	padding: 5px;
}

#menu {
	width: 100%;
	display:inline-table;
}

#menu-table {
	position: absolute;
	margin: 0 auto;
	width: 95%;
	display: table;
}
.menu_el, #mAtleti, #mPalestra, #mGare, #mProfilo, .menu_sel {
	width: 20%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	display: table-cell;
}

.menu_dropdown {
	background-color: #FFF;
	border: #000 1px solid;
	margin: 0px;
}

/*#mAtleti, #mPalestra, #mGare, #mProfilo {
	width: 25%;
	visibility: hidden;
	display: inline;
	height: auto;
}*/

#content {
	width: 100%;
	height: auto;
	min-height: 600px;
	margin-top: 50px;
}

td {
	border: #000 1px solid;
}

#tlista {
	border: #000 1px solid;
	border-collapse: collapse;
	margin: 0 auto;
	margin-top: 15px;
}

.center {
	text-align: center;
}

#citta { width: 150px; }

#suggCitta, #suggCittaN, #suggComN, #suggComR {
	padding: 0px;
	display: none; 
	width: 150px;
	border: 1px solid #000;
	position: absolute;
	border-collapse: collapse;
	background-color: #FFF;
	z-index: 10;
}
	
#suggCitta td { border: 1px 0px 1px 0px solid #000; }

.form_text {display: table-cell;}
.form_row {display: table-row;}
.form_row > input, .form_row > select {display: table-cell;}
.tid {display:none;}

.nodisplay {display: none;}

.tabella, table {
	border: #000 1px solid;
	border-collapse: collapse;
	text-align: center;
}

.tabella td {
padding: 4px 2px;
}

.centerFixed {
	position: fixed;
	top: 40%;
	left: 45%;
	right: 40%;
}

#loading {
	/*border: 1px solid #000;*/
	background-color: #FFF;
	/*padding: 2px;*/
	text-align: center;
}

.ui-widget {
	/*font-family: "Times New Roman", Times, serif;
	font-size: 16px;*/
	
	font-family: inherit;
	font-size: inherit;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog .ui-widget-header{
	text-align: center;
}

.centered {margin: 0px auto;}

a.active {
	color: #000;
	text-decoration: none;
	cursor: default;
}

.empty{
	background-color: #F00
}

.closed{display: none;}

#ann .titolo_ann{
	cursor: pointer;
	display: block;
	border: 1px solid #000;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 1px;
}
#ann .annuncio.selected .titolo_ann{
	margin-bottom: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#ann .titolo_ann:hover, #ann .annuncio.selected .titolo_ann{
	background-color: #005fee;
	border-color: #03C;
}
.annuncio .content{
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 0px;
	border-radius: 0px 0px 4px 4px;
	margin-bottom: 1px;
}

#printCont{
	text-align: center;
	width: 100%;
}

#printCont #lista_atl_el{
	margin: 0px auto;
}

#printCont > button, #printCont tfoot{
	display: none;
}

.Bi{
	background-color: #FFF;
}

.G{
	background-color: #FF0;
}

.A{
	background-color: #F60;
}

.V{
	background-color: #0C0;
}

.Bl{
	background-color: #00F;
}

.M{
	background-color: #600;
}

.N{
	background-color: #000;
	color: #FFF;
	border-color: #FFF;
}