/*
================================================================================
Root Styles
================================================================================
*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  /* background: url('/images/bg_grad_red.jpg') repeat-x; */
  /* background-color: #ffdeff;*/
  background-color: #000000;
  color: white;
}
td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
td.content {
  vertical-align: top;
}
a {
  color: white;
}
/*
================================================================================
Menu Related Styles
================================================================================
*/
table.menu_bar tr td {
  text-align: center;
  vertical-align: center;
}
table.menu_bar a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
table.menu_bar a:hover {
  height: 20px;
  background: url('/images/gblnav_selected.gif')
}
/*
================================================================================
Page Header Related Styles
================================================================================
*/
table.page_header {
  color: #000000;
}

table.page_header h1 {
  color: #000000;
  display: inline;
}

table.page_header a {
  color: #000000;
  text-decoration: none;
}
table.page_header a:hover {
  color: #999999;
}
/*
================================================================================
Main Body Results Related Styles
================================================================================
*/
td.main_body {
  background-color: #ffffff;
}

/*
================================================================================
Results Related Styles
================================================================================
*/
table.results {
  background-color: #807263;
  border-top: 2px #f0f0f0 solid;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px #b0b0b0 solid;
  margin-bottom: 2px;
}
table.results tbody tr td {
  border: 0px;
  background-color: #807263;
  padding: 3px;
  font-weight: bolder;
  font-size: 18px;
}
table.results tbody tr th {
  border: 0px;
  background-color: #807263;
}
table.results a {
  padding-left: 5px;
  padding-right: 5px;
  color: #e5cc99;
  text-decoration: underline;
}
table.results a.current {
  font-weight: bolder;
  color: #000000;
  text-decoration: none;
}
/*
================================================================================
Content Styles
================================================================================
*/
.alert {
  background-color: #990000;
}

td.homepagecategories {
  padding: 5px;
  margin: 5px;
  vertical-align: center;
}
a.homepagecategories {
  color: #3366cc;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.header_button {
  background-color: #ffffff;
  border-width: thin;
  border-style: solid;
  border-top-color: #ffffff;
  border-right-color: #ffddff;
  border-left-color: #ff99bb;
  border-bottom-color: #dd77aa;
  padding: 3px;
  height: 5px;
}
a.header_button {
  color: #000000;
  text-decoration: none;
}
a.header_button:hover {
  color: #999999;
  text-decoration: underline;
}