@charset "utf-8";
.tool-tip {
	color: #fff;
	width: 180px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}

.custom-tip {
	color: #000;
	width: 180px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #303030;
	padding: 8px 8px 4px;
	background: #D57926;
	border-bottom: 1px solid #993300;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #E2CB6D;
}

.info_pic {
	border: 1px solid #cccccc;
	margin: 5px;
}

#content_pane #content .content_pic {
	float: right;
	width: 230px;
	text-align: right;
}

#content_pane #content .content_photo {
	display: block;
	
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#content_pane #content a:link, #content_pane #content a:visited, #content_pane #content a:active {
	color: #000000;
}

#content_pane #content a:hover {
	color: #666666;
}