
.calendar 
{

	margin: 0px 0px 0px 0px;

	padding-left: 4px;
	padding-right: 3px;
	width: 416px;
}


.calendarRfp
{
	background-color: #F0F7FF;
	margin: 0px 0px 0px 0px;
	border: solid 1px #F0F7FF;
	padding-left: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
}

.title 
{

}
.title TD
{
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	color: #1D4582;
	height: 17px;
	cursor: pointer;
}

.othermonthday 
{
	visibility: hidden; 
}
.month 
{
	background-color: #F6F6F6;
	border: solid 1px #1C447F;
	margin-left: 2px;
	margin-right: 2px;

}

.monthtitle
{
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	TEXT-ALIGN: center;
	background: url(../icons/cal_m_bg.gif) left center;
}

.dayheader 
{
	font: bold 11px Tahoma, Verdana, Arial, sans-serif;
	TEXT-ALIGN: center;
	background: url(../icons/cal_w_bg.gif) left center;
}

.day 
{
	BORDER: solid 1px #f6f6f6;
	CURSOR: pointer; 
	COLOR: #015579;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	TEXT-ALIGN: center; 
	line-height: 11px;
}

.selectedday 
{
	BORDER: solid 1px #bb5503;
	COLOR: #000000;
	BACKGROUND-COLOR: #fbe694;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	TEXT-ALIGN: center; 
	line-height: 11px;
}


.hotdatesMainBlk
{
	float: left;
	display: inline;
	margin-left: 3px;
	background-color: #F0F7FF;
	border-bottom: solid 3px #FFFFFF;
}


.priceBlock
{
	margin: 6px 0 0 9px;
	padding-bottom: 8px;
	float: left;
	display: inline;

}

.priceTxtSet
{
	margin: 0 10px 0 6px;
	padding-top: 1px;
	float: left;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	color: #1B457F;
}

.priceImgSet1
{
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	margin: 0 0 0 0;
	height: 16px;
	float: left;
	width: 13px;
	background: url(../icons/cal_torq_bg.gif) left center;
}

.priceImgSet2
{
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	margin: 0 0 0 0;
	height: 16px;
	float: left;
	width: 13px;
	background: url(../icons/cal_yel_bg.gif) left center;
}
.priceImgSet3
{
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	margin: 0 0 0 0;
	height: 16px;
	float: left;
	width: 13px;
	background: url(../icons/cal_blu_bg.gif) left center;
}

.priceImgSet4
{
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	margin: 0 0 0 0;
	height: 16px;
	float: left;
	width: 13px;
	background: url(../icons/cal_grn_bg.gif) left center;
}



/*/////////////////////////////  CALENDAR DAY PRICE SETS  //////////////////////////////////*/


.priceItemSet1
{
	BORDER: solid 1px #f6f6f6;
	CURSOR: pointer; 
	color: #1B457F;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	TEXT-ALIGN: center;
	background: url(../icons/cal_torq_bg.gif) left center;
	line-height: 11px;
}
.priceItemSet1 a
{
	color: #1B457F;
	text-decoration: none;
}
.priceItemSet1 a:hover
{
	text-decoration: underline;
}
.priceItemSet2
{
	BORDER: solid 1px #f6f6f6;
	CURSOR: pointer; 
	color: #1B457F;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	TEXT-ALIGN: center;
	background: url(../icons/cal_yel_bg.gif) left center;
	line-height: 11px;
}
.priceItemSet2 a
{
	color: #1B457F;
	text-decoration: none;
}
.priceItemSet2 a:hover
{
	text-decoration: underline;
}
.priceItemSet3
{
	BORDER: solid 1px #f6f6f6;
	CURSOR: pointer; 
	color: #1B457F;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	TEXT-ALIGN: center;
	background: url(../icons/cal_blu_bg.gif) left center;
	line-height: 11px;
}
.priceItemSet3 a
{
	color: #1B457F;
	text-decoration: none;
}
.priceItemSet3 a:hover
{
	text-decoration: underline;
}
.priceItemSet4
{
	BORDER: solid 1px #f6f6f6;
	CURSOR: pointer; 
	color: #1B457F;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	TEXT-ALIGN: center;
	background: url(../icons/cal_grn_bg.gif) left center;
	line-height: 11px;
}
.priceItemSet4 a
{
	color: #1B457F;
	text-decoration: none;
}
.priceItemSet4 a:hover
{
	text-decoration: underline;
}



