<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ACTING PAGE CLASSES - 'flicks' page */ 

img.acting-cover-detail, img.album-cover-detail {
	box-shadow: 7px 7px 6px 0px rgba(0, 0, 0, 0.8);
}

/* This was part of an experiment to have the covers overlap like a stack of books.  IMGs were wrapped in this DIV.  Currently not used. */
/* DIV.acting-cover { width: 130px; height: 248px;	float: left;} */

img.acting-cover {
	width: 170px;
	height: 240px;
	margin: 10px;
	border: 2px solid #404040;
	border-radius: 6px;
/*	transition: box-shadow 0.2s; */
	box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.80); /* rgba(96, 96, 96, 0.80); */
	z-index: -1;
}

img.acting-cover.selected {
	width: 186px; 
	height: 256px;
	margin: 2px;
    border-radius: 6px;
    box-shadow: 0 0 65px #66FF66;
	position: relative;
	z-index: 0;
}

.ui-widget-content a {
	color: #44FFFF;		/* Because JQ-UI 1.12 fscks up your A tag classes inside the widget.  WTF? */
}

div.tabSelector {
	outline: 0px;
	float:left;
	color: gray;
	padding:4px;
	margin-right:4px; 
	border: 1px solid #005592;  /* #0065A2; */
/*	border-bottom-color: #0065A2; */
	border-radius: 6px 6px 0px 0px; 
	background-color: #002432; /* #003952 or 003040; */ 
	background-image: none;
	/* background-image: url(/images/stars_bluefog2.gif); /* &lt;-- Looks bad w/o a per-div random offset. */
	position: relative;
/*	text-decoration: underline; */
	top: 6px;
	left: -1px;
	min-width: 28px;
}
div.tabSelector.selected {
/*	text-decoration: none; */
	border: 1px solid #0075B2;
	border-bottom: 1px solid #003348 !important;
	color: white;
	font-weight: 700;
	display: inline;
	padding-bottom:7px;
	background: none;
	background-color: #003348;
	border-bottom: none;
	top: 4px;
}
/* td.tabSelections  {
	border-bottom: 2px solid #0075B2;
} */

TABLE TR.selectableRow {
	display:none;
}

DIV#acting_dialog TABLE.tabbedTable {
	padding: 0px 4px 4px 4px; 
	box-shadow: 4px 4px 5px 5px rgba(0,0,0,0.75);
}
TABLE.tabbedTable TR.selectableRow.selected {
	vertical-align: top;
	padding: 12px 12px 18px 12px;
	border: solid #0075B2;
	background-color: #003348;   /* either-or: background-image: url("images/stars_bluefog2.gif"); */
	border-width: 1px; /* 2px 2px 2px 2px; */
	border-radius: 0px 6px 6px 6px;
	display: block;
}
</pre></body></html>