/* style sheet for the trip itinerary*/

a:link 
        {
	  color: #333333;
	}

a:active 
        {
	  color: #333333;
	}

a:visited
        {
	  color: #333333;
	}

a:hover 
	{
	  color: #888888;
	}

body	{
	  background-color: #F0FFF0;
	  color: #000000;  
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-weight: normal;
	  width: 640px; 
	}

p 
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 14pt; 
	}

#banner
  {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    border-style: none;
    border-width: 1px;
    color: #000000;
   }


#logo_row
  {
    height: 75px;
  }


#header_offset
  {
    width: 100px;
  }


#date-list
   {
     position: absolute;
     top: 100px;
     left: 50px;
     width: 300px;
     border-style: none;
     border-width: 1px;
     color: #000000;
   }
     
.day
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 14pt;
          font-weight: bold;
          color: #ed717a;
	}

.bigbar
  {
    background-image: url(images/headliner.jpg);
    background-position: center left;
    background-repeat: repeat-x;
    height: 28px;
    width: 100%;
  }

.barlight
  {
    background-image: url(images/toplight_bg.jpg);
    background-position: center left;
    background-repeat: repeat-x;
    height: 28px;
    font-weight: bold;
    font-size: 14pt;
    letter-spacing: .1em;
  }

.barlight_right
  {
    background-image: url(images/toplight_right.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    height: 28px;
    width: 9px;
  }

.barlight_left
  {
    background-image: url(images/toplight_left.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    height: 28px;
    width: 10px;
  }

.small_bar
  {
    background-image: url(images/headliner_small.jpg);
    background-position: center left;
    background-repeat: repeat-x;
    height: 10px;
    width: 100%;
  }
