/* Revision: $Id: talkbacks.css 4151 2009-02-08 20:32:32Z uri $ */

.TalkbackSubject {
    cursor: pointer;
}

.TalkbackSubject:hover {
	text-decoration: underline;
}

.TalkbackAuthor {
    font-size: 12px;
    font-weight: bold;
    width: 100px;
    color: #f09000;
}

.TalkbackDate {
    font-size: 12px;
    color: #707070;
}

.TalkbackContent {
    font-size: 14px;
    margin-bottom: 2px;
    background-color: #c0c0c0;
    width: 100%;
}
