.edm_index_table {
	border-collapse:separate;
	width: 720px;
	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: 12px;
	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: 720px;
	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: 12px;
	text-align: left;
	vertical-align: top;
	
}

.edm_edit_table th {
	font-weight: normal;
	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;
}

.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: 6px;
	font-size: 14px;
}

.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;

}

.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;
}


