.tcalInput {
	background: url('http://reiseshop.ru/demo/consolidator/images/k-ico.png') 100% 50% no-repeat;
	padding-right: 20px;
	cursor: pointer;
	
	
	

-moz-border-radius:5px;  -webkit-border-radius:5px; 
border: 1px solid #ccc; background-color:#fff; color: #999; font-size:200%; width: 310px;
						height: 50px;"



}
.datum_klein{
	width:65px;
}

/* additional properties for input boxe in activated state, above still applies unless in conflict */
.tcalActive {
	background-image: url('http://reiseshop.ru/demo/consolidator/images/k-ico.png');
}
/* container of calendar's pop-up */
#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 200px;
	background-color: white;
	margin-top: 2px;
	padding: 0 2px 2px 2px;
	border: 1px solid silver;

	-moz-box-shadow: 3px 3px 4px silver;
	-webkit-box-shadow: 3px 3px 4px silver;
	box-shadow: 3px 3px 4px silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
}

/* table containing navigation and current month */
#tcalControls {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
#tcalControls td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	width: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#tcalControls th {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	line-height: 25px;
	font-size: 10px;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}
#tcalPrevYear { background-image: url('http://reiseshop.ru/demo/consolidator/images/prev_year.png'); }
#tcalPrevMonth { background-image: url('http://reiseshop.ru/demo/consolidator/images/prev_mon.png'); }
#tcalNextMonth { background-image: url('http://reiseshop.ru/demo/consolidator/images/next_mon.png'); }
#tcalNextYear { background-image: url('http://reiseshop.ru/demo/consolidator/images/next_year.png'); }

/* table containing week days header and calendar grid */
#tcalGrid {
	border-collapse: collapse;
	border: 1px solid silver;
	width: 100%;
}
#tcalGrid th {
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 3px 0;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 11px;
	background-color: #999999;
	color: white;
}
#tcalGrid td {
	border: 0;
	border-collapse: collapse;
	padding: 2px 0;
	text-align: center;
	font-family: arial, sans-serif;
	width: 14%;
	font-size: 12px;
	cursor: pointer;
}		
#tcalGrid td.tcalOtherMonth { color: silver; }
#tcalGrid td.tcalWeekend { background-color: #BBE7FF; }
#tcalGrid td.tcalToday { border: 1px solid red; }
#tcalGrid td.tcalSelected { background-color: #FF9900;font-weight:bold; }	