/*styles for tooltips*/
	.cl{ clear:both;}
	
	.tooltips{
		color:#C00;
		border-bottom:1px dotted #C00;
		cursor:help;
	}
	.tooltips_over{
		background:#DDD;
		color:#C00;
		border-bottom:1px dotted #C00;
		cursor:help;
	}
	.tooltip_box{
		position:absolute;
		background-color:#F9F9F9;
		border:1px solid #999999;
		z-index:10000;
		-moz-border-radius:5px; 
		-webkit-border-radius:5px;
	}
	.tooltip_box .content{
		padding:8px;
		font:15px "Times New Roman",Times,serif;
		cursor:default;
		float:left;
		color:black !important;
	}
	.tooltip_box .c_{
		text-align:center;
		color:#666;
	}
	.tooltip_box .arrow{
		position:absolute;
		width:30px;
		height:15px;
	}
	.tooltip_box .arrow_up div, .tooltip_box .arrow_down div{
		background-image:url(/wysiwyg/pics/tip_arrow.gif);
		background-repeat:no-repeat;
		position:relative; 
		left:-15px;
		top:0px;
		overflow:hidden;
		width:30px;
		height:15px;
	}
	.tooltip_box .arrow_up{
		top:-15px;
		bottom:auto;
	}
	.tooltip_box .arrow_down{
		top:auto;
		bottom:-15px;
	}
	.tooltip_box .arrow_up div{
		background-position:0px 0px;
		
	}
	.tooltip_box .arrow_down div{
		background-position:0px -15px;
	}
	
	/*images*/
	.galim{
		font:0.8em arial;
		border:0px;
		margin: 1px 4px !important;
	}
	.galim img {
		border: 0px !important;
		padding: 0px !important;
	}
	.galim .caption{
		font-weight:bold;
		margin-top:10px;
	}
	.galim .credits{
		color:#999999;
	}
	.galim .c{
		margin:10px;
	}