/* CSS Document */



/* timeline */



#te_timeline_header {

  background-color: #b2afaf;

}



#te_timeline_cities {

  font-size: 12px;
  margin-top:2px;
  margin-left: 2px;
  width: 708px;

}



#te_timeline_themes {

  font-size: 14px;

  margin-bottom:2px;
  margin-left: 2px;
  width: 946px;
}



.te_buttons input{

  display: none;

}



.te_buttons label{

  padding: 3px 13px;

  display: block;

  float: left;

  margin: 2px 2px;
  cursor: pointer;

}



.te_buttons label:hover, .te_buttons label.active{

  background-color: #eb297b;

  color: #fff;

}



#te_timeline_cities .te_buttons label:hover, #te_timeline_cities .te_buttons label.active{

  background-color: #FCDC1B;

  color: #000;

}



#te_timeline_buttons {

  margin-top: 10px;

  margin-bottom: -50px;

}



.te_arrows {

  font-size: 10px;

  height:50px;

  z-index: 50;

  color: #fff;

}



#te_timeline_previous span {

  background: url('bck.png') no-repeat center;

  background-color: #eb297b;

}


#te_timeline_previous span:hover {

  background: url('bck_hov.png') no-repeat center;
  background-color: #eb297b;

}


#te_timeline_next span {

  background: url('fwd.png') no-repeat center;

  background-color: #eb297b;

}

#te_timeline_next span:hover {

  background: url('fwd_hov.png') no-repeat center;
  background-color: #eb297b;

}





.te_arrows span {

  cursor: pointer;

  background-color: #eb297b;

  height:50px;

  font-size: 20px;

  line-height: 45px;

  color: #fff;

  display: block;

  width: 40px;

  text-align: center;

}



#te_timeline_next span {

  float: right;

}



.te_day_date {

  height: 50px;

  text-align: center;

  background-color: #b2afaf;

  color: #fff;

  font-size:14px;

  position:relative;

}



.te_day_date a {

  color: #fff;

  display: block;

  height: 100%;

  width: 100%;

}

.te_day_date a:hover {
  color: #000;

}



.te_day_date span.date{

  display: block;

  position: absolute;

  top: 8px;

  width: 100%;

  line-height: 16px;

}



.te_day_date span.dow{

  font-size: 11px;

}



.te_event {

  margin-bottom: 10px;

  height: 265px;

}



.te_event_w_0 {

  height: 0px;

} 

.te_event_w_1, .te_event_w_2, .te_event_w_3 {

  background-color: #aba8a8;

}



.te_event_w_4, .te_event_w_5, .te_event_w_6 {

  background-color: #c6c4c4;
  background-color: #aba8a8;

}



.te_event_w_7, .te_event_w_8, .te_event_w_9 {

  background-color: #d7d6d6;
  background-color: #aba8a8;

}



.te_event_w_10 {

  background-color: #eb297b;
  background-color: #aba8a8;

}



.te_event div {

  margin:10px;

  width: 100%;

  height: 100%;

  position: relative;
  cursor: pointer;

}



.te_event div a:hover {

  color: #000;

  text-decoration: none;

}



.te_event div img {

  width: 162px;

  height: 115px;

  margin-bottom: 10px;

}



.te_event div h2 {

  font-weight: bold;

  font-size: 12px;

  width: 162px;

  height: 40px;

}



.te_event div div.te_meta {

  position: absolute;

  bottom: 20px;

  height: 60px;

  width: 162px;

  margin: 0px;

  font-size: 12px;

  line-height: 14px;

}



.te_event div div.te_meta strong {

  font-weight: bold;

}



#te_timeline_body_bottom {

  margin-top: 10px;

}



.te_bottom {

  height: 50px;

  text-align: center;

  background-color: #b2afaf;

  color: #fff;

  font-size:14px;

  position:relative;

}



.te_bottom a {

  color: #fff;

  display: block;

  height: 100%;

  width: 100%;

  line-height: 50px;

  text-decoration: none;

}


.te_bottom a:hover {
  color: #000;
}



#te_timeline_body_date {

  margin-bottom:10px;

}



#te_timeline_body {

  height: 620px;
  overflow: auto;
}



#te_date {

  border:none;

  background: none;

  font-family: Georgia, serif;

  padding: 1px 10px; 

  margin: 2px;

  width: auto;

  cursor: pointer;

  font-size: 11px;
  width: 70px;

  text-align: center;
  float: right;
  background-color: #eb297b;
  color: #fff;
}

#te_timeline_date {
  text-align: right;
  font-size: 12px;
  margin-top:2px;
  margin-right: 2px;
  width: 228px;
}

#te_timeline_date span {
  display: block; 
  margin: 3px 0px 0px 2px;
}

 

.container_5 div.omega {

  margin-right:-20px;

}



div.te_day {

}



#te-timeline {

}



#te-timeline-footer {

  clear: left;

  width: 100%;

}





#te_timeline_next {

  text-align: right;

}



.ui-datepicker {

  z-index: 150;
  background: #aba8a8;
  border: 0px;
  width: 240px;
}

.ui-datepicker-header {
  background: none;
  background-color: #eb297b;
  border: 0px; 
  font-family: Georgia, serif;
  font-size: 90%;
}

.ui-datepicker-buttonpane {
  background:#aba8a8;
}

a.ui-datepicker-prev {
  background: url('cal_bck.gif') no-repeat center;
}

a.ui-datepicker-prev:hover {
  background: url('cal_bck_hov.gif') no-repeat center;
}

a.ui-datepicker-prev span.ui-icon {
  background: none;
}

a.ui-datepicker-next {
  background: url('cal_fwd.gif') no-repeat center;
}

a.ui-datepicker-next:hover {
  background: url('cal_fwd_hov.gif') no-repeat center;
}

a.ui-datepicker-next span.ui-icon {
  background: none;
}

.ui-datepicker th{
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 80%;
  padding: 5px 5px;
  color: #fff;
}

.ui-datepicker a.ui-state-active{
  background-color: #eb297b;
  color: #fff;
  border-color: #eb297b;
}

.ui-datepicker .ui-state-default {
  color: #000;
  background: #fff;
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 70%;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  padding: 0px;
  border-color: #fff;
}

.ui-datepicker .ui-state-hover {
  border-color: #eb297b;
  color: #eb297b;
}
