a:visited {
color: #435581;
}

div.forumTopic {
border: 1px solid #435581;
padding: 10px;
margin-top: 10px;
}

div.forumTopic a {
color: #666;
}

div.forumTopic a:hover {
color: #3B647D;
}

div.forumReply {
border-bottom: 1px solid #435581;
border-left: 1px solid #435581;
border-right: 1px solid #435581;
padding: 10px;
}

div.forumReplyBtn {
background: #5C75B7 url(<cfoutput>#BASE_URL#</cfoutput>assets/images/indentbg.gif) repeat-x;
border: 2px solid black;
color: white;
cursor: pointer;
display: compact;
margin-left: auto;
margin-right: auto;
padding: 10px;
width: 100px;
}

div.forumReplyBtn a {
color: white;
text-decoration: none;
}
