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

/*
** HTML elements
*/


body {
  margin: auto;
  padding:0px;
  color:#333333;
  background-color: #ffffff;
  background-attachment: fixed;
  font-family: Arial, Helvetica, Sans Serif;
  line-height: 120%;
  font-size: 14px;
}

form {
padding: 20px;
}

#user-login-form ul li {
background: none;
padding: 0;
padding-top: 15px;
margin: 0;
text-align: left;


}


#user-login-form ul li a {
font-weight: normal;
text-decoration: underline;
}


#pagewrapper {
  width: 802px;
  margin: auto;
  border: 1px solid #ccc;
  margin-top: 15px;
  padding: 2px;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 25px;
}


#secondary-menu {
  background-color: #fff;
  border: solid 1px #ccc;
  float: left;
  padding: 0px;
  width: 632px;
  margin-bottom: -2px;
}

#secondary-menu .secondary-links {
  font-size: 0.8em;
}


/* FIX FOR FIREFOX AND NEGATIVE MARGIN SHIFT */
html>/**/body #secondary-menu {
margin-bottom: 0px;
}


ul.secondary-links {
  list-style: none;
  margin:0;
  padding:0;
  font-size: 0.8em
}

ul.secondary-links li {
  text-decoration: none;
  background-color: #ffffff;
  background-image: none;
  padding-left: 0;
  padding-right: 0;
  float: left;
  margin: 0;
  font-size: 11px;
  line-height: 21px;
  border-right: 1px solid #cccccc;
  display: block;
}


ul.secondary-links li a {
  display: block;
  padding-left: 14px;
  padding-right: 15px;
  text-decoration: none;
  color: #333333;
  background: transparent;
}


ul.secondary-links li a:visited {
  color: #333333;
}


ul.secondary-links li a:hover {
  text-decoration: none;
  color:#ffffff;
  background-color: #c64934;
}


#searchtop {
  float: left;
  display: block;
  background-color: #fff;
  padding: 0;
  margin: 0;
  margin-right: -2px;
  margin-bottom: -22px;
  padding-bottom: -22px;
  height: 21px;
}


/* VERIFY IF NEEDED */
html>body #searchtop {
  height: 23px;
  display: block;
}


/* VERIFY IF NEEDED */
*+html>body #searchtop {
  display: block;
}

#search-block-form #edit-submit, #edit-submit-2,
#search-block-form label {
display: none;
}


#search-result #edit-submit, 
#search-result label {
  display: none;
}

#search-block-form {
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 4px;
  overflow: hidden;
}


#search-block-form .form-text {
  display: inline;
  color: #c64934;
  padding-bottom: 0px;
  padding-right: 0px;
  margin: 0;
  margin-top: -1px;
  width: 157px;
  border: 1px solid #ccc;
  font-size: 11px;
  padding: -1px;
  height: 17px;
  padding-top: 4px;
  padding-left: 5px;
}


/* MODIFICATIONS FOR FIREFOX SEARCH BOX */
html>body #search-block-form .form-text {
  margin: 0px;
  padding: 0px;
  height: 17px;
  padding-top: 4px;
  padding-left: 5px;
}


/* MODIFICATIONS FOR IE 7 SEARCH BOX */
*+html>body #search-block-form .form-text {
  margin: -1px;
  padding: -1px;
  height: 17px;
  padding-top: 4px;
  padding-left: 5px;
  margin-right: 0px;
}

.search-form {
  padding-left: 10px;
}


#headermain {
  width: 800px; 
  height: 200px; 	
  text-align: left; 	
  display: block;
  margin: 0px; 
  padding-top: 2px; 
  padding-bottom: 2px;
} 
 

/* VERIFY IF NEEDED */
html>/**/body #headermain {
padding-bottom: 4px;
}


/* IE6 FIX */
*html #headermain {
  display: inline;
}


#headerimg { 	
  float: left; 	
  margin-top: 0px; 
  padding-top: 0px; 
  padding-bottom: 2px; 	
  margin-right: 0px; 		
  width:800px; 	
  height: 200px; 	
  background: url(/images/header_short.jpg) no-repeat; 
} 


/* IE6 FIX */
*html #headerimg {
  margin-bottom: -2px;
  padding-bottom: 0px;
}


#content {
  background-color: fff;
  padding: 0px;
  margin: 0px;
}


/*  IE6 FIX */
*html table#content {
display: inline;
margin-top: 2px;
}


#contentstart {
  background-color: #fff;
}


#sidebar-left, #sidebar-right {
  font-size: 0.75em;
  width: 165px;
  padding: 0px;
  vertical-align: top;
  background: #FFF;
  margin: 0px;
  border: 0;
}


/* VERIFY IF NEEDED */
#sidebar-left li, #sidebar-right li {
  font-size: 1em;
}



/******************************************** ********** ********** **********/
/**********    Menu in Sidebars    ********** ********** ********** **********/
/******************************************** ********** ********** **********/

.block ul { 
  padding: 0;
  color: #ffffff;
}


.sidebar a.active { 					
  font-weight:bold;
  color:#08718d !important;
}


.sidebar ul {
  margin: 0;							
  padding: 0;
  padding-left: 1px;
}

.sidebar ul li{
  margin: 0;							
  padding-left: 1px;
  font-family: arial;
  padding:0 0 0 1.7em; 					
  vertical-align: middle;
  list-style-type: none;
  list-style-image: none;
  background: url(/images/menu2_bg.png);
  background-repeat:no-repeat;			
  line-height: 14px;
}




.sidebar ul li a{
  line-height: 25px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  position: relative;
  top: -2px;
  left: 2px;
}

.sidebar ul li a:hover {
  color: #08718d;
}

.sidebar ul li ul li a:hover {
  color: #990000;
}

.sidebar ul li.collapsed a:hover {
  color: #08718d;
}


.sidebar ul li a:visited {
  color: #000000;
}


/* VERIFY IF NEEDED */
.sidebar ul li.leaf a{
  vertical-align: middle;
  line-height: 25px;
  color: black;
}

.sidebar ul li.leaf a:hover{
color: #08718d;
}


.sidebar ul li ul li.leaf a{
  vertical-align: middle;
  line-height: 13px;
  color: #c64934;
}



/* FIX IE7 BUG */
.sidebar ul li:first-child.leaf a{
  position: relative;
  top: -4px;	
}


/* FIX FOR FIREFOX */
html>/**/body .sidebar ul li:first-child.leaf a{
  position: relative;
  top: -2px;	
}


.sidebar ul li ul li:first-child.leaf a{
  position: relative;
  top: -2px;	
}


.sidebar ul li ul li.leaf a:visited{
  vertical-align: middle;
  line-height: 13px;
  color: #c64934;
}


.sidebar ul li ul li.collapsed a, .sidebar ul li ul li.collapsed a:visited{
  vertical-align: middle;
  line-height: 13px;
  color: #c64934;
}


.sidebar ul li ul li.expanded a, .sidebar ul li ul li.expanded a:visited{
  line-height: 13px;
  color: #c64934;
}


.sidebar ul li ul li {
  position: relative;
  top: 1px;
  left: 0px;
  color: #000000;
  background-color: #ffffff;
  background: url(/images/indent1.png) no-repeat;
  margin-left:-1.9em;					
  padding:2px 0 0 2em;					
  background-position: 0.6em -0.09em;			
}

.sidebar ul li ul li.leaf a:hover{
  color: #990000;
}

.sidebar ul li ul li.collapsed a:hover {
  color: #990000;
}


.sidebar ul li ul li ul li {
  vertical-align: middle;
  background: url(/images/indent2.png) no-repeat;
  margin-left:-1.5em;						
  padding:0 0 0 2.5em;
  line-height: 1.55em;
  background-position: 0.6em -0.09em;	
}

.sidebar ul li ul li ul li ul li {
  margin-left:-4.5em;					
  padding:0 0 0 6em;
  background-position: 4.1em -0.2em;
  vertical-align: middle;
}



.sidebar ul li ul li ul li ul li ul li{
  margin-left:-4.0em;					
  padding:0 0 0 6em;
  background-position: 4.1em -0.2em;
  vertical-align: middle;
}


/* START OF MAIN CONTENT BLOCK */

#main {
  padding: 0px;
  margin: 0px;
}


.breadcrumb {
  background-color: #e7da12;
  height: 15px;
  padding-left: 25px;
  padding-top: 5px;
  margin-left: 6px;
  margin-right: 1px;
  border-top: 1px solid #ffffff;
  background-image: url(/images/arrow.png);
  background-repeat: no-repeat;
  background-position: .9em .7em;
  border-bottom: 2px solid white;
  font-size: 11px;
  text-decoration: none;
}


/* IE6 FIX */
*html .breadcrumb {
  height: 8px;
  padding-top: 2px;
  padding-bottom: 3px;
  background-image: url(/images/arrow.png);
  background-repeat: no-repeat;
  background-position: .9em .5em;
}

* FIX FOR FIREFOX */
html>/**/body .breadcrumb {
height: 15px;
}


.breadcrumb a:visited {
  color: blue;
}


#maincontent {
  background: url(/images/sfb.jpg) no-repeat;
  margin: 0px;
  margin-right: 1px;
  margin-left: 6px;
  padding: 0px;
  min-height: 539px;
  height: auto !important;
  height: 539px;
  width: 633px;
}


.print_html, .print_mail {
  float: right;
  margin-right: 2px;
  position: relative;
  top: -15px;
}

.print-page img{
  border: none;
  padding-right:7px;
}


.print-mail img{
  border: none;
}


.node .content {
  text-align: left; 
  font-size: 14px;
  line-height: 120%;
  padding: 0;
  margin: 0;
  padding-left: 13px;
}

.submitted {
  color: #999;
  font-size: 0.79em;
  border: 0px solid black;
}


h1, h2, h3, h4, h5, h6 {
  font-family: Verdana,Arial,Helvetica,Sans Serif;
  margin: 0;
}


h1 {
  color: #369;
  font-size: 1.6em;
}


h2 {
  background-color: none;
  color: #c64934;
  text-align: left;
  padding-top: 5px;
  padding-left: 12px;
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
}


h3 {
  color: #333333;
  font-size: 14px;
}


p {
  margin: 0;
  padding: 0;
  padding-left: 0px;
  padding-right: 3px;
  padding-bottom: 10px;
  font-family: verdana, arial, helvetica, sans serif;
  font-size: 14px;
  line-height: 140%;
}


a:link {
  text-decoration: none;
  color: blue;
}


a:visited {
  color: blue;
  text-decoration: none;
}


li {
  padding-top: 0px;
  background-position: 0px 2px;
  line-height: 0.5cm;
}


ul {
  margin: 0;
  padding-left: 25px;
  padding-bottom: 15px;
}

/* VERIFY IF NEEDED */
table.contentpaneopen {
  width: 100%;
  line-height: 0.5cm;
  padding:0px;
  padding-left:5px;
}


/* VERIFY IF NEEDED */
table.contentpaneopen td {
  font-family: Verdana,Arial,Helvetica,Sans Serif;
  font-size: 14px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
}


#footer-message {
  margin: 0;
  padding: 0px 100px 5px 100px;
  font-size: 0.65em;
  text-align: center;
  color: #aaa;
}


table#footer-menu {
  border-top: 3px none #69c;
  border-bottom: 3px none #69c;
  background-color: #ccc;
  color: #blue;
}


#footer-menu td {
  padding: 0px;
  font-size: 0.75em;
}


#footer-menu .primary-links, #footer-menu a:link, #footer-menu a:visited {
  color: #blue;
}


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


#footer-menu .primary-links h1, #footer-menu .primary-links h2, #footer-menu .primary-links h3 {
  font-size: .8em;
  color: #blue;
}


#footer-message p {
  font-size: 10px;
  font-color: blue;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  margin: 0;
}


blockquote {
  border-left: 0px solid #69c;  
  padding: 0 0px;
  margin: 10px 25px 25px 50px; 
  text-align: left; 
  font-size: 1.2em;
  line-height: 1.3em;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}


tbody {
  border-top: none;
}

.node table td {
  padding-left: 5px;
  padding-right: 4px;
}



/* MAINLY DRUPAL SPECIFIC CSS STYLE BELOW */

pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 1.2em;
  border: 0px solid #ddd;
}


.form-item {
  margin-top: 1em;
}


.form-item label {
  color: #369;
}


fieldset {
  border: 0px solid #ccc;
}

.item-list .title {
  color: #369;
  font-size: 0.85em;
}


#primary-menu {
  border-collapse: separate;
  background-color: #e0edfb;
  border-bottom: 3px solid #69c;
}


#primary-menu tr {
  background: transparent url(header-a.jpg) left bottom repeat; /* LTR */
}


td#home {
  background: transparent url(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: 144px;
  height: 63px;
}


td#home a:hover img {
  background: transparent url(logo-hover.jpg) repeat; /* LTR */
  width: 144px;
  height: 63px;
}


.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(header-b.jpg) left top no-repeat; /* LTR */
  font-size: 0.79em;
}


#primary-menu .primary-links h1, #primary-menu .primary-links h2, #primary-menu .primary-links h3 {
  font-size: 2.3em;
  color: #369;
}


ul.links li {
  border-left: 1px solid #ff8c00;  
}


#navlist li {
  border-left: 1px solid #369; 
}


#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;
}


#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.5em;
  margin: 0.2em;
}


#search .form-text {
  width: 9em;
}
#search .form-submit {
  height: 1.5em;
}


#mission {
  background-color: #fff;
  color: #696969;
  border-top: 0px solid #dcdcdc;
  border-bottom: 0px solid #dcdcdc;
  padding: 10px;
  margin: 20px 35px 0 35px;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}


#site-info {
  background-color: #bdd3ea;
  background-image: url(header-c.png);
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}


.site-name {
  font-size: 1.2em;
}


.site-name a:link, .site-name a:visited {
  color: #fff;
}


.site-name a:hover {
  color: #ff8c00;
  text-decoration: none;
}


.site-slogan {
  font-size: 0.8em;
  font-weight: bold;
}


#mission, .node .content, .comment .content {
  line-height: 1.4;
}


#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}


.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}


.error {
  border-color: red;
}


.nav {
  padding: 0;
  margin: 0;
}


.comment .content {
  text-align: left; /* LTR */
  font-size: 0.85em;
}




/*
** 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 h1 {
  color: #369;
  font-size: 1.9em;
}
.content h2 {
  color: #58b;
  font-size: 1.7em;
}
.content h3 {
  color: #333333;
  font-size: 16px;
padding: 0;
padding-bottom: 10px;
}
.content h4 {
  color: #8be;
  font-size: 1.3em;
}
.content h5 {
  color: #96c6f6;
  font-size: 1.15em;
}

div.links {
  color: #ff8c00;
}
.links a {
  font-weight: bold;
}
.box {
  padding: 0 0 1.5em 0;
}
.box {
  padding: 0;
  margin: 0;
}
.box h2 {
  font-size: 9px;
}
.block .title h3 {
  color: #369;
  font-size: 18px;
  font-weight: bold;
  padding: 0px; 
  margin: 0px;

}
.block .content {
  padding: 0px;
}
.block {
  margin-bottom: 1.5em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2.5em 0;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.0em;
  padding: 0em;
height: 0;
}
.node .picture {
  border: 0px solid #fff;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title {
  font-size: 1em;
  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;
  margin-left: 2px; /* LTR */
  color: red;
}
.comment .picture {
  border: 0px solid #fff;
  float: right; /* LTR */
  margin: 10px;
}
div.links {
  font-size: 0.75em;
}
div.links .prev, div.links .next, div.links .up {
  font-size: 1.15em;
}
.titles .prev, .titles .next {
  font-size: 0.85em;
  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;
}
#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;
  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: 0px 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;
}
.block-forum h3 {
  margin-bottom: .5em;
}




dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em;
}


div.error{
margin-left: 5px;
}


tr.odd td, tr.even td {
  padding: 0.3em;
}

.tabs {
margin-left: 6px;
}



