.listingOther {
    background-color: #eec0c0;
    font-weight: bold;
    padding:4px;
    border-radius:2px;
}

.listingThreat {
    background-color: #ffcc66;
    font-weight: bold;
    padding:4px;
    border-radius:2px;
}

.listingEnd {
    background-color: #ff3300;
    font-weight: bold;
    padding:4px;
    border-radius:2px;
}

#imageBox{
    margin:0px 0px 15px 15px;
    text-align:right;
    float:right;
    width:248px;
}
.noImage {
    text-align:center;
    padding-top:100px;
    color:#ccc;
    min-height:150px;
    font-style:italic;
    border:1px solid #ccc;
    border-radius:5px;
}
.noImage a {
    text-decoration:none;
}
.new-row {
	margin-top:1em;
}
h4.listingStatus {
	font-weight:normal;
}
.title {
	font-weight:bold;
}
.table-caption {
	font-size:15px;
	margin-top:1em;
	font-weight:bold;
}

.table-caption a {
	font-weight:normal;
}
.j-popover {
    cursor:pointer;
}