body{
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-attachment: fixed;
	background-image: url(clearBG.png);
	background-position: left top;
}
#widget{
position: relative;
	width: 180px;
	height: 75px;
	background-image: url(jplRectangle.png);
	background-repeat: no-repeat;
	background-position: left top;;
}
#linkBox{
	position: absolute;
	left: 10px;
	top: 2px;
	width: 85px;
	margin-bottom: 3px;
}
div#smartbutton a span {display: none;}
div#smartbutton a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 55px;
	width: 75px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	margin: 5px;
	margin-left: 10px;
	z-index: 100;
	color: #000000;
	background: #ffffff;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	border:thin solid #062c6e;
}
.smaller {
	font-size: .7em;
}
div#emailButton a span {display: none;}
div#emailButton a:hover span {
display: block;
   position: absolute;
    top: 8px;
	 left: 63px;
	width: 75px;
   padding-top: 6px;
   padding-left: 5px;
   padding-right: 2px;
   padding-bottom: 15px;
    margin: 2px;
	 z-index: 100;
   color: #000000; 
   	background: #ffffff;
  font-size: 9px;
	font-weight: 600;
	text-align: center;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	border:thin solid #062c6e;
}
div#moreButton a span {display: none;}
div#moreButton a:hover span {
display: block;
   position: absolute;
    top: 3px;
	left: 60px;
	width: 85px;
   padding-top: 2px;
   padding-left: 5px;
   padding-right: 3px;
   padding-bottom: 1px;
    margin: 2px;
    margin-left: 7px;
	 z-index: 100;
   color: #000000; 
  	background: #ffffff;
  font-size: 10px;
	font-weight: normal;
	text-align: center;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	border:thin solid #062c6e;
}
div#linkBox a  {
display: block;
	overflow: auto;
	padding: 5px;
	border: none;
	background: url(buttonJPL.png) no-repeat left center;
	color: #FFFFFF;
	font-weight: 600;
	text-decoration: none;
	}  
	
	div#linkBox a:hover  {display: block;
	overflow: auto;
	padding: 5px;
	border: none;
	background: url(buttonOverJPL.png) no-repeat left center;
	color: #FFFFFF;
	font-weight: 600;
	text-decoration: none;}   
   
#smartbutton {
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 9px;
}
#emailButton {
	font-weight: 700;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	margin-left: 5px;
	margin-top: -6px;
}


#moreButton {
	font-weight: 700;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	margin-left: 5px;
	margin-top: -9px;
}

