table.calendar {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  border-collapse: collapse;
  background:#fff repeat-x left bottom;
  border: solid #999999 1px;
  width: 200px;
  text-align: center;
  padding-bottom: 6px;
  /*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
  -moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
  font-size: 10px;
}
table.calendar td {
  border: 0;
  font-size: 10px;
  text-align: center;
}
div.mainheading {
  margin: 2px;
  z-index: 5000;
}
table.caldayheading {
  border-collapse: collapse;
  cursor: pointer;
  empty-cells: show;
  margin: 0 6px 0 6px;
}
table.caldayheading td {
  border: solid #CCCCCC 1px;
  text-align: center;
  color: #3c62a2;
  font-weight: bold;
  width: 22px; /*should match calendar cell's width*/
  background-color:#fff;
}
table.caldayheading td.wkhead {
  border-right: double #CCCCCC 3px;
}
table.calcells {
  border-collapse: collapse;
  cursor: pointer;
  margin: 0 6px 0 6px;
}
table.calcells td {
  border: solid #CCCCCC 1px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  width: 22px;
  height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
  padding: 1px;
  margin: 0;
}
table.calcells td.wkhead {
  background-color: white;
  text-align: center;
  border-right: double #CCCCCC 3px;
  color: #3c62a2;
}
table.calcells td.wkday {
  background-color: #fff;
}
table.calcells td.wkend {
  background-color: #fff;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
  background-color: #d8486b;
  color: #fff;
  font-weight: bold;
}
table.calcells td.notmnth {
  background-color: #eee;
  color: #999;
}
table.calcells td.notallowed {
  background-color: white;
  color: #E0E0E0;
  font-style: italic;
  cursor: auto;
}
table.calcells td.hover {
  background-color: #3c62a2;
  color:#fff;
}


#fare-details-table
{
	width: 500px;
	font-size: 11px;
	color: #333;
	margin: 20px auto;
}

#fare-details-table tr
{
	height: 20px;
	border-top: solid 2px #fff;
}

#fare-details-table tr.th
{
	font-weight: bold;
	font-size: 14px;
}

#fare-details-table tr.td
{
	padding: 5px;
}