body {
  font-family: arial, helvetica, sans-serif;
  color: #444444;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1em; /* 16px */
  background-color: #eeeeee;
}

a {
  color: #2E649C;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.25em;
  font-weight: bold;
}

h5 {
  font-size: 1.25em;
  font-weight: bold;
}

img {
  border: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-repeat: no-repeat;
  background-position: top right;
}

table th {
  text-align: left;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin: 0 0 1em 0;
}

label {
  display: block;
  margin-bottom: 1em;
}

label span.text_label {
  float: left;
  width: 10em;
  padding-top: 6px;
}

input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  border: 1px #c6c6c6 solid;
  height: 1.4em;
  padding: 0.30em; 
  background-image: url(/images/input-background.png);
  background-repeat: repeat-x;
  background-color: #f3f3f3;
  width: 30em;
}

input[disabled], select[disabled], textarea[disabled] {
  border-color: #e9e9e9;
  background-image: none;
}

select {
  height: 2.1em;
  width: 31em;
}

input[type=hidden] {
  border: 0 none;
  background-image: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

input[type=file] {
  height: 2em;
  padding: 0;
  font-size: 1.11em;
}

input[type=radio], input[type=checkbox] {
  height: auto;
  width: auto;
  padding: 0;
  border: 0 none;
  background-image: none;
  background-color: transparent;
  padding: 0;
}

textarea {
  height: 10em;
}

button {
  cursor: pointer;
}

fieldset {
  border: 0;
  background-color: #FFF;
  border: 1px #dadada solid;
  border-top: 0 none;
  padding: 1em;
  margin: 0 0 1em 0;
  width: 532px;
}

fieldset legend {
  margin: 0 -13px 0 -13px;
  display: block;
  color: #444444;
  font-weight: bold;
  padding: 10px 0 0 0;
  height: 33px;
  font-weight: bold;
  font-size: 1.17em;
  border: 1px solid #DADADA;
  background-image: url(/images/header-background.png);
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #efefef;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-radius: 5px 5px 0 0;
}

fieldset legend span {
  padding: 2px 1em;
  margin: 0;
  display: block;
  position: relative;
  height: 23px;
  width: 532px;
}

fieldset.hidden {
  border: none;
  background-color: inherit;
  margin: 0;
  padding: 0;
}

fieldset fieldset {
  padding: 0;
  border: none;
  width: auto;
}

fieldset.checkbox_group, fieldset.radio_group {
  border: 0 none;
  margin-left: 10em;
  padding: 0;
}

fieldset.checkbox_group input, fieldset.radio_group input {
  width: auto;
  display: inline;
  float: none;
}

fieldset.checkbox_group span.text_label, fieldset.radio_group span.text_label {
  display: inline;
  font-weight: normal;
  float: none;
}

fieldset.buttons {
  background-color: transparent;
  border: none;
}

span.not_set {
  color: #CCC;
}

label.required span.text_label:after {
  content: ' *'
}

div.flash {
  background-color: #feffcd;
  border: 1px solid #ddde95;
  color: #6b6b49;
  padding: 1em;
  margin-bottom: 1em;
}

div.flash a.close {
  float: right;
}

div.navigation ul {
  margin: 0;
  padding: 0;
}

div.navigation ul li {
  display: inline;
  list-style-type: none;
  padding-left: 0.625em;
  padding-right: 0.625em;
}

div.panel {
  margin-top: 1em;
  padding: 0;
  background-color: #fff;
  border: 1px solid #dadada;
}

div.sub-panel {
  padding: 0.585em 1em; 
  background-color: #EFEFEF;
}

div.panel div.content {
  padding: 0.585em 1em;
}

div.panel div.panel {
  width: 277px;
  margin: 0;
  float: left;
  border-top: 0px none;
}

div.panel fieldset {
  border: 0 none;
}

div.panel h2 {
  margin: -6px -1px 0 -1px;
  padding: 0.585em 1em;
  border: 1px solid #DADADA;
  background-image: url(/images/header-background.png);
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #efefef;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-radius: 5px 5px 0 0;
}

div.features h4 {
  margin: -6px -1px 0 -1px;
  padding: 0.585em 1em;
  border: 1px solid #DADADA;
  background-image: url(/images/content-background.png);
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #efefef;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-radius: 5px 5px 0 0;
  
}

div.panel h5 {
  margin: -6px -1px 0 -1px;
  padding: 0.585em 1em;
  border: 1px solid #DADADA;
  background-image: url(/images/marketing-background.png);
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #efefef;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  color:#EEEEEE;
}

div.features span {
	text-align: left;
}

div.panel h3 {
  margin: 0;
  padding: 0.585em 1em;
  background-image: url(/images/header-background.png);
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #efefef;
  border-bottom: 1px solid #DADADA;
}

div.breadcrumbs {
  margin-bottom: 1em;
}

input.openid {
  padding-left: 28px;
  background-image: url(/images/openid-input-background.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#masthead {
  height: 80px;
  background-color: #012b62;
  background-image: url(/images/masthead-background.png);
  background-repeat: repeat-x;
  padding: 0 6.25em 0 6.25em;
}

#masthead h1 {
  margin: 0;
  float: left;
  padding-left: 1em;
}

#content  {
  font-size: 0.75em;
  padding: 1em 3.75em 1em 3.75em;
  width: 70em;
  margin: 0 auto;
}

#footer {
  clear:both;
  color:#AAAAAA;
  font-size:0.7em;
  padding-bottom:1em;
  padding-top:2em;
  text-align:center;
}

#footer p {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

#footer p img {
  margin-bottom: 1em;
}

#footer a {
  color: #aaaaaa;
}

#footer a:hover {
  color: #aaaaaa;
  text-decoration: none;
}

span.footnote {
  font-size: 75%;
}

fieldset span.footnote {
  display: block;
  margin-left: 13.333em;
}

#newsletters_report div.graph {
  float: right;
}

br.clear {
  clear: both;
}
