/* default dimensions and justification for each month including title */
.jCal {
	/* each day width + border-left + border-right */
	width:77px;
	height:25px;
	text-align:center;
	vertical-align:top;
}
/* default dimensions and justification for each month not including title */
.jCalMo {
	/*width:224px;	*/	/* each day width + border-left + border-right */
	float:left;
	overflow:visible;
	height:100%;
	padding-right:1px;
	padding-left:1px;
	white-space:nowrap;
	margin-left: 3px;
}
/* top month display block - i.e. January */
.jCal .monthSelect{
line-height:16px;
	height:16px;
	text-align:center;
	vertical-align:bottom;
	font-family:Tahoma;
	font-size:8pt;
	color:#000000;
	background:#FFFFFF;
	cursor:pointer;
	float:left;
}

.jCal .monthSelect, .jCal .monthName{
	line-height:16px;
	height:16px;
	text-align:center;
	vertical-align:bottom;
	font-family:Tahoma;
	font-size:8pt;
	color:#FFFFFF;
	cursor:pointer;
	
}
/* month name per calendar style - includes left/right padding and alignment */
.jCal .monthName {
	padding-left:2px;
	padding-right:2px; 
	width:103px;
	font-size:13px;
	padding-top:3px;
	height:22px;
	font-weight: bold;
}

.monthSeptr {
      background:url(../images/shoppingpages/divider.png) repeat-y right top;
       color:#000000;
}
/* year per calendar style - includes left/right padding and alignment */
.jCal .monthYear  {
/*	padding-left:10px;*/
	width:77px;
	text-align:center;
	vertical-align:bottom;
	font-family:Tahoma;
	font-size:8pt;
	color:#FFFFFF;
	cursor:pointer;
	margin-top:5px;
	height:17px;
}
/* width of monthName + monthYear */
.jCal .month {
	width:77px;
	text-align:center;
	vertical-align:bottom;
	font-family:Tahoma;
	font-size:8pt;
	color:#FFFFFF;
	cursor:pointer;
}
/* 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 {
	display:inline-block;
	border-radius:3px 3px 0 0;
	background:#FFFFFF;
	color:#000000;
	height:25px;
	font-weight:bold;
	width:103px;
}
.jCal .monthSelector:hover {
	background:#FFFFFF;
	border-radius:3px 3px 0 0;
	width:103px;
	margin-left:0px;
	margin-right:0px;
	}
/* 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:#68b0d8;
	border-radius:3px 3px 3px 3px;
	margin-left:2px;
	margin-right:2px;
	width:103px;
}
/* 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 .day, .jCalMo .pday, .jCalMo .aday, .jCalMo .invday{
	width:103px;
	font-family:Tahoma;
	font-size:9pt;
	color:#000000;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	text-align:center;
	cursor:default;
	float:left;
}

.jCalMo .pday_mid, .jCalMo .aday_mid,.jCalMo .dayMid{
	width:103px;
	font-family:Tahoma;
	font-size:9pt;
	color:#000000;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:center;
	cursor:default;
	float:left;
}


/* day of week header specific style */
.jCalMo .dow {
	width:103px;
	font-family:Tahoma;
	font-size:9pt;
	color:#000000;
	border-bottom:1px solid #CCC;
	text-align:center;
	cursor:default;
	float:left;
	background:#FFF ;
	border-right:1px solid #FFFFFF;
	height:25px;
	font-size:9pt;
	font-weight: bold;
/*	background:#EEE url(eeGrad.gif) bottom repeat-x;*/
	/*border-bottom:0px;*/
}
/* actual calendar day default style */
.jCalMo .day, .jCalMo .invday,.jCalMo .dayMid {
	/*height:65px;*/
	height:75px;
	text-align:center;
}
/* selectable calendar day specific style */
.jCalMo .day,.jCalMo .dayMid {
	/*cursor:pointer;*/
	background:#FFF;
}
/* blacked-out calendar day specific style */
.jCalMo .invday {
	color:#808080;
	background:#eeeeee;
	text-decoration:line-through;
}
/* previous and subsequent months calendar day specific style */
.jCalMo .pday, .jCalMo .aday,.jCalMo .pday_mid, .jCalMo .aday_mid {
	/*height:65px;*/
	height:75px;
	background:#FFF;
	color:#989898;
	/*padding:3px 0px;*/
}
/* selected day */
.jCalMo .selectedDay {
	background:#ffe4b5;
/*	color:#FFF;*/
	/* must use rgb() syntax for jquery.color.js compliance */
/*	background:rgb(198, 226, 255);*/
}
.jCalMo .selectedDaySalesPageCyanBg {
	background:#A9F5F2;
	/*background:rgb(169, 245, 242);*/
}
/* mouseover hilighted selectable day */
.jCalMo .overDay {
background:#ffe4b5;
	/* 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;
	cursor:pointer;
	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;
	cursor:pointer;
	float:right;
}
/* no need to change - this is for carousel opacity */
.jCalMask, .jCalMove {
	position:absolute;
	overflow:hidden;
}
.urlClass {
			font-family:tahoma;
			font-size:10pt; 
			color:#FF0006 !important
			 
}
/*.day:hover a,.day:hover a:link,.day:hover a:visited,.day:hover a:hover{color:#fff}*/

.noseatAvail_cal
	{
	   font-family:tahoma;
	   font-size:10pt; 
	   color:#989898;
	}
	
.noseatBcgrnd{
	padding-left:4px;
	padding-right:4px;
	background:#e8e8e8;
}
.noseatNoBcgrndColor{
	padding-left:4px;
	padding-right:4px;
}
.noseatSearchYellowBgBlueTxt{
	padding-left:4px;
	padding-right:4px;
	background:#FACC2E;
	color: #0489B1;
}
.noseatSearchYellowBgBlueTxt_no_padding{
	background:#FACC2E;
	color: #0489B1;
}
.bluebgrnd{
background:#2080b8;
border-radius:3px 3px 0px 0px;
/*height:48px;*/
}
.bluebgrndSEO{
background:#2080b8;
border-radius:3px 0px 0px 0px;
/*height:48px;*/
}

