/* @override http://areaclienti.virtuafarm.com/areaclienti/index.php?&function=css&pid=default */

body, ul_, li_, h1, h2, a {
	border: 0;
	margin: 0;
	padding: 0;
}
li_ {
		display: inline;
}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	font-size:62.5%;
	padding: 0;
	color: #474747 ! important;
	background-color : #ffffff ! important;	
}
#outer table {
	font-size: 0.95em;
}
#outer {
	font-size: 1.2em;
}
a {
	color: black;
}
a:hover {
  /*position: relative;
  top: 1px;
  left: 1px;
*/
}
a img {
	border: none;
}
.thead {
	background-color: #c3d9ff;
	color: #0083cd;
}

.thead a {
	color: #0083cd;
}
.tblColor1 {
	background-color: #f3f3f3;
}
.tblColor2 {
	background-color: #e3e3e3;
}

a.menu {
	color: #0187d0;
	font-size: 0.9em;
	font-weight: bold;
}
.small {
	font-size: 1.0em;
}
.smaller {
	font-size: 0.9em;
}

.asterisc {
	/* #0082D0 */
	color: #0082D0;
}
.tcenter {
	text-align: center;
}


td.headertop {
	/*background: url(images/top_1pixel.gif) repeat-x;*/
}
td.headertop img {

}
#logo {
	float: left;display: inline;
	margin-right: 40px;
}
#userinfo {
	font-size: 0.90em;
	float: left;display: inline;
	margin-top: 40px;
	color: #8f8f8f;
}
.showhide-link {
	text-decoration: none;
}
.center {
	position: relative;
	margin: 0 auto;

}
.rounded {
	padding: 20px;
	border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	background-color: #ebeaeb;
	width: 400px;
	margin-top: 20px;
}
.left {
	float: left; display: inline;
}
.warning {
	background-color: white;
	color: black;
}
.right {
	float: right;
}

.clear {
    clear: both;
}

/* menu */

#menuleft {
	width: 160px;
	background-color: #0082D0;
	padding: 7px 0;
	margin: 20px 0 0;
		
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;

    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;

    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    
}

#menuleft a {
	display: block;
	color: white;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0;
	clear: both;
}
#menuleft a:hover {
	display: block;
	color: white;
	text-decoration: none;
	background-color: black;
	clear: both;
}
#menuleft a.selected {
	display: block;
	color: white;
	text-decoration: none;
	background-color: #004580;
}
#menuleft ul {
	list-style: none;
	list-style-type: none;
	text-align: left;
	display: inline;
}
#menuleft ul li {
	position: relative;
	list-style: none;
	text-align: left;
	margin: 0; padding: 0;
	list-style-type: none;
	clear: both;
}
#menuleft a.menu_categ {
	padding-left: 20px;
	border-top: 1px solid #449dd3;
}
#menuleft a.menu_subcateg {
	border:none;
	margin-left: 20px;
	padding-left: 10px;
	border-left: 1px solid #449dd3;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 0.9em;
	clear: both;
	display: block;
	width: 128px;
}
#menuleft ul ul {
	float: left;
	margin: 10px 0 15px;
	padding: 0;
	font-size: 1.05em;
	clear: both;
	display: block;
}


#search {
	float: left; display: inline;
	margin-top: 10px;
	clear: both;
	padding: 20px;
	background-color: #efefef;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;

    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;

    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
}


/* casi particolari */


.fillbox {
	font-weight: bold;
	min-width: 700px;
	clear: both;
}
.fillbox div {
	width: 400px;
	display: block;
}

.fillbox input {
}
#filltop {
	padding-left: 90px;
	font-size: 0.9em;
}
#fillactions {
	width: 800px;
}


#boxsearch {
	float: left; display: inline;
	clear: both;
	height: 30px;
	width: 400px;
	margin-top: 10px;
	border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    
}
a#linksearch {
	float: left; display: inline;
	padding-left: 34px;
	padding-top: 8px;
	padding-bottom: 10px;
	background: url(./images/search.gif) no-repeat left top;
}

#boxpreview {
	background-color: #f3f3f3;
}

#loading-overlay {
	display: none; position: fixed; 
	top:0; width: 100%; 
	height: 100%; z-index: 99; 
	text-align: center; 
	background-color: black; 
	-moz-opacity:.85; 
	filter:alpha(opacity=85); opacity:.85;
}

* html #loading-overlay { position: absolute; }

#loginbox {

	position: relative;
	margin: 0 auto;
	width: 500px;
	text-align: center;
	border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
   	background-color: #efefef;
   	padding: 30px;
   	border: 1px solid #d7d7d7;
}
#loginbox table {
	font-size: 0.9em;
	position: relative;
	margin: 0 auto;
}


#logologin {
	margin-top: 100px;
}

#tablelist {
	clear: both;
	width: 100%;
}


#error {
 	border-color: red; 
	border-style: solid;
    border-width: 2px;
	padding: 4px;
	width: 600px;
	margin: 2px;
}
#ok {
    border-color: green;
    border-style: solid;
    border-width: 2px;
    padding: 4px;
    width: 600px;
    margin: 2px;
}
#warning {
    border-color: orange;
    border-style: solid;
    border-width: 2px;
    padding: 4px;
    width: 600px;
    margin: 2px;
}
					



/* form input */



input{
      font-size: 12px;
      font-family:  Verdana, Geneva, Helvetica, Arial; /*  dopo extra_config */
      background-color: #ffffff;
      color: #000000;
      border-left: 1px solid #000000;
      border-right: 1px solid #000000;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000;
      }
input.textInputDisabled {
      background-color: #f3f3f3;
}
input.radio {
     font-size: 12px;
      font-family:  Verdana, Geneva, Helvetica, Arial; /*  dopo extra_config */
      background-color: #ffffff;
      color: #000000;
      border-left: 0px solid #000000;
      border-right: 0px solid #000000;
      border-top: 0px solid #000000;
      border-bottom: 0px solid #000000;
      }
input.checkbox {
     font-size: 12px;
      font-family:  Verdana, Geneva, Helvetica, Arial; /*  dopo extra_config */
      background-color: #ffffff;
      color: #000000;
      border-left: 1px solid #000000;
      border-right: 1px solid #000000;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000;
      }
input[readonly] {background: buttonface; }
input[disabled] {background: buttonface; }
select{
      font-size: 11px;
      font-family:  Verdana, Geneva, Helvetica, Arial; /*  dopo extra_config */
      background-color: #ffffff;
      color: #000000;
      border-left: 1px solid #232222;
      border-right: 1px solid #232222;
      border-top: 1px solid #232222;
      border-bottom: 1px solid #232222;
      }

textarea{
      font-size: 11px;
      font-family:  Verdana, Geneva, Helvetica, Arial; /*  dopo extra_config */
      background-color: #ffffff;
      color: #000000;
      border-left: 1px solid #232222;
      border-right: 1px solid #232222;
      border-top: 1px solid #232222;
      border-bottom: 1px solid #232222;
      }
IMG.border1 {	
	  border: 1px solid #FFFFFF;
	}	
PRE {
	 font-size: 11;
}
.error {
	   color: red;
	   }
	   


	  