 
li.changeset-fileitem,
li.change-log-item,
li.change-log-day 
{
    list-style: none;
    margin: 0;
    border-bottom: 1px dotted #CCC;
    padding-left: 20px;
    background: url(../../roojs1/images/default/tree/elbow-end-plus-nl.gif) 0 0 no-repeat;
    color : #666;
    clear: both;
}

li.change-log-item .time {
    font-size : 8px;
}


li.change-log-item-expanded
{ 
    background-image: url(../../roojs1/images/default/tree/elbow-end-minus-nl.gif);
}
li.change-log-item ul.changed-files
{
    display: none;
}
li.change-log-item-expanded  ul.changed-files
{
    display: block;
}
 ul.selected
{
    display: none;
}

/** special styling for rows */
li.change-log-day {
    
    border-color: #D7D7D7 #D7D7D7 #999999;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0.5em;
    vertical-align: bottom;
}
.change-log-rev {
    float: right;
}

span.change-log-age
{
     font-weight: bold;
     font-size: 11px;
   }


li.change-log-item ul {
    border-top: 1px dotted #999;

}


.changeset-view-options {
    float: right;
}
.difffiles li:hover {
    background: #eee;
    
}
.changeset-expanded-block {
    background: #fff;
    border-left: 10px solid #666;
    padding: 10px;
 /*   display: none; */
}

.userlink {
    color : #666;
}
/** colour changes for different tiket states on log view **/

.change-log-ticket-status-closed > span,
.change-log-ticket-status-closed a
{
    border-left: 12px solid green;
    padding-left: 8px;
}
.change-log-ticket-status-completed > span,
.change-log-ticket-status-completed a
{
    border-left: 12px solid red;
    padding-left: 8px;
}
/*
.loading-text {
    background: url( '../loading.gif' ) no-repeat 0 0;
      padding-left: 10px;
}


.mask-loading {
    background: url(../loading-large.gif) 0 0 no-repeat;
    display: none;
    position: absolute;
    z-index : 10001;
    width: 32px;
    height: 32px;
}
*/
#loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.mask {
    
    z-index: 10000;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: .7;
    opacity: .70;
    filter: alpha(opacity=50);
    background-color: #fff;
}

.change-log-audit-key {
    width: 120px;
    text-align:right;
    display: inline-block;
    color: #AAA;
    font-size: 11px;
    vertical-align: top;

}
.change-log-audit-value {
    display: inline-block;
    width: 550px;
    vertical-align: top;
    white-space: pre-wrap;
    font-family: monospace;
    color: #115;
    font-size: 11px;
}



.change-reason {
    display: inline-block;
    width: 350px;
    overflow: hidden;
    height: 18px;
    vertical-align: middle;
}