/* External CSS for the top part of page */

/* title bar */
td.title { 
  background: rgb(98,112,134) url("../images/title/background.gif") no-repeat 6% 100%;
}

img.title {
  border: 0px;
  margin: 0px 0px 0px 0px; 
}

img.corner { 
  border: 0px;
  margin: 0px 0px 0px 0px; 
}

/* top buttons */
table.topbuttons { 
  margin-right: 8px;
}

img.topbutton {
  border-width: 0px; margin: 0px 0px 0px 0px 
}

td.topbutton { 
  background: rgb(98,112,134) url("../images/topbuttons/background.gif") repeat-x;
  padding-left: 2px;
  padding-right: 2px;
}

a.topbutton:link, a.topbutton:visited, a.topbutton:active {
  font: bold italic 16px arial,helvetica,sans-serif; 
  text-decoration: none; color: #FFFFFF; 
} 
a.topbutton:hover {
  text-decoration: none;
  color: rgb(255,251,157);
}

a.topbutton-active:link, a.topbutton-active:visited, a.topbutton-active:active, a.topbutton-active:hover {
  font: bold italic 16px arial,helvetica,sans-serif; 
  text-decoration: none; color: rgb(255,245,0);
}

