﻿/*
CSS for The Salem Inn web site
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #CCD4A2;
  line-height: 125%;
  padding: 15px;
}

#content {
  width: 825px;
  height: 2000px;
  position: relative;
  margin: 0 auto;
  top:10px;
  padding: 20px;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  background-color: #CCD4B2;
}

#header {
    position: absolute;
  left: 30px;
  top: 30px;
  border: 8px solid #340760;
  height:250px;
  width: 785px;
  padding-left: 10px;
}

#navigation {
  font-size: 90%;
  position: absolute;
  text-align: center;
  font-size:12px;
  left: 137px;
  top: 325px;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1em;
}

#navigation li {
  display: inline;
}

#navigation a:link, #navigation a:visited {
  padding: 0.4em 1em 0.4em 1em;
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #711515;
}

#navigation a:hover {
  color: #FFFFFF;
  background-color: #711515;
}

#booking  {
  position: absolute;
  top:350px;
  
  text-align: center;
  left: 240px;
 
  
}
#txt1 {
  position: absolute;
  text-align: center;
  font-size: 12PX;
  top: 400px;
  color:#711515;
  width:800px;
  left: 50px;
}

#txt2 {
  position: absolute;
  width: 800px;
  text-align: center;
  font-size: 12px;
  top:1275px;
  color: #711515;
  left: 50px;
}

#nav4 {
   position: absolute;
   top:1830px;
   font-size: 90%;
   text-align: center;
   font-size: 12px;
   left:137px;
   
}


#nav4 ul {
   list-style: none;
   margin: 0;
  padding: 0;
  padding-top: 1em;
}
#nav4 li{
  display: inline;
  
}

#nav4 a:link, #nav4 a:visited {
  padding: 0.4em 1em 0.4em 1em;
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #711515;
}  

#nav4 a:hover {
  color: #FFFFFF;
  background-color: #711515;
}
.typeface {
  font-size: 20px;
  font-family: Times New Roman;
  font-style: italic;
  color : blue;
}

#footer5 {
   position: absolute;
  text-align: center;
  top: 1850px;
  font-size: 12px;
  color: #666666;
  font-family: Times New Roman;
  left: 250px;
}
#table {
   position: absolute;
   margin:0 auto;
   top:500px;
  width: 800px;
  left: 30px;
  

}
.datatable {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
}

.datatable td {
  border: 1px solid black;
  padding: 0.3em;
}
  
.datatable th {
  border: 1px solid #828282;
  
  font-weight: bold;
  text-align: left;
  padding-left: 0.3em;
}

.datatable caption {
  font: bold 110% Arial, Helvetica, sans-serif;
  color: black;
  text-align: center;
  padding: 0.4em 0 0.8em 0;
}

.datatable tr.altrow {
  
  color: #000000;
}

.datatable tr.title {
  background-color:#CDCD94;
}

