/* ------------------
 styling for the tables LV
   ------------------   */

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	margin-left: 30px;
	width: 580px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 2px;
	font-weight: normal;
	font-size: 12px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 0px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}


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:100px;
	margin-bottom:5px;
	padding-bottom:26px;
	border:1px dashed red;
	vertical-align:top;
	height:180px;
}

.month{
	float:left;
	margin-right:100px;
	margin-bottom:5px;
	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;

}

