/*--- Calender --*/

.bookingTable {
  /*background-color: #efefef;*/
  line-height: 15px;
  width: 100%;
}

.bookingTable td {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  vertical-align: middle;
  text-align: center;
}

@media only screen and (min-width: 768px){
  .bookingTable td {
    padding: 10px;
  }
}

.bookingTable a {
  background-color: #004669;
  color: white;
  padding: 10px;
  display: block;
  /*width: 75%;*/
  max-width: 150px;
  margin: 0 auto;
  text-align: center;
}


.bookingTable thead {
  font-weight: bold;
  min-height: 30px;
  line-height: 30px;
}

.bookingTable td:hover {
  background-color: #b6b6b6;
}

.bookingTable .calTime {
  font-weight: bold;
  /*min-width:100px;*/
}

.bookingTable .hiddenAdminField {
  display: none;
  font-size: 12px;
  text-align: right;
}

#form {
  display:none;
  position: fixed;
  left:0;
  top:0;
  height: 100%;
  width: 100%;
  background-color: black;
  z-index: 97;
}

#formContent {
  display:none;
  width:  270px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -145px;
  margin-top: -50px;
  background-color: white;
  /*border: 1px solid black;*/
  z-index: 98;
  padding: 10px;
}

.statusButton {
  padding: 6px 32px 6px 32px;
}

.transparent {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%;

	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);

	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;

	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;

	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}
