/* CSS for Date Popup */
#calLink, #calLink img {
	height: 16px;
	width: 16px;
	border: none;
	padding: none;
}

#cal {
	background: #d4d0c8 url(../images/calendar-bg.gif) repeat-x 0 30px;
	margin: 0;
}

#cal table {
	width: 200px;
	margin: 0;
	padding: 0;
	background: none;
}
a img {
	border: none;
}
#cal a {
	cursor: pointer;
	color: #000;
}

#cal a.today {
	color: #fff;
	background: #ba3936;
	font-weight: bold;
}

#cal td {
	padding: 0;
	margin: 0;
	text-align: center;
}

#calHead {
	width: 198px;
}

#calHead td {
	background: #625b55 url(../images/calendar-head-bg.gif) repeat-x;
	color: #ccc;
	text-align: center;
	width: 99px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#calHead .calMonth {
	float: left;
	width: 65px;
}

#cal a.leftArrow {
	font-size: .1ex;
	color: #fff;
	background: url(../images/arrow-left.gif) no-repeat 0 4px;
	width: 15px;
	height: 18px;
	display: block;
	float: left;
}

#cal a.yearLeftArrow {
	margin-left: 23px;
}

#cal a.rightArrow {
	font-size: .1ex;
	color: #68615b;
	background: url(../images/arrow-right.gif) no-repeat 100% 4px;
	width: 15px;
	height: 18px;
	display: block;
	float: left;
}
