#resultsTable
{
   width: 100%;

   margin: 10px 0px 10px 0px;

   border-spacing: 0px 0px;
   text-align: left;

   clear: both;
}


#resultsTable td
{
   padding: 3px;

   border: solid black;
   border-width: 0px 0px 1px 0px;
}

#resultsTable th
{
   padding: 3px;

   border: solid black;
   border-width: 1px 0px 1px 0px;
}


#resultsTable .startCol
{
   width: 7%;
}


#resultsTable .closeCol
{
   width: 7%;
}

#resultsTable .noResults
{
   font-style: italic;
   text-align: center;
}

#optionsBox
{
   width: 810px;
   height: auto;
   
   margin: 20px auto 30px auto;
   
   text-align: center;
}

#optionsBox table
{
   border-spacing: 20px 0px;
}

#optionsBox .options
{
   width: 365px;
   height: 100%;

   text-align: center;
   
   padding: 10px 10px 10px 10px;

   font-size: 1.2em;

   border: 1px solid black;

   background-color: #d8e6c6;
}

.navLinks
{
   margin: 0px 0px 0px 0px;

   padding: 0px 0px 0px 0px;
   
   border: solid black;
   border-width: 0px 0px 0px 0px;

   clear: both;
}
