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

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
}
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: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  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;
  position: relative;
  z-index: 1;
  background-color: white;
}
.form-item {
  margin-top: 1em;
  position: relative;
  z-index: 1px;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: #69c;
}
#logo {
  vertical-align: bottom;
  border: 0;
  font-weight: bold;
  font-size: 1.9em;
  color: #fff;
}
#logo img {
  display: block;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#primary {
  font-size: 1.0em;
  padding: 0em 0.8em 0.5em 0;
  color: #9cf;
}
#primary a {
  font-weight: bold;
  color: #fff;
}
#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
  color: #9cf;
}
#secondary a {
  font-weight: bold;
  color: #9cf;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
}
#search .form-text {
  width: 8em;
  height: 1.4em;
  padding: 0 0.5em 0 0.5em;
  margin: 0 0 0.5em 0;
}
#search .form-submit {
  height: 1.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  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, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** 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.3em;
  color: #777;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.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;
}

/* AYCE-specific style overrides */
/* This is the section for general tag styles */

body {
margin-top: 0px;
text-align: center;
margin-left: auto;
margin-right: auto;
color: #000000;
background-color: #394372;
background-image: url("../../../img/bkg.gif");
font-family: arial, verdana, helvetica, sans-serif;
}


p {
font-size: 12px;
line-height: 14px;
margin-top: 5px;
margin-bottom: 5px;
}


img {
border: 0;
}




/* This is the section for div layout styles */

#containingbox {
width: 740px;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
padding: 0px;
background-color: #ffffff;
color: #000000;
background-image: url("../../../img/bkgd.gif");
background-repeat: repeat-y;
background-position: 50% 0;
}


#header {
padding: 0px;
width: 740px;
background-color: #ffffff;
color: #000000;
}


#headerblockone {
float: left;
margin: 0px;
padding: .5em;
width: 153px;
text-align: right;
background-color: #06114a;
color: #4e6f8e;
font-size: 12px;
font-family: arial, verdana, helvetica, sans-serif;
}


#headerblocktwo {
clear: right;
float: left;
width: 398px;
margin: 0px;
padding: .5em;
text-align: right;
background-color: #eef0f7;
color: #4e6f8e;
font-size: 12px;
font-family: arial, verdana, helvetica, sans-serif;
}


#headerblockthree {
float: right;
margin: 0px;
padding: .5em;
width: 153px;
text-align: right;
background-color: #dbdeed;
color: #4e6f8e;
font-size: 12px;
font-family: arial, verdana, helvetica, sans-serif;
}


#logoimgheader {
clear: both;
width: 740px;
margin: 0px;
padding: 0px;
}



/* Navigation */

#navcontainer {
float: left;
width: 720px;
margin: 0px;
padding-top: 2px;
padding-bottom: 4px;
padding-right: 0px;
padding-left: 20px;
text-align: left;
background-color: #06114a;
}


.navitem {
float: left;
/* width: 100px; */
margin-right: 35px;
padding: 0px;
text-align: left;
background-color: #06114a;
}


/* Navigation - breadcrumbs */

#breadcrumb {
clear: both;
width: 732px;
/* height: 23px; */
padding: 4px;
margin: 0px;
text-align: left;
background-color: #ffffff;
color: #000000;
background-image: url("../../../img/header_bar.gif");
background-repeat: no-repeat;
background-position: 0 0;
font-size: 10px;
font-family: arial, verdana, helvetica, sans-serif;
}


#breadcrumb ul {
margin-left: 0px;
padding-left: 165px;
display: inline;
border: none;
} 


#breadcrumb ul li {
margin-left: 0px;
padding-left: 2px;
border: none;
list-style: none;
display: inline;
}


#address {
clear: both;
width: 738px;
margin: 0px;
padding: 1px;
text-align: center;
background-color: #8790bb;
}




/* Left column */

#leftnav {
float: left;
width: 145px;
margin: 0px;
padding: 10px;
text-align: left;
background-color: #cd6311;
}


#leftnav img {
padding-top: 3px;
}



/* Right column */

#rightnav1 {
position: relative;
z-index: 0;
float: right;
width: 131px;
margin: 0px;
padding: 17px;
text-align: left;
background-color: #dbdeed;
}


#rightnav2 {
position: relative;
z-index: 0;
float: right;
width: 130px;
margin: 0px;
padding: 10px;
text-align: left;
background-color: #eef0f7;
}



/* Content middle column */

#content {
float: left;
width: 380px;
margin: 0px;
padding-top: 12px;
padding-right: 4px;
padding-left: 12px;
padding-bottom: 20px;
text-align: left;
}


.imgicon {
float: right;
margin: 0px;
padding: 6px;
/* border: 1px solid #000000; */
}

.content img
{
padding: 6px;
}


.image {
float: left;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 10px;
padding: 0px;
border: 1px solid #8790bb;
}


#list li {
margin: 0px;
padding: 0px;
list-style-type: disc;
color: #000000;
font-size: 12px;
font-family: arial, verdana, helvetica, sans-serif;
}



/* Footer */

#footer {
clear: both;
width: 740px;
margin: 0px;
padding: 0px;
text-align: center;
background-color: #ace220;
}


#footer p {
color: #484848;
font-size: 10px;
font-family: arial, verdana, helvetica, sans-serif;
}




/* This is the section for headings and text styles */

/* Address bar */

#address p {
color: #06114a;
font-size: 12px;
font-family: arial, verdana, helvetica, sans-serif;
}


/* Left column heading + text */

#leftnav h2 {
color: #ffffff;
margin: 0px;
padding-left: 13px;
background-image: url("../../../img/lcol_icon.gif");
background-repeat: no-repeat;
background-position: 0% 50%;
font-size: 16px;
font-weight: normal;
font-family: arial, verdana, helvetica, sans-serif;
}


#leftnav p {
color: #ffffff;
font-size: 12px;
padding-top: 2px;
font-family: arial, verdana, helvetica, sans-serif;
}


/* Content heading + text */

#content h1 {
color: #06114a;
margin-top: 4px;
margin-bottom: 10px;
background-image: url("../../../img/ccol_line.gif");
background-repeat: no-repeat;
background-position: bottom right;
font-size: 21px;
line-height: 26px;
font-weight: normal;
font-family: arial, verdana, helvetica, sans-serif;
}


#content p  {
color: #000000;
font-size: 12px;
line-height: 14px;
font-family: arial, verdana, helvetica, sans-serif;
}


/* Right column text */

#rightnav2 p {
color: #484848;
font-size: 11px;
line-height: 13px;
font-family: arial, verdana, helvetica, sans-serif;
}




/* This is the section for link styles */

/* Header links - info : How to find us / Contact AYCE    FAQs / View a site map */

a.contactinfofaq:link {
color: #4e6f8e;
text-decoration: none;
font-size: 12px;
font-family: arial, verdana, helvetica, sans-serif;
}

a.contactinfofaq:visited {
color: #4e6f8e;
text-decoration: none;
font-size: 12px;
font-family: arial, verdana, helvetica, sans-serif;
}

a.contactinfofaq:hover {
color: #062a4a;
text-decoration: underline;
font-size: 12px;
font-family: arial, verdana, helvetica, sans-serif;
}

a.contactinfofaq:active {
color: #062a4a;
text-decoration: underline;
font-size: 12px;
font-family: arial, verdana, helvetica, sans-serif;
}



/* Header links - nav */

a.nav:link {
color: #ffffff;
text-decoration: none;
font-size: 12px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
}

a.nav:visited {
color: #ffffff;
text-decoration: none;
font-size: 12px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
}

a.nav:hover {
color: #fdfc00;
text-decoration: none;
font-size: 12px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
}

a.nav:active {
color: #fdfc00;
text-decoration: none;
font-size: 12px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
}



/* Header links - breadcrumbs */

a.crumb:link {
color: #000000;
text-decoration: none;
font-size: 10px;
font-family: arial, verdana, helvetica, sans-serif;
}

a.crumb:visited {
color: #000000;
text-decoration: none;
font-size: 10px;
font-family: arial, verdana, helvetica, sans-serif;
}

a.crumb:hover {
color: #000000;
text-decoration: underline;
font-size: 10px;
font-family: arial, verdana, helvetica, sans-serif;
}

a.crumb:active {
color: #000000;
text-decoration: underline;
font-size: 10px;
font-family: arial, verdana, helvetica, sans-serif;
}



/* Left column links */

a.leftcol:link {
color: #ffffff;
text-decoration: none;
font-size: 12px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
}

a.leftcol:visited {
color: #ffffff;
text-decoration: none;
font-size: 12px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
}

a.leftcol:hover {
color: #ffffff;
text-decoration: underline;
font-size: 12px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
}

a.leftcol:active {
color: #ffffff;
text-decoration: underline;
font-size: 12px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
}



/* Content links */

a:link {
color: #394372;
text-decoration: none;
font-size: 12px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
}

a:visited {
color: #06114a;
text-decoration: none;
font-size: 12px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
}

a:hover {
color: #062a4a;
text-decoration: underline;
font-size: 12px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
}

a:active {
color: #062a4a;
text-decoration: underline;
font-size: 12px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
}


a.title:link {
color: #394372;
text-decoration: none;
font-size: 18px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
}

a.title:visited {
color: #06114a;
text-decoration: none;
font-size: 18px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
}

a.title:hover {
color: #062a4a;
text-decoration: underline;
font-size: 18px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
}

a.title:active {
color: #062a4a;
text-decoration: underline;
font-size: 18px;
font-weight: bold;
font-family: arial, verdana, helvetica, sans-serif;
}


/* Right column links : Send to a friend, Get AYCE e-mail updates */

a.sendupdates:link {
color: #990000;
text-decoration: none;
font-size: 11px;
font-family: arial, verdana, helvetica, sans-serif;
}

a.sendupdates:visited {
color: #000000;
text-decoration: none;
font-size: 11px;
font-family: arial, verdana, helvetica, sans-serif;
}

a.sendupdates:hover {
color: #990000;
text-decoration: underline;
font-size: 11px;
font-family: arial, verdana, helvetica, sans-serif;
}

a.sendupdates:active {
color: #990000;
text-decoration: underline;
font-size: 11px;
font-family: arial, verdana, helvetica, sans-serif;
}



/* Right column links : Languages */

a.changelang:link {
color: #06114a;
text-decoration: none;
font-size: 11px;
font-family: arial, verdana, helvetica, sans-serif;
}

a.changelang:visited {
color: #000000;
text-decoration: none;
font-size: 11px;
font-family: arial, verdana, helvetica, sans-serif;
}

a.changelang:hover {
color: #06114a;
text-decoration: underline;
font-size: 11px;
font-family: arial, verdana, helvetica, sans-serif;
}

a.changelang:active {
color: #06114a;
text-decoration: underline;
font-size: 11px;
font-family: arial, verdana, helvetica, sans-serif;
}
