/* 
	Required Styles
*/
#aToolTip {
	position: absolute;
	display: block;
	z-index: 75;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 200;
}

	#aToolTip .aToolTipContent {
		position:relative;
		margin:0;
		padding:0;
	}
/* 
	END: Required Styles
*/

/* ###################  Start Default Theme ######################## */

.defaultTheme {
	width: 460px;
	max-height: 300px;
	border-radius: 12px;
	background:#fff;
	color:#333;
	box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.3);
	-moz-box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.3);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	
}
.defaultTheme h2 {
	font-size:17px !important;
	font-weight: bold !important;
	text-align: left; 
	font-weight: normal; 
	/* height: 32px; */
	margin: 0;
	}
.defaultTheme h3 {
    font-weight: 400;
	font-size: 11px !important;
	text-transform: uppercase;
	padding: 9px 0;
	color:#015696;
	text-align: left;
	clear: both;
}	
.defaultTheme ul {
	padding:0; 
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	list-style: none !important;
	width: 210px;
	}
.defaultTheme ul li{
	list-style: none !important;
	background-image: none !important;
	display: block;
	width:104px;
	float:left;
	text-align: center;
	padding: 0 0 11px 0 !important;
	font-size: 11px;
	line-height: normal;
	}
.defaultTheme ul li b {
	font-size: 24px;
	display: block;
	line-height: normal;
	color: #527134;
	}

.defaultTheme ul li b span{
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	}	
.defaultTheme #aToolTipCloseBtn {
	display:block;
	height:18px;
	width:18px;
	background:url(../images/closeBtn.html) no-repeat;
	text-indent:-9999px;
	outline:none;
	position:absolute;
	top:-20px;
	right:-30px;
	margin:2px;
	padding:4px;
}
.tooltip_top{
	height: 85px;
	width: 205px;
}
.tooltip-content{
	padding: 20px;
	border: 1px solid #035BB5;
	border-radius: 12px;
	margin: 3px;
	padding:10px;
	max-height:280px;
}
.tooltip-content div{
	display:inline-block;
	vertical-align:top;
}
.data_mission{
	min-height: 65px;
	width: 100%;
	padding-bottom: 5px;
}
.blue-border{
	border-top: 5px solid #C0D5EB;
	border-bottom: 2px solid #C0D5EB;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 4px;
}
.blue-text{
	color:#333;
	font-size: 12px;
	text-align: center;
	width: 100%;
}
.blue-box{
	background-color: #E5EEF7;
	border-radius: 14px;
	padding: 10px 10px 15px 15px;
	margin-bottom: 10px;
	font-weight: bold;
}
.tooltip-content img.scale {
	height:24px; 
	border:0; 
	padding-top: 5px;
}
.tooltip-content img.scale_H {
	height:46px; 
	border:0; 
	padding-top: 5px;
}
.tooltip-content img.satellite {
	max-width:85px;
	max-height:50px; 
	border:0; 
	margin-top: 10px;
	margin-left: 10px;
	/* float: right !important; */
}
.mission{
	float: right !important;
}
.units{
	color:#333;
	font-size: 9px;
	padding-right: 2px;
	text-align: center;
	vertical-align: bottom !important;
}
.scale_image{
	vertical-align: bottom !important;
}
.data_set{
	width:55%;
}

/* ###################  End Default Theme ######################## */


