/* All left-to-right and right-to-left CSS is in seperate files */

body {
  font-family: "Verdana", sans-serif;
  margin: 0em;
  padding: 0em;
}
body.not-showable {
  border-left-width: 0.5em;
  border-left-style: dashed;
  border-right-width: 0.5em; 
  border-right-style: dashed;
}
h1, h2 {
  margin-top: 0.4em;
  padding-top: 0em;
}
h1, h2, h3, h4, h5, h6, th {
  font-weight: bold;
}
form {
  margin: 0em;
  padding: 0em;
}
strong, dt, th {
  font-weight: bold;
}
em, q, blockquote {
  font-style: italic;
}
pre, tt {
  white-space: pre;
}
pre {
  padding: 1em;
}
dl {
  margin-bottom: 1em;
}
dt {
  padding-top: 0.5em;
}
dd {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
ul, ol {
  margin-top: 0em;
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
ul li, ol li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
dt, dd {
  padding-bottom: 0.5em;
}
fieldset {
  padding: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-width: 0.1em 0.1em 0.1em 0.1em;
  border-style: solid solid solid solid;
}
address {
  padding-bottom: 1em;
}
table caption {
  font-weight: bold;
  font-style: normal;
  text-align: center;
  padding: 0.5em;
}
tfoot td {
  padding: 0.5em;
}
.hidden, .print {
  display: none;
}
.error {
  font-weight: bold;
}
.no-css {
  display: none;
}
div.header {
  padding: 0em;
  border: 0em;
}
/* the content div and the following sidebar div do the two col layout */
div.content {
  position: static; 
  width: auto;
  margin-top: 0em;
  margin-bottom: 1em;
  padding-top: 0em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}
div.sidebar {
  width: 16%;
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
}
div.logo {
  margin: 0em;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.5em;
}
div.logo p {
  margin: 0em;
  padding: 0em;
  font-weight: bold;
  font-size: xx-large;
}
div.logo p a:link,
div.logo p a:visited,
div.logo p a:hover,
div.logo p a:focus,
div.logo p a:active {
  border: none;
  text-decoration: none;
} 
div.search {
  margin: 0em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  clear: both;
}
div.search form p {
  padding: 0em;
  margin: 0em;
}
div.search form p input#q { 
  margin: 0em;
}
div.search form p input#submit { 
  margin: 0em;
}
div.menu {
  margin: 0em;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  clear: both;
}
div.menu p {
  margin: 0em;
  padding: 0em;
}
div.breadcrumb {
  margin: 0em;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.5em;
}
div.breadcrumb p {
  margin: 0em;
  padding: 0em;
}

/* The following CSS is for the divs within the sidebar. 
   If it's needed to have different settings for different 
   boxes then the unique class bames that each div has can 
   be used. */
div.sidebar div { 
  margin-bottom: 1em;
  padding-bottom: 1em;
  /* width 100% and overflow hidden is the only combination
     that works for IE */
  width: 100%;
  overflow: hidden;
}
div.sidebar div h2 {
  margin: 0;
  padding: 0.4em;
  font-size: smaller;
}
div.sidebar div p {
  margin: 0.5em;
  font-size: smaller;
}
div.sidebar div h2 a:link, 
div.sidebar div h2 a:visited {
  text-decoration: none; 
}

/* This is for the bars on the poll results page */
table td small.poll {
  padding-top: 0.5em;
  font-size: 0.5em
}
/* this is so that images don't sit right on top of H2's */
span.image {
  padding-bottom: 1em;
}
div.footnote {
  border-top-width: thin;
  border-top-style: solid;
}
div.footnote address {
  padding-top: 1em;
  font-size: smaller;
}
div.footer p.icons {
  padding-top: 1em;
}
div.footer p.icons img {
  border: 0em; 
}
a:link {
  text-decoration: underline;
} 
a:visited {
  text-decoration: underline;
} 
a.not-showable:link {
  text-decoration: underline;
}
a.not-showable:visited {
  text-decoration: underline;
}
/* :active here is just for IE */
a[href]:hover, a[href]:focus, a[href]:active {
  text-decoration: none;
} 
/* The following is for Mozilla */
a[href]:active {
  text-decoration: none;
} 
input[type=text], textarea, select {
  font-weight: normal;
}
input[type=submit] {
  font-weight: bold;
}

/* dynamic sitemap expand and contract link styling */
ul.sitemap {
  list-style-type: none;
}
ul.sitemap tt {
  font-size: large;
}
dl.sitemap-item {
  margin-top: 0em;
  margin-bottom: 0em;
}

