div.suggestions 
{    
    position: absolute;  
    font: 12px arial;      
    text-align:left;
    background-color:#E4E4E4;
    border:1px solid #808080;
    color:#2173DE;
    font-weight:bold; 
    display:block; 
    width:198px;
    margin-left:50px;
    margin-top:-1px;    
    _left:0px;
    _top:0px;  
    _margin-left:50px;
    _margin-top:20px;
    _width:199px;
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
    font: 12px arial;
    background-color: #F2F0F1;
    font-weight:bold; 
}

div.searchBox
{
   width:250px;
}

td.header
{
  position:relative;
}
td.header div.current
{
  background-color:#0A246A;
  color:white;
}
td.header div.current:hover
{
  cursor:pointer;
}
td {
    cursor: default;
    padding: 0px 0px;
    font: 12px arial;
}
.rightnav 
{
    cursor: default;
    padding: 5px 5px;
    font: 12px arial;
}
table.scheduleList td
{
    padding:3px;
}
table.SearchBox
{
    position:relative;
    z-index:100;    
 }
.gift-certs
	{
	    position: absolute; 
            right: 255px; 
            top: 5px; 
	    padding: 1em;
	}

