.MessageHeader {
    padding: 5px 8px 3px;
    background: linear-gradient(to bottom,rgb(240,242,242) 0%,rgb(230,231,231) 100%) repeat scroll 0% 0% transparent;
    border-bottom: 1px solid #D6D6D6;
    text-shadow: none;
    position: relative;
}

.Visible .MessageHeader {
    background: rgb(102, 86, 208);
}

.Visible .MessageHeader .Age,
.Visible .MessageHeader a {
    color: white;
}

.Visible .MessageHeader a:hover {
    color: white;
}

.MessageHeader a {
}

.MessageHeader a:hover {
    color: rgb(84, 54, 204);
}

.Visible .MessageHeader h3 {
    font-weight: bold;
    color: white;
}

.VotingBox {
margin-top: 20px;
}

.TicketHeader {
    padding-bottom: 10px;
}

.TicketHeader h2 {
    padding-right: 45px;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
}

.TicketHeader h2 .Flag {
    position: absolute;
    background: transparent url(../img/flag_shadow.png) no-repeat scroll 0 0;
    height: 18px;
    width: 24px;
}

.TicketHeader h2 .Flag span {
    display: block;
    height: 16px;
    margin-right: 2px;
    text-indent: -9999px;
    cursor: default;
    border: none;
}

.TicketHeader h2 .Flag span.PriorityID-1 {
    background-color:#15d100;/*24D906*/
}
.TicketHeader h2 .Flag span.PriorityID-2 {
    background-color:#a6fc00;/*68D04D*/
}
.TicketHeader h2 .Flag span.PriorityID-3 {
    background-color:#f2f200;
}
.TicketHeader h2 .Flag span.PriorityID-4 {
    background-color:#ff9000;/*E56B68*/
}
.TicketHeader h2 .Flag span.PriorityID-5 {
    background-color:#fa0700;/*F80800*/
}

#ReplyButton:hover {
    color: rgb(84, 54, 204);
}

#Metadata li .Key {
    width: 93px;/*86px*/
    display: inline-block;
    padding-right: 5px;
    text-align: right;
}
