/* Revisions
=========
06/08/13	CW	Changed bg img srcs from absolute to relative

*/

#calendar {
	width:175px;
	height: 265px;
	background: #fff;
	padding-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	position: relative;
}

/* Using the pre-existing rounded corner gifs. No border radius :( */
#top-corners {
	background: url(../images/top186.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 15px;
	width: 186px;
}

#bottom-corners {
	background: url(../images/end186-small.gif) no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 15px;
	width: 186px;
}

#days{
	width:170px;
	/*padding-top:25px;*/
	margin-top:25px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

a {
	text-decoration: none;
}

/* Contains the previous month icon, next month icon, and the current month text */
.navigation {
width: 175px;
padding-bottom: 6px;
margin-bottom: 6px;
float: left;
height: 15px;
}

/* Make the 'previous month' icon display in orange when displaying a future month: */

a.previous-month {
	background-position: -20px 0px;	
}

/*Also make the 'previous month' icon dark grey on hover when displaying a future month */

a.previous-month:hover {
	background-position: -20px -20px;
}

 
/*Orange 'next month' icon */
a.next-month {
	background-position: -40px 0px;	
}

/*Make the 'next month' icon dark grey on hover */
a.next-month:hover {
	background-position: -40px -20px;
}


.current-month {
width: 134px;
float: left;
text-align: center;
line-height: 15px;
height: 15px;
}


.day, .past-date, .current-date, .future-date, .empty-date {
	width: 20px;
	height: 20px;
	float: left;
	text-align: center;
	margin: 0px 4px 4px 0px;
	line-height:20px;
}

a.current-date:hover , a.future-date:hover {
	color: #fff;
	background-color:#5A5A5A;	
}

a.current-date{
	color:#fff;
}

a.future-date{
	color:#5a5a5a;
}

.displace {
	position: absolute;
	left: -5000px;
	color:#FFFFFF;
}

h2.loading 	{ margin: 0 0 0 0; color:#e3e6e7; /* no flash feature colour */ 
			 font-weight: bold; font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 22px; letter-spacing: -.05em; padding: 0;
			 text-align:center;
}

.select-date {
	background: url("../images/generic/calendar_sprite.png") no-repeat scroll 0 0 #5A5A5A;
	color: #fff;
}

.select-date a {
	color: #fff;
	background-color:#5A5A5A;
}