/* start calendar */
#minical {
	font-size: 93%;
	text-align: center;
	}

table#minical a:link {border: none}
table#minical a:visited {border: none}
table#minical a:hover {border-bottom: 1px solid #f2edbd;}
	
#monthlycal {
	font-size: 93%;
}

#monthlycal caption {
	font-size: 18px;
	}
	
#monthlycal .lastmonth {
	background-color: none;
	text-align: left;
	font-size: 12px;
}

#monthlycal .nextmonth {
	background-color: none;
	text-align: right;
	font-size: 12px;
}

#monthlycal th {
	background-color: #777;
	width: 105px;
}

#monthlycal h1 {
	font-size: 123.1%;
	text-align: center;
}

#monthlycal td {
}

td {
	background-color: #222;
	padding: 3px;
}

td.selected {
	background-color: #755;
	color: #fff;
}

td.othermonth {
	background-color: #444;
	color: #777;
}

#monthlycal h1:hover, #monthlycal h1:hover a{
	background-color: #fff;
	color: #000;
	}
	
.timecost {
	vertical-align: top
}

/* end calendar */

/* start nowplaying */
#nowplaying {
	width: 500px;
	margin-left: 12px;
	margin-top: 7px;
	padding-top: 10px;
}

#npdisplaydate {
	width: 500px;
	text-align: center;
	background-color: #a57a2f;
	margin: 0;
	padding: 0 0 4px 0;
	color: #ffeedd;
}

#npdisplaydate h1 {
	font-size: 17px;
}

#nowplaying td {
	vertical-align: top;
	background-color: #3c3220;
	padding: 5px;
}

#nowplaying td.timecost {
	background-color: #280000;
}

#nowplaying p.time {
	font-size: 14px;
	font-weight: bold;
	color: #f3efcb;
	}
	
#nowplaying p.cost {
	font-size: 12px;
	color: #f3efcb;
	}

#nowplaying td.show {
}

#nowplaying h1.title {
	font: bold 18px Georgia, Times New Roman, Times, serif;
	color: #e9df8c;
}

#nowplaying p.proj_description {
	font-size: 11px;
}

	/* start perf_description  */
	.perf_description {
		margin: 10px 35px 0 20px;
	}
	
	.perf_description h1 {
		font-size: 11px;
		color: #f3efcb;
	}

	.perf_description h2 {
		font-size: 11px;
		margin-top: 4px;
		font-style: italic;
	}
	
	#nowplaying .perf_description p {
		font-size: 10px;
	}
	
	.perf_description ul, .perf_description ol {
		margin: 10px 0px 10px 30px;
		font-size: 10px;
	}
	/* end perf_description  */
/* end nowplaying  */

td.clickbox a {display:block}
td.clickbox:hover {
	background-color:#660000;
	color:white;
}
