.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:16px;
	margin-top:1em;
	margin-bottom:0.5em;
	font-weight:bold;
}

.table-caption a {
	font-weight:normal;
}
.j-popover {
    cursor:pointer;
}
#speciesSearchForm .results {
	position:absolute;
	z-index:2;
    background-color: #FFFFFF; 
    text-align: left; 
    overflow:auto;
    height:200px;
    border-width:1px;
    border-style: solid;
    border-color:grey ;     
    cursor:pointer;
    display:none;
    width:84%;
}
#speciesSearchForm .results > *{
	padding:5px;
}
#speciesSearchForm .results > *:hover{
	background-color:#eee;
}

#Preloading {
    background-color: white;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;

}

#loading {
    background-image: url("/ecp0/images/loader.gif");
    /*background-repeat: no-repeat;*/
    height: 130px;
    width: 130px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -65px;
    margin-left: -65px;
}

