


/* BOOKING FORM */

form#frm-booking table.form
{ 
  width: 490px;
  border: solid 1px grey;
 }

form#frm-booking table.form tr td.col-0
{ 
  width: 190px;
 }

form#frm-booking table.form tr td .ctrl
{ 
  width: 272px;
 }

form#frm-booking table.form tr td select.ctrl
{ 
  width: 278px;
 }

form#frm-booking table.form tr td.blue
{ 
  font-weight: bold;
  color: blue;
 }
form#frm-booking table.form tr td.red
{ 
  font-weight: bold;
  color: red;
 }
form#frm-booking table.form tr td.black
{ 
  font-weight: bold;
  color: black;
 }

div#rate
{
 width: 320px;
 margin: auto;
}

div.r-left
{ 
  float: left;
  width: 150px;
  padding-top: 15px;
  text-align: center;
  color: blue;
 }
div.r-right
{ 
  float: right;
  width: 150px;
  padding-top: 15px;
  text-align: center;
  color: green;
}
div.r-center
{ 
  float: left;
  width: 300px;
  padding-top: 10px;
  text-align: center;
  color: red;
}
div#rate em
{
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
}

/* COMPLETION */

div.completion
{ 
  position: absolute;
  width: 254px;
  background-color: #ffffff;
  border: solid 1px #bbbbbb;
  border-top: none;
 }

div.completion
{ 
  margin: 0;
  padding: 0;
 }
div.completion ul li
{ 
  margin: 0;
  padding: 4px;
  list-style-type: none;
  list-style-image: none;
 }

div.completion ul li:hover
{ 
  cursor: pointer;
  background-color: #bbbbbb;
 }


/* ZONE PINK */

div#menutop ul li.pink a
{ 
  background-image: url(../pic/skel/ata/menu/bg-menutop-pink.png);
 }

div.pink h1
{ 
  color: #dc0066;
  border-bottom: solid 1px #dc0066;
 }

div.pink a
{ 
  color: #dc0066;
 }

/* ZONE ORANGE */

div#menutop ul li.orange a
{ 
  background-image: url(../pic/skel/ata/menu/bg-menutop-orange.png);
 }

div.orange h1
{ 
  color: #ffad0c;
  border-bottom: solid 1px #ffad0c;
 }

div.orange a
{ 
  color: #ffad0c;
 }

/* ZONE GREEN */

div#menutop ul li.green a
{ 
  background-image: url(../pic/skel/ata/menu/bg-menutop-green.png);
 }

div.green h1
{ 
  color: #7aa300;
  border-bottom: solid 1px #7aa300;
 }

div.green a
{ 
  color: #7aa300;
 }

/* ZONE BLUE */

div#menutop ul li.blue a
{ 
  background-image: url(../pic/skel/ata/menu/bg-menutop-blue.png);
 }
div.blue h1
{ 
  color: #1b5fb2;
  border-bottom: solid 1px #1b5fb2;
 }
div.blue a
{ 
  color: #1b5fb2;
 }

/* ZONE GREY */

div#menutop ul li.grey a
{ 
  background-image: url(../pic/skel/ata/menu/bg-menutop-grey.png);
 }

div.grey h1
{
  color: #414141;
  border-bottom: solid 1px #414141;
}

div.grey a
{ 
  color: #414141;
 }

/* ZONE RED */

div#menutop ul li.red a
{ 
  background-image: url(../pic/skel/ata/menu/bg-menutop-red.png);
 }

div.red h1
{
  color: #dd2201;
  border-bottom: solid 1px #dd2201;
}

div.red a
{ 
  color: #dd2201;
 }
