body * { font-family: "Lucida Sans",sans-serif; }

table { width: 100%; }
p { font-family: "Lucida Sans",sans-serif; font-size: 12px; }

#logo_container { margin:0 auto; padding-top: 15px;padding-left: 24px;}
#header_container { background: #333 repeat-x; height: 32px;}

label{width: 80px; display: inline-block;}
form.search_form{
	text-align: center;
}
form.search_form label{
	padding-left: 14px;
}
form.search_form label.no-padding{
	padding:0px;
}

.save_editable, .cancel_editable, .edit_editable {
	/* float:right; */
	color:#0C72B7!important;
	/* padding-left:4px;  */
	text-decoration:underline
}
.on_market{color:#008000}

/* Stile per tabella con risultati ricerca */

table.search_results a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table.search_results a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table.search_results a:active,
table.search_results a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table.search_results {
	min-width: 1500px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	margin:10px auto;
	width:98%;
	background:#eaebec;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table.search_results th {
	padding:6px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	border-left:none;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFEFC7), to(#FFEFC7));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
	font-weight:bold;
	font-size:14px;
	max-width: 42px;
	text-align: center;
}
table.search_results th:first-child {
	text-align: left;
	padding-left:20px;
}
table.search_results tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table.search_results tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table.search_results tr {
	text-align: center;
	padding-left:20px;
}
table.search_results td:first-child {
	text-align: left;
	border-left: 0;
}
table.search_results td {
	padding:8px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left:none!important;

	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.search_results tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.search_results tr:last-child td {
	border-bottom:0;
}
table.search_results tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table.search_results tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table.search_results tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.navbar-brand{
	color:#0C72B7!important;
	font-weight: 600;
	margin-left:10px;
}

.navbar-text{
	color:#0C72B7!important;
}

.navbar-text a:hover{
	color:#0C72B7!important;
}


.hidden{
	display:none;
}
