/* 
    Document   : czasowka
*/
.timetable{
  visibility: hidden;
}
#nojs .timetable,
.ui-dialog .timetable,
.visible{
  visibility: visible;
}

.timetable ul, .timetable table{
  margin-bottom:1em;
}

.timetable table{
  border-collapse:separate;
  border-spacing:0;
  border-top:1px solid #D6D5D0;
  border-bottom:1px solid #FAF9F2;
}

.timetable .user{
  width:160px;
}

.timetable .weight{
  background: url(/images/theme/icons/package.png) 10% 50% no-repeat;
  padding-left:20px;
  width:70px;
  text-align:center;
}

.timetable .time{
  background: url(/images/theme/icons/time.png) 10% 50% no-repeat;
  padding-left:20px;
  text-align:center;
  width:50px;
}

.timetable .power{
  background: url(/images/theme/icons/lightning.png) 10% 50% no-repeat;
  padding-left:20px;
  text-align:center;
  width:70px;
}

.timetable .date{
background: url(/images/theme/icons/date.png) 10% 50% no-repeat;
  padding-left:20px;
  text-align:center;
  width:90px;
}

.timetable th{
  text-align:center;
}

.timetable .results img{
  padding:3px 5px;
}

.timetable td{
  padding:3px;
  border-bottom:1px solid #D6D5D0;
  border-top:1px solid #FAF9F2;
}

.timetable .first{
  font-weight:bold;
  background:#DCE5DA;
}

.timetable .alter{
  background:#F7F6F0;
}

.timetable .first td{
  border-bottom:1px solid #D1D6D0;
  border-top:1px solid #F4FAF2;
}

#mapa{
height:350px;
width:540px;
margin:1em auto;
background-color: #E5E3E0;
}

