.component_calendar {
	z-index: 150000;
	width: 180px;
	opacity: 0.95;
    -moz-opacity: 0.95; /* for old Gecko browsers */
    filter: alpha(opacity=95); /* for IE6&7 */
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	background-color: #707070;
	border: 1px solid #000;
}

.component_calendar_header {
	width: 100%;
	padding: 5px 0;
	color: #eee;
	font-size: 11px;
	font-weight: bold;
	background-color: #003b6a;
	border-collapse: collapse;
}

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

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

.component_calendar_table td {
	text-align: center;
	width: 30px;
	height: 20px;
	background-color: #777;
	color: #eee;	
	cursor: pointer;
}

.component_calendar_table td.wday {
	font-weight: bolder;
	background-color: #444;
	color: #eee;	
	cursor: default;
}

.component_calendar_table td.outbound {
	background-color: #606060;
	color: #828882;
}

.component_calendar_table td.now {
	background-color: #8e2572;
	color: #fff;
}

.component_calendar_table td.over {
	background-color: #00877c;
	color: #eee;	
}
input#date {
	background: url(../img/bg/calendar.gif) no-repeat right;
}
.date {
	background: url(../img/bg/calendar.gif) no-repeat right;
}

