/* Copyright (C) 2010-2011, David Earl. All rights reserved. */

body {
  font-family: Arimo, sans-serif;
  font-size: 11pt;
  line-height: 1.5;
  background-color: white;
}

p, ul, div.p {
    margin-top: 0;
    margin-bottom: 0.5em;
}

ul {
    margin: 0 0 0.5em 0.5em;
    padding: 0.3em 0.3em 0.3em 1.5em;
}

h2 {
    margin-bottom: 1em;
    background: #d8d8d8;
    padding: 5px 3px 10px 3px;
    font-size: 16pt;
    line-height: 24pt;
}

a {
    text-decoration: none;
    color: #252580;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}
a.menu:hover {
    background-color: black;
    text-decoration: none;
}
a.menu {
    color: #dcb900;
}

ul.bullet_menu,
ul#bullet_menu {
    float: right;
    background-color: #d8d8d8;
    color: #252580;
    width: 45%;
    margin: 0 0 0.5em 0.5em;
    padding: 0.3em 0.3em 0.3em 1.5em;
}

ul.subindex {
    list-style-type: none;
    margin: 0 0 0 3em;
    padding: 0;
}

div.body {
    width: 300px;
    height: 600px;
}

h1 {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 24px; /* account for close button */
    margin-bottom: 1em;
}

h3 {
    max-width: 400px;
    margin: 10pt 0 5pt 0;
    padding: 0;
}

h3.unhighlighted {
    background-color: transparent;
}

h3.highlighted {
    background-color: #dcb900;
}

img {
    border: 0;
}

div#close {
    position: absolute;
    right: 2px;
    top: 2px;
}

td {
    vertical-align: top;
    margin-right: 1em;
}

table {
    font-size: 1em;
}

h4 {
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    margin: 0;
}

span.menuref {
    font-weight: bold;
    white-space: nowrap;
}

table.ech_menu {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

div.ech_menu {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    background: url(menu_bg.png) repeat-x;
    border: 1px solid #ababab;
    height: 27px; 
    margin: 0 2px 2px 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    min-width: 25px;
    color: #555533;
    font-weight: bold;
    white-space: nowrap;
    padding: 0 3px 0 3px;
    display: inline-block;
}

div.ech_icon {
    width: 25px;
    height: 25px;
    float: left;
}

div.ech_caption {
    margin: 3px 2px 0 27px;
}

div.ech_flag {
    height: 18px; 
    width: 18px; 
    display: inline-block;
}

table.roles {
    border-collapse: collapse;
}

td.roles {
    border: 1px solid black;
    padding: 3px;
}

div.ehk { display: none; } /* keywords */
