

.dotedHr {
	height: 1px;
	background-image:url(/images/layout/dots_hor_pix.gif);
	background-repeat:repeat-x;
	clear:both;
	margin-bottom:2px;
	margin-top:2px;
}

.dots {
	height: 1px;
	background-image:url(/images/layout/dots_hor_pix.gif);
	background-repeat:repeat-x;
	margin-bottom:2px;
	margin-top:2px;
}

/* Tooltip CSS */

.tooltip {
	position: absolute;
	width: 240px;
	/* background-color: #D61185; */
	border: 0px solid black;
	padding: 0px;
	font-size: 12px;
	/* margin: 1em; */
  
	background-image:url(/images/layout/tooltiptop.gif);
	background-repeat:no-repeat;
	background-position:top;
  margin-left:-105px;
	margin-top: 1px;
  visibility:hidden;
}
.tooltip_content {
  margin-top:45px;
	background-color: #c9c9c9;
}
.tooltip h2 {
	height: auto;
	background-color: #c9c9c9;
	color: #D61185;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-left: 2px;
}

.tooltip p {
	padding: 2px;
	margin-top: 0.5em;
	line-height: 1.2em;
}

.tooltip a.close {
	/* Here for example only. Styles the Close link */
}

/* END CALENDAR CSS */