body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
  color: black;
  background-color: #EAF9FD;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

div.clear {
  clear: both;
}

div.header {
  float: left;
  font-family: Courier, monospace;
  height: auto;
  background-color: black;
  width: 100%;
  padding: 0.5em;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 2em;
  vertical-align: middle;
  text-align: left;
  color: #707070;
}

div.header a {
  color: yellow;
  text-decoration: none;
}

div.header a:hover, a:active, a:focus {
  color: white;
  text-decoration: none;
}

div.headerlinks {
  float: right;
  padding-top: 0.5em;
  padding-right: 10px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.5em;
}

div.headerlinks p {
  color: yellow;
}

div.headerlinks a {
  color: yellow;
  text-decoration: none;
}

div.headerlinks a:hover, a:active, a:focus {
  color: white;
  text-decoration: none;
}

div.container {
  background-color: #EAF9FD;
  margin: .5em;
  padding: 0em;
}

div.container a {
  color: black;
  text-decoration: none;
}

div.container a:hover, a:active, a:focus {
  color: blue;
  text-decoration: underline;
}

div.container p {
  margin: 0.05em;
}

div.container table {
  font-size: 1em;
  padding: 0.2em;
}

div.container textarea {
  width: 100%;
}

div.container td {
  padding-right: 1em;
}

div.box {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: auto;
  background-color: #E2E2E2;
  border-style: dotted;
  border-width: 2px;
  border-color: gray;
  padding: 0.5em;
}

div.box table {
  font-size: .9em;
  table-layout: fixed;
}

div.box-fields label {
  width: 20em;
  float: left;
  margin-bottom: 2px;
}

div.box-fields input {
  margin-bottom: 1em;
}

div.box-fields select {
  margin-bottom: 1em;
}

div.box-fields img {
  margin-top: 1em;
}

div.sidebar {
  float: right;
  width: auto;
  height: auto;
  background-color: silver;
  color: white;
  margin: 3em;
  padding: 2em;
}

p.sidebar-dim {
  color: gray;
}

.freeze-pane-off {
  visibility: hidden;
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
}

.freeze-pane-on {
  visibility: visible;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: .75;
  padding-top: 30%;
}

.inner-freeze-pane {
  background-color: white;
}

.box-file {
  width: 100em;
}

.small {
	font-size: 9px;
}

a:link.small, a:visited.small, a:hover.small, a:active.small, a:focus.small {
  font-size: 9px;
  color: blue;
  text-decoration: underline;
}

.bodystyle {
	font-size: 12px;
  width: 20em;
}

.headingstyle {
  font-weight: bold;
  color: #999
}

.singlespaced {
  font-size: inherit;
  margin: 0.05em;
  padding: 0;
}

.bottomspacer3 {
  padding-bottom: 3px;
}

.bottomspacer6 {
  padding-bottom: 6px;
}

div.javascript_disabled_notification {
  width: 520px;
  margin: 30px auto;
  background: #fff;
}

div.javascript_disabled_notification div.inner {
  padding: 20px;
  text-align: left;
}

div.javascript_disabled_notification h1 {
  font-size: 18px;
  margin: 0 0 18px 0;
}

div.javascript_disabled_notification p {
  margin: 0 0 14px 0;
  font-size: 14px;
  line-height: 140%;
}

div.javascript_disabled_notification a:hover, a:active, a:focus {
  color: blue;
  text-decoration: none;
}

/* ---------------------------------------------------
Button styling
-------------------------------------------------- */

/* So that Firefox doesn't add 2px padding for input elements */
input::-moz-focus-inner { border:0; padding:0 }

.button-small-square:hover{ text-decoration: none !important; color: white !important; }

.button-small-square:a{ text-decoration: none !important; color: white !important; }

.button-small-square{ 
  display: inline-block;
  padding: 5px 7px 5px 8px; 
  text-decoration: none; 
  cursor: pointer; 
  font: 12px Arial, sans-serif;
  color: #645f87 !important;
  background-color: #9c96be;  
  background: -moz-linear-gradient(top,  rgba(202,196,229,1) 0%, rgba(162,152,210,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,196,229,1)), color-stop(100%,rgba(162,152,210,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(202,196,229,1) 0%,rgba(162,152,210,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(202,196,229,1) 0%,rgba(162,152,210,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(202,196,229,1) 0%,rgba(162,152,210,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(202,196,229,1) 0%,rgba(162,152,210,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cac4e5', endColorstr='#a298d2',GradientType=0 ); /* IE6-9 */
  border:1px solid #9c96be;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
box-shadow:
  0px 1px 1px rgba(155,144,206,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.5);
text-shadow:
  0px -1px 0px rgba(000,000,000,0.2),
  0px 1px 0px rgba(255,255,255,0.2);
}

.button-tiny-square:hover{ text-decoration: none !important; color: white !important; }

.button-tiny-square:a{ text-decoration: none !important; color: white !important; }

.button-tiny-square{ 
  display: inline-block;
  padding: 2px 2px 2px 2px; 
  text-decoration: none; 
  cursor: pointer; 
  font: 10px Arial, sans-serif;
  color: #645f87 !important;
  background-color: #9c96be;  
  background: -moz-linear-gradient(top,  rgba(202,196,229,1) 0%, rgba(162,152,210,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,196,229,1)), color-stop(100%,rgba(162,152,210,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(202,196,229,1) 0%,rgba(162,152,210,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(202,196,229,1) 0%,rgba(162,152,210,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(202,196,229,1) 0%,rgba(162,152,210,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(202,196,229,1) 0%,rgba(162,152,210,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cac4e5', endColorstr='#a298d2',GradientType=0 ); /* IE6-9 */
  border:1px solid #9c96be;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
box-shadow:
  0px 1px 1px rgba(155,144,206,0.5),
  inset 0px 0px 1px rgba(255,255,255,0.5);
text-shadow:
  0px -1px 0px rgba(000,000,000,0.2),
  0px 1px 0px rgba(255,255,255,0.2);
}

@media screen and (max-width: 400px){
  .bottomspacer6 { padding-bottom: 15px;  }
}
