@charset "UTF-8";
/* CSS Document */

table {
	border-collapse: collapse;
	width: 40em;
	color:#452717;
	}
tbody{
	border: 1px solid #782b33;
	}

th, td {
	padding: 0.1em 1em;
	}
	
thead, thead tr:hover {
	background: #CC9366;
	border: 1px solid #782b33;
	}
	
caption {
	color:#5893B6; font-size:135%;
		padding: 2em 0 .7em .5em;
		text-align:left;
		text-indent: 2em;
}

tr.odd{
	background: #FEFAEC;
}

tr:hover{
	background: #FCF2CF;

}

table#next_music {
	width: 30em;
	}
table#month_music {
	font-size:90%;
	}
#month_music td{
	padding-top: .5em;
	}	
table#next_music caption {
	padding-top:0;
	margin-top:.5em;	
	}
col {
	/*border-right: 1px solid #782b33;*/
	}
	
col#numCol {
	border:none;
	}



table#pod {
	width: 35em;
	font-size:90%;
	
}

#pod thead { display:none; }
#pod tbody { border:none; }
#pod caption{
	background: url("Media/pod.gif") no-repeat left center;
	}

	
#pod td{
	vertical-align:top;
}

#pod tr{
	border-spacing:1em;
}

#pod col#dateCol{ width:22%; text-align:right;}
#pod col#linkCol{ width:20%; }
#pod col#titleCol{ width:55%; }



