﻿.component_calendar {
	z-index: 150000;
	width: 209px;
	/*opacity: 0.95;
    -moz-opacity: 0.95;
    filter: alpha(opacity=95);*/
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	background-color: White;
	border: 1px solid #cccccc;
}
.component_calendar_header {
	width: 200px;
	margin: 9px 5px 0px 5px;
	color: #333333;
	font-weight: bold;
	border-collapse: collapse;
}
.component_calendar_header td {
	cursor: pointer;
	height: 14px;
	font-size: 11px;
	text-align: center;
}
td#timing_date_calendar_prev_year, td#timing_date_calendar_next_year {
	display: none;
}
td#timing_date_calendar_prev_month, td#timing_date_calendar_next_month {
	width: 23px;
	color: #333333;
	background: #cccccc;
	border: 1px solid #a1a1a1;
}
div.component_calendar_box {
	margin: 17px 5px 9px 5px;
}
.component_calendar_header td.component_calendar_head_name {
	cursor: default;
	color: #333333;
}
.component_calendar_table {
	font-size: 11px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.component_calendar_table tr {
	/*background: url('../img/bg/calendar.gif') no-repeat top left;*/
}
.component_calendar_table td {
	text-align: center;
	width: 20px;
	height: 22px;
	border-bottom: 3px solid White;
	cursor: pointer;
	font-weight: bold;
	background: #e5e5e5;
}
.component_calendar_table td.wday {
	font-weight: bolder;
	color: Black;	
	cursor: default;
	background: White;
}
.component_calendar_table td.outbound {
	color: #cacaca;
}
.component_calendar_table td.now {
	background: #3399ff;
	color: White;
}
.component_calendar_table td.over {
	background-color: #3399ff;
	color: White;	
}
.component_calendar_table td.outbound1 {
	color: #CACACA;
	cursor: default !important;
}
td.no_click {
	cursor: default !important;
}