/*
icon related styling (not needed for Xaraya 1.2.x)
-------------------------------------------------------------------------[comment] */
img.xar-icon-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}
/*
table related styling (not needed for Xaraya 1.2.x)
-------------------------------------------------------------------------[comment] */
tr td {
    background-color: inherit;
}
/*
table related styling (all Xaraya versions)
-------------------------------------------------------------------------[comment] */
td.checkbox {
    width: 13px;
    padding: 0;
}

td.checkbox input {
    margin: 0;
    padding: 0;
}

td.timeimage, td.topicicon {
    width: 24px;
}

td.foruminfo {}

td.topicinfo {}

td.postinfo {
    width: 72px;
}

td.lastpost {}

td.posterinfo {
    width: 15em;
}

td.replyinfo {}
