/* leftmenu
----------------------------------------------- */

#tdate_calendar div.calendarBox {
	font-size:15px;
	margin:0 0 10 0px;
	padding:0 0 10px 0;
	width:330px;
	background: url(../img/csearch_cal_bg.gif) no-repeat bottom;
}

#tdate_calendar div.calendarTitle {
	margin:0 0 1px 20;
	padding:2 0 2px 50;
	height: 25px;
	background: none;
	border-bottom: none;
}

#tdate_calendar div.calendarTitle h4 {
	margin:4px 0 0 50px;
	padding:0;
	font-size:100%;
	line-height:1.3;
	float:left;
	color:#65635d;
}
#tdate_calendar div.calendarTitle h4 img {
	vertical-align:middle;
	margin-bottom:1px;
}

#tdate_calendar table.calTool {
	padding:0px;
	border-collapse:collapse;
	border-top:solid 1px #9C9290;
	table-layout:fixed;
}

#tdate_calendar table.calTool th{
	font-size:80%;
	line-height:1.3;
	text-align:center;
	color: #333333;
	height:25px;
}
#tdate_calendar table.calTool td{
	font-size:100%;
	line-height:1.3;
}

#tdate_calendar table.calTool th.sun {
	text-align:center;
	background-color: #f7f4ed;
	color: #a95001;
	height:25px;
}
#tdate_calendar table.calTool th.sat {
	text-align:center;
	background-color: #F8F8FF;
	color: #01259b;
	height:25px;
}
#tdate_calendar table.calTool td.sun {
	background-color: #f7f4ed;
	color:#a95001;

}
#tdate_calendar table.calTool td.sat{
	background-color: #F8F8FF;
	color:#01259b;

}
#tdate_calendar table.calTool td p.otr{
	color:#888888;
}
#tdate_calendar table.calTool td p.hol{
	color:#a95001;
}

#tdate_calendar table.calTool td p{
    	display:block;
	margin:2 0 2 0px;
	padding:0;
}
#tdate_calendar table.calTool td p a{
	color:#BF0000;
    	display:block;
	margin:1 0 1 0px;
	text-align:center;
	height:20px;
	_height:17px;
}
#tdate_calendar table.calTool td p a:hover {
    	background-color: #9C9290;
}

#tdate_calendar table.calTool td.today{
	border:solid 2px #9C9290;
}


/* Float Clearing
------------------------------------------------------------*/
div.categoryTitle:after,
div.categoryTitle02:after,
div.categoryBox02 ul.searchSelect:after{
	display:block;
	clear:both;
	height:0;
	line-height:1%;
	visibility:hidden;
	content:".";
}
div.categoryTitle,
div.categoryTitle02,
div.categoryBox02 ul.searchSelect{
	display:inline-block;
	zoom:1;
}


