/* Start of CMSMS style sheet 'calendar' */
#legend .text {

margin: 0 10px 0 2px;
 font-size: 10px;
  font-weight: bold;
 float: left;
  color: #000;
 padding: 0;
}

#calContainer #legend .today {
  margin: 2px 0 0 0;
   padding: 0;
    float: left;
   background-color: #abd6dc;
   width: 10px;
   height: 10px
}

#calContainer #legend .selected{
   float: left;
   background-color: #8bb6bc;
   margin: 2px 0 0 0;
   padding: 0;
   width: 10px;
   height: 10px
}

#calContainer #legend .booked{
  margin: 2px 0 0 0;
   padding: 0;
    float: left;
   background-color: #8e2d35;
    width: 10px;
   height: 10px
}

#unavailableProp p {
  margin: 0 20px 0 20px;
}

#unavailableProp p.tight {
  margin: 0 20px 0 30px;
}

#unavailableProp h3 {
  font-size: 14px;
  color: #f00;
  margin: 5px 0 0 30px
}

#calContainer {
   margin: 10px 0px 20px 25px;
}

#calContainer a:hover {
   text-decoration: none;
}



table#monthNav {
	background-color: #000045;
        color: #fff;
	width: 396px;
}

table#monthNav th{
	padding: 5px;
	text-align: center;
}

table#monthNav a, table#monthNav a:visited {
      color: #fff;
}

.calendar {
	margin-top: 2px;
	width: 392px;
}

.calendar table th {
	height: 30px;
	background-color: #434477;
	text-align: center;
        color: #fff;
	border: solid 1px #fff;
}
.calendar table td {
	background-color: #ddeff1;
	border: 1px solid #fff;
}
#calContainer .calendar table a {
	display: block;
	height: 40px;
	width: 44px;
	text-decoration: none;
	padding: 5px;
       color: #8e2d35;
}


.calendar {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.calendar table a:hover {
	background-color: #5baeb5;
        text-decoration: none;
}
.entry {
	width: 240px;
}
.calendar table a#today {
	background-color: #abd6dc;
}
.calendar table a#currDay {
	background-color: #8bb6bc;
}

.calendar table a#today:hover {
	background-color: #5baeb5;
}

.calendar table a#currDay:hover {
	background-color: #5baeb5;
}


#calContainer .calendar table a.badDay {
	text-decoration: line-through;

}


.calendar table a#oldMonth{
        background: #bbb;
	color: #888;
}

.calendar table a#oldMonth:hover {
	background-color: #5baeb5;
}

.calendar table a#booked{
        background: #8e2d35;
	color: #fff;
}

.calendar table a#booked:hover {
	background-color: #5baeb5;
}

.calendar table a#morning{
	background: #ddeff1 url(images/calendarBg.gif) repeat-y 28px;
       color: #8e2d35;
}

.calendar table a#morning:hover {
	background: #5baeb5;
        color: #fff;
}

.calendar table a#evening{
	background: #ddeff1 url(images/calendarBg.gif) repeat-y -49px;
       color: #fff;
}

.calendar table a#evening:hover {
	background: #5baeb5;
        color: #fff;
}


#hours {
	font-weight: bold;
	position: relative;
	top: 28px;
	left: -15px;
	font-size: 10px;
	color: #99F;
}
#totalHours {
	margin-left: 20px
}
/* End of 'calendar' */

