/* CSS Reset - ALL */
* { margin:0; padding:0; }

html
{
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}
body
{
  height: 100%;
  background-color: #ffffff;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  margin: 0px;
  padding:0;
}
iframe {
overflow-x: hidden;
overflow-y: hidden;
} 
/*
#main_block
{
	position: relative;
	margin: 0px auto 0 auto;
}
*/
.container
{
  height: 100%;
}
.container div
{
  margin-left: auto;
  margin-right: auto;
}
.main
{
  width: 1000px;
  height: 100%;
}
.main table
{
  border-collapse: collapse;
  border-spacing: 0px 0px;
  width: 100%;
}
.leftborder
{
  width: 35px;
  background: #ffffff url(/images/left_border.png) left repeat-y;
}
.rightborder
{
  background: #ffffff url(/images/right_border.png) right repeat-y;
  width: 35px;
}
.standard-action
{
  height: 19px;
  width: 18px;
  background: #ffffff url(/images/search_action.png) left no-repeat;
  cursor: pointer;
}
.search-films
{
  float: left;
  margin-left: 10px !important;
  font-weight: bold;
  cursor: pointer;
}
.standard-input div
{
  float: left;
}
.standard-input .begin
{
  height: 19px;
  width: 6px;
  background: #ffffff url(/images/search_begin.png) no-repeat;
}
.standard-input .content
{
  width: 100px;
  height: 19px;
  background: #ffffff url(/images/search_content.png) repeat-x;
}
.standard-input .content input
{
  border: 0px none;
  padding: 0px;
  margin-top: 3px;
  font-size: 10px;
  width: 100%;
}
.standard-input .end
{
  height: 19px;
  width: 6px;
  background: #ffffff url(/images/search_end.png) no-repeat;
}
.standard-input2 div
{
  float: left;
}
.standard-input2 .begin
{
  height: 19px;
  width: 6px;
  background: #ffffff url(/images/input_begin.png) no-repeat;
}
.standard-input2 .content
{
  width: 100px;
  height: 19px;
  background: #ffffff url(/images/input_content.png) repeat-x;
}
.standard-input2 .content input
{
  border: 0px none;
  padding: 0px;
  margin-top: 3px;
  font-size: 10px;
  width: 100%;
}
.standard-input2 .end
{
  height: 19px;
  width: 6px;
  background: #ffffff url(/images/input_end.png) no-repeat;
}
.button div
{
  float: left;
  cursor: pointer;
}
.button .begin
{
  height: 20px;
  width: 5px;
  background: #ffffff url(/images/button-begin.png) no-repeat;
}
.button .content
{
  height: 17px;
  background: #ffffff url(/images/button-content.png) repeat-x;
  color: #ffffff;
  text-align: center !important;
  padding: 3px 3px 0px 3px;
}
.button .end
{
  height: 20px;
  width: 5px;
  background: #ffffff url(/images/button-end.png) no-repeat;
}
.checkbox
{
  margin: 6px 0px 6px 0px;
}
.checkbox div
{
  cursor: pointer;
}
.checkbox .circle
{
  float: left;
  height: 12px;
  width: 12px;
  margin-right: 3px;
  background: #ffffff url(/images/radio-circle.png) no-repeat;
}
.checkbox .circle .status-on, .checkbox .circle .status-off
{
  margin-left: 2px;
  margin-top: 3px;
  height: 7px;
  width: 8px;
}
.checkbox .circle .status-on
{
  background: url(/images/radio-active.png) no-repeat;
}
.checkbox .circle .status-off
{
  background: url(/images/radio.png) no-repeat;
}
.checkbox .content
{
  padding-bottom: 2px;
  height: 10px;
  font-size: 10px;
}
.separator
{
  background: #ffffff url(/images/separator_content.png) repeat-x;
  width: 190px;
  height: 2px;
}

.standard-banner div
{
  float: left;
}
.standard-banner .begin
{
  width: 190px;
  height: 2px;
  background: #ffffff url(/images/banner_begin_190.png) no-repeat;
}
.standard-banner .content-outer
{
  float: left;
  border-left: 1px solid #e4e4e5;
  border-right: 1px solid #939598;
  width: 188px;
}
.standard-banner .content-outer .content-inner
{
  float: left;
  border-right: 1px solid #e4e4e5;
  border-left: 1px solid #939598;
  width: 186px;
  overflow: hidden;
}
.standard-banner .end
{
  width: 190px;
  height: 2px;
  background: #ffffff url(/images/banner_end_190.png) no-repeat;
  margin-bottom: 16px;
}
.standard-banner-noborder
{
  width: 190px;
  overflow: hidden;
  margin-bottom: 16px;
}
.standard-banner-footer
{
  width: 55px;
  overflow: hidden;
  float: right;
}
.standard-menutitle
{
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #F7931E;
}
.standard-items
{
  margin-top: 18px;
  z-index: 1000;
  position: absolute;
  width: 245px;
  border: 1px solid #000000;
  text-align: center;
  background-color: #ffffff;
  overflow: auto;
  height: 200px;
}
.selected-item
{
  margin-top: 2px;
  margin-left: 4px !important;
  overflow: hidden;
  height: 18px;
  width: 145px;
  text-align: left !important;
}
.standard-items .option
{
  padding: 2px;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
#header
{
  height: 125px;
}
#header td
{
  vertical-align: bottom;
}
#header .logo
{
  background: #ffffff url(/images/logo.png) left bottom no-repeat;
  width: 229px;
  cursor: pointer;
}
#header .banner
{
  background: #ffffff url(/images/header_center.png) no-repeat;
  width: 535px;
}
#header .langsearchtime
{
  width: 166px;
}
#header .langsearchtime .languages
{
  text-align: right;
  font-size: 13px;
  color: #000000;
  margin-bottom: 5px;
}
#header .langsearchtime .languages .lang a,
#festivalsmenu .festivals .link a
{
  color: #000000;
  text-decoration: none;
}
#header .langsearchtime .languages .lang a:hover,
#festivalsmenu .festivals .link a:hover
{
  color: #F7931E;
  text-decoration: none;
}
#header .langsearchtime .languages .lang-selected a,
#festivalsmenu .festivals .link-selected a
{
  color: #F7931E;
  text-decoration: none;
  font-weight: bold;
}
#header .langsearchtime .languages .lang-selected a:hover,
#festivalsmenu .festivals .link-selected a:hover
{
  color: #F7931E;
  text-decoration: none;
  font-weight: bold;
}
#header .langsearchtime .time
{
  font-family: Arial;
  letter-spacing: -1px;
  text-align: right;
  font-size: 12px;
  color: #939598;
  margin-bottom: 50px;
}
#header .langsearchtime .search .standard-input,
#header .langsearchtime .search .standard-action
{
  float: right;
}
#header .langsearchtime .search .standard-action
{
  margin-right: 10px;
}

#festivalsmenu .festivals
{
  width: 930px;
  padding-top: 24px;
  font-size: 13px;
}
#festivalsmenu .festivals div
{
  float: left;
  font-size: 13px;
  color: #000000;
}
#content .left, #content .center, #content .right
{
  vertical-align: top;
}
#content .left
{
  width: 190px;
}
#content .left .leftmenu
{
  margin-left: 25px;
  font-size: 13px;
  color: #000000;
}
#content .left .leftmenu a
{
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}
#content .left .leftmenu a:hover
{
  text-decoration: none;
  color: #F7931E;
}
#content .left .leftmenu .level-1
{
  margin-bottom: 6px;
}
#content .left .leftmenu .level-1 .link a,
#content .left .leftmenu .level-1 .link a:hover
{
  text-transform: uppercase;
}
#content .left .leftmenu .level-2
{
  margin-bottom: 6px;
  margin-left: 10px;
}
#content .left .leftmenu .level-2 a,
#content .left .leftmenu .level-2 a:hover
{
  text-transform: none;
}
#content .left .leftmenu .level-2-selected
{
  margin-bottom: 6px;
  margin-left: 10px;
}
#content .left .leftmenu .level-2-selected a,
#content .left .leftmenu .level-2-selected a:hover
{
  color: #F78F1E;
  text-transform: none;
}
#content .left .leftmenu .level-3
{
  margin-top: 4px;
  margin-left: 20px;
}
#content .center
{
  width: 518px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}
#content .center .ticker .smallpics
{
  text-align: center;
}
#content .center .ticker .smallpics img
{
  border: 0px none;
  cursor: pointer;
}
#content .center .ticker #tickers
{
  margin-top: 9px;
  width: 448px;
  height: 260px;
  overflow: hidden;
}
#content .center .ticker #tickers .container
{
  width: 2688px;
}
#content .center .ticker #tickers .container .tick
{
  width: 448px;
  height: 260px;
  float: left;
}
#content .center .ticker #tickers .container .tick .tocenter
{
  float: left;
  width: 392px;
  height: 260px;
}
#content .center .ticker #tickers .container .tick .tocenter .box
{
  margin-top: 180px;
  background-color: #000000;
  opacity: 0.75;
  padding: 8px;
}
#content .center .ticker #tickers .container .tick .tocenter .box .shorttitle
{
  color: #F78F1E;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
#content .center .ticker #tickers .container .tick .tocenter .box .shortline
{
  margin-top: 8px;
  margin-bottom: 8px;
  height: 2px;
  background-color: #ffffff;
}
#content .center .ticker #tickers .container .tick .tocenter .box .shortdesc
{
  color: #ffffff;
  height: 30px;
  overflow: hidden;
}
#content .center .ticker #tickers .container .tick .toleft .boxcontinue,
#content .center .ticker #tickers .container .tick .toright .boxcontinue
{
  height: 80px;
  margin-top: 180px;
  opacity: 0.75;
}
#content .center .ticker #tickers .container .tick .toleft .boxcontinue
{
  background: #000000 url(/images/arrow_left.png) no-repeat right center;
}
#content .center .ticker #tickers .container .tick .toright .boxcontinue
{
  background: #000000 url(/images/arrow_right.png) no-repeat left center;
}
#content .center .ticker #tickers .container .tick .toleft,
#content .center .ticker #tickers .container .tick .toright
{
  float: left;
  cursor: pointer;
  width: 28px;
  height: 260px;
}
#content .center table
{
  margin-left: auto;
  margin-right: auto;
}
#content .center .tabs
{
  width: 494px;
  margin-top: 16px;
}
#content .center .tabs .tabs-container .tab div
{
  float: left;
}
#content .center .tabs .tabs-container .tab .begin
{
  height: 25px;
  width: 6px;
  background: #ffffff url(/images/tab-begin.png) no-repeat;
}
#content .center .tabs .tabs-container .tab .content
{
  font-size: 11px;
  background: #ffffff url(/images/tab-content.png) repeat-x;
}
#content .center .tabs .tabs-container .tab .end
{
  height: 25px;
  width: 6px;
  background: #ffffff url(/images/tab-end.png) no-repeat;
}
#content .center .tabs .tabs-container .greytab div
{
  float: left;
}
#content .center .tabs .tabs-container .greytab .begin
{
  height: 25px;
  width: 7px;
  background: #ffffff url(/images/greytab-begin.png) no-repeat;
}
#content .center .tabs .tabs-container .greytab .content
{
  font-size: 11px;
  background: #ffffff url(/images/greytab-content.png) repeat-x;
}
#content .center .tabs .tabs-container .greytab .end
{
  height: 25px;
  width: 7px;
  background: #ffffff url(/images/greytab-end.png) no-repeat;
}
#content .center .tabs .tabs-container .tab .content,
#content .center .tabs .tabs-container .greytab .content
{
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 5px;
  height: 20px;
}
#content .center .tabs .tabs-container .tab,
#content .center .tabs .tabs-container .greytab
{
  cursor: pointer;
}
#content .center .tabs .tab-content .outer
{
  border-left: 1px solid #b3b5b7;
  border-right: 1px solid #b3b5b7;
  border-bottom: 1px solid #b3b5b7;
}
#content .center .tabs .tab-content .inner
{
  background-color: #e7e8e9;
  padding: 6px;
}
#content .center .tabs .tab-content .inner a
{
  color: #F78F1E;
  text-decoration: underline;
}
#content .center .tabs .tab-content .inner a:hover
{
  color: #F78F1E;
  text-decoration: none;
}
#content .center .tabs .tab-content-begin
{
  height: 25px;
  background: #ffffff url(/images/tab-content-content.png) bottom repeat-x;
}
#content .center .tabs .tab-content-begin .corner
{
  float: right;
  height: 25px;
  width: 2px;
  /*background: #ffffff url(/images/tab-content-corner.png) bottom no-repeat;*/
}
#content .center .news
{
  margin-top: 16px;
}
#content .center .news td
{
  vertical-align: top;
  width: 50%;
}
#content .center .news .newsimg
{
  overflow: hidden;
  height: 100px;
  cursor: pointer;
}
#content .center .news .newsintro
{
  text-align: justify;
  padding: 16px;
}
#content .center .news .newsintro .link a, #content .center .news .newsintro .link a
{
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}
#content .center .news a, #content .center .news a:hover
{
  color: #F7931E;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

#content .title
{
  color: #000000;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 16px;
}
#content .resulttitle
{
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
#content .content
{
  text-align: justify;
}
#content .content p
{
  margin-top: 0px;
  line-height: 1.5em;
}
#content .content a
{
  color: #F78F1E;
  text-decoration: underline;
}
#content .content a:hover
{
  color: #F78F1E;
  text-decoration: none;
}
#content .content img
{
  margin: 16px;
}
#content .more a, #content .more a:hover
{
  color: #F7931E;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
#content .readmore
{
  margin-top: 8px;
  float: right;
}
#content .readmore a
{
  color: #C7C7C7;
  font-weight: bold;
  text-decoration: none;
}
#content .readmore a:hover
{
  color: #C7C7C7;
  font-weight: bold;
  text-decoration: underline;
}
/* ------------------------------------------------------------------------------------ */
/* MAILLIST */
.maillist
{
  border: 1px solid #B3B5B7;
  padding: 8px;
  margin-bottom: 16px;
}
.maillist-title
{
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 8px;
}
.maillist .standard-input .content
{
  width: 160px;
}
/* ------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------ */
/* FILMS A-Z */
#content .center .alphabet
{
  /*margin-top: 11px;*/
}
#content .center .alphabet a
{
  margin-right: 3px;
  color: #F78F1E;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#content .center .alphabet a:hover
{
  margin-right: 3px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#content .center .dropmenus
{
  margin-top: 11px;
}
#content .center .dropmenus img
{
  margin: 0px;
}
#content .center .dropmenus table
{
  border-collapse: collapse;
  border-spacing: 0px 0px;
  width: 100%;
}
#content .center .dropmenus table .col
{
  width: 259px;
  padding: 6px;
}
#content .center .dropmenus table .col .standard-input
{
  cursor: pointer;
}
#content .center .dropmenus table .col .standard-input .content
{
  width: 235px;
}
/*
#content .center .dropmenus table .col-button
{
  vertical-align: bottom;
  padding-bottom: 2px;
}
#content .center .dropmenus table .col-button a, #content .center .dropmenus table .col-button a:hover
{
  color: #F78F1E;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#content .center .dropmenus table .dropmenu
{
  background: #000000 url(/images/orange_bar.png) no-repeat left center;
  padding-left: 6px;
  height: 23px;
}

#content .center .dropmenus table .dropmenu select, #content .center .dropmenus table .dropmenu input
{
  margin-top: 2px;
  width: 210px;
  background-color: #000000;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
#content .center .dropmenus table .dropmenu input
{
  width: 208px !important;
}
*/
#content .center .films
{
  margin-top: 21px; 
}
#content .center .films .line
{
  border-bottom: 1px dotted #939598;
  position: relative;
  width: 518px;
  height: 1px;
}
#content .center .films .film a
{
  text-decoration: none;
  color: #000000;
}
#content .center .films .film a:hover
{
  text-decoration: underline;
  color: #000000;
}
#content .center .films .film
{
  /*cursor: pointer;*/
  /*border-bottom: 1px dotted #939598;*/
  margin-bottom: 3px;
  margin-top: 6px;
}
#content .center .films .film table
{
  border-collapse: collapse;
  border-spacing: 0px 0px;
  width: 100%;
}
#content .center .films .film table td
{
  vertical-align: top;
}
#content .center .films .film .thumbnail
{
  overflow: hidden;
  width: 86px;
  /*height: 86px;*/
}
#content .center .films .film .filminfo
{
  padding-left: 8px;
  padding-right: 8px;
}
#content .center .films .film .filminfo div
{
  margin-bottom: 3px;
}
#content .center .films .film .filminfo .heading
{
  /*color: #F78F1E;*/
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
#content .center .films .film .filminfo .info
{
  font-size: 10px;
}
/* ------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------ */
/* COMMENTS */
.comments-header
{
  margin-top: 32px;
  height: 16px;
}
.comments-title
{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  float: left;
}
.comments-showall, .comments-lang
{
  float: right;
  margin-top: 4px;
}
.comments-showall a, .comments-showall a:hover
{
  color: #F7931E;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 1px;
}
.comments-nr
{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #F7931E;
}
.comments-lang
{
  color: #939598;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}
.comments-lang a, .comments-lang a:hover
{
  color: #939598;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 1px;
}
.comment-form
{
  width: 406px !important;
  color: #939598;
  font-weight: bold;
}
.comment-form input, textarea
{
  border: 1px solid #B3B5B7;
  padding: 3px;
  background-color: #f4f4f4;
  margin-bottom: 6px;
  font-family: Arial;
  font-size: 12px;
}
.comment-form input
{
  width: 200px;
}
.comment-form textarea
{
  width: 414px;
  height: 150px;
}
.comment-form .comment-submit
{
  width: auto !important;
  background-color: #999999 !important;
  color: #ffffff !important;
  font-weight: bold;
}
.comment
{
  margin-top: 8px;
  width: 460px !important;
}
.comment-name
{
  color: #000000;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  border-bottom: 1px solid #B3B5B7;
  padding: 0px 6px 3px 6px;
}
.comment-date
{
  font-size: 12px;
  color: #939598;
  border-bottom: 1px solid #B3B5B7;
  text-align: right;
  font-weight: bold;
  padding: 0px 6px 3px 6px;
}
.comment-contet
{
  padding: 6px 6px 6px 6px;
  color: #000000;
  line-height: 14px;
}
/* ------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------ */
/* SCREENINGS */
.screenings-search
{
  margin-top: 11px;
}
.screenings-search table
{
  border-collapse: collapse;
  border-spacing: 0px 0px;
  width: 100%;
}
.screenings-search img
{
  margin-left: 0px !important;
}
.screenings-search .standard-input
{
  cursor: pointer;
}
.screenings-search .standard-input .content
{
  width: 134px;
}
.screenings-search .standard-input .content .selected-item
{
  width: 65px !important;
}
.screenings-results
{
  margin-top: 11px;
}
.screenings-results table
{
  border-collapse: collapse;
  border-spacing: 0px 0px;
  width: 100%;
}
.screenings-results table td
{
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: top;
}
.screenings-results .id
{
  color: #808285;
  font-weight: bold;
}
.screenings-results .date
{
  font-weight: bold;
}
.screenings-results .time
{

}
.screenings-results .film a
{
  color: #F78F1E;
  text-decoration: underline;
}
.screenings-results .film a:hover
{
  color: #F78F1E;
  text-decoration: none;
}
.screenings-results .cinema
{

}
.screenings-results .addto a, .screenings-results .addto a:hover
{
  color: #F7931E;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
/* ------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------ */
/* MY SCREENINGS */
.myscreenings
{
  border-bottom: 1px solid #F7931E;
  margin-bottom: 12px;
}
.myscreenings #section-register
{
  width: 50%;
  vertical-align: top;
  padding-bottom: 12px;
}
.myscreenings #section-login
{
  width: 50%;
  vertical-align: top;
  border-right: 1px solid #F7931E;
  padding-bottom: 12px;
}
.myscreenings #section-login #recovery-form-show
{
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
}
.myscreenings table
{
  border-collapse: collapse;
  border-spacing: 0px 0px;
  width: auto;
}
.myscreenings table td
{
  padding-bottom: 3px;
  padding-top: 3px;
}
.myscreenings #section-login .standard-input .content, .myscreenings #section-register .standard-input .content
{
  width: 185px !important;
}
.myscreenings-error
{
  padding: 6px;
  background-color: #F7931E;
  font-weight: bold;
  text-align: center;
}
.myscreenings-title
{
  font-size: 13px;
  letter-spacing: 1px;
  padding-top: 6px;
}
.myscreenings-privacy p
{
  margin: 0px 0px 6px 0px;
}
/* ------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------ */
/* ACTIVE FILM */
#content .center .activefilm .maintitle
{
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 8px;
}
#content .center .activefilm .othertitles
{
  font-size: 14px;
  letter-spacing: 1px;
}
#content .center .activefilm .director
{
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}
#content .center .activefilm .media
{
  margin-top: 16px;
  border: 1px solid #B3B5B7;
  background-color: #E7E8E9;
  width: 510px;
  padding: 3px;
  height: 294px;
}
#content .center .activefilm .mediaelement
{
  overflow: hidden;
  width: 100%;
  height: 294px;
}
#content .center .activefilm .media .mediatabs
{
  margin-top: 3px;
  position: absolute;
  width: 514px;
}
#content .center .activefilm .media .mediatabs .tab,
#content .center .activefilm .media .mediatabs .greytab
{
  float: right;
}
#content .center .activefilm .media .mediatabs .tab .begin
{
  height: 25px;
  width: 6px;
  background: #ffffff url(/images/upsidetab-begin.png) no-repeat;
}
#content .center .activefilm .media .mediatabs .tab .content
{
  background: #ffffff url(/images/upsidetab-content.png) repeat-x;
}
#content .center .activefilm .media .mediatabs .tab .end
{
  height: 25px;
  width: 6px;
  background: #ffffff url(/images/upsidetab-end.png) no-repeat;
}
#content .center .activefilm .media .mediatabs .greytab .begin
{
  height: 25px;
  width: 7px;
  background: #ffffff url(/images/upsidegreytab-begin.png) no-repeat;
}
#content .center .activefilm .media .mediatabs .greytab .content
{
  background: #ffffff url(/images/upsidegreytab-content.png) repeat-x;
}
#content .center .activefilm .media .mediatabs .greytab .end
{
  height: 25px;
  width: 7px;
  background: #ffffff url(/images/upsidegreytab-end.png) no-repeat;
}
#content .center .activefilm .media .mediatabs .tab div,
#content .center .activefilm .media .mediatabs .greytab div
{
  float: left;
}
#content .center .activefilm .media .mediatabs .tab .content,
#content .center .activefilm .media .mediatabs .greytab .content
{
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 5px;
  height: 20px;
}
#content .center .activefilm .media .mediatabs .tab,
#content .center .activefilm .media .mediatabs .greytab
{
  cursor: pointer;
}
#content .right img
{
  border: 0px none;
}
#content .right .activefilm .keywords a
{
  text-decoration: underline;
  color: #B3B5B7;
}
#content .right .activefilm .keywords a:hover
{
  text-decoration: none;
  color: #F7931E;
}
#content .right .activefilm a
{
  text-decoration: none;
  color: #000000;
}
#content .right .activefilm a:hover
{
  text-decoration: underline;
  color: #000000;
}
#content .right .activefilm .webpage a
{
  text-decoration: underline;
  color: #F7931E;
}
#content .right .activefilm .webpage a:hover
{
  text-decoration: none;
  color: #F7931E;
}
#content .right .activefilm .addthis
{
  margin-bottom: 16px;
  text-align: center;
  margin-top: 16px;
}
#content .right .activefilm .screenings
{
  border: 1px solid #B3B5B7;
  padding: 8px;
  margin-bottom: 16px;
}
#content .right .activefilm .screenings .screenings_title
{
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 8px;
}
#content .right .activefilm .screenings .screening
{
  margin-top: 8px;
}
#content .right .activefilm .screenings .screening .day
{
  font-size: 11px;
  margin-bottom: 4px;
}
#content .right .activefilm .screenings .screening .screening_info
{
  margin-bottom: 8px;
}
#content .right .activefilm .screenings a, #content .right .activefilm .screenings a:hover
{
  color: #F7931E;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
.directors
{
  width: 100%;
}
.directors td
{
  vertical-align: top;
}
.directors .name
{
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 6px;
}
.directors .info
{
  padding-bottom: 12px;
}
.directors .info p
{
  margin-bottom: 8px;
}
.directors .picture
{
  width: 120px;
  text-align: justify;
  line-height: 14px;
  padding-right: 6px;
  padding-bottom: 12px;
}
/* ------------------------------------------------------------------------------------ */
#content .center .programs .program
{
  width: 251px;
  float: left;
}
#content .center .programs .program .preview
{
  overflow: hidden;
  width: 251px;
  height: 155px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
}
#content .center .programs .program .label
{
  padding-top: 4px;
  width: 251px;
  height: 50px;
  overflow: hidden;
  border-bottom: 1px dotted #939598;
  margin-bottom: 8px;
}
#content .center .programs .program .label a
{
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
#content .center .programs .program .label a:hover
{
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}
#content .center .gallerydescript
{
  float: left;
  width: 208px;
  height: 155px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px;
}
#content .center .gallerydescript .thumb_descript
{
  font-size: 13px;
  margin-bottom: 5px;
}
#content .center .gallerydescript .descript
{
  font-size: 11px;
  text-align: justify;
}
#content .center .gallerypicture
{
  float: left;
  width: 208px;
  height: 155px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px;
}
#content .center .gallerypicture img
{
  border: 0px none;
}
#content .right
{
  width: 190px;
}
#content .right .banners, #content .left .banners
{
  margin-top: 11px;
}
#content .right .banners img, #content .left .banners img
{
  border: 0px none;
}
#content .right .banners .title, #content .left .banners .title
{
  color: #f78f1e;
  font-size: 21px;
  padding-bottom: 4px;
}
#content .right .banners .banner-big,
#content .right .banners .banner-small,
#content .left .banners .banner-big,
#content .left .banners .banner-small
{
  overflow: hidden;
  width: 208px;
  margin-bottom: 4px;
  margin-left: 0px;
}
#content .right .banners .banner-big,
#content .left .banners .banner-big
{
  height: 155px;
}
#content .right .banners .banner-small,
#content .left .banners .banner-small
{
  height: 88px;
}
#content .right .filminfo
{
  font-size: 11px;
}
#content .right .filminfo .var
{
  margin-bottom: 2px;
}
#content .right .news
{
  margin-bottom: 16px;
}
#content .right .news .newsitem
{
  text-align: justify;
  margin-bottom: 16px;
}
#content .right .news .newsitem .date
{
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  font-style: italic;
}
#content .right .news .newsitem .link a, #content .right .news .newsitem .link a:hover
{
  text-decoration: none;
  color: #000000;
  font-size: 12px;
}
#content .right .news a, #content .center .news a:hover
{
  color: #F7931E;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
#footer
{
  height: 46px;
}
#footer .archive, #footer .footer, #footer .logos
{
  vertical-align: top;
}
#footer .archive
{
  width: 190px;
}
#footer .archive .standard-input
{
  margin-left: 39px;
}
#footer .archive #archive-items
{
  margin-left: 39px;
  position: absolute;
  width: 110px;
  border: 1px solid #000000;
  text-align: center;
  background-color: #ffffff;
}
#footer .archive #archive-items a
{
  padding: 2px;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  display: block;
}
#footer .archive #archive-items a:hover
{
  text-decoration: none;
  color: #F7931E;
  display: block;
}
#footer .footer
{
  width: 550px;
  font-size: 12px;
  color: #808285;
  text-align: center;
}
#footer .logos
{
  width: 190px;
}
#footer .made
{
  padding-top: 10px;
  padding-bottom: 10px;
  text-align:right;
  font-size: 10px;
}
#footer .footer a
{
  text-decoration: none;
  color: #F7931E;
}
#footer .footer a:hover
{
  text-decoration: underline;
  color: #F7931E;
}
#footer .made a
{
  text-decoration: none;
  color: #808285;
}
#footer .made a:hover
{
  text-decoration: underline;
  color: #808285;
}

#overlay_modal
{
  background: #000000;
  opacity: 0.95;
  
}

.popuplogin
{
  background-color: #ffffff;
  padding: 16px;
  width: 100%;
}
.register-overlay
{
  margin-top: 16px;
  font-size: 11px;
}
.register-overlay a
{
  text-decoration: underline;
  color: #F7931E;
}
.register-overlay a:hover
{
  text-decoration: none;
  color: #F7931E;
}