.edm_index_table {
	border-collapse:separate;
	/*width: 870px;*/
	width:100%;
	margin-left: 6px;
	margin-right: 6px;
	border: 1px solid silver;
	background-color: white;
}

.edm_index_table th, .edm_index_table td {
	margin: 1px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}
.edm_index_table th {
	font-weight: bold;
	background-color: #dddddd;
	padding: 4px;
}
.edm_index_table td {
	background-color: #f7f7f7;
	padding: 4px;
}

.edm_edit_table {
	border-collapse:separate;
	/*width: 870px;*/
	width:100%;
	margin-left: 6px;
	margin-right: 6px;
	border: 1px solid silver;
	
	background-color: white;
}
.edm_edit_table th, .edm_edit_table td {
	margin: 1px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	
}

.edm_edit_th, .edm_edit_td {
	padding-bottom: 8px;
}

.edm_edit_table th {
	font-weight: bold;
	background-color: #f7f7f7;
}
.edm_edit_table th a {
	/* asterischi */
	color: #AA1F00;
}
.edm_edit_table td {
	background-color: #f7f7f7;
}

.edm_linkbutton, .edm_edit_table a {
	color: #D43F00;
	font-weight: bold;
	text-decoration: none;
}
.edm_linkbutton:hover, .edm_edit_table a:hover {
	text-decoration: underline;
}

a.edm_linkbutton {
	text-decoration: none;
	display:block;
	/*max-width:100px;*/
	min-width: 60px;
	float: left;
	text-align: center;
	vertical-align: top;
	margin:5px;
	padding:2px 3px;
	border:1px solid silver;
	background-color: #F2FDF2;
}
a.edm_linkbutton:hover {
	
	/*border:1px solid silver;
	padding:0px;*/
	background-color: #DDF2DD;
}
.edm_linkbutton_text {
	font-size: 11px;
}


.edm_index_table .edm_td_actions {
	width: 160px;
	text-align: right;
}

.edm_filters_table input, .edm_filters_table select, .edm_filters_table td,
.edm_td_actions input {
	font-size: 11px;
}

.edm_page_title {
	margin: 15px 0;
	font-size: 18px;
}

.edm_buttons_bottom {
	text-align: center;
	margin: 10px 6px 10px 6px;
	padding: 10px;
	border-top: 1px dotted silver;
}

.edm_buttons_top {
	text-align: center;
	margin: 10px 6px 10px 6px;
	padding: 10px;
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
}
.edm_buttons_top a, .edm_buttons_bottom a {
	/*color: black;*/
	/*color: #0A770C;*/

}

.edm_filters {
	margin: 0px 0px 6px 0px;
}

.edm_index_row_over td {
	background-color: #FCEAEA;
}
.edm_edit_row_over td, .edm_edit_row_over th {
	background-color: #FCEAEA;
}
th.edm_edit_label {
font-size: larger;
padding:10px 0px;
background: #FFFFFF;
}
