/* -----------------------------------------------
	Calendar
----------------------------------------------- */

#calendar table {
	text-align: center;
	margin: 5px;
	font: 11px "Lucida Grande", Arial, sans-serif;
}

#calendar table a {
	text-decoration: none;
}


/*----[ Table TH ]------------------------*/

#calendar table th {
	height: 18px;
	width: 24px;
	color: #666666;
	background: #ffffdf;
	font-weight: bold;
}


/*----[ Table TD ]------------------------*/

#calendar table td {
	height: 24px;
}


/*----[ Table TD Navigation ]------------------------*/

#calendar table td.nav {
	font-weight: bold;
	height: 15px;
}

#calendar table td.nav a#first {
	float: left;
	background: url("../graphics/cal_first.gif") no-repeat;
}

#calendar table td.nav a#last {
	float: right;
	background: url("../graphics/cal_last.gif") no-repeat;
}

#calendar table td.nav a#next {
	float: right;
	background: url("../graphics/cal_next.gif") no-repeat;
}

#calendar table td.nav a#previous {
	float: left;
	background: url("../graphics/cal_previous.gif") no-repeat;
}

#calendar table td.nav a#first {
	padding: 17px 0 0 0;
	overflow: hidden;
	width: 17px;
	height: 0px !important; 
	height /**/:17px; /* for IE5/Win only */
}

#calendar table td.nav a#last {
	padding: 17px 0 0 0;
	overflow: hidden;
	width: 17px;
	height: 0px !important; 
	height /**/:17px; /* for IE5/Win only */
}

#calendar table td.nav a#next {
	padding: 17px 0 0 0;
	overflow: hidden;
	width: 17px;
	height: 0px !important; 
	height /**/:17px; /* for IE5/Win only */
}

#calendar table td.nav a#previous {
	padding: 17px 0 0 0;
	overflow: hidden;
	width: 17px;
	height: 0px !important; 
	height /**/:17px; /* for IE5/Win only */
}

#calendar table td.nav a#first:hover {
	background-position: 0 -17px;
}

#calendar table td.nav a#last:hover {
	background-position: 0 -17px;
}

#calendar table td.nav a#next:hover {
	background-position: 0 -17px;
}

#calendar table td.nav a#previous:hover {
	background-position: 0 -17px;
}


/*----[ Table TD Days ]------------------------*/
#calendar table td.day {
	border: 1px solid #ccc;
	background: #fff;
}


/*----[ Table TD Today ]------------------------*/
#calendar table td.today {
	border: 1px solid #ccc;
	background: #ffff99;
}


/*----[ Table TD Events ]------------------------*/

#calendar table td.event {
	border: 1px solid #ccc;
	background: #F1F3F6 url("../graphics/cal_today.gif") 0px 0px no-repeat;
	font-weight: bold;
}

#calendar table td.tevent {
	border: 1px solid #ccc;
	background: #ffff99 url("../graphics/cal_today.gif") 0px 0px no-repeat;
	font-weight: bold;
}


/*----[ Table TD Search Form ]------------------------*/

#calendar table td.sdate {
	text-align: right;
}