/* Top Level Presets */
body {
    font-size: 14px;
    font-family: sans-serif;
    color: #000000;
    background-color: #ffffff;
    text-align: left;
}

img { 
    border: none;
}

input {
    font-size: 14px;
    font-family: sans-serif;
}    

code {
    font-size: 12px;
}

pre {
    white-space: pre-wrap;
}

a, a:active {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: underline;
}

a:visited:hover {
    text-decoration: none;
}

/* Roadmap Table */
table.roadmap_table {
    padding: 0px;
    border-spacing: 0px; 
    border: 1px solid #d0d0d0;
    border-collapse: collapse;
}

table.roadmap_table th {
    padding: 5px;
    border: 1px solid #d0d0d0;
}

table.roadmap_table td {
    padding: 5px;
    border: 1px solid #d0d0d0;
}

/* Pictures Table */
table.pictures_table {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0px;
    border-style: none;
}

table.pictures_table th {
    border-style: none;
}

table.pictures_table td {
    text-align: center;
    vertical-align: top;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
    border-style: none;
    font-size: 11px;
}

/* The Rest */
.sidebar {
    float: left;
    clear: both;
    width: 17%;
    margin: 1%;
    margin-top: 0px;
    border: none;
    border-top: 1px solid black;
}

#content {
    float: right;
    width: 73%;
    margin: 1%;
    margin-top: 0px;
    border: none;
    border-top: 1px solid black;
}

.pageheader {
    float: right;
    width: 73%;
    margin: 1%;
    margin-bottom: 0px;
}

.header {
    float: left;
    font-size: 18px;
    line-height: 170%;
}

.actions {
    float: right;
    font-size: 12px;
}

.pageheader .actions ul {
    border: none;
    padding-right: 0px;
}

.actions li {
    padding-right: 0px;
}

#footer {
    display: none;
}

.float_right {
    float: right;
}

