body
{
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 10pt;
  background-color: #fff; /*#8F2827;*/
}
.search-text
{
  color: #fff;
}
a
{
  color: #333367;
}
.error_message
{
  font-weight: bold;
  color: #f00;
}
.form-error
{
  border: 2px solid #f00;
}
.v_th
{
  vertical-align: top;
  font-weight: bold;
}
.cakeSqlLog
{
  color: #fff;
}
h2
{
  padding-bottom: 0;
  color: #333367;
  border-bottom: 3px solid #FF9900;
}
.menu-heading
{
  color: #fff;
  font-weight: bold;
  font-size: 13pt;
  margin: 5px 0px;
}
.menu-text
{
  font-size: 9pt;
  color: #fff;
}
.page-title
{
  background:url('/img/tile_title_bck.gif') no-repeat;
  text-align: left;
  height: 38px;
  font-weight: bold;
  font-size: 32px;
  color: #403C72;
  text-transform: uppercase;
}
.page-title a
{
  color: #403C72;
  text-decoration:none;
}
.page-title a:hover
{
  color: #fff;
  background-color: #403C72
}
.page-content
{
  font-size: 10pt;
}
.drop-down-select
{
  width: 200px;
  margin: 5px 0px;
}
.categories
{
  position:relative;
  font-size: 9pt;
  width: 700px;
}
.menu
{
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-right: 5px;
}
.menu_heading
{
  font-size: 16pt;
  font-weight: bold;
}
.menu_item_sep
{
  height: 10px;
}
.p_table
{
  border: 1px solid black;
}
.p_th
{
  font-weight: bold;
  text-align: center;
}
.p_td
{
  padding: 5px 10px;
}

.top-menu
{
  font-weight: bold;
  text-align: center;
}
.top-menu-item
{
  margin-left: auto;
  margin-right: auto;
  font-family: Arial;
  font-size: 15px;
  color: #403C72;
  display: inline;
  text-transform: uppercase;
}
.top-menu-item a
{
  color: #403C72;
  text-decoration: none;
}
.top-menu-item a:hover
{
/*  text-decoration: underline;*/
  color: #FF9900;
}
.top-menu-sep
{
  font-family: Times New Roman;
  font-size: 14px;
  color: #FF9900;
  display: inline;
  padding: 0 2px;
  margin: 0;
}

.login
{
  display:inline;
  margin:0;
  padding:0;
}

.top-buttons
{
  position: absolute;
  top: 5px;
  right: 50%;
  margin-right: -470px;
  font-family: Arial;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}
.top-button a
{
  color: #fff;
  text-decoration: none;
}
.top-button a:hover
{
  text-decoration: underline;
}
.top-button
{
  display: inline;
  text-transform: uppercase;
}
.top-sep
{
  display: inline;
}

.bottom-menu
{
  font-weight: bold;
  text-align: center;
}
.bottom-menu-item
{
  margin-left: auto;
  margin-right: auto;
  font-family: Arial;
  font-size: 9pt;
  color: #000;
  display: inline;
  text-transform: capitalize;
}
.bottom-menu-item a
{
  color: #000;
  text-decoration: none;
}
.bottom-menu-item a:hover
{
  text-decoration: underline;
}
.bottom-menu-sep
{
  font-family: Arial;
  font-size: 9pt;
  color: #000;
  display: inline;
  padding: 0 2px;
  margin: 0;
}
.error-message
{
  font-size: 24pt;
  color: red;
}