@import url(base-grey.css);

#logo a {
	background-image: url(../img/op-minded-logo.gif);
	padding-top: 105px;
	width: 158px;
}

/* actions.css */
/* dark */
col.forum, col.replies, col.last-post, col.status, col.subjects, col.messagecount,
col.last-visit, col.select, col.links, col.target, col.created, col.statusname,
col.read-total, col.last-hit, col.ip, col.update, col.info,
ol#messages address.updated-by,
body.list_discussions td.first-message,
body.myreact div.user-data dl,
body.myreact div.user-data address,
tr.category-name td {
background-color: rgb(225, 232, 243);
}

/* light */
col.subject, col.name, col.starter, col.messages, col.nickname, col.author,
col.average-messagecount, col.title, col.last-action, col.list_bookmarks col.select,
col.notifications, col.last-notification, col.groupname, col.key, col.recent {
background-color: rgb(244, 246, 250);
}

div#action-header div.extra-actions,
fieldset dl,
dl.property-list,
ul.calendar-navigation,
div.discussion-folders ul.folders li,
ol#messages li.message,
ol#messages div.author-data,
dl.page-navigation,
ol#messages div.message-content blockquote div.message-quote-div {
background-color: rgb(244, 246, 250);
}

#welcome-text,
th,
th span,
h3,
h4,
form#more-topic,
ol#messages div.message-data {
background-color: rgb(225, 232, 243);
}
