﻿.stream
{
    background-color: White; 
    border: solid 1px silver;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
}
.stream .inner
{
}

.stream .comment
{
    border-top: solid 2px silver;
    border-left: solid 2px silver;
    border-right: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    background-color: #eaeaea;
    padding: 5px;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 10px;
    padding-bottom: 0px;
}

.stream .stateChange, .stream .assigned
{
    color: #0e0e0e;
    border-top: solid 2px #ABD1FF;
    border-left: solid 2px #ABD1FF;
    border-right: solid 1px #D9EAFF;
    border-bottom: solid 1px #D9EAFF;
    padding-top: 5px;
    margin-bottom: 10px;
    padding-left: 8px;
}

.stream .dim
{
    color: gray;
}

.stream .date
{
    background-image: url('Images/ticketComment.png');
    background-position: 0px 3px;
    background-repeat: no-repeat;
    color: gray;
    padding-left: 20px;
    padding-top: 5px;
    display: inline-block;
    height: 20px;
}

.stream .comment .date
{
    background-image: url('Images/ticketComment.png');
}

.stream .stateChange .date
{
    background-image: url('Images/ticketStateChanged.png');
}

.stream .assigned .date
{
    background-image: url('Images/ticketAssigned.png');
}

