table.edm_index_table {
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
	margin: 2px;
}

.edm_index_table th, .edm_index_table td {
	padding: 3px 7px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}
.edm_index_table th {
	font-weight: bold;
	background-color: #B6DAF4;
	color: #000000;
}
.edm_index_table td {
	background-color: #DDF2DD;
	color: #000000;
}

table.edm_edit_table {
	border-collapse: separate;
	border-spacing: 2px;
	/*width: 100%;*/
	width: auto;
	margin: 2px;
}
.edm_edit_table th, .edm_edit_table td {
	padding: 3px 7px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	color: #000000;
}
.edm_edit_table td input, .edm_edit_table td select, .edm_edit_table td textarea {
	font-size: 14px;
}

.edm_edit_table th {
	font-weight: bold;
	padding-top: 3px;
}
table.edm_edit_table_2columns th {
	border-top: 1px dashed #DDF2DD;
}
table.edm_edit_table_2columns th.edm_edit_th {
	border:none;
	background-color:#B6DAF4;
}
.edm_edit_table th a {
	/* asterischi */
	color: #AA1F00;
}
.edm_edit_table td {
	background-color: #DDF2DD;
}

.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:2px 5px;
	padding:2px 7px;
	border:1px solid silver;
	background-color: #F2FDF2;
}
a.edm_linkbutton:hover {
	background-color: #DDF2DD;
}
.edm_linkbutton_text {
	font-size: 14px;
	text-transform:uppercase;
}
.edm_td_actions a.edm_linkbutton .edm_linkbutton_text {
	display: ;
}
.edm_td_actions a.edm_linkbutton {
	min-width:1px;
}

.edm_index_table .edm_td_actions {
	/*width: 150px;*/
	text-align: right;
}

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

.edm_td_actions {
	min-width: 70px;
}

.edm_page_title {
	margin: 6px;
	font-size: 14px;
}

.edm_buttons_bottom {
	margin: 6px;
	border-top: 1px solid silver;
	padding: 6px 0px;
	text-align: left;
}

.edm_buttons_top {
	margin: 6px;
}

.edm_buttons_top input, .edm_buttons_bottom input, .edm_td_actions input {
	border: 0px;
}

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

.edm_filters_table_td {
	border: 1px dashed #D0D0D0;
}


.edm_index_row_over td {
	background-color: #EDFFED;
}
.edm_edit_row_over td, 
.edm_edit_row_over th,
table.edm_edit_table_2columns .edm_edit_row_over th.edm_edit_th {
	background-color: #EDFFED;
}

th.edm_edit_label {
	text-align: center;
	font-size: larger;
	font-weight: bold;
	padding-top:10px;
	border-top: 1px solid silver;
}

.edm_page_title a {
	/*color:#D43F00;*/
	color:#FF8400;
}