@import "theme/theme.print.css";

body {
  font-family: Garamond, "Times New Roman", Times, serif;
  font-size: 12pt;
  background: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #000;
}

#container {
  width: auto;
}

#header,
#sidebar-left,
#sidebar-right,
#footer {
  display: none;
}

/*
fixes float issue in gecko browsers
*/
#content-wrapper {
  float: none !important;
}

table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 98%;
}

th,
td {
  font-size: 10pt;
  padding: 2px;
  /*
    border: 1px solid #A9A9A9;
    */
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}

a:link,
a:visited {
  /*
    font-weight: bold;
    */
  color: #000;
  text-decoration: underline;
}

.bigheader,
.footer,
.menuheader,
div.status,
.hidden,
.noprint {
  display: none;
}

/*
page break
*/
.breakhere {
  page-break-before: always;
}

form div.row,
form div.subrow {
  padding: 5px 0;
}

form div.row label.row {
  font-weight: bold;
  float: left;
  text-align: right;
  width: 150px;
  display: block;
}

form div.row div.group {
  margin-left: 165px;
}

form div.subrow {
  clear: both;
  min-height: 1.7em;
  padding-bottom: 5px;
}

form div.subrow div.group {
  margin-left: 115px;
}

form div.subrow label.row {
  margin: 0;
  width: 100px;
  float: left;
  text-align: right;
  font-weight: bold;
  display: block;
}

input,
textarea {
  border: none !important;
  background: transparent !important;
}

input.button {
  display: none;
}

#content-wrapper .footnote {
  font-size: 10pt;
}

/**********************************************************************
    PLUGIN SPECIFIC
***********************************************************************/
/*
    tablesorter
*/
div.tablesorterPager,
div.filtersearchcontainer {
  display: none;
}
