#ticketTooltipContainer{
	border: 3px solid #183f5c;
	background: #4292cb;
	
	/*Rounded Corners*/
	border-radius: 8px;
	-moz-border-radius: 8px;
}

#ttcContent{
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

#ttcTitle{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;

	color: white;/*#ecf8ff;*//*#fff*/
}

#ttcBody{
	font-size: 12px;
	margin-bottom: 10px;

	color: #ecf8ff;
}