@charset "utf-8";
/* CSS Document */

.cluetip-default h3 strong {
	font-weight: bold;
	line-height: 16px;
	}
	
.cluetip-default p {
	margin-top: 12px;
	line-height: 16px;
	}
	
/* global */
#cluetip-close img {
	border: 0;
	}
	
#cluetip-title {
	overflow: hidden;
	}
	
#cluetip-title #cluetip-close {
	float: right;
	position: relative;
	}

#cluetip-extra {
	display: none;
	}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
	background-color: #e7e7e8;
	}
	
.cluetip-default #cluetip-outer {
	position: relative;
	margin: 0;
	background-color: #e7e7e8;
	}
	
.cluetip-default h3#cluetip-title {
	margin: 0px;
	padding: 8px 10px 4px;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #003063;
	color: #fff;
	}
	
.cluetip-default #cluetip-title a {
	color: #d9d9c2;
	font-size: 0.95em;
	}
	  
.cluetip-default #cluetip-inner {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px;
	text-align: left;
	}
	
.cluetip-default div#cluetip-close { 
	text-align: right;
	margin: 0 5px 5px;
	color: #900;
	}

/* stupid IE6 HasLayout hack */
	.cluetip-rounded #cluetip-title, .cluetip-rounded #cluetip-inner {
	zoom: 1;
	}
