body {
    font: 80%/1.5em Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: #fff;
    margin: 30px;
    padding: 0;
}

/******************************************************************************/

#head {    margin-bottom: 50px;
    line-height: 1em;}

#head .logo {
    float: left;
    margin-right: 20px;
}

#head .menu li {
    position: relative;
    display: inline;
    margin: 0 20px;
}

#head .submenu {
    position: absolute;
    top: 40px;
    left: 0;
    white-space: nowrap
}

#head .submenu .separator {
    padding: 0 20px;
}

#head a {
    color: #000;
}

#head a:hover {
    color: #800000;
}

/******************************************************************************/

#body {
}

/******************************************************************************/

#foot {    margin-top: 50px;}

#foot a {
    color: #000;
}

#foot a:hover {
    color: #800000;
}

#foot div {    min-width: 250px;
    margin-right: 50px;
}

/******************************************************************************/

img {
    border: none;
}

a {
    color: #000099;
}

a:visited {
    color: #800080;
}

a:hover {
    color: #800000;
}

h1, h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
}

h1 {
    font-size: 1.6em;
    color: #eb4f91;
}

h2 {
    font-size: 1.4em;
    padding: 0 0 5px 5px;
    border-bottom: solid 1px #ccc;
}

h3, h4 {
    font-size: 1em;
}

ul, ol {    margin: 0;
    padding-left: 20px;}

li {
    margin-top: 5px;
}

ul li, ul ul ul ul li {
    list-style-type: disc;
}

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

ul ul ul li, ul ul ul ul ul ul li {
    list-style-type: square;
}

/******************************************************************************/

.br {
    clear: both;
    height: 1px;
}

.left {
    float: left;
}

.right {
    float: right;
}

/******************************************************************************/

.teaser {
    float: left;
    width: 33%;
    min-width: 250px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.section {
    float: left;
    width: 30%;
    min-width: 250px;
    min-height: 80px;
    padding: 5px;
}

.section.even {
    background: #f7f7f7;
}

/******************************************************************************/

.block {    padding: 10px;
    margin: 10px 0;
    text-align: justify;}

.description {    background: #f7f7f7;}

.toc {    padding-top: 5px;    background: #f7f7f7;}

.closed {
    background: #f9e5e5;
}

/******************************************************************************/

.links {
}

.links span {    padding-right: 50px;}

.thanks {}

.icon {
    margin-right: 3px;
}

.data {
}

.data.map img {
    margin-right: 3px;
}

.data .img {
    text-align: center;
}

.data .img i {
    display: block;
    margin-top: 5px;
}

/******************************************************************************/

var {
    color: navy;
    font-style: normal;
}

dfn {
    color: maroon;
    font-style: normal;
}

code {
    background: #f7f7f7;
    font-size: 12px;
    overflow: auto;
}

.even {
    background: #f7f7f7;
}

table {    font-size: 1em;
    line-height: 1.5em;}

table th, table td {    padding: 5px;
}

.note {
    padding: 10px;
    margin: 10px 0;
}

.note.a {    background: #e9f5ea;
}

.note.l {
    background: #f9e5e5;
}