/**
  * Feria.de Calendar
  *
  * @copyright       NEUSTA GmbH
  * @version         SVN $Id: 4_calendar.css 27726 2009-05-14 07:55:01Z chuelsemann $
  */
.dplayer {
	border:1px solid #bbd66e;
	background-color:#fff;
	color:#000;
	width:380px;
}

* html .dplayer {
	width:382px;
}

.dplayer #dpfrom {
	width:190px;
}

.dplayer #dpto {
	width:190px;
}

.dplayer table {
	margin-left:0pt;
}

.dplayer th,
.dplayer td {
	font-size:11px;
	padding:0pt;
	border:0pt;
}

.dplayer .dpclose {
	color:#fff;
	background-color:#bbd66e;
	font-weight:bold;
}

.dplayer table.ui-datepicker td.ui-datepicker-current-day a {
	background-color:#f60;
}

.dplayer .ui-datepicker-days-cell-over {
	background:#bbd66e;
}

.dplayer .monthyearcombo {
	background:#fff;
	padding-top:5px;
}

.tx-tuisearch-pi1 .dplayer input.dpsubmit {
	/*background:#fff;
	text-decoration:underline;
	border:0;
	color:#000;
	cursor:pointer;
	font-weight:bold;*/
	background:#fff url(../../pics/icons/genCal_uebernehmen.gif);
	width:104px;
	height:16px;
	overflow:hidden;
	cursor:pointer;
	border:0;
	line-height:200px;
	text-indent:-300px;
}

.dplayer .ui-datepicker-inline {
	height:140px;
}

.dplayer select.dpvac {
	width:170px;
}

.dplayer .monthyearcombo .prevmonth 		{float:left; width:8px; margin:0 4px 0 6px;}
.dplayer .monthyearcombo select 			{float:left; width:150px;}
* html .dplayer .monthyearcombo select 		{width:145px;}
*+html .dplayer .monthyearcombo select 		{width:145px;}
.dplayer .monthyearcombo .nextmonth 		{float:left; width:8px; margin:0 0 0 5px;}
.dplayer .monthYearComboLabel				{padding:0 0 3px 27px;}
* html .dplayer .monthYearComboLabel		{height:11px;}
*+html .dplayer .monthYearComboLabel		{height:11px;}
* html .dplayer table.ui-datepicker			{width:180px;}
*+html .dplayer table.ui-datepicker			{width:180px;}
* html .dplayer .ui-datepicker				{margin-left: 0px !important;}
*+html .dplayer .ui-datepicker				{margin-left: 0px !important;}
* html .dplayer .ui-datepicker-inline		{padding-left:0px;}
*+html .dplayer .ui-datepicker-inline		{padding-left:0px;}