﻿td.bgTrI {
    background-image:url(http://www.travelresorts.com/images/spacer.gif);
}
.dot {
    background-image:url(http://www.travelresorts.com/images/dot_hor.gif);
}
.dot1 {
    background-image:url(http://www.travelresorts.com/images/dot_vert.gif);
}

.errorlist { color: Red; }
.matched_att { color: Green; }
.display_att { color: Navy; }
.unmatched_att { color: Red; }

tr.sitelist { background-color: #eeeeee; } 
tr.sitelist_row td { padding: 5px; }
tr.sitelist_altrow { background-color: #cecece; }
tr.sitelist_altrow td { padding: 5px; }
tr.sitelist_header th { background-color: #70B1EE; font-size: 13px;  }

#wrapper {
  width:970px;
  margin: 0px auto 0px auto;
  height: auto;
  padding-left:10px;
}

img {border: 0px;}

body {
  font-family:georgia,serif; 
  font-size:11px; 
  color:#000000; 
  font-weight:400;
  text-decoration:none; 
  background-color:#271103;  
  background-image:url('../images/tra-body-bg.jpg');
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-position:top center; 
  padding:0px; 
  margin:0px;
}
/*---------------------------------------------------------------------
HEADER
---------------------------------------------------------------------*/
#header {
  background-image:url('../images/tra-header-bg.gif');
  background-repeat:no-repeat;
  height:170px;
  width:970px;
  color:#825518;
  font-size:17px;
}

#logo {
  float:left;
  margin-top:37px;
  margin-left:34px;
}

.topnavlinks {
    padding-top:35px;
    text-align:center;
    width:970px;
}
 
a.header:link {font-family:georgia; font-size:17px; color:#825518; text-decoration:none;letter-spacing:1px; }
a.header:visited {font-family:georgia; font-size:17px; color:#825518; text-decoration:none;letter-spacing:1px;}
a.header:hover {font-family:georgia; font-size:17px; color:#e0ad68; text-decoration:none;letter-spacing:1px; }
a.header:active {font-family:georgia; font-size:17px; color:#825518; text-decoration:none;letter-spacing:1px; }

a.headersmall:link {font-family:georgia; font-size:12px; color:#003e7e; text-decoration:underline; }
a.headersmall:visited {font-family:georgia; font-size:12px; color:#003e7e; text-decoration:underline; }
a.headersmall:hover {font-family:georgia; font-size:12px; color:#003e7e; text-decoration:underline; }
a.headersmall:active {font-family:georgia; font-size:12px; color:#003e7e; text-decoration:underline; }

/*---------------------------------------------------------------------
CENTER PAGE CONTENT
---------------------------------------------------------------------*/
#centercontent {
  min-height:350px;
  width:700px;
  margin:0px auto 0px auto;
}
/*---------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------*/
#footer {
    text-align:center;
    color:#210f02;
    height:160px;
    width:970px;
    padding-top:30px;
}
a.footer:link {font-family:georgia; font-size:11px; color:#210f02; text-decoration:none; }
a.footer:visited {font-family:georgia; font-size:11px; color:#210f02; text-decoration:none;}
a.footer:hover {font-family:georgia; font-size:11px; color:#210f02; text-decoration:underline; }
a.footer:active {font-family:georgia; font-size:11px; color:#210f02; text-decoration:none; }
.clearer {
  font-size: 0px;
  line-height: 0px;
  display: block;
  margin: 0px;
  padding: 0px;
  clear: both;
  height: 0px;
  width: auto;
}

.grey {background-color:Transparent;}
