/* Font/Color/Border Sheet */

@import url("Boxes_Pos.css");
@import url("Common.css");

* {  font-family: "Arial","Verdana","Lucida Grande","Helvetica",sans-serif; color: black; }

/* Menu styles */
div.menu {
  color: #336;
  background: #D3D8DC;
}
div.menu div.title { font-weight: bold; }
div.menu div.nav {
  background: transparent;
  border: none;
}
div.menu a:link, div.menu a:visited {
  color: #336;
  text-decoration: none;
}
div.menu a:hover, div.menu a:active {
  color: #33C;
  text-decoration: none;
}
ul.menu0, ul.menu0 ul {
  list-style: none;
}
ul.menu0 li { font-weight: bold; }
ul.menu0 ul li { font-weight: normal; }
/*ul.menu0 span#tbl1 li { font-weight: bold; }
ul.menu0 span#tbl1 ul ul li { font-weight: normal; }*/

/* Header */
div#north h1 {
  background: #E7EDED;
  font-size: 1em;
}
div#north h1 span {
  color: #2E3192;
  font-family: "Georgia", "Times", sans-serif;
  font-size: 170%;
  /*font-size: 20pt;*/
  letter-spacing: 0.4ex;
  text-align: left;
  text-transform: uppercase;
}
div.north h1 span#B1,
div.north h1 span#B2 {
  font-size: 175%;
  /*font-size: 26pt;*/
}
div#north div#searchDiv {
  background: #BACBD5;
}
div#north div#searchDiv div {
  font-size: 83%;
  text-align: left;
  padding: 5px;
}
div#north div#searchDiv ul {
  text-align: right;
}
div#north div#searchDiv input {
  background: #BACBD5;
}
div#north div#searchDiv input#q {
  background: white;
}
div#north div#quicklinks {
  background: #C2D9DF;
}
div#north div#quicklinks div {
  font-size: 70%;
  text-align: center;
  text-transform: lowercase;
}

/* Content */
div.content {
  background: white;
  border: 0;
}

/* Special Cases Not Deserving Of Their Own Section */
div.header-image img {
  background: white url('../images/default/seasons/header-03.jpg') no-repeat;
}
div.footer {
  background: url('../images/content-widget.png') no-repeat;
  color: black;
  font-size: 55%;
}
table tr.itemHeaderRow {
  background: #737373;
}
table tr.itemHeaderRow td {
  font-weight: bold;
  color: white;
  padding:2px;
  padding-left:5px;
  padding-right:5px;
}
div.content #filter {
  position: absolute;
  top: 90px;
  right: 10px;
  float: none;
}

body {
  font-size: .85em;
  background: #3E626D url('../images/default/bg/bgD3D8DC.png') repeat-y;
}