
@import url(std_ticket.css);

#content.ticket {
    margin: 0.5cm;
}

#ticket {
    background-color: #f6f9fb;
    border: 1px dotted #cccccc;
}

#ticket :link, #ticket :visited {
    text-decoration: none;
}
#ticket :link:hover, #ticket :visited:hover {
    text-decoration: underline;
    background-color: transparent;
}

#ticket table.properties {
    border-top: 1px solid #9e8469;
}

#ticket table.properties th {
    color: #9e8469;
}

#ticket table.properties tr td, #ticket .date {
    color: #000;
}

#ticket .description h3 {
    color: #9e8469;
    border-bottom: 1px solid #9e8469;
}

#changelog, #attachments {
    border: 1px solid #cccccc;
}

#preview h3, #changelog h3 {
    font-size: 90%;
}

#preview h3 a, #changelog h3 a {
    text-decoration: none;
}
