/*
 * clendar Styles
 * author: darius aphonia 
 * contact: dario at aphoniastream dot me dot uk
 * 19 Dec 2009
 *
 */





/* styles of specific elemets*/


#loader{
    position: absolute;
	background:  url('../img/loader.gif') no-repeat;
	margin: auto;
	width: 32px;
	height: 32px;
	top: 375px;
	left: 67%;
	margin-left: -32px;
	display: none;
	z-index: 9999;
}

#calendar{
  width: 684px;
  overflow: hidden;
  display: none;
  margin: auto;
  
  

}

#calendar div.day{
  position: relative;
  float: left;
  width: 96px;
  height: 97px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  display: block;
  text-align: left;
  background-color: #FFF; /*jquery fadein fix for IE &webkit*/
}

#calendar div.day:hover{
  background-color: #f2f2f2;
}

.day h3 {
 font-family: tahoma, arial, san-serif;
 font-size: 15px;
 padding: 4px 4px 0 4px;

}

.wday {
  font-size: 8px;
  text-transform: uppercase;
  font-weight: normal;
}

.day p{
  font-size: 12px;
  padding: 2px 0 0 8px; 
  font-style: italic;
  line-height: 1.5;
}

.day a{
    position: absolute;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-size: 10px;
	float: left;
	margin: 4px 8px 0 6px;
	bottom: 0;
}

.day a:hover{
	color: #848484;
}

.avail {
 color: green;
}

.unavail{
	color: red;
}

.m-y{
  float: left;
  height: 97px;
  width: 387px;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  text-align: center;
  margin:0 auto;
}

.m-y h1{
  font-family: Georgia, arial, san-serif;
  font-size:26px;
  font-weight:normal;
  line-height: 3.663em;
}


#nav-cal{
	width: 387px;
	float: left;
	margin:0 auto;
}

.prev{
	float: left;
	margin-top: 42px;
	width: 80px;
}

.curr{
	float: left;
	width: 220px;

}

.next{
	float: left;
	margin-top: 42px;
	width: 80px;
}

#nav-cal a{
	color: #000;
	text-decoration: none;
	font-family: Georgia, arial, san-serif;
	font-size: 12px;
	/*padding: 20px;*/
	font-weight:normal;
	font-variant: normal;
	
}


.first-day-left{
  border-left: 1px solid #CCCCCC;
}

.last-row-days{
  border-bottom: 1px solid #CCCCCC;
}

.text h1{
	margin: 0 !important;
	padding: 0 !important;
	line-height: 22px !important; 
	background-color: #dfd9cb; /*jquery fadein fix for IE*/
}

.text h3{
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 26px;
}

.text p{
	background-color: #dfd9cb !important; /*jquery fadein fix for IE &webkit*/
}

.post {
  min-height: 490px;
  height: auto !important;
	
}


.post{
  position: relative;
}

a#book{
    right: 4px;
}

#seats-popup{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 0px;
    height: 0px;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    text-align: center;
    background: transparent url('../img/popup.png') no-repeat 0 0;
}

#seats-popup h4{
    font-weight: normal;
    margin-top: 42px;
}

#seats-popup input{
    margin-top: 16px;
    border: 1px solid #bbbdbf;
    width: 66px;
    height: 22px;
    padding: 2px;
    font-size: 12px;
}



#seats-popup span{
    position: absolute;
    background: transparent url('../img/closelbl.png') no-repeat 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    right: -2px;
    z-index: 99999999;
    top: -3px
}


#overlay{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    display: none;
    background-color: white;
    opacity: 0.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
   
}





.processing{
    background: white url('../img/process-loader.gif') no-repeat;
    font-size: 11px;
    line-height: 16px;
    width: 178px;
    margin: 10px auto
}

.thank-you p {
  background-color: #87c663 !important
}

.thank-you h1 {
  background-color: #87c663 !important;
  margin-bottom: 20px !important;
}

