/*日历选择器 calendar*/
     .calendar{
       border:1px #ccc solid;
     }
	.datepicker {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background: none !important;
		overflow: hidden;
		width: 265px;
	}

	.datepicker table {
		background: #BEBEBE;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
		border-spacing: 0px;
		border: 1px solid #000;
		border-top: none;
		width: 100%;
	}

	.datepicker caption {
		color: #333;
		font-weight: bold;
		font-size: 13px;
		text-align: center;
		width: 100%;
		height: 25px;
		line-height: 26px;
		background:#4E6A81 url(../images/calbg.gif) repeat-x;
		border: 1px solid #000;
	}
	
	.datepicker caption a {
		cursor: pointer;
        color: #000;
        text-decoration:none;
        font-weight:bold;
        margin:0 10px 0 10px;
	}
	.datepicker caption span.month {
		width: 120px;
        padding-left:10px;
	}
	.datepicker caption span.year {
		width: 80px;
        padding-right:10px;
	}			
	.datepicker th, .datepicker td {
		cursor: default;
		font-size: 12px;
		background: #fff;
		height: 20px;
		width: 25px;
		text-align: center;
		border-top: 1px solid #BEBEBE;
	}
	
	.datepicker th {
		background: #FDFDDB;
		border: none;
		color: #888;
        font-family:Verdana;
        font-size:10px;
	}

	.datepicker td.active {
		cursor: pointer;
	}

	.datepicker td.inactive {
		background: #EEEEEE;
		color: #BEBEBE;
	}

	.datepicker td.today {
		border-top: 1px solid #FFc700;
		background: #FFFF99;
	}
		
	.datepicker td.hilite {
		background: #000;
		color: #fff;
	}

/*end calendar*/

#bg_layer {
	width:100%;	
	background:#000;
	position:absolute;
	z-index:100;
	left:0px;
	top:0px;
	display:none;
}
