/* calendar css */

body, table, tr, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;	
	font-size : 10px;
}

a {  
	font-size: 10px;
	font-weight: bold;
	color: #660000;
	line-height: 14px;
	text-decoration: none;
}

a:hover {
	color : #ffffff;
	text-decoration: none;
}

.fontHeader {
	font-family : Tahoma;
	font-size : 18pt;
}

.fontColor {
	color : #333333;
	font-size : 9pt;
}

.header {
	font-size : 13pt;
	color : #660000;
	font-weight : bold;
}


/* fonts for formatting */


.date {
	font-size : 10px;
	line-height: 14px;
	color: #ffffff;
	font-family: Tahoma; font-style: normal
}

.date a {
	color: #CC9900;
}

.subtext {
	font-size : 10px;
	line-height: 14px;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
}

.subtextBlk {
	font-size : 10px;
	color: #000000;
	font-family: Tahoma; font-style: normal
}


.subtext b {
	color: #999999;
	font-weight : bold
}

.subtext a {
	color: #990000;
}

.subtext a:hover {
	color: #CC0000;
}

.bands {
	font-size: 12px;
	text-transform: capitalize;
	font-weight: bold;
	color: #ffffff;
}

.bands a {
	font-size : 12px;
	font-weight : bold;
	color: #990000;
}

.bands a:hover {
	color: #FF66000;
}

/* cell coloring */

#sunday {
	background: #000000;
	}

#monday {
	background: #070707;
	}

#tuesday {
	background: #000000;
	}

#wednesday {
	background: #070707;
	}

#thursday {
	background: #000000;
	}

#friday {
	background: #070707;
	}

#saturday {
	background: #000000;
	}

#rowOne {
	background: #090909;
}

#rowTwo {
background: #050505;
}


#deMayo { background: #990000; }

#paddy { background: #003300; }

#sinday { background: #FF6600; }

#sinday .subtext {
	font-size : 7pt;
	color: #000000;
	font-family: Tahoma; font-style: normal
}

