/* GENERAL STYLES */

* {
  margin: 0;
  padding: 0;
  }

body {
	/* border-top: 5px solid #8D7A5C; */
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #333;
	background: #FFF;
	}

img {
  border: 0;
  }

ul, ol {
  list-style: none;
  }

a:link, a:visited {
	text-decoration: underline;
	color: #333;
	}
    
a:hover, a:active {
	color: #666;
	text-decoration: none;
	}

p {
  margin: 10px 0;
  }
 
fieldset {
	border: none;
	}

/* STRUCTURE STYLES */

#wrap {
  /* width: 760px; */
  width: 980px;
  padding-left: 15px;
  }

#head {
  padding: 17px 15px;
  display: block;
  background: #FFF url(images/head_bck.gif);
  }

#wellcome {
	display: block;
	background: #ffffff url(images/wellcome_bck_up.jpg) repeat-x;
	color: #111;
	padding: 0px 5px 3px 15px;
	}

/*
#logout {
	position: absolute;
	top: 0;
	left: 524px;
	padding: 0;
	}
*/

#nav {
  padding: 0 0px 0 0px;
  display: block;
  background: #ffffff url(images/nav_bck.jpg) repeat-x;
  min-height: 45px;
  height: 45px;
  }

#nav_left {
  float: left;
  padding: 0 0 0 10px;
  display: block;
  background: #333333 url(images/nav_left.gif) repeat-x;
  min-height: 45px;
  height: 45px;
  }

#nav_right {
  float: right;
  padding: 0 0px 0 10px;
  display: block;
  background: #333333 url(images/nav_right.gif) repeat-x;
  min-height: 45px;
  height: 45px;
  }

#subnav {
  /*clear: left;
  width: 191px;
  float: left;
  margin: 35px 0;
  */
  }

#container {
  /*width: 520px;
  float: right;
  margin: 30px 0;
  */
  clear: both;
  margin: 15px 0;
  }
  

#markerScadenze, #markerMatching {
  clear: both;
  background: #FFFBCF;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px dashed #666;
  }
  
#footer {
  clear: both;
  
  }

/* NAVIGATION && SUBNAVIGATION */

#nav ul li a.nav_select:link, #nav ul li a.nav_select:visited, #nav ul li a.nav_select:hover, #nav ul li a.nav_select:active {
	text-decoration: underline;
	}
	
#nav ul li  {
  float: left;
  margin: 10px 13px 0 0;
  }

#nav  a:link, #nav  a:visited {
	color: #363634;
	text-decoration: none;
	font-size: 110%;
	letter-spacing: 1px;
	}

#nav a:hover, #nav  a:active {
	text-decoration: underline;
	}

#subnav ul {
	/*
  background: #EBF2D7 url(images/subnav_ul_bck.gif) no-repeat bottom right;
  padding: 15px 0; 
  margin-bottom: 5px;
  	*/
  }

/*
#subnav ul li a {
  display: block;

  margin: 0 0 2px 0;
  padding: 0 3px 0 10px;
  }

#subnav ul li a:link, #subnav ul li a:visited {
  text-decoration: none;
  border-left: 6px solid #EBF2D7;
  }
  
#subnav ul li a:hover, #subnav ul li a:active {
  color: #000;
  border-left: 6px solid #FFF;
  } 
*/

#subnav {
	display: block;
	background: #8D7A5C url(images/wellcome_bck.jpg) repeat-x;
	color: #222;
	padding: 5px 5px 3px 15px;
	min-height: 20px;
  	height: 20px;
	}

#subnav ul li {
	float: left;
	margin-right: 15px;
	}

#subnav ul li a.subnav_select:link, #subnav ul li a.subnav_select:visited, #subnav ul li a.subnav_select:hover, #subnav ul li a.subnav_select:active {
	text-decoration: underline;
	}

#subnav ul li a:link, #subnav ul li a:visited, body #subnav ul li a.nav_select {
  color: #222;
  text-decoration: none;
  }
  
#subnav ul li a:hover, #subnav ul li a:active {
  	color: #EEE;
  	text-decoration: underline;
    } 

/* CLASS STYLES */
.readed{
	/* border : 1px solid #CC0033; */
	text-align:center;
	color: #aaa;
}

.error {
	padding: 5px;
	border: 1px dashed #8D7A5C;
	background: #FAF7DC;
	}

.nodisplay {
  display: none;
  }

.title {
  font-size: 150%;
  font-weight: normal;
  display: inline;
  }
 
.subtitle {
  font-size: 120%;
  font-weight: normal;
  display: inline;
  }

.pageTitle {
  font-size: 120%;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  }

.alignRight {
  text-align: right;
  }
 
.inputext {
	margin-bottom: 3px;
	}

.form_inline {
	display: inline;
	margin: 0;
	padding: 0;
	}

.button {
	font-size: small;
	background: #EBF2D7;
	border: 1px solid #AAA;
	display: inline;
	margin: 1px;
	}

.markerTitle {
	font-size: 100%;
	}

/* TABLE STYLES */

.table_left {
	float: left;
	padding-bottom: 15px;
	width: 500px;
	}


caption {
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  }

/* Explorer escluso*/
/*
tr:hover, tr:hover.highlight {
  background: #FFFBCF;
  }
  
thead tr:hover, tfoot tr:hover {
  background: #FFF;
  }
  */ 
/************************/

th,td{
  text-align: left;
  border-bottom: 1px solid #504534;
  padding: 0 3px 0 3px;
  line-height: 1.2em;
  background: #FDFCEE;
  }

tr.highlight {
  background: #FAF7DC;
  color: #222;
  }
  
td.highlight {
  background: #EFEFEF;
  color: #222;
  }
  
  
tr.disattivo {
  background: #AAA;
  color: #777;
  font-style: italic;
  
  }

td.alert {
  /* background: #ffffff; */
  }

.preview_table {
	margin: 15px 10px 15px 15px;
	width: 500px;
	}
.preview_table tr{
	}
.preview_table td{
	  border-bottom: 1px solid #e0e0e0;
  	  border-top: 0px solid #e0e0e0;
   	  border-left: 0px solid #e0e0e0;
  	  border-right: 0px solid #e0e0e0;
	}

tfoot th {
  border: none;
  text-align: right;
  }

table.offerteVendita {
  margin-bottom: 40px;
  }

.button_table {
	font-size: small;
	background: #EBF2D7;
	border: 1px solid #AAA;
	display: inline;
	margin: 1px;
	}

.info_button_large {
	width: 130px;
	}

.info_button_medium {
	width: 130px;
	}

/* ID STYLES */

/* LOGOUT STYLES */

/*
#logout span {
	display: none;
	}

#logout a {
	display: block;
	width: 139px ;
	height: 30px;
	background: transparent url(images/logout.jpg) no-repeat top left;
	}
 */
 
.logout a:link, .logout a:visited {
 	color: #222;
 	text-decoration: none;
 	}
 
.logout a:hover, .logout a:active {
 	color: #DDD;
 	text-decoration: none;
 	}
 
.select_short {
  width: 100px;
  }
  
.select_short_multiline {
  width: 125px;
  }
  
.result_view{
  margin-left: 15px;
  }

a.button_link:link, a.button_link:visited {
	font-size: small;
	background: #EBF2D7;
	border: 1px solid #AAA;
	margin: 5px 0;
	text-decoration: none;
	padding: 2px;
	}

a.button_link:hover, a.button_link:active {
	background: #EFEFEF;
	}
