body {
    background-color: #ddd;
    margin: 0px 0px;
}

table {
    background-color: #aaa;
    width: 450px;
    margin: 6px 8px;
    border: 1px;
    border-style: solid;
    border-color: #114;
}

tr {
    margin: 0px 0px;
}

td {
    margin: 0px 0px;
    padding: 6px 8px;
}

img {
    margin: 0;
    border: 0;
}

p {
    margin: 6px 8px;
}

ul {
    width: 75%;
}

li {
    border-bottom: 1px dotted;
    margin-bottom: 3px;
}

a {
    color: #bbb;
    border-bottom: 0px;
    text-decoration: None;
}


a:visited {
    color: #555;
}

a:hover {
    color: #ddd;
}

.header {
    background-color: #bbb;
    margin: 0px;
    padding: 0px;
    font-weight: 900;
}

.column-header {
     color: #555; 
     font-style: italic; 
    display: block; 
    margin: 9px;
}

#splash, #right-column {
    position: absolute;
    left: 5px;
    top: 8px;
    background-color: #ddd;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 20px solid #777;
    font-size: 79%;
}

#splash {
    width: 265px;
}

#fpitems {
    background-color: #aaa;
    width: 800px;
    margin: 6px 8px;
    border: 1px;
    border-style: solid;
    border-color: #114;
    position: relative;
    left: 270px;
    top: 0px;
}

#ads {
    padding: 6px 8px;
    text-align: center;
}

#right-column {
    position: absolute;
    left: 776px;
    top: 8px;
    border-top: 5px solid #444;
    width: 180px;
}

#flickr-box {
    border-width: 1px;
    border-style: solid;
    border-color: #114;
    background-color: #aaa;
    padding: 3px;
}

#flickr-box img {
    margin: 2px 3px;
}

#flickr-box img {
    border-color: #522;
}

#flickr-box img:hover {
    border-color: #ddd;
}

#fpitems div {
    margin: 3px 5px;
    padding: 6px 8px;
}

#fpmenu {
    font-size: 89%;
}

.dpaces-menu {
    border-left: 9px solid #aaa;
    border-right: 30px solid #bbb; 
    margin-left: 8px;
    padding: 0px;
}

.dpaces-menu li {
    margin: 0px 0 0px 0;
    border-bottom: 0px;
    padding: 2px;
    list-style-type: none;
    background-color: #eee;
}

.dpaces-menu a {
    display: block;
    margin: 2px;
    background: #fff;
    color: #555;
    bottom-border: 1px dashed;       
}

.dpaces-menu a:hover {
    color: #ddd;
    background: #999;
}

.dpace-menu a:visited {
    color: #222;
}

.dpaces-menu span {
    padding-left: 21px;
    display: block;
    background-color: #bbb;   
    background-repeat: no-repeat;
    background-position: center left;
}

.collapse-trigger {
    width: 69px;
    float: right;
    font-size: 79%;
    background-color: #aba;
    border-bottom: 3px solid #333;
    /*border-left: 2px solid;*/
    padding: 2px;
    padding-left: 21px;
    margin-bottom: 19px;
    background-image: url("img/minus.gif");
    background-repeat: no-repeat;
    background-position: center left;
}

.collapse-target {
    padding: 0px;
    margin: 0px;
}

/* FIXME - Can't see to get rid of the blue background behind img! */
.transparent-bg,
.transparent-bg a,
.transparent-bg a:visited,
.transparent-bg a:hover {
    background-color: transparent;
}

.red-bordered {
    border: 2px;
    border-style: solid;
    border-color: #522;
}

.mainbody {
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-top: 2px;
    border-top-style: solid;
    border-top-color: #000;
    background-color: #132;
    margin: 0px 0px;
    width: 100%;
    padding-bottom: 34px;
}

.logo {
    text-align: center;
}

.logo .red-bordered {
    background-color: #333;
}

.tablecaption {
    background-color: #444;
    color: #ecf;
    font-size: 75%;
    border: 1px;
    border-style: solid;
    border-color: #522;
    text-align: center;
    font-style: italic;
}

.metainfo {
    font-style: italic;
    font-size: 85%;
    border-bottom: 1px;
    border-bottom-style: dotted;
    /* border-bottom-color: #133; */
    padding: 6px 6px 6px 18px;
}

.warning {
    background-color: #e78;
    border: 1px;
    border-style: dashed;
    border-color: #934;
}

.image-frame {
    background-color: #222;
    border: 1px;
    border-style: dashed;
    padding: 2px 3px;
    margin: 2px 3px;
}

.image-caption {
    font-style: italic;
    font-size: 89%;
}

.overview-h,
.download-h,
.docs-h,
.subh {
    border: 2px;
    /*border-color: #fa1;*/
    border-style: dotted;
    padding: 2px 3px;
    font-size: 115%;
    font-weight: 900;
}

.timestamp {
    font-size: 75%;
    font-style: italic;
    border-top: 1px;
    border-top-style: dotted;
    padding: 6px 6px 0px 18px;
}

.content-programs {
    background-color: #ddd;
    color: #002;
    font-size: 89%;
    border: 3px;
    border-style: solid;
    border-color: #c70;
    margin: 16px 18px;
}

.content-programs div {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.content-programs-h {
    background-color: #fa1;
    color: #113;
    padding: 2px 3px;
    border: 1px;
    border-style: dashed;
    border-color: #113;
    font-size: 125%;
    font-weight: 900;
}

.content-programs .timestamp {
}

.content-programs .metainfo {
    border-bottom-color: #133;
}

.content-programs .overview-h, 
.content-programs .download-h, 
.content-programs .docs-h,
.content-programs .subh {
    border-color: #c70;
}

.content-programs a {
    color: #c70;
}


.content-programs a:hover {
    color: #fa5;
}

.content-images {
    background-color: #ddd;
    color: #002;
    font-size: 89%;
    border: 3px;
    border-style: solid;
    border-color: #0a8;
    margin: 16px 18px;
}

.content-images-h, content-images-announcement {
    background-color: #0cb;
    color: #113;
    padding: 2px 3px;
    border: 1px;
    border-style: dashed;
    font-weight: 900;
    border-color: #113;
    font-size: 125%;
}

.content-images .overview-h,
.content-images .download-h,
.content-images .docs-h,
.content-images .subh {
    border-color: #0a8;
}


.content-images a {
    color: #0a8;
}

.content-images a:visited {
    color: #777;
}

.content-images a:hover {
    color: #fff;
}

.content-images li {
    border-color: #0cb;
}


.content-image hoverable:hover {
    border-color: #fff;
}

.content-images .image-frame {
    border-color: #0cb;
}

.content-image-metainfo {
    font-style: italic;
    font-size: 85%;
    border-bottom: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #133;
    padding: 6px 6px 6px 18px;
}

#footer {
    margin-top: 6px;
    font-size: 62%;
    color: #fff;
    font-style: italic;
    text-align: center;
}
a.nolink, a.nolink:hover {
    color: #333;
}

.right {
    float: right;
    margin: 3px 5px;
}

.left {
    float: left;
    margin: 3px 5px;
}

pre {
    margin-left: 50px;
}

.mono {
    font-family: monospace,arial;
    font-size: 10px;
    color: #333;
}

ul.meta-list li {
   border: 0;
}

.image-seq {
    text-align: center;
    margin: auto;
}

.inlined h3 {
    display: inline;
    float: left;
    margin: 0 8px 0 12px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 4px 8px 8px 5px;
}
