

/*box per la ricerca*/
table.ewBasicSearch{
	width: 400px;
	border: 1px solid Black;
}  
.visualizza_1{
width: 300px;
}  

h2 {
  font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 24px; /* font size */
	margin-left: -5px;
	margin-bottom: 0px;
color: #4D87DB;
	font: normal normal normal;
}  
h4 {
 	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
 	font-size: 14px; /* font size */
	margin: 0px;
	color: #4D87DB;  
	font: normal normal normal;
} 
h4 a {
  color: #2862B5;
  font-weight:bold;
  text-decoration: underline;
  
}

h4 a:hover {
  color:#2a65ad;
  text-decoration:underline;
}

h3 a {
  color: #2862B5;
  font-weight:bold;
  text-decoration: underline;
  font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 24px; /* font size */
  
}

h3 a:hover {
  color:#2a65ad;
  text-decoration:underline;
  font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 24px; /* font size */ 
}

h3 {

  font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 24px; /* font size */
	margin-left: -5px;
	margin-bottom: 20px;
	border-bottom: 2px solid Silver;
	border-left: 0px solid Black;
	border-top: 0px solid Black;
color: #94AE62;
	font: normal normal normal;


} 
body {
	background-color: #F0EFEC; /* background color */
	color: inherit; /* text color */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* font name */	
	font-size: xx-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.phpmaker {
	color: #666666; /* text color */
	
	font-size: xx-small; /* font size */	
}

input, textarea, select {	
	
	font-size: xx-small; /* font size */
} 

a {
  color:#4D87CE;
  font-weight:bold;
  text-decoration:none;
  	font-size: x-small; /* font size */
}

a:hover {
  color:#2a65ad;
  text-decoration:underline;
  	font-size: x-small; /* font size */
}

/* main table */
.ewTable {
	width:  100%; /* table width */	
	color: inherit; /* text color */
	
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 0px solid Black; /* cell spacing */
	border-color: #CCCCCC; /* table background color */
	margin: 0px;

	
}

.ewBasicSearch {
	
	font-size: xx-small; /* font size  */
	background-color: #DCE6F3;
	padding: 7px;
	border: 2px solid White;
	
	width: 100%;
}

.ewBasicSearch td {
	border: 0px Black;
	padding: 2px;
	border-right: 0px solid Black;
	border-bottom: 1px dotted #B0C4DE;
}


.ewSearchOpr {
	
	font-size: xx-small; /* font size */
	color: maroon;
}

.ewListAdd {
	
	font-size: xx-small; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	border: 0px;
	padding: 2px;
}

.phpmakerlist td {
	color: inherit; /* text color */
	
	font-size: xx-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	
	font-size: xx-small; /* font size */

	border: 0px;	
		vertical-align: top;
}

/* main table header cells ****************************************************+*/

.ewTableHeader {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 22px; /* font size */
	background-color: #4D87CE; /* header color */
	color: #C0D5EE; /* header font color */	
	vertical-align: top;
	font: caption normal normal normal;
}

.ewTableHeader a:link {	

}

.ewTableHeader a:visited {	

}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #E9EFF7; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #CEDBEC; /* highlight color */
	
}

/* main table select color */
.ewTableSelectRow {
	background-color: #B4CDEA; /* select color */
}

/* main table footer section */  
.ewTableFooter {
	background-color: #FFFFCC;
}

/* classes for report */
.ewReportTable {
    border: 0px;
    border-collapse: collapse;
}

.ewReportTable td {
    padding: 3px;
}

.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.ewmsg {
	color: red; /* message color */
	
	font-size: xx-small; /* font size */	
}

/* Ajax */
.ewAstList {
	border: 1px solid black;
	background: #ffffff;
	position: absolute;
	padding: 0;
	white-space: nowrap;
}

.ewAstListBase {
	position: absolute;
	padding: 1;
}

.ewAstListItem {
	color: black;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

.ewAstSelListItem {
	color: white;
	background: Highlight;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

/* MultiPage pager table */
.ewMultiPagePager {
	color: inherit; /* text color */
	
	font-size: xx-small; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */	
}


