.component_calendar {
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	background-image:url(images/g_background.gif);
	width: 180px;
}

.component_calendar_header {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	font-weight: bold;
	color:0;
	background-image:url(images/g_background.gif);
	padding: 5px 0;
	color: #eee;
}

.component_calendar_header td {
	cursor: pointer;
	padding: 4px;
	font-size: 14px;
	text-align: center;
}
.component_calendar_header td.component_calendar_head_name {
	cursor: default;
	width: 100%;
	font-size: 14px;
}

.component_calendar_table {
	font-size: 11px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:white;
}

.component_calendar_table td {
	text-align: center;
	width: 30px;
	height: 20px;
	color: black;	
	cursor: pointer;
}

.component_calendar_table td.wday {
	font-weight: bolder;
	background-color: #2C6435;
	color: white;	
	cursor: default;
}

.component_calendar_table td.outbound {
	color:#CCCCCC;
}

.component_calendar_table td.now {
	border: 1px solid #2C6435;
	font-weight:bolder;
}

.component_calendar_table td.over {
	font-weight:bold;
	color:#000099;
}
