/* Moved all the color stuff into the theme CSS files - JMH 2/20/07 */


table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	width: 200px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	/* border: solid #CCCCCC 1px; */
	text-align: center;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
	cursor: pointer;
}
table.caldayheading td.wkhead {
	/* border-right: double #CCCCCC 3px; */
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	/* border: solid #CCCCCC 1px; */
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	width: 22px;
	/*height: 20px;*/ /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	text-align: center;
	/* border-right: double #CCCCCC 3px; */
}
table.calcells td.wkday {

}
table.calcells td.wkend {

}
table.calcells td.curdate {

}
table.calcells td.cell_selected {

}
table.calcells td.notmnth {

}
table.calcells td.notallowed {
	font-style: italic;
}
table.calcells td.hover {

}

#EventsCalendar_mainheading {
    font-weight: bold;
}

#EventsCalendar_mainheading input {
border-width: 0px;
font-size: 11px;
font-weight: bold;
cursor: hand;
margin-left: 4px;
margin-right: 4px;
}