/* Table Classes */
TABLE.calendar
{
	background-color: #CCE5CC;
	padding: none;
}

TABLE.calendar TR.day_heading {
	font-weight: bold;
	background-color: #99CC99;
	padding: 1px;
	text-align: center;
}

TABLE.calendar TR.week_row {
	background-color: #AAC6BF;
}


TABLE.calendar TR.week_row A {
	color: #003366;
}

TABLE.calendar TR.week_row TD.day_item {
	text-align: left;
	vertical-align: top;
	background-color: #DFEAE8;
}

TABLE.calendar TR.week_row TD.not_month_item {
	text-align: left;
	vertical-align: top;
	background-color: #F2F6F5;
}

TABLE.calendar IMG{
	border: none;
}

TABLE.calendar TR.week_row TD.action {
	vertical-align: middle;
	text-align: center;
}

TABLE.calendar TR.week_row TD A {
	color: black;
}


TABLE.calendar TR.week_row TD TABLE {
	color: black;
	font-size: medium;
	border: none;
	font-weight: bold;
}

TABLE.calendar TR.week_row TD.js_action {
	cursor: hand;
}

/* Calendar Plugin */

TABLE.calendar_plugin
{
	font-size: 9px;
	background-color: #CCE5CC;
	padding: none;
}

TABLE.calendar_plugin TR.day_heading {
	background-color: #99CC99;
	padding: 1px;
	text-align: center;
}

TABLE.calendar_plugin TR.day_heading TD {
	font-size: 9px;
	font-weight: bold;
	color: white;
}

TABLE.calendar_plugin TR.week_row {
	background-color: #D1F0FF;
}

TABLE.calendar_plugin TR.week_row TD {
	font-size: 9px;
	font-weight: normal;
	color: white;
}

TABLE.calendar_plugin TR.week_row A {
	font-size: 9px;
	color: #003366;
	cursor: hand;
}

TABLE.calendar_plugin TR.week_row TD.day_item {
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	background-color: #99CC99;
	font-weight: bold;
}

TABLE.calendar_plugin TR.week_row TD.day_item_empty {
	text-align: center;
	vertical-align: middle;
	background-color: #339933;
}

TABLE.calendar_plugin TR.week_row TD.day_item_today {
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	background-color: #99CC99;
}

TABLE.calendar_plugin TR.week_row TD.not_month_item {
	font-size: 9px;
	text-align: left;
	vertical-align: top;
	background-color: #339933;
}

TABLE.calendar_plugin IMG{
	border: none;
}

TABLE.calendar_plugin TR.week_row TD A {
	font-size: 9px;
	color: white;
}

TABLE.calendar_plugin .ToolTip {
	font-weight:normal;
}

/*Calendar*/
IMG.date_select {
	cursor: hand;
}

TABLE.calendar_plugin TD.month_name {
	color: #339933;
	font-weight: bold;
	font-size: 10px;
}