
    
    #cal_table,#cal_title,#cal_prevYear,#cal_prevMonth,#cal_nextMonth,#cal_nextYear,#cal_main,#cal_title_date {
       font-family: Tahoma;
       font-size: 12px;
       font-weight:bold;
	}
	#cal_status td{
	   font-family: Tahoma;
	   font-size: 10px;
	   font-weight:bold;
	}

	#cal_table {
		padding: 1px;
		cursor: default;

	}
	#cal_selectMonth {
		 font-size: 10px;
	}
	#cal_title_date {
		border: solid 0px;
		padding: 0px 5px 0px 5px;
	}
	#selected_day {
		border: solid 1px;
		border-color: #008000;
		font-size: 10px;
		font-weight:bold;
	}
	#unselected_day {
		border: solid 1px;
		border-color: #D4F2B2;
		font-size: 10px;
		font-weight:bold;
	}
	#unselected_day:hover {
	    border-color: #008000;
	}
	.weekdayName{
		padding: 3px;
		font-size: 10px;
		font-weight:bold;
	}
	.weekendName{
		padding: 3px;
		color: #FF0000;
		font-size: 10px;
		font-weight:bold;
	}
	.currentDay {
		background-color: #E4FFB2;
	}
	.weekend {
		color: #FF0000;
	}
	.nweekend {
		color: #FF8888;
	}
	.birthday  {
		background-color: #FF0000;
		
	}
	.meeting  {
		background-color: #FFFF80;
	}
	.notice  {
		background-color: #80FF80;
	}
	.notes_birthday  {
		font: bold 10px tahoma;
		background: url(/css/images/bday.gif) no-repeat;
		background-color: #FFFFE0;
		color: #000000;
	}
	.notes_birthday th {
		font: bold 12px tahoma;
		height: 32px;
	}
	.notes_meeting  {
     	font: bold 10px tahoma;
		background: url(/css/images/meeting.gif) no-repeat;
		background-color: #FFFFE0;
		color: #000000;
	}
	.notes_meeting th {
		font: bold 12px tahoma;
		height: 32px;
	}
	.notes_notice  {
		font: bold 10px tahoma;
		background: url(/css/images/notice.gif) no-repeat;
		background-color: #FFFFE0;
		color: #000000;
	}
	.notes_notice th {
		font: bold 12px tahoma;
		height: 32px;
	}
	.notes_default  {
		font: bold 10px tahoma;
		background-color: #FFFFE0;
		color: #000000;
	}
	.notes_default th {
		font: bold 12px tahoma;
	}
	.selectedDay {
		background-color: #FFFF80;
	}
	.nday {
		color: #888888;
	}
	.day {
		color: #000000;
	}
	#cal_notes_add {
		cursor:default;
	}
	#cal_notes {
		background-color: #FFFF80;
		color: #000000;
		border: solid 1px;		
	}
	#cal_prevYear {
		width:18px;
		height:9px;
		background: url(/css/images/but_yeard.gif) no-repeat;
	}
	#cal_prevMonth {
		width:18px;
		height:18px;
		background: url(/css/images/but_prev.gif) no-repeat 0px 0px;	
	} 
	#cal_nextMonth { 
		width:18px;
		height:18px;
		background: url(/css/images/but_next.gif) no-repeat 0px 0px;
	}
	#cal_nextYear {
		width:18px;
		height:9px;
		background: url(/css/images/but_yearu.gif) no-repeat;				
	}
	#cal_btn_add {
		width:64px;
		height:18px;
		background: url(/css/images/but.gif) no-repeat;
	}
	#cal_btn_remove {
		background: url(/css/images/but.gif) no-repeat;
		width:64px;
		height:18px;
	}
	#cal_notes_add {
	 font-family: Tahoma;
	   font-size: 10px;
	   font-weight:bold;
	}
	#cal_notes_add_btn {
		background: url(/css/images/but.gif) no-repeat;
		width:64px;
		height:18px;
	}
	#cal_notes_add_text {
		width:100px;
	}
	#cal_notes_add_select {
		width:100px;
	}

