a {
	color: #06f;
}

/*-----------------------*/
/*      CALENDAR         */
.calendarHeader { 
	background-color: FFFFFF;
	border: 1px solid #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.calendarToday { background-color: #FFCC00; }
.calendar { background-color: #FFFFCC; }


.cal_table{
	border: 1px solid #EC7B37;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
<!-- CC0000 = red -->
.cal_dayname{
	background-color: #EC7B37;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.cal_monthname a{
	background-color: #EC7B37;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	text-align:center;
}
.month_link a {
	text-decoration: none;
	color: #fff;
} 
.month_link a:hover {
	text-decoration: none;
	color: #CC9999;
}

.cal_month_days{
	background-color: #ADB1D1;
}

.cal_blank_day{
	background-color: #EEEDED;
	font-size: 0px;
	border:transparent 1px none;
}
.cal_day{
	font-size: 10px;
	text-align:center;
	border:transparent 1px none;
}
.cal_day a {
	text-decoration: none;
	color: black;
} 
.cal_day a:hover {}

.event_link a {
	text-decoration: none;
	color: black;
}
.event_link a:hover {
	text-decoration: none;
	color: red;
}
a.cal_close {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.cal_show {
	color: #009900;
	font-weight: bold;
}
.cal_event{
	font-size: 10px;
	font-weight: bold ;
	text-align:center;
	border:red 1px solid;
}

.cal_event, .cal_holiday_p, .cal_holiday_s, .cal_day, .cal_blank_day {
	padding: 1px;
}

.cal_holiday_p{
	background-color: #B2FF83;
	font-size: 10px;
	cursor: pointer;
	text-align:center;
}
.cal_holiday_p_full{
	background-color: #B2FF83;
}

.cal_holiday_h{
	background-color: #94EAFA;
	font-size: 10px;
	text-align:center;
}
.cal_holiday_h_full{
	background-color: #94EAFA;
}

.cal_holiday_s{
	background-color: #EBF99E;
	font-size: 10px;
	text-align:center;
}
.cal_holiday_s_full{
	background-color: #EBF99E;
}
.day .cal_daynum {
	float: left;
	width: 15px;
	color: red;
	font-size: 11px;
	font-weight:bold ;
}
.cal_daynum_today {
	float: left;
	width: 15px;
	color: blue;
	font-size: 11px;
	font-weight:bold ;
}

.day .content {
	padding-left: 18px;
}
.day_box{
	border: 1px solid #666;
	padding: 1px;
	height:100px;
}
.day_box_m{
	border: 1px solid #666;
	padding: 1px;
	min-height:100px;
}
.day .content .cal_event_details {
	border: 1px solid #dedede;
	padding: 1px;
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.today, .today_full{
	border: 1px solid blue;
	padding: 1px;
	height:100px;
	background-color: #F0F7FC;
	color: #0000FF;
}

.invalid_date {
	color: #999999;
}
table#calendar{
		background-color:lightgray;
		margin-left:10px;
		border:1px solid #E0D9D9;
		width:99%;
	}
	table#calendarSml{
		background-color:lightgray;
		border:1px solid #000;
	}
	.dayHeading{
		font-size:7pt;
		background-color:#908282;
		color:#F1F1F1;
		text-align:right;
		padding:1pt;
		font-family:Arial, Helvetica, sans-serif
		font-size:100%;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:1.3em;
		overflow:hidden;
		border:2px inset #5B3636;
	}
	div.dayBox{
		font-size:9px;
		text-align:right;
		background-color:#fff;
		font-family:Arial, Helvetica, sans-serif
		font-size:100%;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		height: 100%;
		overflow:hidden;
	}
	div.dayBoxInvalid{
		font-size:9px;
		text-align:right;
		background-color:#666;
		font-family:Arial, Helvetica, sans-serif
		font-size:100%;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		height: 100%;
		overflow:hidden;
	}
	div.dayBoxBlank{
		background-color:lightgray;
		height: 70pt;
		z-index:1;
	}
	div.dayBoxToday{
		font-size:9px;
		text-align:right;
		background-color:#C5E7E8;
		font-family:Arial, Helvetica, sans-serif
		font-size:100%;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		height: 100%;
		overflow:hidden;
		z-index:1;
	}
	div.dayType a{
		display: block;
		text-align:left;
		margin: 1pt 0 0 0;
		padding:0pt 3px 1pt 3px;
		font-family:Arial, Helvetica, sans-serif
		font-size:100%;
		font-size-adjust:auto;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		height:8pt;
		text-decoration: none;
		overflow:hidden;
		color:#fff;
	}
	.tdDay{
		height: 70pt;
		overflow:hidden;
		z-index:20;
	}
	th.weekDayHeading{
		border:1px outset #000;
		font-size:10px;
		background-color: #CEC9C9;
		padding:2px;
		font-family:Arial, Helvetica, sans-serif
		font-size:100%;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
	}
	div.addEvent a{
		display: block;
		padding: 0;
		margin: 0pt;
		text-align:center;
		text-decoration: none;
		height: 100pt;
		border:1px none #666;
	}
	
	div.moreEvents a
	{
		display:block;
		text-decoration: none;
		list-style: none;
	}
	div.moreEvents ul
	{
		text-align:center;
		list-style: none;
		margin:0;
		z-index:1;
		padding:0;
	}
	div.moreEvents ul li ul
	{
		list-style: none;
		position: absolute;
		border: 2px solid #666;
		background-color:#fff;
		z-index:10000;
		display:none;
		padding:2px;
		margin:0;
	}
	
	div.moreEvents li ul
	{
		list-style: none;
		display:none;
	}
	div.moreEvents li:hover ul
	{
		display:block;
		list-style: none;
		text-align:center;
		margin:0;
	}
	
	span.calendarMove ul li a{
		color:#000;
		padding:0pt 5px 0pt 5px;
		margin:0pt 2px 0pt 2px;
		border:1px outset #000;
		text-decoration: none;
		background-color:lightgray;
		display:inline;
		text-decoration: none;
		list-style: none;
	}
	span.calendarMove a:hover{
		color:#ff0000;
		padding:0pt 5px 0pt 5px;
		margin:0pt 2px 2pt 2px;
		border:1px inset #000;
		text-decoration: none;
		background-color:lightgray;
		display:inline;
	}
	span.calendarMove ul
	{
		text-align:center;
		list-style: none;
		margin:0;
		z-index:1;
		padding:0;
	}
	
	/* child 1 child parent drop down box display none*/
	span.calendarMove ul li ul
	{
		list-style: none;
		position: absolute;
		border: 2px solid #666;
		background-color:#fff;
		z-index:4;
		display:none;
		padding:2px;
	}
	
	#montlySelectList a
	{
		background-color:white;
		margin:0;
		padding:1;
		display:block;
		text-decoration:none;
		border:0px;
	}
	
	/* this is the parent displaying the child on hover */
	span.calendarMove li:hover ul
	{
		display:block;
		list-style: none;
		text-align:right;
	}
	
	
	span.repeatGroup{
		margin:0pt 0pt 0pt 1em;
	}
	span.repeatGroup label{
		margin:0pt 0pt 0pt 0pt;
		font-size:12px;
	}
	.calBtn{
		font-size:9px;
	}
	