html {
    height: 100%;
}

body {
    font-family: "adelle", sans-serif;
    font-size: 13px;
    background: #444;
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    height: 100%;
}

#main {
    margin: 0px;
    border-left: 1px solid #000;
    border-right: 2px solid #000;
    padding: 20px;
    padding-top: 0px;
    background-color: #ffffff;
    width: 750px;
    line-height: 1.5;
    text-align: justify;
    min-height: 100%;
}

#nav {
    width: 100%;
    text-align: right;
}

#links {
    margin-bottom: 10px;
}

#tabs {
    padding: 0px;
    margin-top: -3px;
    margin-bottom: 20px;
    margin-left: -2px;
    margin-right: 0px;
    border: 0px;
}

.tab {
    border: 1px solid #aaa;
    border-top: 0px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 2px 2px 2px 2px #444;
    -moz-box-shadow: 2px 2px 2px 2px #444;
    box-shadow: 2px 2px 2px 2px #444;
    background-color: #64869a;
    color: #eee;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
}

.tab a {
    text-decoration: none;
    color: #eee;
}

a {
	text-decoration: underline;
	color: #42799a;
}

a:hover {
    text-decoration: none;
	color: #5ba2ce;
}

h3 a {
	text-decoration: none;
	color: #000;
}

h3 a:hover {
    text-decoration: none;
	color: #000;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    font-variant: small-caps;
    color: #873125;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}

.grey {
    color: #555;
}

p.small {
    font-size: 10px;
    color: #555;
}

img {
    border: 0px;
}

img.photo {
    border: 0px;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

img.graphic {
    border: 0px;
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
}

img.inline {
    vertical-align: middle;
}

.right {
    text-align: right;
}

.centre {
    text-align: center;
}

hr {
    width: 100%;
    height: 0px;
	border-top: 1px solid #444;
}

pre {
    background-color: #ddd;
    border: 1px solid #aaa;
    padding: 10px;
    overflow-x: auto;
}

code {
    font-family: "inconsolata", "courier new", courier;
    background-color: #ddd;
    padding: 0 0.2em;
}

kbd {
    font-family: "inconsolata", "courier new", courier;
    font-weight: bold;
}

pre code {
    padding: 0px;
    overflow-x: auto;
}

table {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 12px;
    margin-left: 20px;
}

table code {
    background: none;
}

th {
    background: #eeeeee;
    font-weight: bold;
    padding: 0 5px;
}

tr {
    padding: 0px;
}

tr:nth-child(even) {
    background: #eeeeee;
}

td {
    padding: 0 5px;
    text-align: left;
    vertical-align: top;
}

#download-box {
    padding: 12px 16px 4px 16px;
    background: url(box_bottom.gif) bottom left no-repeat;
    font-size: 16px;
/*    line-height: 16px;*/
/*    margin-left: 20px;*/
    margin-bottom: 20px;
    margin-top: 2px;
    width: 340px;
}

#download-box .first {
    padding: 12px 16px 0px 16px;
    background: url(box_top.gif) top left no-repeat;
    margin-top: -12px;
    margin-left: -16px;
    margin-right: -16px;
}

#download-box img {
    margin: 0px;
    margin-left: 60px;
}

#version {
    font-weight: bold;
}
