/*********d*g*x*********    BASE FONT & SIZE */

body, table {
    font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}


body {
	margin: 20px auto;
    width: 700px;
	border: 8px solid #eee;
	padding: 8px;
}

body, td, th {
    font-size: 90%;
}


th, td {
    font-\size: 100%
}


th {
    text-align: right;
    vertical-align: top;
    padding: .3em .5em 0 0;
}


.hidden {
    display: none !important;
}


#colophon {
    clear: both;
    color: gray;
    font-size: 80%;
    position: absolute;
    bottom: 10px;
    left: 10px;
}


pre {
    background: #F9F9F9;
    border: 1px dashed #B4B4B4;
    border-bottom-color: #EDEDED;
    border-right-color: #EDEDED;
    padding: 7px;
    overflow: auto;
    _overflow-y: visible;
    _padding-bottom: 2em;
}


hr {
    clear: both;
}

img {
    border: none;
}

table.indexes {
    border-collapse: collapse;
    border: 1px solid #DDD;
    background: #F5F5F5;
    margin: 18px 0;
    width: 100%;
}

table.indexes td {
    padding: 8px;
    vertical-align: top;
    text-align: center;
    width: 120px;
    word-wrap: break-word;
}

table.indexes a {
    text-decoration: none;
}

h1 span {
    color: gray;
}