@charset "utf-8";
/* CSS Document */
TABLE.cld_range TD.inpWin DIV{
	position:relative;
	width:65px;
	height:20px;
	display:Block;
}
TABLE.cld_range TD.inpWin INPUT{
	width:64px;
	height:20px;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border: solid 1px #32982b ; 
	margin:0px;
}
TABLE.cld_range TD.inpWin{
	position:relative;
	width:70px;
	height:25px;
	padding:0px;
	z-index:500;
	
	

}
 DIV.calWin{
	position:absolute;
	left: 500px;
	top:2px;
	z-index:10000;
	width:250px;
	height:200px;
	border:solid 1px #32982b;
	background-color:#FFFFFF;
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
DIV.calWin TABLE#callendarTable{
	display:block;
	position:relative;
	width:250px;
}
DIV.calWin TABLE#callendarTable TH{
	font-size:11px;
	
	border:1px solid;
	}
DIV.calWin TABLE#callendarTable TD{
	font-size:13px;
	
	padding:0px;
	border:none;
	text-align:center;
	background-color:#cccccc;
	color:#999999;
	height: 25px;
	}
DIV.calWin TABLE#callendarTable TD.active{
	font-size:13px;
	padding:0px;
	border:none;
	text-align:center;
	background-color:#F9FFF9;
	color:#000000;
	cursor:pointer;
	
	
	}
Div#winCalClose{
	position:absolute;
	left:0px;
	top:0px;
	width:2500px;
	height:2500px;
	z-index:2000;
	background-image:url(/images/spacer.gif);
	display:none;
}
TABLE.dateMove Button{
	width:31px;
	height:21px;
	background-color:transparent;
	background-image:url(/images/button_calendar.gif);
	margin:0px;
	border:none;
}



