/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color:#333;
	border-top: 1px dotted #666;
	margin:0px;
	width: 175px;
	color:#333;
 }

.navTable {
	background-color:#699;
	border-bottom: 1px dotted #699;
	color:#FFF;
	width: 175px;
 }

.navTableText {
	font-size: 9px; 
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	padding:0px 4px;
	}

/* Month and Year Row Setup */
.monthYearRow {
	background:#333;
	height:30px;
	letter-spacing:.05em;
	line-height:30px;
	text-align: center;
	vertical-align: middle;
	}

/* Month and Year Text Setup */
.monthYearText {
	font-size: 13px;
	font-weight: Bold;
	font-variant:small-caps;
	color:#999;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 11pt;
	background-color:#699;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesText {
	line-height:18px;
	font-style:italic;
	font-size: 10px; 
	font-weight: Bold;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	}

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


/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-color:#CCC
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-color:#999;
	}

/* Show dates from other months */
.sOther {
    background-color:#666;
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color:#999;
	}
/* Weekend Cell Background (date number with no event markings) */
.s200 {
	background-color: #999;
	}


.categoryName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.categorySelection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #777777;
}
.categoryDiv {
	background-color: #FCF5EF;
}
#legend  {
	background:#333;
	border-bottom:1px dotted #666;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	color:#999;
}
#legend td {
	padding:2px;
	margin:2px;
	
}
#legendhead {
	padding:0px;
	background:#666;
	height:20px;
	letter-spacing:.05em;
	font-style:normal;
	font-variant:small-caps;
	line-height:20px;
	text-align: center;
	color:#CCC;
	vertical-align: middle;
	margin-top:3px
}
