/* Saunton card styles */

table.card {width:700px; text-align:center;
  margin-left:auto; margin-right:auto;
  border-collapse:collapse;
}
table.card td {
    border: 1px solid rgb(199,169,74);
    font-weight:normal; font-size:10pt;
    
}
table.card th {
    border: 1px solid rgb(199,169,74);
    font-weight:normal; font-size:10pt;
    color:#333;
}
span {
     color:#333;
    font-size:10pt;
}
.row {
    width:100%;
    padding-top:30px;
    height:auto;
    text-align:center;
    clear:both;
}
.cell {
    width:auto;
    height:auto;
    border: 1px solid rgb(199,169,74);
    padding:2px;
}
#view {background: #ffffff;display: none;height:auto;width:400px;
position:absolute;text-align:left;font-weight:normal;color:#666666;
border:  solid 1px rgb(199,169,74);z-index:3;top:270px;left:520px;padding: 4px;
}
#map {background: #ffffff;display: none;height:530px;width:345px;
position:absolute;text-align:left;font-weight:normal;color:#666666;
border:  solid 1px rgb(199,169,74);z-index:3;top:50px;left:90px;padding: 4px;
font-family: Arial,"Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande";
}
.tip {color: #FFF; 
        font-weight:bold;
        margin-left:5px;
        margin-top:200px;
}
.Blue {
    background: #0cf;
  }
.White {
    background: #fff;
}
.Yellow {
    background: #ee0;
}
.Red {
    background: #b33;
     color:#fff;
}
.SI {
   color:#c00;
   text-align:center;
}
.e1 {background: url("Images/EH1.jpg") no-repeat bottom center; height:350px;width:400px;}
.e4 {background: url("Images/EH4.jpg") no-repeat bottom center; height:350px;width:400px;}
.e14 {background: url("Images/EH14.jpg") no-repeat bottom center; height:350px;width:400px;}
.e17 {background: url("Images/EH17.jpg") no-repeat bottom center; height:300px;width:400px;}
.w1 {background: url("Images/WH1.jpg") no-repeat bottom center; height:300px;width:400px; }
.w6 {background: url("Images/WH6.jpg") no-repeat bottom center; height:300px;width:400px;}
.w16 {background: url("Images/WH16.jpg") no-repeat bottom center; height:320px;width:400px;}
.w18 {background: url("Images/WH18.jpg") no-repeat bottom center; height:300px;width:400px;}

.border {
    border: 1px solid rgb(199,169,74);
}
.textright {
    text-align:right;
    padding-right:10px;
}
.textleft {
    text-align:left;
    padding-left:10px;
}
.textcenter {
    text-align:center;

}
