/* Generic Calendar Settings */
.main_cal {
  border: 1px solid #bdb2bf;
  font-size: 11px;
  color: #000000;
  font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 5px;
}

/* All the calendar cells should be valigned at top */
.main_cal td {
  vertical-align: top;
}

/* The calendar navigation */
.nav_cal {
	background-color: #DDDDDD;
	color: #666666;
}


/* The week days style */
.days_cal th {
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
	color: #999999;
}

/* all cells should have padding and should be aligned to the right */
.nugget_cal .days_cal th, .nugget_cal .weeks_cal td {
	padding: 2px 4px;
	text-align: right;
}

/* The weekend days should be colored in red */
.weekend_cal {
  
}

.year_cal {
  border: 1px solid #555580;
  margin: 5px;
  border: 1px solid #555580;
  font-size: 11px;
  color: #000000;
  font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* The prices */
.high_cal {
	border-bottom: 1px solid #CC0000;
	 color: #CC0000;
}
.mid_cal {
	border-bottom: 1px solid #3366FF;
	color: #3366FF;
}
.low_cal {
	border-bottom: 1px solid #339933;
	color: #339933;
}
.no_cal {
	color: #666666;
	font-weight: normal;
}

/* The pics */
.bb_cal {
	background-image: url(../images/calendar/bb.gif);
	background-repeat: no-repeat;
}
.bf_cal {
	background-image: url(../images/calendar/bf.gif);
	background-repeat: no-repeat;
}
.br_cal {
	background-image: url(../images/calendar/br.gif);
	background-repeat: no-repeat
}
.fb_cal {
	background-image: url(../images/calendar/fb.gif);
	background-repeat: no-repeat;
}
.ff_cal {
	background-image: url(../images/calendar/ff.gif);
	background-repeat: no-repeat;
}
.fr_cal {
	background-image: url(../images/calendar/fr.gif);
	background-repeat: no-repeat;
}
.rb_cal {
	background-image: url(../images/calendar/rb.gif);
	background-repeat: no-repeat;
}
.rf_cal {
	background-image: url(../images/calendar/rf.gif);
	background-repeat: no-repeat;
}
.rr_cal {
	background-image: url(../images/calendar/rr.gif);
	background-repeat: no-repeat;
