/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
/* Container Styles */

.caltpbg{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.calbordered {
	float:left;
	padding:5px;
}

.calbordered .title {
	font:11px Arial,Helvetica,sans-serif;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	height:auto;
	width:304px;
	position:relative;
}

.calnavleft {
	position:absolute;
	top:0;
	bottom:0;
	height:12px;
	left:2px;
}

.calnavright {
	position:absolute;
	top:0;
	bottom:0;
	height:12px;  
	right:2px;
}

/* Calendar element styles */

.calendar {
	font:11px Arial,Helvetica,sans-serif;
	text-align:center;
	border-spacing:0;
}

td.calcell {
	width:1.5em;
	height:1em;
	border:1px solid #e0e0e0;
	background-color:#FFF;
}

td.calcell a { /*Clickable Dates*/
	color:#555;
	text-decoration:none;
}

td.calcell.today { /*Todays Date*/
background-color:#f9f9f9;
}

td.calcell.oom { /*Non Clickable Next month dates*/
	cursor:default;
	color:#eee;
	background-color:#eee;
	border:1px solid #e9e9e9;
}

td.calcell.selected { /* Selected date*/
	background-color:#bf5e00;
	border:1px solid #fff;
}
td.calcell.selected a{
	color:#fff;
}

td.calcell.calcellhover { /*Hover State date*/
	cursor:pointer;
	color:#fff;
	background-color:#d5be78;
	border:1px solid #fff;
}

td.calcell.calcellhover a {
	color:#fff;
}
td.calcell.previous { /* All dates before today*/
	color:#ccc;
}
.calhead {
	border:1px solid #683716;
	vertical-align:middle;
	background-color:#683716;
	color:#fff;
}
.calheader {
	position:relative;
	width:100%;
}
.calheader img {
	border:none;
}
.calweekdaycell { /* sunday, monday, tuesday etc right under the month*/
	color:#666;
	font-weight:normal;
}
.calfoot {
	background-color:#eee;
}
.calrowhead, .calrowfoot {
	color:#666;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	width:15px;
}
.calrowhead {
	border-right-width:2px;
}


/*Sets the size of the calendars*/

.caltpbg{
width:175px;
height:210px;
}
#calendarBoxDepart_box, #calendarBoxReturn_box, #calendarBoxDepartFH_box, #calendarBoxReturnFH_box, .callft, .calrgt{
height:200px;
}
#calendarBoxDepart_box, #calendarBoxReturn_box, #calendarBoxDepartFH_box, #calendarBoxReturnFH_box {
float:left;
width:151px;
text-align:center;
color:#000;
border-top:solid 1px #525252;
border-bottom:solid 1px #525252;
background-color:#fff;
padding-bottom:6px;
}






/*All the rest adds the Rounded edges*/
.callft{float:left;width:6px;}
.calrgt{float:left;width:6px;}
.calctrl{ height:190px;}
.calctrr{ height:190px;}


.caltr{width:6px;height:6px;}
.caltl{width:6px;height:6px;}
.calbr{width:6px;height:6px;}
.calbl{width:6px;height:6px;}



.caltr{background:transparent url(http://www.istaygreen.org/graphics/caltr.png) 0 0 no-repeat;}/* top right corner*/
.caltl{background:transparent url(http://www.istaygreen.org/graphics/caltl.png) 0 0 no-repeat;}/* top left corner*/
.calbl{background:transparent url(http://www.istaygreen.org/graphics/calbl.png) 0 0 no-repeat;}/* bottom left corner*/
.calbr{background:transparent url(http://www.istaygreen.org/graphics/calbr.png) 0 0 no-repeat;}/* bottom right corner*/
.calctrl{ background:transparent url(http://www.istaygreen.org/graphics/calctrl.png) 0 0 repeat-y;}/* left side*/
.calctrr{ background:transparent url(http://www.istaygreen.org/graphics/calctrr.png) 0 0 repeat-y;}/* right side*/
.caltpbg{background:transparent url(http://www.istaygreen.org/graphics/caltpbg.png) 0 0 no-repeat;}/* drop shadow*/


/*ALL THOSE CRAZY I.E. HACKS*/

/* for IE, with IE5/Mac backslash filter \*/
* html .caltr{
background-image: url(http://www.istaygreen.org/graphics/tranny.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.istaygreen.org/graphics/caltr.png');
}
/* end filter */


/* for IE, with IE5/Mac backslash filter \*/
* html .caltl{
background-image: url(http://www.istaygreen.org/graphics/tranny.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.istaygreen.org/graphics/caltl.png');
}
/* end filter */


/* for IE, with IE5/Mac backslash filter \*/
* html .calbl{
background-image: url(http://www.istaygreen.org/graphics/tranny.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.istaygreen.org/graphics/calbl.png');
}
/* end filter */


/* for IE, with IE5/Mac backslash filter \*/
* html .calbr{
background-image: url(http://www.istaygreen.org/graphics/tranny.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.istaygreen.org/graphics/calbr.png');
}
/* end filter */


/* for IE, with IE5/Mac backslash filter \*/
* html .caltpbg{
background-image: url(http://www.istaygreen.org/graphics/tranny.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.istaygreen.org/graphics/caltpbg.png');
}
/* end filter */



