/**
 * Style sheet overlay
 */
.tool-tip
{
	width:300px;
	color:#333333;
}

.tool-title
{
	height:20px;
	text-align:center;
	background-color:#E9E0BB;
	border-top:1px solid #DDC69A;
	border-right:1px solid #DDC69A;
	border-bottom:0px solid #DDC69A;
	border-left:1px solid #DDC69A;
	font-weight:bold;
	font-size:12px;
	color:#660000;
	line-height:20px;
}

* html .tool-title
{
}

.tool-text
{
	padding:10px 10px 15px 10px;
	background-color:#E9E0BB;
	border:1px solid #DDC69A;
	color:#333333;
}

* html .tool-text
{
	background-image:url("tl_files/layout/bg.kalender.overlay.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
}

.event_details
{
	text-align:left;
}
