/* CSS Document */
#cal{
		width: 196px;
		height: 220px;
		margin: 0px;
	}
	
	
	.calTitle{
		float:left;
		width:195px;
		border-right: 1px solid #FFF;
		background-color:#D99C4C;
	    font-family: Tahoma, Geneva, sans-serif;
		font-size:14px;
		line-height: 21px;
		text-align:center;
		font-weight: 700;
		color:#FFFFFF;
		padding: 5px 0px 5px 0px
	}
	
	.calhdr{
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 18px;
		line-height: 20px;
		font-weight:normal;
		text-decoration: none;
		color:#FFFFFF;
		text-align:center;
	}
	
	  .calhdr a:link { color: #FFF; text-decoration:none}
  .calhdr a:visited { color: #FFF; text-decoration: none}
  .calhdr a:hover { color: #94C448; text-decoration: none} 
	
	.calDay{
		float:left;
		width:26px;
		height:25px;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		padding: 1px 1px 1px 0px;
		background-color:#EAEAD2;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height: 13px;
		text-align:center;
		font-weight:normal;

	}
	.calDayEmpty{
		float:left;
		width:26px;
		height:25px;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		padding: 1px 1px 1px 0px;
		background-color: #FAFCE8;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:400;
		text-align:center;
		color:#9D9D80;
	}
	.calDaySelected{
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		float:left;
		width:26px;
		height:25px;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		padding: 1px 1px 1px 0px;
		color:#FFF;
		background-color: #D99C4C;
	}
	.calWeek{
		float:left;
		width:196px;
	}
	.calWeekHead{
	float:left;
	text-align: center;
	}
	.calWeekHead .calDay{
	    font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:nomral;
		height:15px;
		width:26px;
		background-color: #BF7326;
		padding: 2px 0px 0px 1px;
		color:#FFFFFF;
		text-align: center;
		float:left;
	}
	.calEvent{
	    font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		float:left;
		text-align: center;
		padding: 2px 0px 0px 1px;
	}
	.calDate{
		text-align: center;
	}
