/*
Way simplified version so that I don't die.  Yay for not dying!
#446076 #9bb2c2
#216873 #52bdcd 
#3e683c #8cb889
#adadad #5f5f5f
#525689 #1c1e2f
*/

#crew, #cast {
	display: table;
	margin: 0;
	table-layout: fixed;
	padding: 0;
	border: 0;   
	margin-bottom: 5px;
}

#crew td, #cast td {
	border: 0;   

}

#seasontable {
	display: table;
	border-collapse: separate;
	table-layout: fixed;
	border-spacing: 6pt 6pt;
	height:100%;
	width: 100%;
	padding: 0;
	border: 0;   
	margin: 0;

}


#shows_in_rows {
	display: table-row;
}
	

#shows {
	display: table-cell;
        background: #FFFFFF;
	vertical-align: top;
        color: #1c1e2f;
        text-align: center;
	border: 1px #525689 solid;
	font: medium Palatino, serif;
	padding: 0;
	margin: 0;
}
#shows a {
        color: #1c1e2f;
	text-decoration:none;
}

#shows #topbit {
        background: #1c1e2f;
	padding: 3pt 0 3pt 0;
}

#shows #topbit, #shows #topbit a {
        color: #FFFFFF !important;
	font-weight: bold;
	font-size: large;
}

#shows .playwright  {
	font-size: medium;
	padding: 0 0 3pt 0;
	margin: 0 0 3pt 0;
}
#shows .playwright a {
        color: #FFFFFF;
	font-size: medium;
}

#shows .rundates {
	font-style: italic;
	font-weight: bold;
}

#shows:hover #topbit {
	background: #525689 url(img/miniheader.jpg) bottom center;
}

