/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #ffffff;
	border: 1px #dddddd solid;
 }

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 26px;
	background-color:#993300;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}

/* Month and Year Text Setup */
.monthYearText {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 18px;
	background-color:  #999999;
	text-align: center;
	vertical-align: middle;
}
/* Day Name Setup */
.dayNamesText {
    font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #880000;
	padding-top:2px;
	padding-bottom:2px;
}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
    font-family: Verdana, Arial, sans-serif; 
	text-align: center;
	vertical-align: middle;
	padding:2px;
}

/* Color of Today's Date */
.today {
	color: #FFCC00;
}

/* // CELL BACKGROUND STYLES // */

/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-color:  #dedede;
	color: #333333;
	font-size:11px;
	padding:2px;
	padding-left:6px;
	padding-bottom:3px;
	height:15px;
	width:15px;
}

/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-color:  #efefef;
}

/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 {
	background-color:  #880000;
	font-size:11px;
}

/* Mark Solid Cell Background (solid marked event date background) */
.s22 {
	background-color:  #C40000;
	color: #EEEEEE;
	font-size:11px;
}

/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23 {
	background-color:  #C40000;
	font-size:11px;
}

/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24 { 
	background-color: #c40000; 
	color: #EEEEEE; 
	font-weight: bold;	
	font-size:11px;
}

td {font-size: 10px; font-family: Arial, Helvetica, sans-serif;padding:3px;}
td.topdays {font-size: 10px; font-family: Arial, Helvetica, sans-serif;padding:3px;background-color:#ECE9D8}