/* Notes **********************************************************************/

#notes #notes_header h2
{
  color: #FFF;
  font-size: 26px;
  font-weight: normal;
  height: 30px;
  padding: 5px 0 0 20px;
}

#notes #notes_header
{
  background: #EFEFEF url('../images/appunti/fondo_appunti.jpg') no-repeat;
  width: 794px;
  height: 134px;
  margin-top: 20px;
}

#notes .notes_note
{
  margin-bottom: 20px;
}

#notes #notes_print
{
  float: right;
}

#notes #notes_print a
{
  background: url('../images/appunti/print.gif') no-repeat right;
  padding: 10px 40px 10px 0px;
  color: #575757; 
  margin-right: 20px;
  display: block;
  float: right;
}

#notes .notes_angoli
{
  width: 794px;
  margin: 10px 0px 10px 0px;
}

#notes .notes_angoli .notes_angolo_sx
{
  float: left;
}

#notes .notes_angoli .notes_angolo_dx
{
  float: right;
}

#notes .notes_box_info
{
  float: left;
  width: 550px;
  margin-left: 20px;
}

#notes .notes_box_info .image_container
{
  border: 1px solid #7C5F41;
  width: 70px;
  height: 71px;
  display: block;
  float: left;
  margin-right: 20px;
}

#notes .notes_box_info .image_container img
{
  width: 70px;
}

#notes .notes_box_info .notes_info_data
{
  float: left;
}

#notes .notes_box_info .notes_info_data h4
{
  margin: 0;
  margin-top: -3px;
  padding: 0;
  color: #7B5F3F;
  font-weight: normal;
  font-size: 20px;
}
#notes .notes_box_info .notes_info_data h5
{
  margin: 0;
  padding: 0;
  color: #7B5F3F;
  font-weight: normal;
  font-size: 15px;
}
#notes .notes_box_info .notes_info_data div
{
  margin: 0;
  padding: 0;
}

#notes .notes_box_info .notes_info_data .notes_top
{
  margin-top: 2px;
  color: #7B5F3F;
}

#notes .notes_box_info .notes_info_data .notes_bottom
{
  margin-top: 4px;
}



#notes .notes_box_delete
{
  float: right;
  width: 190px;
  padding-top: 44px;
}

#notes .notes_box_delete a
{
  background: url('../images/appunti/delete.gif') no-repeat right;
  padding: 10px 40px 10px 0px;
  color: #575757; 
  margin-right: 20px;
  display: block;
  float: right;
}

#notes #notes_send
{
  width: 794px;
  text-align: center;
}

#notes #notes_send a
{
  background: url('../images/appunti/send.gif') no-repeat right;
  padding: 10px 40px 10px 0px;
  color: #575757; 
}

#notes #notes_form
{
  display: none;
  min-height: 350px;
}

#notes #notes_form ul#menu
{
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 425px;
}

#notes #notes_form ul#menu li
{
  background: url('../images/appunti/fondo_grigio.jpg') no-repeat top left;
  list-style-type: none;
  margin: 0 7px;
  padding: 5px 0px 0px 0px;
  float: left;
  display: block;
  width: 127px;
  height: 21px;
  text-align: center;
  cursor: pointer;
}

#notes #notes_form ul#menu li.selected
{
  background: url('../images/appunti/fondo_selezionato.jpg') no-repeat top left;
}

#notes #notes_form fieldset
{
  border: 2px solid #F6DEC6;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  width: 595px;
  margin: 0 auto 15px auto;
  padding: 10px;
}

#notes #notes_form fieldset.navigation span img
{
  cursor: pointer;
}

#notes #notes_form fieldset.navigation span.left
{
  float: left;
}

#notes #notes_form fieldset.navigation span.right
{
  float: right;
}

#notes #notes_form .notes_forms_module
{
  display: none;
}

#notes #notes_form table
{
  margin: 0 auto;
}

#notes #notes_form table input
{
  margin: 0;
}

#notes #notes_form table td .sizeable
{
  width: 170px;
  border: 1px solid #A5ACB2;
}

#notes #notes_form table td select.sizeable
{
  width: 173px;
}

#notes #notes_form table th
{
  width: 150px;
  font-weight: normal;
}

#notes #notes_form ul#codes
{
  margin: 0;
  padding: 0;
}

#notes #notes_form ul#codes li
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#notes #notes_form #send_button
{
  width: 127px;
  height: 26px;
  padding: 0px 0px 5px 0px;
  text-align: center;
  background: url('../images/appunti/fondo_selezionato.jpg') no-repeat top left;
  border: 0px solid transparent;
}
