/* css for the online holiday booking forms */
* { margin: 0; padding: 0; }
* html body * { overflow: visible; }
* html frameset {overflow: hidden; }
html { height: 100%; margin-bottom: 1px; }

body {
  background: #DDD;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  color: #000;
}

img {border: 0 solid; }
fieldset { border: 1px solid silver; margin-top: 10px;}
fieldset legend { margin: 10px; padding: 3px;}

ul, ol, dl { margin: 0 0 1em, 1em; }
li { margin-left: 2em; line-height: 1.5em; }

table#bfouter {
  margin: 0 auto;
  background-color: white;
  font-size: 1.2em;
  width:760px;
}
td#inner, td#formtd {
  padding:10px 100px;
  border-left: 5px solid #ccc;
  border-right: 5px solid #ccc;
  border-bottom: 5px solid #ccc;
}
table#bfouter p {
  margin-top: 3px;
  margin-bottom: 3px;
}
table#bfouter h1 {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 1.8em;
}
#formtitle {
  margin-top: 0; 
  border-top: 1px solid black; 
  border-bottom: 1px solid black;
  line-height: 2em;
  background: #DDD;
}
table#bfouter h2 {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 1.6em;
  border-top: 2px solid gray; 
  line-height: 2em;
}
table#bfouter h3 {
  margin-top: 17px;
  margin-bottom: 13px;
  font-size: 1.4em;
  border-top: 1px solid gray; 
  line-height: 2em;
}
table#bfouter h4 {
  margin-top: 17px;
  margin-bottom: 3px;
  border-top: 1px solid #ddd; 
  line-height: 1.8em;
  font-size: 1.2em;
}
table#bfouter h5 {
  margin-top: 7px;
  margin-bottom: 3px;
  line-height: 1.6em;
  font-size: 1.1em;
}
td {
  vertical-align:top;
}
a {
/*  background: #ccffff; */
}
a:link {
  text-decoration:none;
  color: #000099;
}
a:visited {
}
a:hover {
  text-decoration:underline;
  color: #525045;
}
a:active {
  text-decoration:underline;
  color: #bab6a9;
}
a[name] { background: white; }
a[name]:link { background: white; }
a[name]:hover { background: white; text-decoration:none;}
.req {color:red;}
/*fieldset { border-color: #FAF1CA; margin-top: 10px; } */
/* the page subtitle below the H1 */
p.subtitle {
  font-weight:bold;
  font-size:110%;
}
.redtext { color: red; }

.header {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FAF1CA}
#bookingtable a:link {color: #312D18; background: #8e886e; font-weight: normal;}
#bookingtable a:visited {color: #312D18; background: #8e886e; font-weight: normal;}
#bookingtable a:hover {color: #312D18; background: #8e886e; font-weight: normal;}
#bookingtable a:active {color: #312D18; background: #8e886e; font-weight: normal;}
#bookingtable td { text-align:left; }
#formtable td { text-align:left; }
#formtable td.ra {text-align:right;}

