﻿	*{margin:0px;padding:0px;}
			li{list-style:none;}
			#calendar{
				
				height:auto;
				background:url(./images/bg1.jpg) no-repeat 0px 0px;
				overflow:hidden;
				font-family:'微软雅黑';
			}
			#calendar .select{}
			#calendar .select .time{
			}
			#calendar .select .time a{
				display:block;
				width:15px;
				height:27px;
				float:left;
				margin-left:2px;
			}
			#calendar .select .time .btnPre:hover{
				background:url(./images/bg.jpg) no-repeat -14px -61px;
			}
			#calendar .select .time .btnNext:hover{
				background:url(./images/bg.jpg) no-repeat -138px -61px;
			}
			#calendar .select .time .year{
				width:420px;
				height:27px;
				float:left;
				margin-left:12px;
				position:relative;
				z-index:1;
				text-align:center;
			}
			#calendar .select .time .month{
				width:39px;
				height:27px;
				float:left;
				margin-left:2px;
				position:relative;
				z-index:1;
			}
			#calendar .select .time span{
				width:100%;
				height:27px;
				line-height:27px;
				color:#503f25;
				font-size:12px;
				text-indent:3px;
				cursor:pointer;
			}
			#calendar .select .time span i{
				font-style:normal;
			}
			#calendar .select .time select{
				position:absolute;
				width:64px;
				top:27px;
				border:0px;
				display:none;
				z-index:1;
			}
			#calendar table{
				width:580px;
				height:294px;
				margin:10px 0px 10px 10px;
				position:relative;
				border-collapse: collapse;
				z-index:0;
			}
			#calendar table thead th{
				width:90px;
				height:51px; background:url(../images/tdbj.jpg) repeat-x; text-align:center; font-size:15px; color:#ffffff;
			}
			#calendar table thead th.red{
				color:#ba4f2d;
			}
			#calendar table tbody td{
				text-align:center;
				width:90px;
				height:52px;
				cursor:pointer;
				font-family:Arial;
			}
			#calendar table tbody td span{
				color:#ccc;
			}
			#calendar table tbody td.hover{
				background-color:#EBEFF4;
			}
			#calendar table tbody td.active{
				color:#000;
				background-color: #EBEFF4;
			}
			#dhx_month_body{background:url(../images/daymoney.png) no-repeat left center; padding-left:9px;}
			.dhx_month_head{
			background-color: #EBEFF4;
			color: #2F3A48;
			border-right: 1px dotted #586A7E;
			height: 18px;
			padding-right: 5px;
			padding-top: 3px;
			text-align: right;
			}

			.dhx_month_body {
			border-right: 1px dotted #586A7E;
			border-bottom: 1px dotted #586A7E;
			margin-top:10px;
			}
			.clear{ clear:both;}
			.cald{ float:left; width:590px;}
			#week{  display:inline; margin-left:10px;}