/* fonts */

body { font-family: georgia, times, serif; color:#222222;}
table { font-size:inherit; }
option, select, input, textarea {font:99% georgia,serif,times; margin: 0.2em 0.5em 0.2em 0.5em; }
pre, code {font:115% monospace; font-size:100%;}
body * {line-height:1.3em;}

em { font-style:italic; }

strong { font-weight: bold; }
ol { list-style-type: decimal; list-style-position: outside; padding-left: 2.0em; }

.error-msg {
  color: #800000;
  font-weight: bold;
  font-style:italic;
  margin: 1.5em;
  border: 1px dotted #800000;
  padding: 1em;
}

/* www.effi.org */

body { background: #FFFFFF; }
#doc { }

h1, h2, h3, h4 {
  font-weight: normal;
  font-family: georgia, times, serif;
  margin: 0.5em 0em 0.5em 0em;
}
h1 { font-size: 170%; }
h2 { font-size: 160%; }
h3 { font-size: 140%; }
h4 { font-size: 130%; }

h1, h2 {
  font-weight: normal; border-bottom: 1px solid #C0C0C0;
  margin-bottom: 1.0em; padding-bottom: 0.3em;
  padding-top: 0.5em;
}

h1, h2.content-title { white-space: nowrap; display: block; width: 1em; } /* IE kludge */
/* Standard browser: support multiline titles, too */
*>h1, *>h2.content-title { white-space: normal; display: inline; width: auto; }
h1+*, h2.content-title+* { padding-top: 2.5em; margin-top: 0em; }
h1+p, h2.content-title+p { padding-top: 2.5em; margin-top: 0em; }

a         { font-weight: bold; text-decoration: none; }
a:link    { color: #0083ca; }
a:visited { color: #f47a00; /*color: #8fd4fe;*/ }
a:active  { color: #f47a00; }
a:hover   { color: #f47a00; }
h1 a, h2 a, h3 a, h4 a { font-weight: normal;  } /* non-link anchors */

ul { list-style-type: square; list-style-position: inside; }
li { margin-top: 0.2em;}

dt { font-weight: bold; margin-top: 0.5em; }
dd { padding-left: 1em; }

p { margin: 0.5em 0em 0.5em 0em; }
blockquote { padding-left: 1.5em; }

#menu a         { font-weight: normal; }
#menu a:link    { color: #222222; }
#menu a:visited { color: #222222; }
#menu a:active  { color: #0083ca; }
#menu a:hover   { color: #0083ca; }

ul.aqtree3clickable li { margin-bottom: 0.3em; }
ul.aqtree3clickable li.aq3open a.menutitle { color: #222222; font-weight: bold; }
ul.aqtree3clickable li.aq3closed a.menutitle { color: #222222; font-weight: bold; }
ul.aqtree3clickable li.aq3open a.menutitle:hover { color: #0083ca; font-weight: bold; }
ul.aqtree3clickable li.aq3closed a.menutitle:hover { color: #0083ca; font-weight: bold; }

ul.articlelist    { list-style-type: none; }
ul.articlelist li { padding-top: 0.5em;  margin-right: 1.0em; }
ul.articlelist a  {
  font-weight: normal;
  margin-left: expression("-1em"); /* IE kludge */
}
ul.articlelist li.article-with-summary  { padding-bottom: 0.5em; border-bottom: 1px solid #C0C0C0; }

form { margin-bottom: 1em; }

div.lists {
  border-top: 1px solid #C0C0C0;
  margin-top: 1em;
}

#breadcrumbs { clear: both; margin-bottom: 1em; padding-bottom: 0.5em; border-bottom: 1px solid #E0E0E0; }
#breadcrumbs a { font-weight: normal; }

#main-menu
{
    position: absolute;
    left:0px;
    margin-left: 0em;
    padding-left: 1em;
    top: 165px; /* 165px */
    width: 11em; /* 160px */
}
#main-menu { padding-left: expression("0.1em"); /* IE kludge */ }
#main-menu a { font-weight: normal; }
#main-menu a.menutitle { font-weight: bold; }

#header {
  position: absolute;
  left:0px;
  top:0px;
  height:125px;
  clear: both;
  margin-right: 2em;
  width: 100%;
  max-width: 73em;
}

#header-logo { width: 100%; }
#header-tools {
  display: inline;
  position: absolute;
  bottom: 0em;
  right: 0em;
  padding-right: 1.5em;
}

#header-tools form { display: inline; }

#content
{
  background:#fff;
  position: absolute;
  left:0px;
  top:0px;
  margin-left: 11em; /* 160px */
  margin-top: 165px;
  margin-right: 1.5em;
  padding-bottom: 2em;
  width: expression(documentElement.clientWidth-190); /* IE kludge */
  max-width: 60em;
}


#menu em
{
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin: 0.0em 0 0.3em 0;
  padding: 0.3em;
}

#menu a + em
{
  margin: 0.5em 0 0.3em 0;
}

#menu a
{
  text-align: left;
  text-decoration: none;
  display: inline;
  margin: 0 0 0 0.5em;
  color: black;
}

#pagemenu
{
  font-weight: normal;
  font-size: smaller;
  background: #415bc1;
  font-style: normal;
  text-decoration: none;
  text-align: right;
  display: block;
  padding: 0.3em;
  color: white;
}

.irrepressible-promo {
  float: left;
  width: 15em;
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  padding-right: 0.5em;
  margin-bottom: 0.2em;
  margin-top: 0em;
  margin-right: 1.0em;
  padding-left: 1.0em;
  background: #eff9fa;
}
.irrepressible-item { font-size: 80%; margin-bottom: 1em; }

#blog { 
  float: right;
  width: 15em;
  border-left: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  margin-left: 0.5em;
  font-family: verdana, sans-serif;
  font-size: 90%;
}
#blog { background: #eff9fa; padding-left: 1.3em; }
#blog-title {
  width: 100px;
  border: none;
  margin: 0em;
  padding: 0em;
  font-size: 0px;
  padding-bottom: 58px; background: url(/gfx/effiblog.gif) no-repeat;
}
#blog li { border-bottom: none; }

div.pagemenu a:link { text-decoration: none; color: white }
div.pagemenu a:visited { text-decoration: none; color: white }
div.pagemenu a:active { text-decoration: underline; color: white }
div.pagemenu a:hover { text-decoration: underline; color: white }

div.image { float: right; border: 1px solid lightgray; padding: 0.5em; }
div.caption { width: 100px; font-size: 80%; }

.info {
  font-size: 90%;
  font-family: verdana, sans-serif, sans;
  margin-top: 0.1em;
  padding-top: 0.1em;
  margin-bottom: 1em;
  color: #808080;
}

img.image {
  display: block;
}

.dark {
  margin: 1em;
  background: #E0E0E0;
}

table {
  margin: 0.5em;
}

td {
  padding: 0.25em;
}

table.field-list.docutils td,
table.field-list.docutils th {
  border: 0px solid white;
}

ul ul {
    padding-left: 1.5em;
}

ul ul li {
    list-style-type: circle;
}
