@CHARSET "ISO-8859-1";

/* =====================================
 *  Civic Theatre West Website Style-Sheet
 *
 * actor.css
 *  for actor pages
 * =====================================
 */

#HeadShot {
	margin:8px;
	float:right;
}

#Biography{
	border:0px;
	text-align:justify;
	margin-right:1em;
}

#ShowList{
	clear:both;
	background-color:#fcefcc;
	padding-bottom:2em;
}

#ShowList td{
	padding-right: 1em;
	padding-left: 1em;
}

H2 {
	margin-bottom:1em;
}
DIV.rule {
	width:100%;
	height:1px;
	border:1px solid #aaa;
	margin:8px 0px 8px 0px;
	clear:both;
}

DIV.awardStar{
	display: inline;
	margin-left: 1em;
}

.castEntry{
	text-align:left;
}


.staff{
	font-style: italic;
}
.character{
	font-weight:bold;
}


TD.showEntry {
	text-align:left;
	vertical-align:bottom;
	font-weight: bold;
}
TD.showEntry a:link, TD.showEntry a:visited{
	color: black;
}
TD.showEntry a:hover, TD.showEntry a:active{
	color: #94700a;
}

