@charset "utf-8";

/* CSS Document */

html {
}

body {
    background-color: #CDE5F2;
    color: #1C5D85;
    background-image: url(../images/bg5.png);
    background-position: left top;
    background-repeat: repeat-x;
}

h1, h2, h3 {
    margin-bottom: 0.5em;
}

pre {
    overflow: auto;
    padding: 0.25em 0 0.25em 0;
}

a {
    color: #990000;
    text-decoration: none;
}

ul li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    background-image: url(../images/li-bullet.gif);
    background-position: left 4px;
    background-repeat: no-repeat;
    padding-left: 12px;
}

input.button {
    color: #FFDDDD;
    border: 1px solid #990000;
    background-color: #990000;
    background-image: url(../images/button-bg.png);
    background-repeat: repeat-x;
    font-size: 85%;
    padding: 0.15em 1em;
    font-weight: normal;
    cursor: pointer;
    margin: 0.5em 0;
}

label {
    padding-bottom: 0.25em;
    display: block;
    white-space: nowrap;
}

.float-break {
    height: 1%;
}

.float-break:after {
    clear: both;
    content: "-";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

div.block {
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}