
/* 
    Created on  : Dec 1, 2014, 11:24:05 AM
    Author      : kwkelly
    Usage       : For the items in usgs-util.js
*/

.usgs_hover_text, #metadataDisplay {
    background-color: #FFF;
    border: 1px solid #007185;
    box-shadow: 3px 3px 3px #969696;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    display: none;
    color: #222222;
    text-align: center;
    position: absolute;
    padding: 8px;
    opacity: 1.0;
    text-align: left;
    cursor: default;
    line-height: 18px;
}

.line_break {
    display: block;
    width: 100%;
    margin: 6px 0px;
    border-top:#000 dashed thin;
}

.usgs_hover_text {
    width: 300px;
}

.hovering_btm_rt, .hovering_btm_lf {
    cursor: pointer;
}

.closerImg {
    position: absolute;
    top: 6px;
    left: 6px;
    cursor: pointer;
}

.ui-widget-content a {
    color: blue;
	text-decoration:none;
}
.ui-widget-content a:hover {
    color: blue;
	text-decoration:underline;
}
.ui-widget-content a:visited {
    color: purple;
	text-decoration:none;
}
.ui-widget-header a { 
	color:blue;
	text-decoration:none;
}
.ui-widget-header a:hover {
    color: blue;
	text-decoration:underline;
}
.ui-widget-header a:visited {
    color: purple;
	text-decoration:none;
}
