#calendar_search
{
  width: 195px;
  height: 445px;
  color: #1e71a9;
}

#calendar_search h3
{
  margin: 0;
  padding: 5px 0;
  font-size: 11px;
  font-family: Verdana;
}

#calendar_search p
{
  margin: 1em 0 0.5em 0;
	padding: 0; 
  font-size: 0.7em;
  font-family: Verdana;
}

#calendar_search form
{
  margin: 0;
}

#calendar_search input.text
{
  border: 1px solid #e0e0e0;
  width: 100%;
	font-size: 12px; 
}

#calendar_date
{
  margin-top: 1em;
}

#calendar_search .depart
{
  margin-top: 0.2em;
}

#calendar_search .depart td.first
{
  width: 66px;
}

#calendar_search .depart td
{
  padding: 0;
  font-family: Verdana;
  font-size: 0.7em;
}

#calendar_search .depart td.choice
{
  color: #000000;
  font-size: 0.55em;
}

input.searchbutton
{
  float: right;
  margin-top: 10px;
}


.ui-widget
{
  font-family: Verdana, Sans-Serif;
  font-size: 0.7em;
}

.ui-widget-header
{
  text-align: center;
  margin: 0.8em 0;
}

.ui-icon
{
  cursor: pointer;
  text-indent: -99999px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
}

.ui-widget-header .ui-datepicker-prev
{
  float: left;
  margin-left: 4em;
}

.ui-widget-header .ui-datepicker-prev span
{
  margin-top: 0.3em;
  display: block;
  background-image: url('/layout/pohjolanmatka09/images/arrow-left.png');
  width: 1em;
  height: 1em;
}


.ui-widget-header .ui-datepicker-next
{
  margin-top: 0.3em;
  float: right;
  margin-right: 4em;
}

.ui-widget-header .ui-datepicker-next span
{
  width: 1em;
  height: 1em;
  background-image: url('/layout/pohjolanmatka09/images/arrow-right.png');
}

.ui-widget-header .ui-datepicker-title
{
  font-size: 0.9em;
  font-weight: bold;
  color: #095593;
}

.ui-widget-header .ui-datepicker-title .ui-datepicker-year
{
  display: none;
}

.ui-datepicker-calendar
{
  border-collapse: collapse; 
}

.ui-datepicker-calendar thead th
{
  padding-bottom: 0.4em;
}

.ui-datepicker-calendar thead span
{
  margin-bottom: 0.2em;
  font-weight: normal;
  color: #0b5795;
}

.ui-datepicker-calendar td
{
  margin: 0;
  padding: 0;
}

.ui-datepicker-calendar tbody td
{
  border: 1px solid #cccccc;
  width: 2.5em;
  height: 2.2em;
  text-align: center;
  font-size: 1.0em;
}

.ui-datepicker-calendar tbody .week-of-year
{
  background-color: #e1e1e1;
  color: #000000;
}

.ui-datepicker-calendar .ui-state-default
{
  text-decoration: none;
  color: #000000;
}

.ui-datepicker-calendar tbody .ui-datepicker-other-month,
.ui-datepicker-calendar tbody .ui-state-disabled .ui-state-default
{
  color: #999999;
}

.ui-datepicker-calendar tbody .ui-datepicker-week-end
{
  background-color: #e1e1e1;
}

.ui-datepicker-calendar tbody .ui-datepicker-current-day
{
  color: #ffffff;
  background-color: #024c8b;
}

.ui-datepicker-calendar tbody .ui-datepicker-current-day a
{
  color: #ffffff;
  font-weight: bold;
}


/** IE6 FIX **/
.ui-icon
{
  cursor: hand;
}
