/* page defaults */
body, table { font-family: times roman; }

/* Button styles: hi=rollover lo=rolloff */
.hi, .lo, .categories td  {font-family:georgia,arial;padding:0;}
.lo {background-color:#82263C;}
.hi {background-color:#9D122D;}
.lo .btn { color:#FFFFFF;
    text-align:center;
    line-height:33px;
    height:33;}

.hi .btn { color:#FFFFFF;
    text-align:center;
    height:33;}
    
.btntxt {line-height:33px; }

/* width of a cell column on the front page matrix   100/#columns=33 */
.cell td{width:33%;}

/* alignment of grid on front page - to the left or center or right */
/* .main {margin-left:auto;margin-right:auto; text-align:center;} */
.main {margin-left:auto ;margin-right:auto; text-align:center;}

/* line on the bottom of the page*/
.bottomline {width: 90%; height: 2px;}

/* font style for item on results list page */
.entry {font-family: georgia,arial; font-size: 14px;}

/* font for distance (xx mi away) */
.dist {font-size:10px;}

/* navigation links at top of page */
.nav {font-size: 22px; font-weight:bold; color:#000000;}

/* xx results found */
.results {color:gray;}

/* details page */
.details {font-family:arial;}

a {color:#000000;}

/* footer */
.footer {text-align: center;font-size:0.75em;}

/* concierge text box */
.conciergebox {margin-top:5px;}

/* weather */
.weather td.day {writing-mode: tb-rl; filter: flipv fliph;}
.weather td.forecast {width:200px;}

/* search */
.searchline {height:10px;}
.searchline td {padding:0px; text-align:right;}
#searchbox {font-size:10px;}
#searchbutton {font-size:10px;}

/* main window size */
.main {width:800px;}

.buttonpage {text-align: left; width: 90%;margin: 0 auto;}

