body {
}

h3.h3Link {
    margin: 7px 7px 7px 0;
    font-size: 1em;
}

a {
    color: #555;
    text-decoration: none;
}

#body a {
	color: #447099;
	text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

#logo {
    position: absolute;
    right: 10px;
    top: 2px;
    z-index: 2000;
}

#footer {
    font-weight: bolder;
}

.docBody p, div.indent {
    margin-left: 25px;
}

pre.prettyprint a {
    color: #000 !important;
    text-decoration: underline;
}

.indent {
    margin-left: 25px;
}

.parmType {
    color: #963;
}

dl.objParams {
    margin-left: 15px;
}

dl.objParams dt {
    font-style: italic;
}

dl.objParams dd {
    margin-bottom: 5px;
}

#navigation {
    font-weight: bold;
}

#navigation a:hover {
    color: #555;
}

#events-table td {
    border: 1px solid #000;
    padding: 5px 10px;
}

#command-table td {
    border: 1px solid #000;
    padding: 5px 10px;
}

#server-config-table td {
    border: 1px solid #000;
    padding: 5px 10px;
}

#nav {
    width: 320px;
    float: left;
    position: absolute;
    left: 10px;
}

#body {
    float:right;
    margin-left: 350px;
    padding-right: 10px;
    max-width: 800px;
    position: absolute;
}
