@charset "UTF-8";
/* CSS Document */

body  {
	
		background-color: #FFF;
	margin: 0px;
	margin-top: 2.rem;
	padding: 0;

	
}

 #container { 
 font-family:Arial, Helvetica, sans-serif;
		width: 100%;

	overflow:auto;
		margin: 0  auto;
		padding:10px 10px 10px 10px;
	text-align: left; 
	font-size:.8rem;
position: relative;
	-webkit-box-shadow: 0 0 5px #039;
	-moz-box-shadow: 0 0 5px #039;
	box-shadow: 0 0 5px #039;
	
	padding-top:10px;
	  -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px ;
    border-radius: 10px 10px 10px 10px ;
	
		   }
		   	
			
			.contain { background-size: contain; }
			
			
			.calmonth{
	box-sizing: border-box;
color: rgb(51, 51, 51, 51);
display:inline-block;
float: left;
font-family: Verdana, sans-serif;
font-weight: bold;
line-height: 1.2rem;
margin-bottom: 1.1rem;
margin-left: 1.1rem;
margin-right: .0rem;
margin-top: 0rem;


}


.calmonth tr{ height: 1rem !important;}

.calmonth td.booked {
	background-color:#CCC;
    color:#666;
}


.calmonth td.calmonth-from-sel strike {
    background: none;
}

.calmonth td.calmonth-from-selres {
    border-top: #957918 1px solid;
    border-left: #957918 1px solid;
    background-image: url(../../images/responsive.png);
    background-position: -1072px -30px;
}

.calmonth td.startdate {
    background-image: url(images/booked.png);
    background-position: bottom;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
}

.calmonth td.startdate background-img{
width: 100%}

.calmonth td.end {
    background-image: url(images/end.png);
    background-position: top;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
}

.calmonth td.calmonth-depart strike {
    background: none;
}
.calmonth h3 {
    background-color: #b5dafc;
    padding: 6px 0;
    margin: 0;
    font-size: .8rem;
    font-family: Verdana, Arial, sans-serif;
    color: #333;
    border:#069 1px solid;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.calmonth td {
    border-top: #cbcbcb 1px solid;
    border-left: #cbcbcb 1px solid;
    height: 1rem!important;
	text-align:center;
}
			

		