





/* DEFUALTS */

a, a:link { text-decoration: none; color: #F5AB28;font-weight:bold;}
/* a:visited { text-decoration: none; color: #F5AB28;font-weight:bold;} */
a:hover { text-decoration: none; color: #B81D0E;font-weight:bold;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}


form{ padding:0px; margin:0px; }
input, select, textarea{
	border: 1px solid #000000;
	padding: 2px;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFEDCF;
	color: #FFFFFF;
	
	border: 1px solid #CC0000;
	color: #000000;
}



hr {
	color: #000000;
	background-color: #000000;
	border:0px;
	height: 1px;
}



/* INDEX ELEMENTS */

.AlphaDivider {
	margin: 10px 0;
	background: #F5AB28;
	color: #b81d0e;
	padding:10px;
	font-size:20px;
	font-weight: bold;

}


.CountryDivider {
	height:28px;
	overflow:hidden;
	font-weight:bold;
	font-size:18px;
	border-top:1px solid white;

}

.Event {

	border-top: 1px solid #7F1307;
	padding-top: 15px;
	padding-bottom: 15px;

}


.EventImage{
	float: left;
	margin-top: -2px;
	/*padding-right: 5px;*/
	margin-right: 5px;
	padding: 0px;
	width: 100px;
}

.EventTitle{  width:400px;}
.ProgCode{ font-weight:bold; }
.CYR { }
.EventSection { font-style:italic; }

.Screenings{
	float: right;
	/*background-color: #423118;*/
	margin-top: -4px;
	width: 405px;
}

.Screening{
	clear:both;
	min-height: 30px;
	border-bottom:1px solid white;
	/*background: url(/tixSYS/2009/templates/images/screeningback.gif);*/
	background-repeat: repeat-x;
}

.DateTime{ width: 305px;}
.Venue { width: 305px; }

.Price{
	text-align: right;
}
.TicketButton{
        text-align: right;
}

.SynopsisNote{
	padding-top: 5px;
	clear: both;
	font-size: .9em;
}



.ScheduleTime {

	width:15%;
	border:0px solid blue;
	font-weight:bold;
	float:left;

}


.Director {

	border-top: 1px solid white;
	padding-top: 5px;
	padding-bottom: 5px;

}

.DirectorName {
	text-align:left;
	font-weight:bold;
	width:170px;
	float:left;
	border: 0px solid blue;
}


/* GENERAL */

#sectionDisplay{
        position: absolute;
top: 0px;
left: 0px;
border: 1px solid white;
width: 250px;
/* height: 200px; */
z-index:100;
padding: 10px;
display: none;
visibility: hidden;

}


/* BLOG */

.BlogEntry {
	font-size: 12px;
	border-bottom: 0px dotted #3841FF;
	margin-bottom:5px;
	clear:both;
}



.Subject {
	padding-right: 5px;
}
.UserName {
	float: left;
	padding-right: 5px;
}
.EntryDate {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.Entry{
	float:left;
	border-bottom: 0px solid #CCCCCC;
}


/* BLOG NAV */

div.blog_nav {
        width: 100%;
        border-collapse: collapse;
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 7px;
        text-decoration: none;
}
.blog_nav a {
        padding: 1px 12px 1px 12px;
        background-color: #000000;
        color: #FFFFFF;
		border: 1px solid #000000;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
	line-height: 20px;
}
.blog_nav a:visited {
        padding: 1px 12px 1px 12px;
        background-color: #000000;
        color: #FFFFFF;
	border: 1px solid #000000;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
	line-height: 20px;
}
.blog_nav a:hover {
        background-color: #000000;
        color: #000000;
		border: 1px solid #000000;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
	line-height: 20px;
}
.blog_nav a.on{
        background-color: #000000;
        color: #FFFFFF;
		border: 1px solid #000000;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
		line-height: 20px;
}
.blog_nav a.on:visited {
        background-color: #000000;
        color: #FFFFFF;
		border: 1px solid #000000;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        line-height: 20px;
}


/* MAIN NAV */
#main_nav {
        width: 100%;
        border-collapse: collapse;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 7px;
        text-decoration: none;
}
#main_nav a, #main_nav a:link {
		font-size: .9em;
        color: #FFFFFF;
		background: #A2180B;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding:5px 5px;
}
#main_nav a:visited {
        /*
padding: 1px 13px 0px 13px;
        background-color: #F5AB28;
        color: #000000;
		border: 1px solid #000000;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
	line-height: 18px;
*/
}
#main_nav a:hover {
        background-color: #B81D0E;
/*
        color: #FFFFFF;
		border: 1px solid #000000;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
	line-height: 18px;
*/
}
#main_nav a.on{
        background-color: #E7A126;
/*
        color: #FFFFFF;
		border: 1px solid #FFFFFF;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
		line-height: 18px;
*/
}
#main_nav a.on:visited {
/*
        background-color: #B81D0E;
        color: #FFFFFF;
		border: 1px solid #FFFFFF;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        line-height: 18px;
*/
}


/* ALPHABAR */
div.alphabar {
	margin-top: 15px;
	color: #F5AB28;
        border-collapse: collapse;
        font-size: 16px;
        margin-bottom: 7px;
        text-decoration: none;
	text-align: left;
}
.alphabar a {
	color: #F5AB28;
        padding: 1px 6px 1px 6px;
	text-decoration: none;
        font-size: 16px;
	line-height: 20px;
}
.alphabar a:visited {
	color: #F5AB28;
        padding: 1px 6px 1px 6px;
        text-decoration: none;
        font-size: 16px;
	line-height: 20px;
}
.alphabar a:hover {
        color: #FFFFFF;
        font-size: 16px;
	text-decoration: none;
	line-height: 20px;
}
.alphabar a.on{
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	border: 1px solid red;
	/*border: 1px solid gray;
	background-color:black;*/
	padding-left:3px;
}
.alphabar a.on:visited {
        color: #FFFFFF;
        font-size: 16px;
        text-decoration: none;
        line-height: 20px;
	border: 0px solid red;
	/*border: 1px solid gray;
	background-color:black;*/
	padding-left:3px;
}


/* SELECTOR */
div.selector {
	/*
	background-color: #EEEEEE;
	color: #FFFFFF;
	*/
	color: #3841FF;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight:bold;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

div.selector select {
	font-size: 11px;
}

div.selector select.active {
	font-size: 11px;
	background-color: #C2C8C6;
}
select.active {
	font-size: 11px;
	background-color: #C2C8C6;
	/* font-weight: bold; */
	color: #000000;
}


#Selector {
	height:120px;
	/*background-color:#FFFFFF;*/
	color:#000000;
	/* border:1px solid white; */
	background-color: #F5AB28;
	padding: 10px;
}

#Selector select{
	width: 180px;
}

#SelectorColumn1 {
	float: left;
	width: 220px;
}

#SelectorColumn2 {
	float: left;
	width: 190px;
}

#SelectorColumn3 {
	float: left;
	width: 190px;
}


/* HELP BUTTONS */
div.alpha_div_bar  {
	border-collapse: collapse;
	background-color: #FFFFFF;
	color: #660000;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #000000;
	font-size: 12px;
	font-weight: bold;
	

}
div.country_flag_bar {
	border-collapse: collapse;
	/* border-top: 1px solid #000000; */
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;

}
div.help_button_bar {
	background: #000000;
	border-collapse: collapse;
	margin: 0px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 5px;
	width: 100%;
	margin: 5px 0;
}

/* BREADCRUMB */
div.bread_crumb_bar {
	border-collapse: collapse;
	margin-top:2px;
	margin-bottom:0px;
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
	
}

/* CALENDAR */
table.calendar_container{ 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 3px;
	border-collapse: collapse;
}
table.calendar_table {
	border: 1px solid #FF0000;
	margin-top: 10px;
	background-color: white;
	padding: 0px;
	margin-right:15px;
	border-collapse: collapse;
}
tr.month_row {
	background-color: #000000;
}
td.month_row {
	color: white;
        font-weight: bold;
        text-align: center;
	padding: 2px;
}
tr.week_row{
	background-color:#000000;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
td.week_day{
	width: 18px;
	height: 15px;
	border: 1px solid #FF0000;
	text-align: center;
	padding-left: 1px;
	padding-right: 1px;

}
td.calendar_day{
	border-collapse: collapse;
	border: 1px solid #FF0000;
	text-align: center;
	padding: 1px;
	width: 18px;
	height: 18px;
	color:#000000;
}
td.festival_day {
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #FF0000;
	font-weight: bold;
	text-align: center;
	padding: 1px;
}
td.festival_day a{
    background-color: #000000;
	color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;
	padding: 1px;
}
td.festival_day:hover, td.festival_day a:hover {
        background-color: #000000;
	color: #FFFF00;
        font-weight: bold;
        text-decoration: none;
        padding: 1px;
}
td.current_day {
	color: #FF0000;
	background-color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 1px;
}
td.current_day a{
	color: #FF0000;
	background-color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 1px;
}



/* PAGINATION */
div.pagination {
	color:#990000;
	/* font-weight:bold; */
	font-size:11px;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
}
div.pagination a:link, div.pagination a:visited {
	font-size:11px;
	color:#990000;
	text-decoration: none;
}
div.pagination a:hover {
	font-weight:bold;
	font-size:11px;
	color:#000000;
	text-decoration: none;
}



/* 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: 5px;
	width: 30%;
	z-index: 50;
	border: 2px solid #3D3D3D;
	padding: 5px;
	padding-right: 30px;
	color: #000000;
	text-align: left;
	background: #93DDFF 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: #000000;
	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: 1px dotted blue;
	padding: 3px;
}
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: #FFFFFF;
	background-color: #009900;
	text-decoration: none;
}
div.ts_infopage_admin a.ts_infopage_admin:hover {
	color: #000000;
	background-color: PaleGreen;
}




.fg_slTimeContainer{ border-bottom: 1px solid #000066; border-collapse: collapse; }
.fg_slScreeningTime{ font-weight: bold; float: left; width: 60px; padding-top: 5px; padding-left: 10px; }
.fg_slShows { float: right; width: 520px; padding: 2px; margin-right: 5px; }
.fg_slShowContainer{ width: 520px; border-top: 1px solid #000066; border-collapse: collapse; padding: 2px; }
.fg_slShowInfo{ float: left; width: 190px; }
.fg_slVenues{ float: right; width: 280px; }
.fg_slVenue{ float: left; width: 160px; border-collapse: collapse; }
.fg_slTickets{ float: right; width: 120px; text-align: right; }





.go_button{
	border: 1px solid #3841FF;
	padding: 1px;
	font-size: 11px;
}


/* advertising popup boxes */
#adPopup {
        width:550px;
        height:210px;
        position: absolute;
        top: 400px;
        left: 500px;
        overflow: visible;
        visibility: hidden;
}
#adPopup #close {
        font-size: 10px;
        background-color: black;
        color: white;
        padding: 2px;
        border: 2px solid #000000;
        text-align: center;
        width: 50px;
        height: 12px;
        position: relative;
        top: 0px;
        left: 492px;

}
#adPopup #content {
        background-color: #F5AB28;
        border: 2px solid #000000;
        width:100%;
        height:190px;
        float: right;
        z-index: 10;
        position: relative;
        top: 0px;
        left: 0px;
	color: #000000;

}

#adPopup #shadow {
        background-color: #333333;
        border: 2px solid #333333;
        width:100%;
        height:190px;
        filter:alpha(opacity=50);
        opacity: 0.5;
        -moz-opacity:0.5;
        z-index: 9;
        position: relative;
        top: 10px;
        left: 8px;
}


.bordered {
	border: 1px solid white;
	border-collapse: collapse;

}

.bordered td{
        border: 1px solid white;
	border-collapse: collapse;
	padding: 2px;

}

.bordered th {
	        border: 1px solid white;
        border-collapse: collapse;
        padding: 2px;

}

hr {color: #FFC633; background-color: #FFC633; border: 1px solid black; border-style: none none solid; }

/*****************************************************************************/
/* note header */
#noteHeader{
	margin: auto;
	width: 680px;
	height: 120px;
}
/*****************************************************************************/

/*****************************************************************************/
/* Main Container */
#filmNoteBody {
        width: 640px;
        /*margin: auto;*/
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	background-color: #B81D0E;
	font-size: 12px;
}
#filmNoteBody a { color: #F5AB28; text-decoration: none; } 
#filmNoteBody a:link { color: #F5AB28; text-transform: none; }
#filmNoteBody a:hover { color: #F5AB28; text-transform: none; text-decoration: underline; }

/*****************************************************************************/

/*****************************************************************************/
/* Navigation */
#filmNoteBody #noteNav {
	width: 412px;
	border-bottom:  1px solid black;
	margin-bottom: 0px;
	line-height: 20px;
}

#filmNoteBody #noteNav a:link {
	text-decoration: none;
}

#filmNoteBody #noteNav span.on{
	border-top:	1px solid black;
	border-left:	1px solid black;
	border-right:	1px solid black;
	text-transform: uppercase;
	background:url(/2010/images/black_trans_bg.png);
	line-height: 18px;
        line-height: 22px;
        padding-top: 3px;
        padding-right: 7px;
        padding-left: 7px;
        padding-bottom: 4px;
	font-weight: bold;
	margin-right: 5px;

}

#filmNoteBody #noteNav span.on a:link {
	font-weight: bold;
}

#filmNoteBody #noteNav span.off {
	border-top:     1px solid black;
        border-bottom:  1px solid black;
        border-left:    1px solid black;
        border-right:   1px solid black;
	background-color: #000000;
        text-transform: uppercase;
	line-height: 18px;
	padding-top: 2px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 3px;
	margin-right: 5px;
}

#filmNoteBody #noteNav span.off a:link {
	color: #FFFFFF;
}


/*****************************************************************************/

/*****************************************************************************/
/* Left Column */
#filmNoteBody div#leftColumn{
	width: 400px;
	padding: 5px;
	float: left;
	font-weight: normal;	
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	padding-bottom: 20px;
	background:url(/2010/images/black_trans_bg.png);
	color: #FFFFFF;
}

#filmNoteBody div#leftColumn #EventTitle{
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;	
}

#filmNoteBody div#leftColumn #ForeignTitle{
	font-style:italic;
	font-weight: bold;
	color: #666666;
	font-size: 16px;

}

#filmNoteBody div#leftColumn #ProgCode{
	font-weight: bold;
}

#filmNoteBody div#leftColumn #EventSection{
	font-style:italic;
}

#filmNoteBody div#leftColumn #FilmImage{
	margin-top: 5px;
	padding: 0px;
}
#filmNoteBody div#leftColumn #FilmImage img{
	margin-top: -5px;
	border: 1px solid black;
}

#filmNoteBody div#leftColumn #PhotoCaption{
	text-align: right;
}


#filmNoteBody div#leftColumn #CountryYearRuntime{

}

#filmNoteBody div#leftColumn #PrintFormat{
display:none;
	
}

#filmNoteBody div#leftColumn #Premier{
	font-weight: bold;
}

#filmNoteBody div#leftColumn #Directors{
	margin-top: 15px;
}

#filmNoteBody div#leftColumn #Directors .Caption{
	font-weight: bold;
}

#filmNoteBody div#leftColumn #Directors .Value{

}

#filmNoteBody div#leftColumn #CastCredit{
	margin-top: 15px;
}

#filmNoteBody div#leftColumn #CastCredit .Caption{
	font-weight: bold;
}

#filmNoteBody div#leftColumn #CastCredit .Value{
	margin-top: 15px;
}

/* Web resources */
#filmNoteBody div#leftColumn #OnlineResources {
	margin-top: 15px;
	margin-bottom: 15px;
}

#filmNoteBody div#leftColumn #OnlineResources #Title {
	font-weight: bold;
}

#filmNoteBody div#leftColumn #OnlineResources #FilmClipURL{

}

#filmNoteBody div#leftColumn #OnlineResources #IMDBFilmNumber{
}

#filmNoteBody div#leftColumn #OnlineResources #FilmWebsite{
}

#filmNoteBody div#leftColumn #OnlineResources #MySpaceURL{
}

#filmNoteBody div#leftColumn #FilmNote{
}

#filmNoteBody div#leftColumn #NoteCredit{
	text-align: right;
	font-style: italic;
}

#filmNoteBody div#leftColumn #SpecNote{
	margin-top: 15px;
	color: #F4AA2C;
}

#filmNoteBody div#leftColumn #Blog{

}
/*****************************************************************************/

/*****************************************************************************/
/*Right Column */


#filmNoteBody div#rightColumn{
	width: 205px;
	float: right;
	font-size: 11px;
	background-repeat: repeat-x;
	border: 1px solid black;
	padding: 5px;
	margin-left: 10px;
	background-color: #F5AB28;
	color: #000000;
}

#filmNoteBody div#rightColumn hr { border: 1px solid black; border-style: none none solid; }

#filmNoteBody div#rightColumn a{
	color: #B81D0E;
}

#filmNoteBody div#rightColumn a:link {
	color: #B81D0E;
}
#filmNoteBody div#rightColumn a:hover {
	color: #B81D0E;
}
#filmNoteBody div#rightColumn a:visited {
	color: #B81D0E;
}


#filmNoteBody div#rightColumn #Sponsors{
	margin-bottom: 15px;
}

/* Screening Schedule */
#filmNoteBody div#rightColumn #Schedule{
}

#filmNoteBody div#rightColumn #Schedule div.Screening {
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#filmNoteBody div#rightColumn #Schedule #Title{
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 12px;
}

#filmNoteBody div#rightColumn #Schedule div.Screening div.leftColumn{
	width: 170px;
	float:left;
}
#filmNoteBody div#rightColumn #Schedule div.Screening div.rightColumn{
	width: 75px;
	float:right;
}

#filmNoteBody div#rightColumn #Schedule div.Screening div.rightColumn div.TixPrice{
	text-align: right;
}
#filmNoteBody div#rightColumn #Schedule div.Screening div.rightColumn div.Action{
	text-align: right;
}


/* If You Like */
#filmNoteBody div#rightColumn #IfYouLike{
	margin-top: 25px;
}

#filmNoteBody div#rightColumn #IfYouLike #Title{
	font-weight: bold;
	margin-bottom: 15px;
}

#filmNoteBody div#rightColumn #IfYouLike div.film{
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#filmNoteBody div#rightColumn #IfYouLike .film div.leftColumn{
	width: 50px;
	float: left;
}

#filmNoteBody div#rightColumn #IfYouLike .film div.leftColumn img{
	width: 50px;
	border: 0px solid none;
}


#filmNoteBody div#rightColumn #IfYouLike .film div.rightColumn{
	float: right;
	width: 130px;
	margin-right: 5px;
}
/*****************************************************************************/

/*****************************************************************************/
/* window control options */
#filmNoteBody div#windowOptions{
	margin-top: 15px;
	text-align: center;
	border: 1px solid black;
}

#filmNoteBody div#windowOptions div.winoption{
	width: 210px;
	float: left;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#filmNoteBody div#windowOptions div.winoption a{
	margin-top: 20px;
	margin-bottom: 10px;
}




/*****************************************************************************/

/*****************************************************************************/
/* page footer */
#filmNoteBody div#footer{
	margin-top: 15px;
	text-align: center;
}


/* Utility */
.clear{
	clear: both;
	height: 0px;
	line-height: 0px;
}
/*****************************************************************************/

