#cal{
	width: 587px;
	margin: 0 auto;
	height:170px !important;
}
#caltabs{
	z-index: 1;
	width: 587px;
	position: relative;
	left: -80px;
}
#calmain{
	z-index: 2;
	background-image: url(images/lmcalbg.png);
	background-repeat: no-repeat;
	width: 587px;
	height: 184px;
	margin: 0 auto;
	position: relative;
	top: -150px;
}
#mptab{
	position: relative;
	top: 0px;
	cursor: pointer;
}
#lktab{
	position: relative;
	left: -27px;
	cursor: pointer;
}
#lmtab{
	position: relative;
	top: -95px;
	left: 268px;
	cursor: pointer;
}
#months{
	position: relative;
	top: 20px;
	left: 60px;
}
#months img{
	padding-right: 100px;
}
.calendar-month{
	display: none;
}
.days{
	display: none;
}
.nonday, .linked-day{
	background-color: #FFF;
	border: 1px solid #A8A8A8;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px 5px;
	height: 14px;
	padding: 0px 3px;
}
.greyday{
	background-color: #A8A8A8;
	border: 1px solid #A8A8A8;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px 5px;
	height: 14px;
	padding: 0px 3px;
}
.linked-day{
	background-color: #5aa6de;
}
.nonday{
	background-color: #ffffff;
	color: #555;
}
.linked-day a{
	color: #000;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
}
.calendar{
	display: inline;
}

#cals{
	position: relative;
	left: 8px;
	top: -304px;
	z-index: 30;
}
#cals table{
	margin-right: 15px;
}
#mpcals{
	display: none;
}
#lkcals{
	display: none;
}
#dhtmltooltip {
	position: absolute;
	width: 125px;
	border: 1px solid #fff;
	padding: 2px;
	background-color: #392FD0;
	visibility: hidden;
	z-index: 100;
	color:#fff;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}
