/* Normal Bubble */


div.bubble {
	margin: 0px 0px 0px 6px;
	padding: 10px;
	border: 1px solid #c9c2c1;
	background-color: #FFF7AB;
	width: 219px;
}

.tipcont {
	
	position: relative;
	
}

.citetip {
	
	position: absolute;
	top: 10px;
	left:0px;
	width: 15px;
	height: 15px;
	background: transparent url(../img/tip.gif) no-repeat;
	background-position: top left;
}

.tcaltc .citetip {
	
	background: transparent url(../img/tip_alt.gif) no-repeat !important;
}
.altc {
	
	background: #FFCD00 !important;
	
}
.citetip {

	
}
.altc .cite {
	
	background: transparent url(../img/tip_alt.gif) no-repeat 20px 0 !important;
}

#text_content {
	
	padding: 0 20px 0 0px;
	
}
