/* pulsante attivazione LOV */
a.izslov_pulsante_lov {
	border-right: #808080 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #808080 1px solid;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 1px;
	color: #ffffff;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	background-color: #1e548a;
	text-decoration: none;
	cursor: pointer;
	width: 30px;
	/*    background-image: url("../images/frecciagiu.png");*/
	/*    background-position: right center;*/
	/*    background-repeat: no-repeat;*/
}

.izslov_pulsante_lovA {
	border-color: #DCDCDC #B0B0B0 #B0B0B0 #DCDCDC;
	border-style: solid;
	border-width: 1px;
/*	padding: 4px 9px 2px 10px;*/
	padding: 4px 9px 3px 10px;
	background-color: #CCCCCC;
	cursor: pointer;
	background-image: url("../images/frecciagiu.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 14px;
/* compatibilità ie7: display: inline-block	*/
	display: inline-block;
	vertical-align: bottom;
}
.lovSpan{
	display: inline-block;
  height: 22px;
  max-height: 22px;
}
.distr .izslov_pulsante_lovA {
	padding: 3px 9px 3px 10px;
}

.izslov_pulsante_lovA:hover {
	background-color: #E5E5E5;
	border-color: #DCDCDC #B0B0B0 #B0B0B0 #DCDCDC;
	border-style: solid;
	border-width: 1px;
}

.izslov_pulsante_lovX:hover {
	background-color: #E5E5E5;
	border-color: #DCDCDC #B0B0B0 #B0B0B0 #DCDCDC;
	border-style: solid;
	border-width: 1px;
}

.editListaRis {
	cursor: pointer;
	margin-right: 3px;
}

.deleteListaRis {
	cursor: pointer;
}

.izslov_pulsante_lovX {
	border-color: #DCDCDC #B0B0B0 #B0B0B0 #DCDCDC;
	border-style: solid;
	border-width: 1px;
/*	padding: 4px 9px 2px 10px;*/
	padding: 4px 9px 3px 10px;
	background-color: #CCCCCC;
	cursor: pointer;
	background-image: url("../images/cross-lov.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 14px;
	/* compatibilità ie7: display: inline-block	*/
	display: inline-block;
	vertical-align: bottom;
}

.distr .izslov_pulsante_lovX {
	padding: 3px 9px 3px 10px;
}

/* fine: pulsante attivazione LOV */
/* layout LOV */
#izslov_overlay {
	width: 450px;
	z-index: 2001;
	display: table;
	margin: 0;
	position: absolute;
	background-color: #cccccc;
	text-align: center;
	padding: 5px;
	font-family: verdana,"Khmer OS Kien Svay" ;
	font-size: 12px;
}

.izslov_inner_overlay {
	/*padding: 0;*/
	padding: 5px 3px 3px 5px;
	position: relative;
	/*margin:0 auto;*/
	/*filter: alpha(opacity=96);
	opacity:.96;
	-moz-opacity:0.96;
	-khtml-opacity:0.96;*/
	/*width: 100%;*/
}

table.izslov_container {
	table-layout: auto;
	width: 400px;
}

table.mcrud {
	width: 100%;
}

table.izslov_container_assoc {
	table-layout: auto;
	width: 100%;
}

table.izslov_container td {
	padding: 0;
}

table.izslov_container_assoc_dst {
	table-layout: auto;
	width: 100%;
	color: #ffffff;
	background-color: #1e548a;
	padding: 0;
	margin: 0;
}

table.izslov_testata {
	table-layout: fixed;
	width: 100%;
	padding: 0;
	cursor: move;
	line-height: 15px;
	background-color: #dce3f5;
	border-radius:8px 8px 0 0;
	border: 0 none #7b6951;
}

table.izslov_testata td.izslov_intest {
	text-align: center;
	color: #000000;
	font-weight: bold;
}

table.izslov_testata td.cornertopright {
	width: 10px;
}

table.izslov_testata td.cornertopleft { /*padding-right: 10px;*/
	width: 25px;
	cursor: pointer;
}

p.izslov_testata span.span_sx {
	float: left;
	width: 10%;
	padding: 0;
}

p.izslov_testata span.span_dx {
	float: right;
	width: 10%;
	text-align: right;
	padding: 0;
}

p.izslov_testata span.span_center {
	color: #ffffff;
	padding: 0;
	font-weight: bold;
}

/* Comandi */
div.izslov_comandi {
	width: 100%;
	text-align: right;
	color: #444444;
	font-size: 10pt;
}

span.izslov_topinfo {
	float: left;
	padding: 5px;
}

span.izslov_toppulsanti {
	float: right;
}

/* layout LOV */
/* izslov_table. */
table.izslov_table {
	clear: both;
	/*margin: 5px auto;*/
	filter: alpha(opacity = 99);
	border: 0;
	width: 100%;
	font-size: 10px;
}

table.izslov_table th {
	background-color: #213874;
	color: #ffffff;
	font-size: 10pt;
	/*	padding-left: 4px;*/
	/*	padding-top: 4px;*/
}

table.izslov_table tr {
	padding: 6px 3px;
	font-weight: bold;
	min-height: 20px;
	max-height: 50px;
	height: 20px;
}

table.izslov_table img {
	cursor: pointer;
	padding: 0px 3px;
}

table.izslov_table td {
	padding: 6px 3px;
	font-weight: bold;
	font-size: 9pt;
}

table.izslov_table tr.pari {
	background-color: #dce3f5;
}

table.izslov_table tr.pari_hover {
	background-color: #DFF4FF;
}

table.izslov_table tr.dispari {
	background-color: #ffffff;
}

table.izslov_table tr.dispari_hover {
	background-color: #DFF4FF;
}

table.izslov_table#tr_evid { /*background-image: url('../images/evidenziato.gif');*/
	background-color: #f7c438;
}

table.izslov_table tr td.comandi_paginazione {
	text-align: right;
	background-color: #999999;
	color: #ffffff;
}

table.izslov_table tfoot {
	text-align: left;
}

table.izslov_table tfoot tr {
	background-color: #213874;
}

table.izslov_table tfoot a {
	color: #f7c438;
}

table.izslov_table tfoot a:hover {
	color: #808080;
}

ul.izslov_legenda {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 250px;
	text-align: left;
	background-color: #f7c438;
	border: 2px solid #1e548a;
}

ul.izslov_legenda li { /*float: left;*/
	padding: 0;
	margin-right: 15px;
}

span.izslov_descr_legenda {
	margin-left: 10px;
}

.tableRegion tfoot tr td {
	color: #f7c438;
	font-weight: bold;
	padding: 6px 3px;
}

/* fine: izs_table. */
img.izslov_img_comando {
	border: none;
}

.izslov_ghostbutton {
	border: 0 solid transparent;
	background-color: #f6f6f6;
	font-size: 13pt;
	font-weight: bold;
	cursor: pointer;
	color: #444444;
	line-height: 1.2em;
	padding: 0px 2px;
}

.izslov_ghostbutton:hover {
	color: #DFF4FF;
	text-decoration: underline;
}

.izslov_ghostbutton2 {
	width: 25px;
	height: 25px;
	padding-bottom: 2px;
	border: 0 solid transparent;
	background-color: #f6f6f6;
	font-size: 13pt;
	font-weight: bold;
	cursor: pointer;
	color: #444444;
	line-height: 1.2em;
}

.izslov_ghostbutton2:hover {
	color: #777777;
}

a.sortable {
	font-size: 10pt;
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-image: url("../images/sort_asc.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

a.asc {
	padding-right: 20px;
	background-image: url("../images/sort_asc.png");
	background-position: right;
	background-repeat: no-repeat;
}

a.desc {
	padding-right: 20px;
	background-image: url("../images/sort_desc.png");
	background-position: right;
	background-repeat: no-repeat;
}

.izslov_area_operazioni img {
	cursor: pointer;
}

/* da eliminare o spostare in versione definitiva */
/* da rimuovere in fase di updater */
/* in association */
td.info_paginazione {
	text-align: left;
	background-color: #333333;
	color: #ffffff;
}

span.izslov_error_message {
	color: red;
	padding: 5px;
}

/* Utilizzato in mcrud per evidenziare la riga in modifica */
tr#tr_evid {
	background-color: #f7c438;
}