@CHARSET "UTF-8";/* ----------------
datepicker */
div.date-picker {  }
div.date-picker div.date-picker-input { float:left; }	
div.date-picker div.date-picker-input input { width: 85px; }.subForm div.date-picker div.date-picker-input input { width: 220px; }
div.date-picker div.date-picker-time-select { float:left; }
div.date-picker div.date-picker-time-select select { width: 45px; margin:2px 5px 1px; 5px; padding:0px;}

div.date-picker div.date-picker-controler {   background:transparent url(/website/themes/festspielhausbregenz/images/main/icon_calendar.gif) no-repeat 0 0;  cursor:pointer;  float:left;  height:21px;  margin:-1px 0 0 5px;  width:21px;}.subForm div.date-picker div.date-picker-controler {     margin-top:2px;}
div.date-picker-calendar-container {   padding: 10px 5px 5px 5px;   margin:5px 0 0 0;  position: relative;  background-color:#ccc; }

div.dp1col { width:245px; }div.dp2col { width:490px; }
div.dp3col { width:735px; }

div.date-picker-calendar{  float: left;  padding:0 5px 0 5px;
  margin:-10px 0 0 0;}
div.date-picker-next{  background:url(/website/themes/festspielhausbregenz/images/main/pointer_small_right.gif) no-repeat 0 0;  float: right;  cursor: pointer;   padding: 3px 10px 5px 0;   position: relative;  top:12px;  margin:-15px 0 0 0;}
div.date-picker-previous{  background:url(/website/themes/festspielhausbregenz/images/main/pointer_small_left.gif) no-repeat 0 0;  float: left;  cursor: pointer;  padding: 3px 0 5px 10px;  position: relative;  top:12px;  margin:-15px 0 0 0;}
div.date-picker-month{  text-align: center;  padding: 0 0 5px 0;  font-weight: bold;  color: #333;	
  font-size: 12px;}
div.date-picker-calendar table thead td{  color: #333;  
  font-size: 12px;}
div.date-picker-calendar table td{  padding:2px;  margin:2px;  text-align: center;  cursor: default;
  font-size: 14px;}div.date-picker-calendar table td.cw{  color: #666;
  font-size: 12px;  }
div.date-picker-calendar table td span{  padding:2px 2px 1px 2px;  display: block;  border: 1px solid #666;}div.date-picker-calendar table td span.selectable{   cursor: pointer; 
  color: #333;
  font-weight: bold;}

div.date-picker-calendar table td.weekend, div.date-picker-calendar table td.weekend span{
  color: #666; 
}

div.date-picker-calendar table td span.unselectable{ 
  color: #ccc;
  font-weight: normal;
}div.date-picker-calendar table td.today span{ border: 1px solid #fff; background-color: #fff; color:#333; }
div.date-picker-calendar table td.selected span {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}
div.date-picker-calendar table td.date span{ border: 1px solid #FFCC00; }
