
body {
     background-color: #FFFFFF;
	 margin: 0;
	 padding: 0;
	}

td {
    font-family: Verdana;
	font-size: 11px;
	color: #5B5B5B;
	}


.td_titolo_pagina {
	 font-weight: bold;
	 color: #666666;
	}
	
.tdmenu {
    color: #666666;
	font-weight:bold;
	font-size:10px;
	font-family: Verdana;  
    padding-left: 4px;
	vertical-align: middle;
	height: 20px;
	}	
	
.gestioneTabella_listData_td_tableData {
	width: 90%;
	}
		
.gestioneTabella_listData_td_tableHeader 
{
   vertical-align: middle;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	background-color: #003D99;
	border-bottom-color: #003D99;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	height: 22px;
	padding: 2px;
	}
.gestioneTabella_listData_td_action
{
   vertical-align: top;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	background-color: #e3e3e3;
	border-bottom-color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	height: 22px;
	padding: 2px;
	}	
	
	
.gestioneTabella_listData_tr {
	background-color: #e2e2e2;
	height: 20px;
	}

.gestioneTabella_listData_tr_evenRow {	
	height: 20px;
	}	

.gestioneTabella_listData_td_dato_testuale, .gestioneTabella_listData_td_dato_numerico, .gestioneTabella_listData_td_dato_data 
{
   vertical-align: top;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	background-color: #e3e3e3;
	border-bottom-color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
	height: 22px;
	padding: 2px;
	}

		
a.gestioneTabella_listData_a_action:link, a.gestioneTabella_listData_a_action:visited, a.gestioneTabella_listData_a_action:hover, a.gestioneTabella_insertForm_a_action, a.gestioneTabella_insertForm_a_action:visited, a.gestioneTabella_insertForm_a_action:hover, a.gestioneTabella_modifyForm_a_action, a.gestioneTabella_modifyForm_a_action:visited, a.gestioneTabella_modifyForm_a_action:hover 
 {
    color:#FF0000;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	}	
	
.gestioneTabella_listData_table_tableData {
	width: 350px;
	border: 1px solid;
	border-color: #666666;
	border-collapse: collapse;
	}