@charset "UTF-8";

/* CSS Document */


/* basics */

p {
  margin: 0 0 0.75em 0;
}

h3 {
  font-weight: bold;
}

.app table {
  margin: 10px 0;
}

.app table th.subhead
/* th & subhead have same styles - this fixes when table has th & th.subhead */

{
  background: #e1e1e1;
}

.app table table {
  margin: 0;
}


/* current buttons - these are not in current app.css but will need to be around for app buttons. We are using different button styles in sitecore */

div.search-buttons: {
  clear: left;
  margin: 10px 0;
}

div.search-buttons span.submit {
  float: right;
}


/* This is for color-box */

div.search-buttons span.enroll-submit {
  float: right;
  margin-right: 23%;
}

div.search-buttons span.submit input, div.search-buttons span.submit button, div.search-buttons input, div.search-buttons button {
  margin-left: 0;
  margin-right: 10px;
  vertical-align: middle;
}

.tool-modify-search input {
  margin-top: 10px;
}

.submit input, .tool-modify-search input, .button input {
  background: #ef8200;
  border: 2px solid #ffe688;
  color: #fff;
  padding: 3px;
  font-weight: bold;
  -moz-border-radius: 6px;
  border-radius: 6px;
  webkit-border-radius: 6px;
  cursor: pointer;
}


/* pagination */

div.tool-page-bar {
  border: 1px solid #006e45;
  border-left: 0;
  border-right: 0;
  margin: 10px 0px;
  padding: 4px 10px;
}

div.tool-page-bar div.page-bar-left {
  float: left;
}

div.tool-page-bar div.page-bar-center {
  margin: 0 auto;
  text-align: center;
}

div.tool-page-bar div.page-bar-right {
  float: right;
  text-align: right;
}


/* app searches */

div#search-layout div#search-layout-left {
  margin: 0;
  padding: 0;
  float: left;
  width: 420px;
  width: 60%;
}

div#search-layout div#search-layout-right {
  margin: 0;
  padding: 0;
  float: right;
  width: 160px;
  width: 35%;
}

table.form#initial-search, table.form#search-options {
  /* these should always be same height */
  height: 12em;
}

table#search-options.form select {
  margin-bottom: 15px;
  width: 150px;
}

td.search-left {
  width: 45%;
}

td.search-center {
  width: 10%;
}

td.search-right {
  width: 45%;
}


/* forms */

table#initial-search.form select, table#initial-search.form input {
  margin: 4px 0 15px;
}


/* app tables */

.app table .subhead {
  background-color: #D9E9C1;
  text-align: left;
}

.app table caption {
  text-align: left;
  background: #d9e9c1;
  margin: 0;
  padding: 6px 10px;
  border: 1px solid #006e45;
  border-bottom: 0;
  font-size: 1.1em;
  background: #006e45;
  color: #fff;
}

.app table th {
  background-color: #666;
  color: #fff;
  text-align: center;
  background: #d9e9c1;
  color: #333;
  border: 1px solid green;
  font-size: 1em;
  font-weight: bold;
}


/* table stuff - need to find where these are */

td.money, td.percent {
  text-align: right;
}

td.sub-total, td.sub-total-description {
  background: #fff;
  font-weight: bold;
  text-align: right;
}

td.total-description {
  background: #dadaca;
  font-weight: bold;
  text-align: right;
}

td.no-results-found {
  font-weight: bold;
}


/* tabs */

div#page-nav-list-container {
  margin: 0 0 1.5em 0;
  padding: 0 0 4px 1em;
  height: 2.1em;
  border-bottom: 2px solid #a0c965;
  /* This adds a 2px line under the tabs. */
}

ul#page-nav-list {
  list-style: none;
}

ul#page-nav-list li {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 0;
  float: left;
  margin: 2px 2px 1px 2px;
  padding: 0;
  background: #fafafa url(images/tab-gradient.jpg) repeat-x bottom;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-bottomleft: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  top: 1px;
  padding-top: 1px;
  /* height: 2.4em; */
}

ul#page-nav-list li.selected {
  border-color: #a0c965;
  border-width: 2px 2px 0;
  background: #fff;
  padding-top: 1px;
  margin-top: 0;
}

ul#page-nav-list a {
  background: transparent;
  display: block;
  padding: 4px 1em;
  text-align: center;
  text-decoration: none;
}

ul#page-nav-list a:visited {
  color: #006e45;
}

ul#page-nav-list a:hover {
  color: #e18f01;
}

ul#page-nav-list li.selected a {
  background: #fff;
  font-weight: bold;
  position: relative;
  top: 2px;
  padding-bottom: 5px;
}

#ul a {
  display: block;
  padding: 0 1em;
}

#documentHeadingWrapper {
  background: #a0c965;
  width: 100%;
  margin-bottom: 1em;
  background: #fff;
}

.hiddenStructure {
  display: none;
}

.with-brand {
  display: block!important;
}

#brand-title {
  display: none;
}

#brand-image {
  display: none;
}


/* app tables */

.app caption {
  text-transform: uppercase;
}

.app th {
  text-transform: uppercase;
}

h2#seconday-page-title {
  display: none;
  /* NOTICE SPELLING (seconday) for /dotnet/hbca/member/status */
}

div#ui-datepicker-div {
  border: 3px solid #CCC;
  background-color: #EEE;
}


/* begin copied from old app.css */

div#floating-pleasewait {
  background-color: white;
  border: 1px solid #008A5F;
  display: none;
  height: 200px;
  position: absolute;
  text-align: center;
  width: 400px;
  z-index: 1000;
}

div#overlay {
  background-image: url(/css_images/overlay.png);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}


/* hacky css for the IE overlay */

* html div#overlay {
  background-color: #000;
  back\ground-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css_images/overlay.png", sizingMethod="scale");
}


/* end copied from old app.css */
