/* Stuff for default pages (most other styles in general) */

#msfeatureupdater {
    color: red;
}

a {
    color:#6da9c5;
}

a:visited {
    color:#6da9c5;
}

a:hover {
    border-bottom: 1px dotted #6da9c5;
}

#navbar li.active a {

}

#right h3 {
    color: #fff;
    background-color: #7dc9f9;
}

h3 {
    color: #0976ae;
}

#header {
    background: url(../images/thamesnewhome.jpg) top left no-repeat;
}

#older dt {
    color:#993333;
}
.comments li {
    background:#F8F8F8;
}

#archive a:hover {
    border-bottom:1px dashed #aaa;
    color:#CC3366;
}
#archive a:visited {
    color:#990066;
}

.column a {
    background:url(../images/icon_boxes.gif) no-repeat scroll left top;
    border-bottom:1px dotted #CCCCCC;
    color:#a4ddf4;
}
.column a:hover {
    color:#FFCCFF;
}
#innerFooter {
    background-color:#666666;
}

button {
    background-color: #FFFFFF;
    border-top: 2px solid #0976ae;
    border-left: 2px solid #0976ae;
    border-right: 2px solid #0976ae;
    border-bottom: 2px solid #0976ae;
    color: #0976ae;
    margin: 0 5px 0 0;
}


