/**
  * 1-2-FLY Calendar
  *
  * @copyright       NEUSTA GmbH
  * @author          mschaefer
  * @version         1.0
  *
  * @revision        $Revision: 66170 $
  * @lastmodified    $Date: 2010-08-18 11:00:27 +0200 (Mi, 18 Aug 2010) $
  * @last author	 $Author: mschaefer $
  */

.dplayer					{background:#fff; border:1px solid #e1e1e1; padding:5px; width:400px}
* html .dplayer				{width:376px;}
/** Anfang - Einbau des Spites - Bsch
  * .dplayer .dpclose			{background:#fff url(/fileadmin/fly/pics/img/bg_kalender_x.gif) no-repeat 0 0; width:16px; height:17px; overflow:hidden; float:right; line-height:100px;}
  */
.dplayer .dpclose {
    background: url("/fileadmin/fly/pics/img/fly_sprite.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 17px;
    line-height: 100px;
    overflow: hidden;
    width: 16px;
}

/* Ende - Einbau des Sprites - BSch */
* html .dplayer .dpclose	{margin-bottom:5px;}
.dplayer #dpfrom			{width:197px; clear:both; margin-top:22px; height:180px;}
* html .dplayer #dpfrom		{width:178px;}
html>/**/body .dplayer #dpfrom	{margin-top:0;}
.dplayer #dpto				{width:197px; height:180px;}
* html .dplayer #dpto		{width:178px;}
#dpfrom,
#dpto						{display:block; height:190px !important}
.dplayer .monthyearcombo	{background:#e1e1e1; height: 45px;}
.dplayer .monthYearComboLabel	{color:#fe6720; padding:5px 0 5px 30px; font-size:12px;}
.dplayer .monthyearcombo select 	{margin:0 0 3px 7px; width:120px ; float: left;}

.dplayer table.ui-datepicker td a	{font-weight:normal; text-decoration:underline;}
.dplayer table tr.ui-datepicker-title-row td a	{font-weight:bold; text-decoration:none;}
.dplayer table.ui-datepicker .ui-datepicker-unselectable {color:#999; font-weight:normal;}
.dplayer table.ui-datepicker td.ui-datepicker-current-day a	{background:#fe6720; text-decoration:none; font-weight:bold; color:#fff;}
.dplayer table.ui-datepicker td.ui-datepicker-days-cell-over a {background:#fe6720; text-decoration:none; font-weight:normal; color:#fff;}
.dplayer table.ui-datepicker .ui-datepicker-vacation	{background-color:#E7F9FE; color:#0481E1; text-decoration:underline;}
.tx-tuisearch-pi1 .dplayer label	{color:#fe6720; font-weight:bold; margin-right:5px;}
.dplayer select.dpvac 		{width:162px;}
.tx-tuisearch-pi1 .dplayer input.dpsubmit	{background:#fff url(/fileadmin/fly/pics/buttons/button_uebernehmen.gif) no-repeat 0 0; width:108px; height:17px; overflow:hidden; line-height:100px; border:0; text-indent:-300px; cursor: pointer;}
* html .dplayer table.ui-datepicker {width:173px;}

.dplayer .prevmonth		{display:block; cursor:pointer; width:11px; height:11px; float:left; margin:0 6px 0 6px; font-weight: bold; font-size: 14px; color: #000;}
.dplayer .nextmonth		{display:block; cursor:pointer;  width:11px; height:11px; float:left;  margin:0 1px 0 12px; font-weight: bold; font-size: 14px; color: #000;}
* html .dplayer .prevmonth {margin:0 6px 0 2px;}
*+html .dplayer .prevmonth {margin:0 6px 0 2px;}

.ui-datepicker-inline		{display:block; height:150px;}

