       body {
        color:#183789;
        height:100%; /* this is the key! */
        font-family: sans-serif;
        font-size:0.8em;
      }
      div.error
       {
           color:red;
           font-size:0.8em;
       }
      a
       {
          font-family:          sans-serif;
          font-size:           0.8em;
          cursor: pointer;
          text-decoration:underline;
          color:#4B76A4;
       }
       a:hover
       {
            text-decoration:none;
       }
       span.font
       {
           cursor: pointer;
       }
       a img
       {
         position:relative;
         top:4px;
         cursor: pointer;
         border: 1px solid #370000;
       }
       p
       {
           font-size:0.8em;
       }
      textarea,select
       {
          background:     #efefef;
          text-decoration:      none;
          font-family:          sans-serif;
          font-size:           0.8em;
          font-weight:          bold;
          border-style:         solid;
	  color:                #003C77;
          border-color:         #003C77;
          margin:               2px 2px 2px 2px;
          padding:              2px;
          border-top-width:     1px;
          border-bottom-width:  1px;
          border-left-width:    1px;
          border-right-width:   1px;
       }
      input
      {
         background:white;
        text-decoration: none;
         /* small */
/*    width:                170px; */  /* medium + 50 */
/*    width:                220px; */  /* large + 100 */
        font-family:          sans-serif;
        font-size:            0.8em;   /*small*/
/*    font-size:            1.25em; */  /*medium + 5*/
/*    font-size:            1.75em; */  /*large + 10*/
        font-weight:          bold;
        border-style:         solid;
	    color:                #183789;
        border-color:         #183789;
        margin:               2px 2px 2px 2px;
        padding:              2px;
        border-top-width:     1px;
        border-bottom-width:  1px;
        border-left-width:    1px;
        border-right-width:   1px;
           }

     hr.divider
     {
	border:#370000 solid 1px;
	color: #350000;
      }
     td.BorderTD
     {
         background-color:#fff;
         border:1px solid #370000;
         padding-top:0;
         border-color: #370000;
     }
     td.header
     {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#370000;
	height:27px;
     }
       tr.headerdisplay
       {
           display:table-row;
       }
       .addressdisplay
       {
           display: none;
       }
       .logodisplay
       {
           display:none;
       }
       .canceldisplay
       {
           display:none;
       }
       .promotiondisplay
       {
          display:inline-table;
       }
       .descriptiondisplay
       {
           display:inline;
       }
       tr.traveldisplay
       {
           display:table-row;
       }
       .moreinfolinkdisplay
       {
            display:inline;
       }
      a.info{
        position:relative;           /*this is the key*/
        z-index:24;
        background-color:#e0e0e0;    /* background colour of display text */
        color:#000000;               /* colour of display text */
        text-decoration:none;
         font-family:          sans-serif;
        }

        a.info:hover {
        z-index:25;
        }

        a.info span{
        display: none;  /* hide the span text using this css */
        }

        a.info:hover span{ /*the span will display just on :hover state*/
        display:block;
        position:absolute;
        top: 1.5em;
        left: 3em;
        width:15em;
        border:1px solid #000000; /* border colour */
        background-color:#ffffFF; /* background colour here */
        color:#000000;         /* text colour */
        text-align: center;
        font-size: 1.2em;
          font-family:          sans-serif;
        z-index:30;
        }


