body {
	
	/*background-color: #A00000 ;*/
	background-color: #CC3300
	font-family: Helvetica, Arial;
	font-size: 12px;
	
}

#content {
	
	margin: 0 auto;
	width: 80%;
	/*background-color: #FFFFFF; */
	padding: 15px 15px 15px 15px;
	border-radius: 5px;
	
	
}

.ricerca_forma,
.ricerca_retesemantica {
	
	/*background-color: #EAEAEA; */
	/*background-color: #B80000 ;    MODIFICATO QUESTO! */
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	
	
	font-family: "Helvetica", "Comic Sans MS",sans-serif;
	/*color:#800000;*/
	color: #303030 ;
	background-color: #676767; 
	 background: -moz-linear-gradient(#787878  ,#E0E0E0) ;
  background: -o-linear-gradient(#787878  ,#E0E0E0) ;
  background: -webkit-linear-gradient(#787878  ,#E0E0E0) ;
	
	
}

img {
	
	padding-left: 50%;
}

.form_element {
	padding: 5px;
}

#tbSearch {
	width: 30%;
	height: 26px;
	/*background-color:#303030 ;*/
	/*color: #303030;*/
	color: #333333;
	/*color: #FFFFFF; */
}

#buttonSearch {
	height: 30px;
	width: 18%;
  /* color: #303030 ; */
   color: #333333;
	/*color: #FFFFFF; */
}

#tbSearchReteSemantica {
	
	width: 30%;
}

#buttonSearchReteSemantica {
     height: 30px;
	width: 18%;
   color: #303030 ;
	width: 18%;
}
#ddlReteSemantica{
    width:35%;
}

.blocco {
	
	max-height: 200px;
	overflow-y: auto;
	margin-bottom: 50px;
	color: #303030 ;
	/*background-color: #F8F8F8;*/
}

#searchResults {
	
	margin-top: 20px;
	width: 100%;
}

#synset_eng{
    width:100%;
}

#searchResults td,
#lemmi td,
#strutturaArgomentale td,
#synset_eng td {
	
	padding: 10px;
	/*border-bottom: 1px dashed #B2B2B2;  MODIF ORA */
	border-bottom: 1px dashed #CCCCFF;
}

#lemmi {
	
	width: 100%;
}

#strutturaArgomentale {
	
	width: 100%;
}


infox {
	float: right;
	/*margin-left: 50px;*/
	color: #303030 ;
	padding-left: 50%;
	/*text-align:right; */
	font-size:18px;
	/*padding: 50px;*/
}

h1 {
	
	font-family: Helvetica, Arial;
		/*color: #400000  ;*/
	/*color: #FFFFFF */
	color: #333333;
	font-size: 25px;
	font-weight: normal;
}

h4 {
	
	font-family: Helvetica, Arial;
	/*color: #400000  ;*/
	/*color: #FFFFFF; */
	color: #333333;
	font-size: 15px;
	font-weight: normal;
}

#informazioneAddizionale {
	height: 30px;
	width: 18%;
   color: #303030 ;
	width: 18%;
	
	
	float: right;
	padding: 5px;
}


a:link,
a:hover,
a:active,
a:visited{
    text-decoration:none;
	color: #B80000;
    /*color:#0066CC; */
	/* color:#CCCCFF; /*/
}

table{
    border-collapse:collapse;
}