.chartTable {
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: #FEFEEA;
}

.dayCell {
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background: White;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: black;
	font-weight: normal;
	width: 16px;
	text-align: center;
	cursor:pointer;
	cursor:hand;
}

.weekendCell {
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	background: #CCCCCC;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: black;
	font-weight: normal;
	width: 16px;
	text-align: center;
	cursor:pointer;
	cursor:hand;
}

.overDayCell {
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	background: #FF6600;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: black;
	font-weight: normal;
	width: 16px;
	text-align: center;
	cursor:pointer;
	cursor:hand;
}

.selDayCell {
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	background: #3366ff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: white;
	font-weight: normal;
	width: 16px;
	text-align: center;
	cursor:pointer;
	cursor:hand;
}

.priceCell {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-align: center;
}

.barCell {
	vertical-align: bottom;
	text-align: center;
	background: #FEFEEA;
	cursor:pointer;
	cursor:hand;
}

.overBarCell {
	vertical-align: bottom;
	text-align: center;
	background: #CCCCCC;
	cursor:pointer;
	cursor:hand;
}

.selBarCell {
	vertical-align: bottom;
	text-align: center;
	cursor:pointer;
	cursor:hand;	
}

.levelCell {
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 7px;
}

.monthCell {
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	background: #3366FF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
	cursor:pointer;
	cursor:hand;
	text-decoration:underline;
}

.selMonthCell {
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	background: #FF6600;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.stimatedPriceCell {
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: white;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-align: center;
	display: none;
}

.normal-text {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: normal;
}

.frameChart {
	display: none;
}

 
a.linkst:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
}
a.linkst:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
}
a.linkst:active {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
}
a.linkst:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
}  

a.lmonthCell:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration:underline;
}
a.lmonthCell:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration:underline;
}
a.lmonthCell:active {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration:underline;
}

a.lmonthCell:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration:underline;
}
