/* Styles for main content area */

#sidebar-right a {
  color: #1c4ec1;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
}
#sidebar-right a:hover {
  text-decoration: underline;
}
#sidebar-right a.loud {
  font-weight: bold;
}
#sidebar-right a.quiet {
  color: #2261f5;
}
#sidebar-right dd {
  margin: 0em 10px 5px 0px;
  padding: 0em 0px 5px 20px;
  font-style: italic;
}
#sidebar-right dl {
  margin: 0em 0px 5px 0px;
}
#sidebar-right dt {
  font-family: Georgia, Times, serif;
  font-size: 14px;
  line-height: 1.071;
  color: #333333;
}
#sidebar-right fieldset {
  margin: 0em 0px 13px 0px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5; 
  margin-bottom: 15px;
}
#sidebar-right h1, #sidebar-right h1.title {
  color: #326f13;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.154;
  margin: 5px 0px; 
  clear: both;
}
#sidebar-right h1.title {
  margin: 0px 0px 5px 0px;
}
#sidebar-right h2, #sidebar-right h2.title, #sidebar-right h2 a, #sidebar-right h2.title a, #sidebar-right h5 {
  color: #326f13;
  font-weight: normal;
  font-size: 20px; 
  line-height: 1;
  margin: 15px 0px 5px 0px; 
  clear: both;
}
#sidebar-right h3, #sidebar-right h3 a, #sidebar-right h4, #sidebar-right h4 a {
  color: #326f13;
  font-weight: normal;
  font-size: 15px;
  line-height: 1; 
  margin: 10px 0px 10px 0px; 
}
#sidebar-right h3 {
  clear: both;
}
#sidebar-right h5 { /* This tag is hijacked by xTree.js to be an expand/collapse tag */
  padding: 0px 0px 0px 15px;
  text-decoration: none;
  cursor: pointer;
  clear: both;
}
#sidebar-right h5:hover {
  text-decoration: underline;
}
#sidebar-right h5, #sidebar-right h5.xTreeCollapsed {
  background-image: url(images/menu-collapsed.gif);
  background-position: left center;
  background-repeat: no-repeat;
  margin: 5px 0px 15px 0px;
}
#sidebar-right h5.xTreeExpanded {
  background-image: url(images/menu-expanded.gif);
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
#sidebar-right div.xTreeCollapsed {       
  display: none;
}
#sidebar-right div.xTreeExpanded {
  margin-bottom: 15px;
  padding: 13px 5px 2px 14px;
  border-left: 1px solid #efefef; 
  background-image: url(images/bg-h5.png); 
  background-repeat: no-repeat;
}
#sidebar-right h6 { /* This tag is hijacked by xTree.js to terminate an expand/collapse tag, and to escape floating items */
  display: none;
}
#sidebar-right hr {
  display: block;
  color: #000000;
  background-color: #000000;
  height: 1px;
  border: 0;
  margin-bottom: 14px;
}
#sidebar-right legend {
  font-weight: bold;
  color: #428d00;
}
#sidebar-right p {
  font-size: 14px;
  line-height: 1.071; 
  margin: 0px 0px 15px 0px;
}
#sidebar-right p.error {
  padding: 10px;
  border: 1px solid #cccccc;
}
#sidebar-right pre {
  background-color: transparent;
  padding: 8px 9px;
  border: 1px solid #cccccc;
}
#sidebar-right table {
  font-size: 14px; 
  line-height: 1.071; 
  margin: 0px 0px 10px 0px;
}
#sidebar-right tbody { /* Bypasses evil styles in /modules/system/defaults.css */
  border: 0;
}
#sidebar-right td {
  font-size: 14px;
  line-height: 1.071;
  margin: 0px 0px 10px 0px;
}
#sidebar-right ul {
  font-size: 14px; 
  line-height: 1.071; 
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 15px; 
  list-style-type: disc;
}
#sidebar-right ol {
  font-size: 14px; 
  line-height: 1.071; 
  margin: 0px 0px 10px 0px;
  padding: 0em 0px 0em 20px;
}
#sidebar-right ul li {
  margin: 0px 0px 5px 0px;
  padding: 0;
}
#sidebar-right ol li {
  margin: 0px 0px 5px 0px;
  padding: 0;
}


/* Form Elements */
#sidebar-right input.text, #sidebar-right input.number, #sidebar-right input.date, #sidebar-right textarea {
  color: #000000; 
  font-size: 11px;
  line-height: 1; 
  padding: 2px 3px;
  background-color: #f0f0f0; 
  background-image: url(images/bg-entry.gif);
  background-repeat: repeat-x;
  border: 0;
  border-left: 1px solid #aeaeae;
  margin: 0px 0px 5px 0px;
}
#sidebar-right input.text:focus, #sidebar-right input.number:focus, #sidebar-right input.date:focus, #sidebar-right input.date:focus, #sidebar-right textarea:focus {
  background-image: url(images/bg-entry-focus.gif);
  background-color: #e8e8e8; 
}
#sidebar-right input.number {
  text-align: right;
}
#sidebar-right input.submit,#sidebar-right input.form-submit {
  color: #ffffff;
  background-color: #a6a6a6;
  font-size: 11px;
  line-height: 1;
  border: 1px solid #e8e8e8;
  padding: 1px;
  margin: 0px 0px 0px 0px;
}
#sidebar-right input.submit:hover,#sidebar-right input.form-submit:hover {
  background-color: #666666;
}
#sidebar-right input.cancel {
  color: #666666;
  background-color: #eeeeee;
  border: 1px outset;
}
#sidebar-right input.cancel:hover {
  color: #666666;
  background-color: #ffffff;
  border: 1px inset;
}
#sidebar-right select,option,optgroup {
  color: #000000; 
}
#sidebar-right optgroup {
  font-style: normal;
  font-weight: normal;
  color: #428d00;
  padding: 0em 0px 0em 3px;
}
#sidebar-right optgroup option {
  padding: 0em 0px 0em 10px;
}
#sidebar-right option {
  padding: 0em 0px 0em 3px;
}

/* Classes */
#sidebar-right .boxleft {
  width: 200px; 
  color: #428d00; 
  background-color: #EEEEEE; 
  padding: 10px; 
  margin: 10px 10px 10px 0px;
  float: left; 
  clear: left;
} 
#sidebar-right .boxright {
  width: 200px; 
  color: #428d00; 
  background-color: #EEEEEE; 
  padding: 10px; 
  margin: 10px 0px 10px 10px;
  float: right; 
  clear: right;
}
#sidebar-right .captionleft    {
  color: #428d00; 
  font-family: Georgia, Times, serif;
  font-weight: normal;
  float: left;  
  clear: left;
  font-size: 14px; 
  line-height: 1.071; 
  margin: 10px 10px 10px 0px;
  width: 200px; 
  text-align: left;
  padding: 10px 10px 10px 0px; 
}
#sidebar-right .captionright   {
  color: #428d00; 
  font-family: Georgia, Times, serif;
  font-weight: normal;
  float: right; 
  clear: right;
  font-size: 14px;
  line-height: 1.071; 
  margin: 10px 0px 10px 10px; 
  width: 200px; 
  text-align: right;
  padding: 10px 0px 10px 10px; 
}
#sidebar-right .error {
  color: #cc0000;
}
#sidebar-right .imgleft {
  float: left;  
  clear: left;
  padding: 5px 10px 5px 0px;
}
#sidebar-right .imgright {
  float: right; 
  clear: right;
  padding: 5px 0px 5px 10px;
}
#sidebar-right .label {
  color: #000000;
  font-weight: bold;
}
#sidebar-right .loud {
  color: #428d00;
  font-weight: bold;
}
#sidebar-right .quiet {
  color: #888888;
}
#sidebar-right .quotation {
  color: #c6dd39;
  display: block;
  padding: 0px 10px;
}
#sidebar-right .quotation-author:before {
  content: '-- ';
}
#sidebar-right .quotation-author {
  color: #888888;
  display: block;
  text-align: right;
  padding: 0px 10px;
}
#sidebar-right .required {
  color: #990000;
}
#sidebar-right .links {
  padding: 0px 10px;
}
#sidebar-right .links ul.links {
  padding-left: 0;
}
#sidebar-right .messages {
  background-color: #eeeeee;
  padding: 10px 10px;
  margin-bottom: 10px;
}
#sidebar-right .ad {
  width: 200px;
  border: 5px solid black;
  float: left;
  margin: 0px 20px 20px 0px;
}
#sidebar-right .ad .title {
  display: block;
  background-color: #000000;
  padding-bottom: 5px;
}
#sidebar-right .ad .title *, #sidebar-right .ad .title a {
  color: #ffffff;
  font-size: 11px;
  line-height: 1.364;
}
#sidebar-right div.xCaption {
}
#sidebar-right p.xCaption {
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding: 0px 0px 5px 0px; 
}
#sidebar-right p.xCaption a {
  font-size: 10px;
  line-height: 1.5;
}
#sidebar-right .body img.xCaption {
}

/* Tighten padding in TinyMCE toolbar */
#sidebar-right td.mceToolbar table {
  margin-bottom: 0px;
}

#join {
  width: 195px; /* total: 355px */
  height: 72px; /* total: 93px */
  background-image: url(/images/join-today-355.jpg);
  background-repeat: no-repeat;
  padding: 22px 0px 0px 160px;
}
#join .email {
  width: 120px;
  float: left;
  color: #6d6d6d;
  font-size: 11px;
  line-height: 1.364;
  border: 0;
  padding: 0;
}

#newsList {
  background-image: url(/images/bg-news.gif);
  background-repeat: repeat-x;
}
#newsList .heading {
  padding: 8px 7px 8px 8px;
}
#newsList .heading a {
  color: #000000;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
#newsList .items {
  padding: 0px 5px 15px 8px;
}
#newsList .item {
	padding-bottom: 11px;
}
#newsList .date {
  color: #666666;
  font-size: 10px;
  line-height: 1.1;
  padding: 0px 7px 0px 0px;
}
#newsList .title {
  padding: 0px 7px 0px 0px;
}
#newsList .title a {
  color: #1c4ec1;
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  padding-bottom: 4px;
  text-decoration: none;
}
#newsList .title a:hover {
  text-decoration: underline;
}

/*
#join {
  width: 315px; 
  height: 72px; 
  background-image: url(/images/join-today.jpg);
  background-repeat: no-repeat;
  padding: 33px 0px 0px 188px;
}
#join .email {
  width: 120px;
  float: left;
  color: #6d6d6d;
  font-size: 11px;
  line-height: 1.364;
  border: 0;
  padding: 0;
}
#newsList {
  background-image: url(/images/bg-news.gif);
  background-repeat: repeat-x;
}
#newsList .title {
  padding: 3px 7px 5px 7px;
}
#newsList .title a {
  color: #000000;
  font-size: 12px;
  line-height: 1.25;
  text-decoration: none;
}
#newsList .title a:hover {
  text-decoration: underline;
}
#newsList .items {
  padding: 0px 14px 15px 14px;
}
#newsList .items a {
  color: #1c4ec1;
  font-size: 11px;
  line-height: 1;
  padding-bottom: 4px;
  text-decoration: none;
}
#newsList .items a:hover {
  text-decoration: underline;
}

*/

#regional-data {
    color: red;
}
#regional-data th {
  text-align: right;
}
