/* ==================================================== */
/* IL VIGNETO HOLIDAY VILLA, ITALY                      */
/* ==================================================== */
BODY
  {
  margin: 0;
  padding:0;
  background: white url(/sidebar.gif) top left repeat-y;
  }

A {
  color: navy;
  }

A:active, A:hover
  {
  color: red;
  }

A:visited
  {
  color:navy;
  }

INPUT.modern, TEXTAREA.modern
  {
  border: solid black 1px;
  background: #ddeeff;
  width: 400px;
  }
  
SELECT.modern
  {
  width: 400px;
  background: #ddeeff;
  }

/* ==================================================== */
/* MENU BAR SETTINGS                                    */
/* ==================================================== */
TD.menu
  {
  width: 150px;
  background: #3476cd;
  text-align: center;
  }

A.menu, A.menu:VISITED
  {
  display: block;
  width: 100%;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  color: white;
  text-decoration: none;
  }

A.menu:HOVER, A.menu:ACTIVE
  {
  color: white;
  background: #1456ad;
  }


/* ==================================================== */
/* LAYOUT SPACER COLUMN SETTINGS                        */
/* ==================================================== */
TD.spacercol
  {
  width: 20px;
  }

  
/* ==================================================== */
/* INFORMATION PANEL LAYOUT                             */
/* ==================================================== */
TD.info
  {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
  line-height: 150%;
  }

H1, H2
  {
  font-family: Arial, Helvetica, sans-serif;
  color: #6699DD;
  line-height: normal;
  }

THEAD
  {
  background: #ccddff;
  font-weight: bold;
  }

TR.shaded
  {
  background: #ddeeff;
  }






