body {
	
	/* the following line will enable :focus for IE - dt 20050810 */
	behavior:url("stylesheets/cssfocusandhover.htc");
	
	background-color: #DDDDDD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 10px;
}

/* FORMS */
form{ padding:0px; margin:0px; }
input, select, textarea{
	background-color: #F3F3F3;
	border: 1px solid #999999;
	padding: 2px;
}
input:focus, select:focus, textarea:focus {
	background-color: #DEDEEE;
	border: 1px solid #000000;
}
input#ShowShorts {
	border: none;
	background-color: transparent;
}


/* NEW INDEX TABLE CSS */
table.index_table {
	margin-top: 8px;
	margin-bottom: 8px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-collapse: collapse;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #DEDBCF;
}
table.index_table td {
	border-top: 1px solid #000000;
	padding: 4px;
}
table.index_table td.no_bottom_border {
	border-bottom: none;
}
table.index_table tr.column_heading {
	background-color: #685e49;
	color: white;
}
table.index_table tr.column_heading td {
	font-weight: bold;
	font-size: 12px;
	color: white;
}
table.index_table td.help_button_bar {
	background-color: #c7c8ce;
	color: white;
}
table.index_table td.alpha_div_bar {
	background-color: #999999;
	color: white;
}
table.index_table tr.no_border td {
	border-top: none;
}
.no_border, table.no_border td { border: none; }


/* BORDERED TABLES */
table.bordered {
	background-color: #DEDBCF;
	border-collapse: collapse;
	border: 1px solid #222;
}
table.bordered th,table.bordered td {
	border: 1px solid #222;
	padding: 4px;
}
table.bordered th {
	background-color: #685E49;
	color: white;
}


h1 {
	font-size: 24px;
	color: #E4734F;
}
h2 {
	font-size: 20px;
	color: #E4734F;
}
h3 {
	font-size: 16px;
	color: #333333;
}

hr {
	color: #000;;
	background-color: #000;
	height: 1px;
}
.bodyred {
	color: #E4734F;
}
.right {
	text-align: right;
}

div.quantity_selector {
	font-size: 11pt;
}

div.filmguide_content {
	max-width: 900px;
	padding-right: 20px;
	padding-bottom: 20px;
}


/* MAIN NAV */
div.main_nav {
	font-family: arial;
	font-size: 10pt; /*tweak for MSIE's inheritance problem */
	border-bottom: 1px solid #999999;
	text-align: left;
	padding-left: 10px;
}
.main_nav a {
	padding: 2px 5px 0px 5px;
	border-top: 1px solid #999999;
 	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	text-decoration: none;
	background-color: #DEDBCF;
	color: black;
}
.main_nav a:hover {
	background-color: #8e979d;
	color: white;
	text-decoration: none;
}
.main_nav a.on, .main_nav a.on:hover   {
	background-color: #535560;
	border-bottom: 1px solid #535560;
	color: white;
}


/* VIEw NAV */
div.view_nav {
	text-align: left;
	padding-left: 10px;
	font: 10pt arial;
	font-size: 10pt; /*tweak for MSIE's inheritance problem */
	border-bottom: 2px solid #535560;
	height: 22px;
	background-color: #535560;
	margin-bottom: 10px;
}
div.view_nav a,div.view_nav a:link,div.view_nav a:active,div.view_nav a:visited {
	text-transform: lowercase;
	font-variant: small-caps;
	line-height: 22px;
	margin: 3px 0px 0px 0px;
	padding: 3px 5px 2px 5px;
	text-decoration: none;
	color: #CDCDCD;
	font-weight: bold;
}

div.view_nav a:hover {
	color: #EFEFEF;
	text-decoration: underline;
	padding-bottom: 3px;
}
div.view_nav a.on, div.view_nav a.on:link, div.view_nav a.on:visited, div.view_nav a.on:active :hover {
	color: white;
	padding-bottom: 3px;
	text-decoration: underline;
}

/* ALPHABAR */
div.alphabar {
	background: #535560;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
	line-height: 18px;
	height: 18px;
	font-size: 9pt;
	font-weight: bold;
}
a.alphabar, a.alphabar_on, a.alphabar:visited {
	display: inline;
	text-align: center;
	background-color: #DEDBCF;
	color: #000000;
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 2px;
	text-decoration: none;
	margin-right: 6px;
	clear: both;
}
a.alphabar img {
	display: inline;
	margin-top: 2px;
	margin-bottom: -1px;
}
a.alphabar_on,a.alphabar_on:hover, a.alphabar_on:visited {
	color: white;
	background-color: #535560;
}
a.alphabar:hover {
	color: white;
	background-color: #535560;
}

/* SELECTOR */
div.selector {
	background: #DEDBCF;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #685e49;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight:bold;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
div.selector td {
	color: #685e49;
	font-size: 10px;
}
div.selector select {
	font-size: 10px;
}
div.selector select.active {
	/*background-color: pink;*/
	color: black;
}



/* HELP BUTTONS */
.alpha_div_bar, tr.alpha_div_bar td {
	background-color: #535560;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.country_flag_bar, tr.country_flag_bar td {
	background-color: #535560;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.help_button_bar, tr.help_button_bar td {
	background-color: #c7c8ce;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* BREADCRUMB */
.bread_crumb_bar{
	margin-top:2px;
	margin-bottom:2px;
	background-color:#DEDBCF;
	color: #685e49;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.no_items_bar, tr.no_items_bar td {
	text-align: center;
	font-style: italic;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* CALENDAR */
table.calendar_table {
	border: 1px solid black;
}
table.calendar_table td {
	text-align: center;
	line-height: 17px;
	width: 17px;
}
table.calendar_table tr.month_row td {
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-weight: bold;
	background-color:#685e49;
	text-align: center;
	width: 100%; /* NEED this to override width of cell td (17px) in IE */
}
table.calendar_table td.calendar_day {
	background-color:#DEDBCF;
}
table.calendar_table td.festival_day {
	background-color:#685e49;
	color: #FFFFFF;
	border: 1px solid black;
}
table.calendar_table td.festival_day a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
table.calendar_table td.current_day {
	background-color:#cece3b;
	color: black;
	border: 1px solid black;
}
table.calendar_table td.current_day a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}



/* GENERAL */
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
td,th {
	font-family: Tahoma, Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
}
a {}
a:hover {}
.b { font-weight: bold; }
.bi{
	font-weight: bold;
	font-style:italic;
}
.bten{ font-size: 11px; }
.btwelve { font-size: 11px; }


/* FOOTER */
.footer{
	color: #FFFFFF;
}
.footer:link {
color: #FFFFFF;
}
.footer:active {
color: #FFFFFF;
}
.footer:hover {
color: #FFFFFF;
}
.footer:visited {
color: #FFFFFF;
}


/* TOF BILLING INFO */
table.tof_billing_info td, table.tof_billing_info th {
	padding: 2px;
}


/* PAGINATION */
div.pagination {
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #666666;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
}
div.pagination a {
	color: #CECECE;
	text-decoration: none;
}
div.pagination a:hover {
	color: #EFEFEF;
}


/* NOTE PAGES */
body.note_page {
	background-color: #dedbcf;
  font:             9pt Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
span.NoteFilmTitle {
	font-size: 14px;
	font-weight: bold;
}
span.NoteForeignTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
div.note_link_bar {
	background-color: #D04826;
	padding: 2px 5px 2px 5px;
	color: white;
}
div.note_link_bar a {
	color: #DEDEDE;
	text-decoration: none;
	font-weight: bold;
}
div.note_link_bar a:hover {
	color: white;
}
div.note_link_bar a.on {
	color: white;
}
div.note_contents {
	padding: 10px;
	font-size: 11px;
  line-height: 130%;
}
div.note_image_container {
	padding-right: 0px;
	width: 260px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

/* MESSAGES */
div.test_messages {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed black;
	background-color: yellow;
	padding: 10px 10px 10px 10px;
}

/* ORDER RESULTS INFO */
div.order_results_info {}
div.order_results_info h3 {}
div.order_results_info span.label {
	font-weight: bold;
}
div.order_results_info span.info {}


/* USER MESSAGES */
div#test_messages {
	position: fixed;
	top: 5px;
	right: 35%;
	left: 35%;
	width: 30%;
	z-index: 50;
	border: 1px solid yellow;
	padding: 5px;
	padding-right: 30px;
	color: black;
	text-align: left;
	background: #FAFAD2 url('../images/icons/warning.gif') top right no-repeat;
	cursor: pointer;
}
div#userMessages {
	position: fixed;
	top: 5px;
	right: 35%;
	left: 35%;
	width: 30%;
	z-index: 50;
	border: 1px solid #ADFF2F;
	padding: 5px;
	padding-right: 30px;
	color: black;
	text-align: left;
	background: #DAFFBF url('../images/icons/check.gif') top right no-repeat;
}

/* INFO PAGES */
div.ts_infopage {
	display: inline;
	border: none;
}
div.ts_infopage_admin {
	border: 2px dashed green;
	padding: 3px;
	background-color: #DEDEDE;
}
div.ts_infopage_admin span {
	margin: 3px;
	clear: none;
}
div.ts_infopage_admin a.ts_infopage_admin {
	border: 1px solid #999;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: lowercase;
	cursor: pointer;
	color: white;
	background-color: green;
	text-decoration: none;
}
div.ts_infopage_admin a.ts_infopage_admin:hover {
	color: black;
	background-color: PaleGreen;
}