
// --------------- Calendar Style ------------------

font.alert{
        font-weight: bolder;
        color:  #990066;
        text-transform: uppercase;
}
tr.week{
     text-align: right;
     vertical-align: top;
}
tr.holiday{
     font-weight: bold;
     color: #FFFFFF;
     background-color: #FE6802;
     vertical-align:top;
}
tr.day_name{
     background-color: #66CC33;
     color: #000000;
     font-size: 6.5pt;
     height: 9pt;
}
.day_name td{
  border:1px solid green;
}

td.right_box{
     text-align: left;
}
td.left_box{
     text-align: right;
}
.weekend_link{
     color: #000000;
     font-size: 9px;
}
.weekend_box{
     background-color: #99CC99;
     color: #000000;
     width: 15px;
     height: 7pt;
}

td.dark_date_box{
	 font-size : 9px;
     background-color: #CCFF66;
     width: 15px;
     height: 7pt;
}
a.dark_date_box{ color: #336600; text-decoration: none; }
a.dark_date_box:hover{ color: #FF0000; text-decoration: none; }

td.today_date_box{
     background-color: #FFFFFF;
     width: 15px;
     height: 7pt;
  border: 1 solid #006633
}
td.date_box{
     background-color: #FFFFFF;
     width: 15px;
     height: 7pt;
}
.quote {
	font-size: 11px; color: #003333; line-height: 150%;
	background-color: #99CC66; border: #006633; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.gen { font-size : 9px; font-weight: bold;}
.gen{ color : #red; }
a.gen{ color: #4040AA; text-decoration: none; }
a.gen:hover{ color: red; text-decoration: none; }
#calObj {

}
