/**
  * Common Calendar
  *
  * @copyright       NEUSTA GmbH
  * @author          mschaefer
  * @version         1.0
  *
  * @revision        $Revision: 21873 $
  * @lastmodified    $Date: 2009-03-27 13:20:52 +0100 (Fr, 27 Mrz 2009) $
  * @last author	 $Author: tgrove $
  */


.dplayer 							{background:#ccc; left:13px !important; padding-bottom:5px; position:absolute; width:412px; z-index:60001;}
.dplayer .dplayeriframe 			{left:0; position:absolute; top:0; z-index:-1;  filter:alpha(opacity=00);}
.dplayer .dpclose 					{cursor:pointer; padding:3px; text-align:right;}
.dplayer #dpfrom		 			{float:left; overflow:hidden; width:206px; margin-bottom:10px;}
.dplayer #dpto						{float:right; width:206px; overflow:hidden; margin-bottom:10px;}
.dplayer .monthyearcombo			{background:#c0c0c0;}
.dplayer .monthYearComboLabel 		{font-weight:bold; padding:0 0 3px 3px;}
.dplayer .monthyearcombo select 	{margin:0 0 3px 3px; width:177px;}
.dplayer .ui-datepicker-inline 		{display:block; float:left; font-weight:bold; height:auto; padding:4px; position:relative; width:173px; background:#fff;}
.dplayer .ui-datepicker-links,
.dplayer .ui-datepicker-header		{display:none;}
.dplayer table.ui-datepicker 		{line-height:16px; text-align:right; width:15.8em;}
* html .dplayer table.ui-datepicker {width:14.3em;}
.tx-tuisearch-pi1 .dplayer label	{color:#000; clear:both; float:left;}
.tx-tuisearch-pi1 .dplayer input.dpsubmit	{width:85px; float:left;}
.dplayer select.dpvac 				{float:left; margin:0 5px;}
.dplayer table.ui-datepicker td a 	{cursor:pointer; display:block; padding:0.1em 0.3em 0.1em 0; font-weight:bold;}
.dplayer table.ui-datepicker td.ui-datepicker-today a	{background:#efefef; color:#000;}
.dplayer table.ui-datepicker td.ui-datepicker-current-day a {background:#ccc;}
.dplayer .ui-datepicker-days-cell-over	{background:#f00; text-decoration:none;}
.dplayer table.ui-datepicker .ui-datepicker-unselectable {color:#DDDDDD;}
.dplayer table.ui-datepicker .ui-datepicker-vacation {background:#DFDFDF;}
.datepickeropen						{cursor:pointer;}
.dplayer #dptoOverlay				{z-index:7001; position:absolute; top:38px; height:166px; width:183px; background-color:#CCC; opacity:0.8; filter:alpha(opacity=80);}
* html .dplayer #dptoOverlay		{left:185px;}