/* screenings styles */

div#scr_table_wrapper {
	padding: 0px 10px 10px;
	border: 1px solid #404040;
}

table#screening_table {
	border: 0px none #404040;
	border-collapse: collapse;
	width: 620px;
	text-align: left;
	table-layout: fixed;
}

.scr_date {
	width: 70px;
}

.scr_time {
	width: 40px;
}

.scr_place {
	width: 70px;
}

.scr_title {
	width: 140px;
}

.scr_dir {
	width: 65px;
}

.scr_note {
	width: 70px;
}

.scr_link {
	width: 100px;
}

.col_title {
	font-style: italic;
}

tr.selected_row {
	font-weight: bold;
}

tr.old_row {
  color: #909090 !important; 
}

.old_row a:link, .old_row a:visited, .old_row a:link, .old_row a:active {
  color: #909090; 
}

/* film detail styles */

img.film_img {
	margin-bottom: 0.5em;
}

#credits {
	margin: 0px 0px 0px 20px;
	font-size: 12px;
	float: left;
	width: 620px;
}

div.credit {
	font-style: italic;
	margin: 0px 0px 0px 0px;
	width: 150px;
	float: left;
}

span.person {
	float: left;
}

div.film_text {
	padding: 0px 0px 0px 20px;
}

#film_poster {
	width: 200px;
}

div.award_text {
	float: left;
	height: 25px;
	padding: auto;
  max-width: 597px;
}

div.award_laurel_left {
	float: left;
	width: 12px;
	height: auto;
	background-image: url("../pics/misc/laurel_left_small.gif");
	background-position: right;
	background-repeat: no-repeat;
}

div.award_laurel_right {
	float: left;
	width: 12px;
	height: auto;
	background-image: url("../pics/misc/laurel_right_small.gif");
	background-position: left;
	background-repeat: no-repeat;
}

td.video_cell {
	text-align: center; 
	vertical-align: top;
	width: 300px;
	padding: 0px 20px 0px 0px;
}

div.video {
	text-align: center;
}

div.video_window {
	text-align: center;
	z-index: 0;
}

/* highslide styles */
/*
.highslide-html {
    background-color: white;
}

.highslide-html-blur {
    border: 2px solid gray;
}

.highslide-html-content {
	position: absolute;
    display: none;
}

.highslide-display-block {
    display: block;
}

.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}

.control:hover {
	color: black !important;
}

.highslide-move {
    cursor: move;
}
*/
/* dvd list styles */

table.dvd_table {
	border: 3px inset black;
	border-collapse: collapse;
	width: 540px;
	clear: left;
	margin: 20px 10px 0px auto;			/* maybe better in div style */
}

.dvd_table td {
	text-align: left;
	border-top-width: 2px;
	border-left-width: 1px;
	border-bottom-width: 2px;
	border-right-width: 1px;
	border-color: black;
	border-style: none inset none inset;
}

.dvd_table th {
	text-align: left;
	border-top-width: 2px;
	border-left-width: 1px;
	border-bottom-width: 2px;
	border-right-width: 1px;
	border-color: black;
	border-style: inset inset none inset;
}

