/* $Id: style.css,v 1.24 2007/12/22 23:24:26 goba Exp $ */

/*
** HTML elements
*/
body {
  color: #000;
  background-color: #fff;
  font-size: 10pt;
  margin: 0;
  padding: 0;
}
body, p, td, li, ul, ol {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
}
h1 {
  color: #369;
  /* font-size: 1.6em; 20pt*/
  font-size: 16px;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
a:link {
  text-decoration: none;
  /*font-weight: bold;*/
  /* color: #ff8c00; */
  color: #369;
}
a:visited {
  text-decoration: none;
  /* font-weight: bold; */
  /* color: #c96; */
  color: #369;
}
a:hover, a:active {
  /* font-weight: bold; */
  /* color: #ff4500; */
  color: #369;
  /* text-decoration: underline; */
}
fieldset {
  border: 1px solid #ccc;
}
p {
  margin: 0 0 1.3em 0;
  padding: 0;
}
blockquote {
  border-left: 4px solid #69c;  /* LTR */
  padding: 0 15px;
  margin: 25px 100px 25px 50px; /* LTR */
  color: #696969;
  text-align: left; /* LTR */
  /* font-size: 1.2em; 14pt */
  font-size: 10pt;
  /* line-height: 1.3em; 15pt; */
  line-height: 12pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  /* font-size: 1.2em; 14pt */
  font-size: 10pt;
  border: 1px solid #ddd;
}
.form-item {
  margin-top: 1em;
  text-align: left;
}
.form-item label {
  color: #369;
}
.item-list .title {
  color: #369;
  /* font-size: 0.85em; 10pt */
  font-size: 10pt;
}

/*
** Page layout blocks / IDs
*/
#primary-menu {
  border-collapse: separate;
  background-color: #e0edfb;
  border-bottom: 2px solid #000;
}
#primary-menu tr {
  background: transparent url(esa-cci-header-a.jpg) left bottom repeat; /* LTR */
}
td#home {
  background: transparent url(esa-cci-logo-background.jpg) left top repeat; /* LTR */
}
td#home a:link img, td#home a:visited img {
  background: transparent url(logo-active.jpg) repeat; /* LTR */
  width: 190px;
  height: 90px;
}
td#home a:hover img {
  background: transparent url(logo-hover.jpg) repeat; /* LTR */
  width: 190px;
  height: 90px;
}
.primary-links, .primary-links a:link, .primary-links a:visited {
  color: #369;
}
.primary-links a:hover {
  color: #000;
}
#primary-menu .primary-links {
  background: transparent url(esa-cci-header-b.jpg) right top no-repeat; /* LTR */
  height: 100px;
  /* font-size: 0.79em; 10pt */
  font-size: 10pt;
}
#primary-menu .primary-links h1, #primary-menu .primary-links h2, #primary-menu .primary-links h3 {
  /* font-size: 2.3em; */
  font-size: 12pt;
  color: #369;
}
#secondary-menu {
  border-collapse: separate;
  /*background-color: #fff;
  border-bottom: 3px solid #69c;*/
  background-color: #000;
  border-bottom: 2px solid #000;
}
.secondary-links, .secondary-links a:link, .secondary-links a:visited {
  color: #fff;
}
.secondary-links a:hover {
  color: #fff;
  text-decoration: underline;
}
#secondary-menu .secondary-links {
  /* font-size: 0.85em; 10pt */
  font-size: 11px;
}
ul.links li {
  border-left: 1px solid #369; /* LTR */
}
#navlist li {
  border-left: 1px solid #369; /* LTR */
}
#subnavlist li, ul.primary-links li, ul.secondary-links li {
  border-left: 1px solid #fff; /* LTR */
}
#navlist li.first, #subnavlist li.first, ul.links li.first {
  border: none;
}
.tabs {
  margin: 15px 0;
}
.tabs ul.primary {
  border-collapse: collapse;
  padding: 0 0 3px 10px; /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 0;
  height: auto;
  line-height: normal;
  border-bottom: 2px solid #369;
}
.tabs ul.primary li {
  display: inline;
}
.tabs ul.primary li a {
  padding: 3px 10px;
  background: #fff url(tabs-off.png) left top no-repeat; /* LTR */
  border-color: #69C;
  border-width: 2px;
  border-style: none solid none none; /* LTR */
  height: auto;
  margin-right: 10px; /* LTR */
  text-decoration: none;
  text-transform: lowercase;
}
.tabs ul.primary li.active a {
  background: #369 url(tabs-on.png) left top no-repeat; /* LTR */
  border-right: 2px solid #369; /* LTR */
  color: #fff;
}
.tabs ul.primary li a:hover {
  background-color: #fffaf0;
  color: #ff4500;
}
.tabs ul.secondary {
  border-collapse: collapse;
  padding: 10px 0;
  margin: 0;
  white-space: nowrap;
  width: 100%;
  list-style: none;
  height: auto;
  line-height: normal;
  border-bottom: none;
}
.tabs ul.secondary li {
  display: inline;
  height: auto;
  padding: 0 0 0 10px; /* LTR */
  text-decoration: none;
  border-right: none; /* LTR */
}
.tabs ul.secondary li a {
  background: #fff url(tabs-option-off.png) left center no-repeat; /* LTR */
  padding: 10px 0 10px 25px; /* LTR */
  margin: 0;
}
.tabs ul.secondary li a.active {
  background: #fff url(tabs-option-on.png) left center no-repeat; /* LTR */
  color: #369;
  border-bottom: none;
}
.tabs ul.secondary li a:hover {
  background: #fff url(tabs-option-hover.png) left center no-repeat; /* LTR */
  color: #FF4500;
}
#content {
  background-color: #fff;
}
#contentstart {
  background-color: #fff;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right; /* LTR */
  vertical-align: middle;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  /* font-size: 0.85em; 10.5pt */
  font-size: 10pt;
  margin: 0.2em;
}
#search .form-text {
  width: 9em;
}
#search .form-submit {
  height: 1.5em;
}
#mission {
  background-color: #fff;
  color: #696969;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  padding: 10px;
  margin: 20px 35px 0 35px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /* font-size: 1.1em; 13pt */
  font-size: 10pt;
  font-weight: normal;
}
#site-info {
  background-color: #bdd3ea;
  background-image: url(esa-cci-header-c.png);
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.site-name {
  /* font-size: 1.2em; 14pt */
  font-size: 10pt;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  /* color: #ff8c00; */
  color: #369;
  text-decoration: none;
}
.site-slogan {
  /* font-size: 0.8em; 10pt */
  font-size: 10pt;
  /* font-weight: bold; */
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  /*padding: 30px 35px 50px 35px; */
  padding: 0 0 0 0;
  /* background: transparent url(background.png) center center no-repeat; */
  /* fix background overlapping text in IE (aka Peekaboo Bug) */
  position: relative;
}
#mission, .node .content, .comment .content {
  /* line-height: 1.4; 16pt*/
  line-height: 12pt;
}
#help {
  /* font-size: 0.9em; 11pt; */
  font-size: 10pt;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
.nav {
  padding: 0;
  margin: 0;
}
#sidebar-left, #sidebar-right {
  /* font-size: 0.75em; 9pt */
  font-size: 10px;

  /* width: 175px; */
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  /* padding: 25px 10px 75px 10px; */
  padding: 0 0 0 0;
  vertical-align: top;
  background: #CCDEEC;
}
#sidebar-left {
  border-right: 3px solid #f5f5f5;
    width: 247px;
}
#sidebar-right {
  border-left: 3px solid #f5f5f5;
  width: 247px;
}
#sidebar-left li, #sidebar-right li {
  /* font-size: 1em; 12pt */
  font-size: 10pt;
  line-height: 1.2;
}
#wrapper{
  width: 720px;
  padding: 15px;
}

.node .content {
  text-align: left; /* LTR */
  /* font-size: 0.85em; 10pt */
  font-size: 10pt;
  /* line-height: 1.3; */
  line-height: 1.2;
}
.comment .content {
  text-align: left; /* LTR */
  /* font-size: 0.85em; 10pt */
  font-size: 10pt;
  /* line-height: 1.3; */
  line-height: 1.2;
}
#footer-message {
  /* font-size: 0.85em; 10pt */
  font-size: 10pt;
  text-align: center;
  color: #000;
}
table#footer-menu {
  /* border-top: 3px solid #69c; */
  border-top: 1px solid #000;
  /* border-bottom: 3px solid #69c; */
  border-bottom: 1px solid #000;
  /* background-color: #369; */
  background-color: #000;
  /* color: #e4e9eb; */
  color: #fff;
}
#footer-menu td {
  padding: 5px;
  /* font-size: 0.75em; 9pt*/
  font-size: 7.5pt;
}
#footer-menu .primary-links, #footer-menu a:link, #footer-menu a:visited {
  color: #e4e9eb;
}
#footer-menu a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer-menu .primary-links h1, #footer-menu .primary-links h2, #footer-menu .primary-links h3 {
  /* font-size: 1.3em; 15pt */
  font-size: 12pt;
  color: #e4e9eb;
}
/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
#content .title, #content .title a {
  color: #369;
}
.content h1 {
  color: #369;
  /* font-size: 1.9em; 23pt*/
  font-size: 12pt;
}
.content h2 {
  color: #58b;
  /* font-size: 1.7em; 21pt */
  font-size: 12pt;
}
.content h3 {
  color: #69c;
  /* font-size: 1.5em; 18pt */
  font-size: 12pt;
}
.content h4 {
  color: #8be;
  /* font-size: 1.3em; 15pt */
font-size: 10pt;
}
.content h5 {
  color: #96c6f6;
  /* font-size: 1.15em; 14pt*/
  font-size: 10pt;
}
.submitted {
  color: #999;
  /* font-size: 0.79em; 10pt */
  font-size: 10pt;
}
div.links {
  /* color: #ff8c00; */
  color: #369;
}
.links a {
  font-weight: bold;
}
.box {
  /* padding: 0 0 1.5em 0; */
  padding: 0 0 12pt 0;
}
.box {
  padding: 0;
  margin: 0;
}
.box h2 {
  /* font-size: 9px; 7pt */
  font-size: 6pt;
}
.block .title h3 {
  border-bottom: 2px solid #69c;
  /* color: #369; */
  color: #fff;
  /* font-size: 12px; 9pt*/
  font-size: 12pt;
  /* font-weight: bold; */
  /*padding: 10px 5px 10px 30px;*/ /* LTR */
  padding: 2px 2px 2px 5px;
  /*  margin-bottom: .25em; 5pt */
  margin-bottom: 1pt;
  /* background: transparent url(icon-block.png) left center no-repeat; */ /* LTR */
  background-color: #0098DB;
}
.block .content {
  padding: 5px;
  line-height: 12pt;

}
.block {
  /* margin-bottom: 1.5em; */
  margin-bottom: 0pt;
}
.box .title {
  /* font-size: 1.1em; 13pt*/
  font-size: 10pt;
}
.node {
  /* margin: .5em 0 2.5em 0; */
  margin: 0 0 10pt 0;
  border-bottom: 1pt solid #009ADA;
}
.node .content, .comment .content {
  /* margin: .5em 0 .5em 0; */
  margin: 0 0 5pt 0;
}
.node .taxonomy {
  color: #999;
  /* font-size: 0.83em; 10pt*/
  font-size: 10pt;
  /* padding: 1.5em; */
  padding: 2pt;
}
.node .picture {
  border: 1px solid #fff;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title {
  /* font-size: 1em; 12pt */
  font-size: 10pt;
  padding: 10px 0 12px 19px; /* LTR */
  background: transparent url(icon-comment.png) left center no-repeat; /* LTR */
}
.comment .new {
  font-weight: bold;
  /* font-size: 1em; 12pt*/
  font-size: 10pt;
  margin-left: 2px; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #fff;
  float: right; /* LTR */
  margin: 10px;
}
div.links {
  /* font-size: 0.75em; 9pt*/
  font-size: 8pt;
}
div.links .prev, div.links .next, div.links .up {
  /* font-size: 1.15em; 14pt */
  font-size: 10pt;
}
.titles .prev, .titles .next {
  /* font-size: 0.85em; 10pt */
  font-size: 10pt;
  font-weight: bold;
  color: #444;
}
.hide {
  display: none
}
.nav .links .next a:link {
  padding: 17px 17px 17px 0; /* LTR */
  background: transparent url(arrow-next.png) right center no-repeat; /* LTR */
}
.nav .links .next a:visited {
  padding: 17px 17px 17px 0; /* LTR */
  background: transparent url(arrow-next-visited.png) right center no-repeat; /* LTR */
}
.nav .links .next a:hover {
  padding: 17px 17px 17px 0; /* LTR */
  background: transparent url(arrow-next-hover.png) right center no-repeat; /* LTR */
}
.nav .links .prev a:link {
  padding: 17px 0 17px 17px; /* LTR */
  background: transparent url(arrow-prev.png) left center no-repeat; /* LTR */
}
.nav .links .prev a:visited {
  padding: 17px 0 17px 17px; /* LTR */
  background: transparent url(arrow-prev-visited.png) left center no-repeat; /* LTR */
}
.nav .links .prev a:hover {
  padding: 17px 0 17px 17px; /* LTR */
  background: transparent url(arrow-prev-hover.png) left center no-repeat; /* LTR */
}
.nav .links .up a:link {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up.png) center top no-repeat;
}
.nav .links .up a:visited {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up-visited.png) center top no-repeat;
}
.nav .links .up a:hover {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up-hover.png) center top no-repeat;
}

/*
** Administration page styles
*/
div.admin-panel .description {
  color: #999;
}
div.admin-panel h3 {
  background-color: #369;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
div.admin-panel .body {
  background: #fffaf0;
}

/*
** Module specific styles
*/
.content .active {
  color: #369;
}
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source {
  color: #999;
  font-style: italic;
  /* font-size: 0.85em; 10pt */
  font-size: 10pt;
}
#aggregator .title {
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#tracker th {
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd; /* LTR */
  border-left: 1px solid #fafafa; /* LTR */
}
#tracker th img {
  float: right; /* LTR */
}
#tracker tr.even, #tracker tr.odd {
  background-color: #fff;
}
#tracker td {
  vertical-align: top;
  padding: 1em 1em 1em 0; /* LTR */
  border-bottom: 1px solid #bbb;
}
#forum {
  margin: 15px 0 15px 0;
  background-color: #fff;
}
#forum table {
  width: 100%;
  border: 2px solid #69c;
}
#forum table tr th {
  text-align: center;
  background: #69c;
  color: #fff;
  /* font-size: 0.75em; 9pt*/
  font-size: 7pt;
  border-bottom: 1px solid #aaa;
}
#forum table tr th a  {
  color: #fff;
  text-decoration: underline;
}
#forum table tr th img {
  margin: 0;
}
#forum tr.odd {
  background: #e0edfb;
}
#forum tr.even {
  background: #fff;
}
#forum td {
  padding: 0.5em;
}
#forum td.container {
  color: #000;
  background: #369 url(forum-container.jpg) right top no-repeat; /* LTR */
  border: 2px solid #69c;
}
#forum td.container a {
  color: #e4e9eb;
  padding: 20px 0 20px 35px; /* LTR */
  background: transparent url(forum-link.png) left center no-repeat; /* LTR */
}
#forum td.container a:visited {
  color: #e4e9eb;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  /* font-size: 0.9em; 10.5pt*/
  font-size: 8pt;
}
.block-forum h3 {
  margin-bottom: .5em;
}
