.page-banner {
  margin:            0;
  padding:           5px;
  background-color:  #172f47;/*#ffcc00;*/
  color:             #ffffff;
  height:            69px;
}

.page-banner h1, h2, h3 {
  display: inline;
  padding: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.page-banner img {
  border: 0px;
}

.left-banner-image {
  float: left;
}

.right-banner-image {
  float: right;
}

.banner-title{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana,sans-serif;
  margin: 0;
  background-color: #fff5d4;
}

a {
  text-decoration: underline;
  image-decoration: none;
  decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0px;
}

/*--------------- menus ------------------*/
.menus ul {
  margin: 0px 5px 0px 5px;
  padding: 0;
  list-style-type: none;
  display: inline;
  font-size: 80%;
}

.menus li {
  display: inline;
  padding-right: 5px;
  padding-left: 5px;
  margin: 0px;
  border-right: 1px solid #CDCDB4;
}

.menus a:hover {
  text-decoration: none;
}

.menu {
  font-size: 110%;
  margin: 1px;
  min-height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CDCDB4;
}

.menu li {
  padding-right: 8px;
  padding-left: 8px;
}

.context-menu {
  margin: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #CDCDB4;
}

.context-menu p {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
  /* vertical-align: middle; */
  font-size: 90%;
}
/*--------- body container ---------------*/

.body-with-footer {
  margin: 0;
  /*min-width: 400px;*/	/* IE doens't understand this property */
  /*width: auto;*/
  font-size: 80%;
  z-index: 1;
}

.body-container {
  
}

/*--------- copyright --------------*/
.copyright {
  margin-top: 30px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 90%;
  text-align: center;
  
}

/*------------ quick search -------------*/
#quick_search {
  clear: both;
  float:              right;
  margin-top:         0px;
  padding:            3px 5px;
  height:             26px;
  background-color:   #172f47; /*#247;*/
  border-bottom:      1px solid #68b;
  border-left:        1px solid #002;
  min-width:          225px;
  white-space:        nowrap;
}
#quick_simple_search {
  padding-top: 1px;
}
#quick_search_options {
  color:              #dedede;
  position:           absolute;
  visibility:         hidden;
  top:                0px;
  left:               0px;
  margin:             -2px 0px 0px 4px;
  background-color:   #172f47; /*#247;*/
  border-right:       1px solid #79c;
  border-bottom:      1px solid #68b;
  border-left:        1px solid #002;
  padding:            10px;
  font-size:          9pt;
}
#quick_search_options table {
  font-size: 9pt;
}
#quick_search_options table td {
  width:  6em;
}
#quick_search_options hr {
  border-top:    1px solid #68b;
  border-right:  none;
  border-bottom: 1px solid #013;
  border-left:   none;
}

#quick_search_text {
  height:       20px;
  width:        150px;
  margin-right: 3px;
  padding:      1px 3px;
  font-size:    14px;
}
#quick_search_submit {
  position:  relative;
  top:       1px;
  height:    22px;
  width:     64px;
  font-size: 14px;
  padding-bottom: 2px;
}

/*----------WantList Repository-------------*/

/*------ container --needs to be updated ----*/
.container {
  border-bottom: 1px solid #CDCDB4;
  border-right: 1px solid #CDCDB4;
  border-top: 1px solid #CDCDB4;
  border-left: 1px solid #CDCDB4;
  
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 2px;
  margin-left: 20px;
  
  padding: 2px;
}

.container-header {
  display: block;
  background-color: #C5CBD1;

  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
}

.container-title a {
  display: block;
  text-decoration: none;
  color: black;
}

.container .expand {
  display: block;
  float: right;
}

.container .minimize {
  float: right;
  display: none;
}

.container .expand a {
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.container .minimize a {
  font-weight: bold;
  text-decoration: none;
}

.container .expanded {
  display: none;
}

.container .minimized { 
  display: block;
}

.subcontainer {
  border-top: 1px solid #CDCDB4;
  border-bottom: 1px solid #CDCDB4;

  padding: 2px 5px 2px 5px;
  margin: 2px 5px 2px 5px;
}

.subcontainer .row-expand {
  float: left;
  display: block;
}

.subcontainer .row-minimize {
  float: left;
  display: none;
}

.subcontainer .row-expand a {
  text-decoration: none;
}

.subcontainer .row-minimize a {
  text-decoration: none;
}

.subcontainer .row-expanded {
  display: none;
}

.subcontainer .row-minimized {
  display: block;
}
