input {
 
  font-family: Tahoma;
  font-size: 9pt;
  }
 
  .label {
width:50px;
  }
 
  textarea {
width: 200px;
  font-family: Tahoma;
  font-size: 9pt;
  }
    
   .pendingDay {
	    font-family: Tahoma;
	  font-size: 8pt;
	  width:20px;
	  text-align:center;
	  background-color:#FF9900;
	  
  }
  
   .confirmedDay {
	    font-family: Tahoma;
	  font-size: 8pt;
	  width:20px;
	  text-align:center;
	  background-color:#E72003;
	  
  }

  .inputError {
  font-family: Tahoma;
font-size: 8pt;
  color: red;

  display:none;
  }
     .checkDates {
  font-family: Tahoma;
font-size: 8pt;
  color: red;
  margin-left: 240px;
  display:none;
  }
   .checkDatesOk {
  font-family: Tahoma;
font-size: 8pt;
  color: green;
  display:none;
  }


  .formLabel{
	  font-family: Tahoma;
font-size: 10pt;
color:#036;
  }
  .inputBox{
	  background-color:#FFC;
	  margin-right:4px; 
	  color:#000;
	 
  }
   .addrBox{
	  background-color:#FFC;
	 width:120px;
	 color:#000;
  }
  .freeTextBox{
	  background-color:#FFC;
	 width:180px;
	 color:#000;
  }
  .formFreeText {
	  font-style:italic;
  }
   .inputboxReq{
	  background-color:#E2E2E2;
	  margin-right:4px; 
	  color:#000;
  }
    .cfError {
  font-family: Tahoma;
font-size: 8pt;
  color: red;
  display:none;
  }
  



.weeksMonth{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	padding-bottom:26px;
	border:1px dashed red;
	vertical-align:top;
	height:180px;
}

.month{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border:1px dashed red; 
	vertical-align:top;
	height:180px;
	
}



.calendar tbody td.weekend {
color:#000;
}

.calendar tbody td.selected {
color:#FFF;
}
	
.calendar thead .weekend {
color:#000;

}

