#question-header {
    border-bottom: 1px solid #666667;
    clear: both;
    float: left;
    margin: 5px auto 10px;
    width: 100%;
}

#mainbar {
    float: left;
    margin: 0 10px 40px 0;
	width: 100%;
}

.question .postcell {
    vertical-align: top;
}

.subheader {
    border-bottom: 1px solid #666667;
    clear: both;
/*    height: 38px; */
    margin-bottom: 0;
/*    padding: 5px 0;*/
}

#answers-header {
    margin-top: 10px;
}

.question {
    clear: both;
    padding: 10px 0 0;
}

.answer {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #FFFFFF;
    padding-bottom: 20px;
    padding-top: 20px;
}

.post-text {
	font-size: 13px;
}

.post-menu > a {
    color: #888888;
    padding: 0 3px 2px;
}

.post-menu > a:hover {
    background-color: #777777;
    color: #FFFFFF;
    text-decoration: none;
}

.user-info {
	float: right;
	width: 172px;
	padding: 8px;
	border-radius: 10px;
}

.comments {
    border-top: 1px dotted #AAAAAA;
    font-size: 12px;
    line-height: 125%;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

/*
#middle div {
	color: inherit;
}
*/

tr.comment > td {
    border-bottom: 1px dotted #DDDDDD;
    padding-bottom: 5px;
    padding-top: 5px;
}

.comments .comment .comment-text {
    color: #444;
    border-bottom: 1px dotted #DDDDDD;
    padding-bottom: 8px;
    padding-top: 8px;
    vertical-align: text-top;
}

.comment-date {
    color: #999999;
}

.comment-user {
    padding: 0;
    white-space: nowrap;
}

a.comment-user {
    padding: 2px 5px;
    background-color: rgba(222, 237, 255, 0.4);
}

.comment-delete {
    background-image: url("/design/css/img/comment-delete.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    margin-top: -2px;
    vertical-align: middle;
    width: 14px;
    cursor: pointer;
    visibility: hidden;
}

.comment:hover .comment-delete {
    visibility: visible;
}

.comment .comment-delete:hover {
    background-image: url("/design/css/img/comment-delete-hover.png");
}

.comment-form {
    padding: 0 6px 0 7px;
}

.comment-form textarea {
    border: 1px solid #999999;
}

.votecell {
    vertical-align: top;
    width: 80px;
}

.vote {
	width: 60px;
	margin: 0 auto;
}

.vote-up-off, .vote-down-off, .vote-up-on, .vote-down-on, .star-off, .star-on, .vote-accepted-off, .vote-accepted-on {
/*	vertical-align: middle; */
	display: inline-block;
    font-size: 1px;
    text-indent: -9999em;
    background-repeat: no-repeat;
    overflow: hidden;
	cursor: pointer;
}

.vote-up-off, .vote-down-off, .vote-up-on, .vote-down-on  {
	width: 15px;
	height: 15px;
}

.vote-count-post {
	vertical-align: 2px;
	font-size: 14px;
}

.favoritecount {
	vertical-align: 2px;
	text-align: center;
	text-indent: -12px;
}

.star-off, .star-on  {
	width: 17px;
	height: 15px;
	margin-top: 10px;
	margin-left: 15px;
}

.vote-accepted-off, .vote-accepted-on  {
	width: 21px;
	height: 20px;
	margin-top: 10px;
	margin-left: 14px;
}

.vote-up-off {
    background-image: url("/design/css/img/icon_up_off.png");
}

.vote-down-off {
    background-image: url("/design/css/img/icon_down_off.png");
}

.vote-up-on {
    background-image: url("/design/css/img/icon_up_on.png");
}

.vote-down-on {
    background-image: url("/design/css/img/icon_down_on.png");
}

.vote-accepted-off {
    background-image: url("/design/css/img/icon_not_accepted.png");
}

.vote-accepted-on {
    background-image: url("/design/css/img/icon_accepted.png");
}

.star-off {
    background-image: url("/design/css/img/star-not-favorite.gif");
}

.star-on {
    background-image: url("/design/css/img/star-favorite.gif");
}

.star-off-animate {
    background-image: url("/design/css/img/star-making-not-favorite.gif");
}

.star-on-animate {
    background-image: url("/design/css/img/star-making-favorite.gif");
}

.post-tag {
    background-color: transparent;
    background-image: url("/design/css/img/sprite-tag.png");
    background-repeat: no-repeat;
    overflow: hidden;
    border-right: 1px solid #1B8FBB;
    color: #1B8FBB;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 14px;
    line-height: 12px;
    margin: 2px 2px 6px 0;
    overflow: visible;
    padding: 3px 6px 2px 10px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

.question-deleted, .answer-deleted {
	background-color: #f5c7c0;
}

#delete-question.question-undelete, #delete-answer.answer-undelete {
	color: #e57050;
	font-weight: bold;
}
