﻿.UserListCtrl
{
}

.listOfComments
{
}

.UserListCtrl th
{
    text-align: left;
    padding: 6px 12px;
}

.UserListCtrl td,
.CommentsListCtrl td
{
    text-align: left;
    vertical-align: top;
    height: auto;
    padding: 6px 12px;
}

.UserListCtrl td input,
.UserListCtrl td a
{
    vertical-align: top;
}

.UserProfileRoot
{
}

.UserProfileRoot td
{
    vertical-align: top;
    padding: 6px 12px 6px 6px;
}

.UserProfileRoot td[modified='1']
{
    background-color: #FFe0c0;
}

.UserProfileRoot input[type='text']
{
    width: 100%;
}

.ListCommentAuthor
{
    font-weight: bold;
}

.ListCommentTitle
{
    font-weight: bold;
}

.ListCommentCreated
{
    font-size: 12px;
    color: Gray;
}

.ListCommentBody
{
}

.ProfileItemTitle
{
    text-align: right;
    color: Gray;
}