BODY {
  background-color: white;
  padding: 0px;
  margin: 0px;
  text-align: left;
  color: black;
  font-family: Arial,Geneva,Adobe Helvetica,sans-serif;
}
.footer A {
 color:#FFCC00;font-size: 10px;
 text-decoration:none; font-weight:200
}
BODY.pict {
  background-color: aliceblue;
  margin: 10px;
  margin-top: 25px;
  text-align: center;
}

P, DIV, LI, A, SPAN, TD, TH {
  font-size: 12px;
}
LI {
  list-style-type: square;
}

IMG.banner {
  position: absolute;
  top: 0px;
  left: 0px;
}

P.content,
DIV.content {
  padding-top: 3px;
  padding-bottom: 2px;
  padding-right: 130px;
}

P.content_c,
DIV.content_c {
  padding-top: 3px;
  padding-bottom: 2px;
  padding-right: 130px;
  text-align: center;
  font-size: 14px;
}

P.h1,DIV.h1 {
 font-size: 35px;
 font-style: italic;
 font-weight: 500;
 line-height: 30px;
 vertical-align: top;
 padding-bottom: 15px;
}

P.h1nl,DIV.h1nl {
 font-size: 14px;
 font-weight: bold;
 text-align: center;
  padding-right: 130px;
}

P.h2nl,DIV.h2nl {
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 padding-right: 130px;
}

P.h2,DIV.h2 {
 font-size:16px;
 font-weight: bold;
 line-height:15px;
 text-align:left;
 vertical-align:top;
 padding-top: 15px;
 padding-bottom: 10px;
}

P.h3,DIV.h3 {
 font-size: 12px;
 text-align:left;
 vertical-align:top;
 padding-top: 8px;
 padding-bottom: 3px;
}


A {
  font-weight: bold;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}


TH {
  border: 1px solid silver;
  padding: 4px;
}

TABLE.pict {
  position: absolute;
  left: 15px;
  top: 173px;
  border: none;
  width: 166px;
}

TD.pict {
 background-color: white;
 border: 2px solid white;
}

TD.pict_sep {
  height: 15px;
}

TABLE.main {
  position: absolute;
  left: 0px;
  top: 170px;
  width: 95%;
}

TD.content {
  padding-top: 45px;
  vertical-align: top;
  padding-bottom: 20px;
}

IMG {
  border: 0px solid black;
}

IMG.flag {
  height: 20px;
  margin-right: 10px;
}

TABLE.deco {
 position: absolute;
 top: 158px;
 left: 0px;
}

IMG.pict {
  border: 3px black ridge;
}

INPUT.close {
  background-color: white;
  color: black;
  border: 1px solid black;
}

TD.gallery {
 text-align: center;
 vertical-align: top;
}

TD.gallery_header {
  border-left: 8px double #9999CC;
  border-top: 2px solid #9999CC;
}

TABLE.pricelist {
  padding-bottom: 4px;
  vertical-align: top;
}

TD.pricelist {
  text-align: left;
  padding-top: 3px;
  padding-right: 5px;
  vertical-align: top;
}

TD.price {
  text-align: right;
  padding-top: 3px;
  padding-right: 10px;
  padding-left: 20px;
  vertical-align: top;
}


.anchor {
  position: absolute;
  left: 20px;
  top: 120px;
}

DIV.title {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 75px;
  left: 20px;
}

INPUT, SELECT {
  font-family: Verdana,Tahoma,Arial,Adobe Helvetica,sans-serif;
  background-color: aliceblue;
  color: darkslateblue;
  font-size: 12px;
  font-weight: normal;
  border: 1px darkslateblue solid;
  padding-left: 2px;
}

INPUT:focus, TEXTAREA.focus {
  color: red;
  background-color: lightgrey;
}

TEXTAREA {
  font-family: Verdana,Tahoma,Arial,Adobe Helvetica,sans-serif;
  background-color: aliceblue;
  color: darkslateblue;
  font-size: 12px;
  font-weight: normal;
  border-width: 1px;
  border-color: darkslateblue;
  border-style: solid;
  padding-left: 2px;
}

SELECT.required,INPUT.required {
  border-width: 2px;
  border-style: solid;
  border-color: red;
}

INPUT.file {
  font-family: Courier New;
  font-size: 12px;
  color: black;
  background-color: lightgreen;
  border-width: 2px;
  border-style: solid;
  border-color: green;
}

.info {
  width: 400px;
  background-color: skyblue;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  border: 3px darkslateblue solid;
}

.warning {
  width: 400px;
  background-color: orange;
  text-align: center;
  font-style: italic;
  color: white;
  font-weight: bold;
  border: 2px red solid;
  font-size: 15px;
  padding: 4px;
}

.warning a {
  font-size: 15px;
}

INPUT.button {
  font-size: 12px;
  color: yellow;
  background-color: darkslateblue;
  font-weight: bold;
  border: 2px solid aliceblue;
  padding: 1px;
}

.submitbutton {
  font-size: 12px;
  color: white;
  background-color: darkslateblue;
  font-weight: bold;
  border: 3px ridge yellow;
  padding: 5px;
}

.resetbutton {
  font-size: 12px;
  color: red;
  background-color: orange;
  font-weight: bold;
  border: 2px solid;
  padding: 5px;
}

.deletebutton {
  font-size: 12px;
  color: black;
  background-color: white;
  font-weight: bold;
  border-width: 3px;
  border-style: double;
  border-color: black;
  padding: 5px;
}

.formheader {
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
}

.header {
  font-weight: bold;
  background-color: aliceblue;
}


/* Display a red box, if the result of the action was negative */
DIV.sqlresult {
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
  position: absolute;
  top: 35px;
  left: 750px;
  width: 250px;
  z-index: 100;
  display: block;
}
DIV.sqlresult_h0 {
  color: #FFFFA0;
  background-color: red;
  border: groove red 3px;
}

/* Display a green box, if the result of the action was positive */
DIV.sqlresult_h1 {
  color: black;
  background-color: lightgreen;
  border: groove black 3px;
}

/* Display text in the result box */
DIV.sqlresult span.sqlresult_text {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

DIV.sqlresult span.sqlresult_text span.sqlresult_dismiss {
  display: block;
  text-align: right;
  font-size: 9px;
  font-weight: normal;
  font-style: italic;
}

IMG {
  border: none;
}

TH {
  font-size: 12px;
  font-weight: bold;
  background-color: aliceblue;
  border: 1px solid darkslateblue;
  padding-left: 2px;
  padding-right: 2px;
}

TD {
  vertical-align: top;
}

.action {
  font-size: 12px;
  color: red;
  padding-top: 10px;
}

.action_sub {
  font-size: 12px;
  color: green;
  padding-left: 15px;
}

IMG.lang {
  border: 1px solid silver;
  width: 30px;
  height: 20px;
}

.support {
 width: 400px;
 background-color: whitesmoke;
 vertical-align: top;
 font-size: 11px;
 padding: 5px;
 font-style: italic;
 border: 1px dotted silver;
}

table.touroperators th {
  text-align: center;
  border-top: none;
  width: 20px;
  background-color: white;
}

table.touroperators td.logo {
  text-align: center;
  border-bottom: 1px solid;
  border-right: 1px solid;
  vertical-align: middle;
  padding: 3px;
  height: 40px;
}

table.touroperators td.link {
  text-align: center;
  border-bottom: 1px solid silver;
  border-right: 1px dotted silver;
  vertical-align: middle;
  width: 30px;
}
table.touroperators td.link img {
  height: 19px;
  width: 28px;
}