#cluemapper-dashboard-projects {
    max-height: 20em;
    overflow: auto;
}

#cluemapper-dashboard-projects table {
    padding: 0;
    margin: 0;
    width: 100%;
}

#cluemapper-new-project {
    width: 27em;
}

.cluemapper-form .field label {
    width: 6em;
    display: block;
    float: left;
}

.cluemapper-form .field {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.cluemapper-form .actions {
    padding-top: 0.2em;
    float: right;
}

.cluemapper-form .actions #cluemapper-login-status {
    float: left;
}

.cluemapper-form .actions #cluemapper-login-status.error {
    color: red;
}

.cluemapper-form .footer {
    clear: both;
}

#cluemapper-dashboard-project-list dl,
#cluemapper-dashboard-project-list dt {
    padding: 0.2em;
    margin: 0;
}

#cluemapper-dashboard-project-list dt {
    font-weight: bold;
}

#cluemapper-dashboard-project-list dd {
    padding: 0 0 0 2em;
}

#cluemapper-dashboard-project-list .warning {
    color: red;
}

#cluemapper-dashboard-project-list td {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#cluemapper-dashboard-project-list td .name {
    float: left;
}

#cluemapper-dashboard-project-list td .action {
    float: right;
    color: #bbb;
    padding: 6px;
    margin-left: 0.5em;
}

#cluemapper-dashboard-project-list td .action:hover {
    color: black;
    background-color: #eee;
}

#cluemapper-dashboard-project-list td .footer {
    clear: both;
}

#cluemapper-dashboard-project-list dt.details {
    float: left;
    display: block;
    clear: left;
    padding: 0;
    margin: 0;
    width: 12em;
}

#cluemapper-dashboard-project-list dd.details {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
}

#cluemapper-dashboard-project-list td:hover {
    background: #eed;
}

#cluemapper-dashboard-project-list td.col1, 
#cluemapper-dashboard-project-list td.col2 {
    width: 50%;
}

#cluemapper-dashboard-project-list .diff {
    background-color: #f7f7f7;
}

#form-createproject.disabled {
    color: #888;
}

#cluemapper-status-message {
    display: none;
    color: black;
    margin-bottom: 1em;
    padding: 0.5em;
    border: 1px #999966 solid;
    padding-left: 26px;
    background: #FFFFE3 url(info-icon.gif) 5px no-repeat;
}

#cluemapper-status-message.error {
    background-image: url(error-icon.gif);
}

#cluemapper-status-message.visible {
    display: block;
}

.loading {
    display: block;
    padding-left: 20px;
    background: transparent url(loading.gif) left no-repeat;
    color: black;
}

.even {
    background-color: #f6f6f6;
}

#cluemapper-dashboard-project-list DT {
    padding-left: 1em;
    padding-right: 1em;
}

#cluemapper-dashboard-project-list DD {
    margin-left: 0;
    padding-left: 3em;
    padding-bottom: 1em;
    padding-right: 1em;
}

.create-project {
    margin-bottom: 2em;
}

#cluemapper-projects-toggle-outter {
    display: none;
}

#cluemapper-projects-toggle-outter.active {
    display: inline;
}

#cluemapper-ticket-container A {
    display: block;
    border: 0;
}

#cluemapper-ticket-container {
    padding-top: 1em;
}

#cluemapper-ticket-container .col1 {
    width: 49%;
    float: left;
    padding-left: 0;
}

#cluemapper-ticket-container .ticketlist {
    max-height: 20em;
    overflow: auto;
}

#cluemapper-ticket-container .col2 {
    width: 49%;
    float: right;
    padding-left: 0;
}

#cluemapper-ticket-container .footer {
    clear: both;
}

.create-new {
    padding-bottom: 1em;
}

#cluemapper-quickjump {
    position: absolute;
    top: 0.5em;
    right: 2.5em;
    z-index: 10;
}

#cluemapper-quickjump label {
    display: none;
}



/* stuff inherited from trac */

table.listing {
 clear: both;
 border-bottom: 1px solid #d7d7d7;
 border-collapse: collapse;
 border-spacing: 0;
 margin-top: 1em;
 width: 100%;
}
table.listing th { text-align: left; padding: 0 1em .1em 0; font-weight: bold }
table.listing thead { background: #f7f7f0 }
table.listing thead th {
 border: 1px solid #d7d7d7;
 border-bottom-color: #999;
 font-weight: bold;
 padding: 2px .5em;
 vertical-align: bottom;
}
table.listing thead th :link:hover, table.listing thead th :visited:hover {
 background-color: transparent;
}
table.listing thead th a { border: none; padding-right: 12px }
table.listing th.asc a, table.listing th.desc a { font-weight: bold }
table.listing th.asc a, table.listing th.desc a {
 background-position: 100% 50%;
 background-repeat: no-repeat;
}
table.listing th.asc a { background-image: url(../asc.png) }
table.listing th.desc a { background-image: url(../desc.png) }
table.listing tbody td, table.listing tbody th {
 border: 1px dotted #ddd;
 padding: .3em .5em;
 vertical-align: top;
}
table.listing tbody td a:hover, table.listing tbody th a:hover {
 background-color: transparent;
}
table.listing tbody tr { border-top: 1px solid #ddd }
table.listing tbody tr.even { background-color: #fcfcfc }
table.listing tbody tr.odd { background-color: #f7f7f7 }
table.listing tbody tr:hover { background: #eed !important }
table.listing tbody tr.focus { background: #ddf !important }
