/* $Id: xtemplate.css,v 1.1 2004/02/15 14:54:39 dries Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 1.0em  0.2em 2.0em 0.2em;
  color: #000;
  background-color: #F9F9F9;
  font: 76% Helvetica, Gill Sans, Verdana, arial, sans-serif; /*Verdana, Arial, Helvetica, sans-serif;*/
  align: center;
}
tr.dark {
  background-color: #ddd;
}
tr.light {
  background-color: #eee;
}
tr.dark td, tr.light td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #000099;
}
a:visited {
  color: #000099;
}
a:hover {
  color: #990000;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item {
  margin-top: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}

/*
** Page layout blocks / IDs
*/
#content {
  width: 760px;
  border-left: 1px solid #B3C2B7;
  border-right: 1px solid #B3C2B7;
  background-image: url(images/dr.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #FFFFFF;/*#F3F3F3;*/
}
#header {
  padding: 0.0em 0.0em 0.0em 0.0em;
  border-left: 1px solid #B3C2B7;
  border-right: 1px solid #B3C2B7;
  border-top: 1px solid #B3C2B7;
  background-color: #F3F3F3;

}
#logo {

  vertical-align: top;
  border: 0px 0px 0px 0px;
  background-color: #F3F3F3;
	padding: 0px 0px 0px 0px;

}
#logo img {
  /*display: block;*/
}
#menu {
  vertical-align: top;
  padding: 0.0em 0.0em 0.0em 0.0em;
  text-align: right;
  vertical-align: bottom;
  background-color: #F3F3F3;
}
#primary {
  font-size: 1.0em;
  padding: 0em .8em 0.5em 5em;
  color: #000066;
      text-align: right;
}
#primary a {
  font-weight: bold;
  color: #000066;
}
#secondary {
  padding: 0em .8em 0.5em 5em;
  font-size: 0.8em;
  color: #000066;
    text-align: right;

}
.secondary a {
  font-weight: bold;
  color: #000066;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: .9em;
  background: #F3F3F3;
  padding: 0.0em 0.5em 0.0em 0.5em;
}
#search .form-text {
  width: 8em;
  height: 1.4em;
  padding: 0 0.5em 0 0.5em;
  margin: 0 0 0.6em 0;
}
#search .form-submit {
  height: 1.5em;
}
#mission {
}
#mission a, #mission a:visited {
  color: #666666;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.message {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left {
  background-color: #F3F3F3;
  width: 205px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 0px 0px 0px 10px;
  vertical-align: top;
  border-right: 0px solid #990000;
  background-image: url(images/fondoline.gif);
  background-position: top right;
  background-repeat: repeat-y;
}
}
#sidebar-right {
  background-color: #FFFFFF;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  background-color: #FFFFFF;
  font-size: 0.8em;
  align: center;
  width: 760px;
  border-left: 1px solid #B3C2B7;
  border-right: 1px solid #B3C2B7;
  border-bottom: 1px solid #B3C2B7;
}

/*
** 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.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.1em;
  color: #000066;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #000066;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0em 1.7em  1em 0em;
}
.block {
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
  color: #000066;
  /*color: #907030;*/
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: left;
  font-size: 12px;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 1em 0;
}
.static {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  padding: .5em 0 .75em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .avatar {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title {
  font-size: 1.1em;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .avatar {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed {
  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.9em;
}
#aggregator .title {
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#tracker th {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
#tracker tr.light, #tracker tr.dark {
  background-color: #fff;
}
#tracker td {
  vertical-align: top;
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid #bbb;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#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;
}
.calendar a {
  text-decoration: none;
}
.calendar td {
  padding: 0;
  border-color: #888;
}
.calendar td div {
  padding: 0.4em 0;
}
.calendar .row-week td a {
  padding: 0.4em 0;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-month {
  background-color: #bbb;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}
.headlinebody {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #336699;
font-size: 16px;
}
#matrix {
text-align: center;
width: 100%;
}
.aboutfsd {
font-size: 13px;
color: #008284;
/*color: #907030;*/
text-align: justify;
font family: "Palatino Linotype", “Book Antiqua”, Palatino, “Times New Roman”, Times, serif;
}
.fsdaddress{
  font-size: 0.8em;
  align: center;
  color: #FFFFFF;
}
.fsdaddress a {
  font-size: 1.0em;
  align: center;
  color: #FFFFFF;
}
#foot {
	  border-left: 1px solid #B3C2B7;
      border-right: 1px solid #B3C2B7;
	  border-bottom: 1px solid #B3C2B7;
}
.footin {
background: #000066;/*#9DB9A5;*/
}
.fsdtitle {
color: #000066;
letter-spacing: 1.5px;
font family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
padding: 0.0em 0.5em 0.0em 0.0em;
}
.bodyheader {
  font-family: Helvetica, Gill Sans, Verdana, arial, sans-serif; /*Verdana, Arial, Helvetica, sans-serif;*/
  color: #666666;
  padding: 0.0em 0.0em 1.0em 0.0em;
  font-weight: bold;
  font-size: 18px;
  }
 .bodyheader2 {
   font-family: Helvetica, Gill Sans, Verdana, arial, sans-serif; /*Verdana, Arial, Helvetica, sans-serif;*/
  color: #000066;
  padding: 0.0em 0.0em .5em 0.0em;
  font-weight: bold;
  font-size: 14px;
  }
  #searchops {
  position: absolute;
  left: 580px;
  top: 150px;
  /*background-image: url(image/search.gif);
  background-position: top right;
  background-repeat: no-repeat;*/
  }
  .topleft {
  background-image: url(image/volunteerg.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  }
  a:hover.topleft {
  background-image: url(image/volunteer.gif);
  background-position: top right;
  background-repeat: no-repeat;
  }
.pic, a.pic, a.pic img {
filter: Alpha(opacity=100);
-moz-opacity: 1.0;
/*background-color: #FFFFFF;*/
border: 0px;
padding: 0.0em 0.0em 0.0em 0.0em;
text-decoration: none;
}

a.pic:hover, a.pic:hover img {
filter: Alpha(opacity=30); /* IE */
-moz-opacity: 0.5; /* Mozilla */
text-decoration: none;
border: 0px;
padding: 0.0em 0.0em 0.0em 0.0em;
/*background-color: #FFFFFF;*/
} 
.imghov {
position: absolute;
left: 450px;
top: 250px;
}
#mast, #searchmast {
background-color: #C8C098;/*#849FBC; #81A6CE;*/
height: 15px;
}
#searchmast {
padding: 0.0em 0.0em 0.0em 0.5em;
}
#mast2 {
background-color: #1E77D3;/*#B3C2B7; #B3C2B7;*/
  border-left: 1px solid #B3C2B7;
  border-right: 1px solid #B3C2B7;
}
#navmast {
background-color: #60856B;
height: 80px;
}


#links_srvices A span { display: none; }

#links_srvices A:hover span { display: block; position: absolute; top:15px; left: 27%; width: 350px; hight:80px; z-index: 110; color: #000000; font-weight: bold; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; text-align: center; text-decoration: none;   
}

#tabs {
color: #f3f3f3;

}

.picture {
padding: 0.0em 0.5em 0.0em 0.5em;
border: 2px solid clear;
}
#frontpage {
width: 700px;
height: 600px;
}
.bt {
color: #000066;
font-size: 14px;
padding: 0.0em 0.0em 0.5em 0.0em;
}
.quicklinks {
font-size: 0.8em;
padding: 0.0em 3.0em 0.0em 0.0em;
}
.btt {
  font-weight: bold;
  font-size: 1.1em;
  color: #000066;
  }
.whitetitle {
color: FFFFFF;
}