@charset "utf-8";
/* default dimensions and justification for each month including title */
.jCal {
	/* each day width + border-left + border-right */
	width:150px;
	height:21px;
	text-align:center;
	vertical-align:top;
}
/* default dimensions and justification for each month not including title */
.jCalMo {
	width:150px; cursor:pointer;		/* each day width + border-left + border-right */
	float:left;
	overflow:visible;
	height:100%;
	padding-right:2px;
	padding-left:2px;
	white-space:nowrap;
}
.jCalMo div{ cursor:pointer;}
/* top month display block - i.e. January */
.jCal .month, .jCal .monthSelect, .jCal .monthName, .jCal .monthYear {
	line-height:16px;
	height:16px;
	text-align:center;
	vertical-align:bottom;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	cursor:pointer;
	float:left;-webkit-text-size-adjust: none;
}
/* month name per calendar style - includes left/right padding and alignment */
.jCal .monthName {
	padding-left:2px;
	padding-right:2px; 
	text-align:right;
}
/* year per calendar style - includes left/right padding and alignment */
.jCal .monthYear {
	float:right;
	padding-left:2px;
	padding-right:2px;
	text-align:left;
}
/* hilight style for new month combobox pulldown for hover */
.jCal .monthSelect {
	background:#EEE url(eeGrad2.gif) bottom repeat-x;
}
/* do not edit - this enables the new month combobox selector */
.jCal .monthSelector {
	position:absolute;
}
/* do not edit - this enables the new month combobox selector "shadow" for capturing auto-hide */
.jCal .monthSelectorShadow {
	position:absolute;
	background:#808080;
	padding:0px;
}
/* this is the hover for the month name */
.jCal .monthNameHover {
	background:#EDEDED url(double-arrow-vert.gif) center left no-repeat;
	color:#808080;
}
/* this is the hover for the year */
.jCal .monthYearHover {
	background:#EDEDED url(double-arrow-vert.gif) center right no-repeat;
	color:#808080;
}
/* this is the hover for the new month or year hover in the new combobox selection */
.jCal .monthSelectHover {
	background:#069;
	color:#FFF;
}
/* day block dimensions and style - for all day blocks */
.jCalMo .dow, .jCalMo .day, .jCalMo .pday, .jCalMo .aday, .jCalMo .overDay, .jCalMo .invday, .jCalMo .selectedDay {
	width:20px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	
	text-align:center;
	cursor:pointer;
	float:left;-webkit-text-size-adjust: none;
}
/* day of week header specific style */
.jCalMo .dow {
	
	border-bottom:0px; margin-top:3px;
}
/* actual calendar day default style */
.jCalMo .day, .jCalMo .invday {
	height:15px;
	text-align:center;
}
/* selectable calendar day specific style */
.jCalMo .day {
	color:#999999;
	
}
/* blacked-out calendar day specific style */
.jCalMo .invday {
	color:RED;
	
	text-decoration:line-through;
}
/* previous and subsequent months calendar day specific style */
.jCalMo .pday, .jCalMo .aday {
	height:15px;
	
	color:#fff;
}
/* selected day */
.jCalMo .selectedDay {
	color:#000000;
	/* must use rgb() syntax for jquery.color.js compliance */
	
}
/* mouseover hilighted selectable day */
.jCalMo .overDay {
	color:#FFF;
	/* must use rgb() syntax for jquery.color.js compliance */
	background:rgb(0, 102, 153);
}
/* left month navigation button - no need to change */
.jCal .left {
	background:url(_left.gif) center center no-repeat;
	width:16px;
	height:16px;
	vertical-align:middle;
	
	float:left;
}
/* right month navigation button - no need to change */
.jCal .right {
	background:url(_right.gif) center center no-repeat;
	width:16px;
	height:16px;
	vertical-align:middle;
	
	float:right;
}
/* no need to change - this is for carousel opacity */
.jCalMask, .jCalMove {
	position:absolute;
	overflow:hidden;
}

.jCalMo{ height:150px; width:145px; margin-left:10px; clear:right; margin-top:15px; border:1px solid #CCCCCC; border-bottom:3px solid #cccccc;}

.MM1{ background:url('1b.png') 0px 10px;}

.MM2{ background:url('2b.png') 0px 10px;}
.MM3{ background:url('3b.png') 0px 10px;}
.MM4{ background:url('4b.png') 0px 10px;}
.MM5{ background:url('5b.png') 0px 10px;}
.MM6{ background:url('6b.png') 0px 10px;}
.MM7{ background:url('7b.png') 0px 10px;}
.MM8{ background:url('8b.png') 0px 10px;}
.MM9{ background:url('9b.png') 0px 10px;}
.MM10{ background:url('10b.png') 0px 10px;}
.MM11{ background:url('11b.png') 0px 10px;}
.MM12{ background:url('12b.png') 0px 10px;}

.monthlink1{ display:block; width:141px; height:20px; text-align:center; line-height:20px; border-radius:5px; margin-top:3px; color:#FFFFFF; text-decoration:none; background:#830707;}
.monthlink2{ display:block; width:141px; height:20px; text-align:center; line-height:20px; border-radius:5px; margin-top:3px; color:#FFFFFF; text-decoration:none; background:#FE442D;}
.monthlink3{ display:block; width:141px; height:20px; text-align:center; line-height:20px; border-radius:5px; margin-top:3px; color:#FFFFFF; text-decoration:none; background:#005F6B;}
.monthlink4{ display:block; width:141px; height:20px; text-align:center; line-height:20px; border-radius:5px; margin-top:3px; color:#FFFFFF; text-decoration:none; background:#828C36;}
.monthlink5{ display:block; width:141px; height:20px; text-align:center; line-height:20px; border-radius:5px; margin-top:3px; color:#FFFFFF; text-decoration:none; background:#FF462D;}
.monthlink6{ display:block; width:141px; height:20px; text-align:center; line-height:20px; border-radius:5px; margin-top:3px; color:#FFFFFF; text-decoration:none; background:#015F6B;}
.monthlink7{ display:block; width:141px; height:20px; text-align:center; line-height:20px; border-radius:5px; margin-top:3px; color:#FFFFFF; text-decoration:none; background:#838A3C;}
.monthlink8{ display:block; width:141px; height:20px; text-align:center; line-height:20px; border-radius:5px; margin-top:3px; color:#FFFFFF; text-decoration:none; background:#820A0C;}
.monthlink9{ display:block; width:141px; height:20px; text-align:center; line-height:20px; border-radius:5px; margin-top:3px; color:#FFFFFF; text-decoration:none; background:#015F6B;}
.monthlink10{ display:block; width:141px; height:20px; text-align:center; line-height:20px; border-radius:5px; margin-top:3px; color:#FFFFFF; text-decoration:none; background:#818B35;}
.monthlink11{ display:block; width:141px; height:20px; text-align:center; line-height:20px; border-radius:5px; margin-top:3px; color:#FFFFFF; text-decoration:none; background:#820A0C;}
.monthlink12{ display:block; width:141px; height:20px; text-align:center; line-height:20px; border-radius:5px; margin-top:3px; color:#FFFFFF; text-decoration:none; background:#FF452C;}

