/*
Change Log:
//
// 2015-02-21  C.Juckins  Set HTML max width, fieldset, button decorations, split
//                        navigation into top and bottom sections.  All for HTML
//                        5 formatting. Specified black for borders in .td .th
// 2015-07-03  C.Juckins  Added table search_charts rules
// 2015-11-02  C.Juckins  Centered text on page with stretch-padding and page-wrap
//
*/

A:link {
  color: #0000FF;
  text-decoration: none;
}

A:Visited  {
  color: #003399;
  text-decoration: none;
}

/*
.searchinput, .searchinput SELECT, .searchinput INPUT  {
	font-size : 8pt;
}
*/

table {
  border-collapse:collapse;
  border:1px;
}

table.search_charts {
  border-collapse:separate;
  border-spacing:12px;
}

td.search_charts {
  padding:6px;
  font-size:0.90em;
  width:180px;
}

.imgfaq {
  border:1px solid black;
}

td  {
  font-size : 9pt;
  font-family : Arial, Helvetica, "San Serif";
  padding: 3px;
  border: 1px solid black;
}

th  {
  font-size : 9pt;
  font-family : Arial, Helvetica, "San Serif";
  padding: 8px;
  border: 1px solid black;
}

.tdright  {
  font-size : 9pt;
  font-family : Arial, Helvetica, "San Serif";
  padding: 3px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 2px solid black;
}

.thright  {
  font-size : 9pt;
  font-family : Arial, Helvetica, "San Serif";
  padding: 8px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 2px solid black;
}

.logoparent {
  display: table;
  float: left;
  margin-right: 0.5em;
}

.logochild {
  display: table-cell;
  vertical-align: middle;

  background-color: #4682b4;
  border-style: none;

  height: 3.8em;
  width: 3.8em;
  color: white;

  font-weight: bold;
  font-family: "Arial", "Helvetica", "San Serif";
  font-size: .63em;
  text-align: center;

  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow:0px 1px 1px 0px gray;
}

.cjlogochild {
  display: table-cell;
  vertical-align: middle;

  background-color: #4682b4;
  border-style: none;

  height: 1.55em;
  width: 1.55em;
  color: white;

  font-weight: bold;
  font-family: "Arial", "Helvetica", "San Serif";
  font-size: 1.55em;
  text-align: center;

  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow:0px 1px 1px 0px gray;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid gray;
  border-bottom: 0px;
}

br.tweak {
  line-height: 0.20em;
}

br.tweak2 {
  line-height: 0em;
}

.gray  {
  color : #808080;
}

.gray_bold  {
  color : #808080;
  font-weight: bold;
}

p.list-indent {
  /* height: 0.25em; */
  margin-top: -0.1em;
  margin-bottom: -0.1em;
}

p.list-indent2 {
  /* height: 0.25em; */
  margin-top: 10px;
  margin-bottom: 0px;
}

.form_indent {
  margin-left: 25px;
}

html {
  background: #f0f0f0;
}

.white_bg {
  background: white;
}

#stretch-padding {
  /* to extend footer to near bottom of page
  http://stackoverflow.com/questions/485827/css-100-height-with-padding-margin */
  display: block;
  position:absolute;
  height:auto;
  bottom:0;
  top:0;
  left:0;
  right:0;
}

#page-wrap {
  /* to center page content in a middle area */
  max-width: 984px;
  min-height: 95%;
  margin: 0 auto;
  background: white; 
  padding-top: 10px; 
  padding-bottom: 20px;
  padding-left: 10px; 
  padding-right: 10px;
  box-shadow:0px 0px 5px 0px gray;
}

.fieldset1 {
  /* width: 60%; */
  max-width: 36em;
  border: 0px solid black;
  background: #e8e8e8;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow:0px 2px 2px 0px gray;
}

.myButton {
  cursor: pointer;
  border: 1px solid gray;
  border-radius: 5px;
  font-weight: normal;
  padding: 2px 4px;
  text-shadow: none;
  background:linear-gradient(white 5%, #d8d8d8 100%);
  background:-webkit-linear-gradient(white 5%, #d8d8d8 100%);
  color: black;
  /*background-color: #4682b4;
  color: white;*/
}
.myButton:hover {
  background:linear-gradient(white 5%, #f8f8f8 100%);
  background:-webkit-linear-gradient(white 5%, #f8f8f8 100%);
  color: black;
  /*background-color: #f8f8f8;
  color: white;*/
}

.chart_indent {
  margin-left: 0px;
}

.home_indent {
  margin-left: 25px;
  margin-right: 50px;
}

body {
  font-family: Arial, sans-serif;
  font-size: 100.0%; /* 62.5% */
  margin:3px; padding:3px;
}

ul {
  list-style-type: none;
  margin-top: 2px;
  margin-left: -15px; 
}

.title {
  font-size : 1.05em;
  font-weight: bold;
  color : #000000;
  font-family : Arial, Helvetica, sans-serif;
  margin-top: 5px;
  margin-bottom: 1px;
}

.titlewithlogo {
  font-size : 1.15em;
  font-weight: bold;
  color : #000000;
  font-family : Arial, Helvetica, sans-serif;
  margin-top: 5px;
  margin-bottom: 1px;
}

.cjtitlewithlogo {
  font-size : 1.15em;
  font-weight: bold;
  color : #000000;
  font-family : Arial, Helvetica, sans-serif;
  margin-top: 5px;
  margin-bottom: 1px;
}

.titletag {
  font-size : .80em;
  font-weight: normal;
  color : rgb(64,64,64);
  font-family : Arial, Helvetica, sans-serif;
  font-style: italic;
  margin-top: 1px;
  margin-bottom: 5px;
}

.content  {
  font-size : 0.90em;
  font-weight: normal; 
  color : #000000;
  font-family : Arial, Helvetica, sans-serif;
}

.content-gray-small  {
  font-size : 0.75em;
  font-weight: normal;
  color : #808080;
  font-family : Arial, Helvetica, sans-serif;
}

.content-i  {
  font-size : 0.90em;
  font-weight: normal;
  color : #000000;
  font-family : Arial, Helvetica, sans-serif;
  font-style: italic;
}

.content-i-bold  {
  font-size : 0.90em;
  font-weight: bold;
  color : #000000;
  font-family : Arial, Helvetica, sans-serif;
  font-style: italic;
}

.content-red  {
  font-size : 0.90em;
  font-weight: normal;
  color : red;
  font-family : Arial, Helvetica, sans-serif;
}

.content-red-bold  {
  font-size : 0.90em;
  font-weight: bold;
  color : red;
  font-family : Arial, Helvetica, sans-serif;
}

.content-bold  {
  font-size : 0.90em;
  font-weight: bold;
  color : #000000;
  font-family : Arial, Helvetica, sans-serif;
}

.content-bold-gray  {
  font-size : 0.90em;
  font-weight: bold;
  color : #707070;
  font-family : Arial, Helvetica, sans-serif;
}

/* HTML 4.01 Transitional */
.navigation  {
  font-size : 0.75em;
  font-weight: normal;
  color : #000000;
  font-family : Arial, Helvetica, sans-serif;
}

/* HTML 5 */
.navigation_top5  {
  font-size : 0.75em;
  font-weight: normal;
  color : #000000;
  font-family : Arial, Helvetica, sans-serif;
  padding: 0px;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* HTML 5 */
.navigation_bot5  {
  font-size : 0.75em;
  font-weight: normal;
  color : #000000;
  font-family : Arial, Helvetica, sans-serif;
}

.button-container form,
.button-container form div {
  display: inline;
}

.button-container button {
  display: inline;
  vertical-align: middle;
}

#query ul {
  list-style: none;
  margin: 0px 0px;
}

#query li {
  padding: 5px 0px;
  margin: 0px -10px;
}

#query li input[type="text"] {
  border: 1px solid gray;
  padding: 2px;
  /*width: 80px;*/
  font-size : 9pt;
}

input[type="text"] {
  border: 1px solid gray;
  padding: 2px;
  /*width: 80px;*/
  font-size : 9pt;
}

.input-valign {
  vertical-align:-2px;
}

.ui-datepicker-trigger { 
  position: relative; left: 3px; 
  cursor: pointer;
  vertical-align:-0.3em;
}

.ui-datepicker-trigger:hover {
  position: relative; left: 3px;
  cursor: pointer;
  vertical-align:-0.3em;
  background:linear-gradient(white 5%, #f8f8f8 100%);
  background:-webkit-linear-gradient(white 5%, #f8f8f8 100%);
}

/*
.myCalimg {
  vertical-align:-0.3em;
}

.myCalimg:hover {
  cursor: pointer;
  background:linear-gradient(white 5%, #f8f8f8 100%);
  background:-webkit-linear-gradient(white 5%, #f8f8f8 100%);
  vertical-align:-0.3em;
}
*/

