@charset "UTF-8";

/*!
 * barnCottage.css 
*/

/* Start of Ajax specific waiting message CSS */
#sendEnquiry{
	position:absolute;
	z-index:1;
	border:3px double #999;
	background:#f7f7f7;
	width:300px;
	height:300px;
	margin-top:-150px;
	margin-left:-150px;
	top:50%;
	left:50%;
	text-align:center;
	line-height:300px;
	font-family:"Trebuchet MS", verdana, arial,tahoma;
	font-size:18pt;
}
/* End of Ajax specific waiting message CSS */

/* Start of enquiry form specific CSS */
#enquiryForm label {
    display: inline-block;
    width: 8em; 
    text-align: left;
	vertical-align: top;	
    padding-right: 0.5em;
}

#enquiryForm input {
    display: inline-block;
	vertical-align: middle;
	margin-bottom:10px;
}​
/* End of enqiry form specific CSS */	


/* Start of banner specific CSS */
		.banner {
				text-align:center;
				margin:0px auto;
				padding-top:0px;
				padding-left:0px;
				height:10%;
				max-width:100%;
				overflow:hidden;
				border:none;
				background-color:transparent;
		}
/* End of banner specific CSS */


/* Start of calendar specific CSS */
.icIframeContainer {
			  height: 300px; /* set desired height */
			  /* other styling here if required */
			 }
.icIframeContainer  iframe
			 {
			  border: none;
			  width: 100%;
			  height: 100%;
			 }	
.icFullIframeContainer {
			  height: 1400px; /* set desired height */
			  /* other styling here if required */
			 }
.icFullIframeContainer  iframe
			 {
			  border: none;
			  width: 100%;
			  height: 100%;
			 }	
			
@media only screen and (max-width: 800px) 
			{
				.icFullIframeContainer { height: 2795px;}  /* or other height */
			}
/* End of calendar specific CSS */			
		