#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/*  fixes */
/* List background fix */
ul, ol, dl {
     position: relative;  
}

/* Start Commented Backslash Hack \*/
* html #wrapper {height: 1%;}
/* Close Commented Backslash Hack */

.addClear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clr { clear: both; overflow:hidden; height: 0; }

/** stu nicholls solution for centering divs **/
.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/* Form styles*/
form {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
select {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* general list styles */
ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	background-color: transparent;
}
ul li {
	padding: 2px 0px 2px 13px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/list_bullet.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	vertical-align: top;
}

/* text styles */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc3300;
	text-decoration: none;
	text-align: left;
}

.section-title {
	float: left;
	width: 710px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc3300;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #cc3300;
	margin: 0px 0px 5px 0px;
	display: block;
}

.section-title-full {
	float: left;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc3300;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #cc3300;
	margin: 0px 0px 5px 0px;
	display: block;
}

p {
    margin: 0px 0px 5px 0px;
	padding: 0px;
}

.search-button img {
	background: transparent url(../images/search_button.gif) no-repeat  0 0;
	width: 22px;
	height: 20px;
	vertical-align: top;
}

.go-button img {
	background: transparent url(../images/go_button.gif) no-repeat  0 0;
	width: 22px;
	height: 20px;
	vertical-align: top;
}


/* image align*/
img.left {
    float: left;
	margin: 0px 10px 3px 0px;
	clear: left;
}
img.right {
    float: right;
	margin: 0px 0px 3px 10px;
	clear: right;
}

/* banner image */
#top {
	height: 75px;
}

#top .logo {
	float: left;
}

#top .logo img {
	width: 345px;
	height: 75px;
	background: white url(../images/logo.gif) no-repeat  0 0;
}

#top .banner {
	float: right;
}


/* main menu */
#main-menu {
	margin: 0px 0px;
	padding: 0px 0px;
}

#main-menu .nav {
	float: left;
	width: 575px;
	height: 24px;
	padding: 2px 0px 0px 0px;
	list-style-type: none;
}

#main-menu .nav-item {
	display: block;
	float: left;
	background: transparent url(../images/section_tab.png) no-repeat scroll -4px 0px;
	margin-right: 3px;
	margin-left: 2px;
}

#main-menu .nav-item.selected {
	background: transparent url(../images/section_tab_active.png) no-repeat scroll -4px 0px;
}

#main-menu .nav-item .leftcap {
	display: block;
	float: left;
	width: 4px;
	height: 24px;
	background: transparent url(../images/section_tab.png) no-repeat scroll 0px 0px;
}

#main-menu .nav-item.selected .leftcap {
	display: block;
	float: left;
	width: 4px;
	height: 24px;
	background: transparent url(../images/section_tab_active.png) no-repeat scroll 0px 0px;
}

#main-menu .nav-item .rightcap {
	display: block;
	float: left;
	width: 4px;
	height: 24px;
	background: transparent url(../images/section_tab.png) no-repeat scroll -108px 0px;
}

#main-menu .nav-item.selected .rightcap {
	display: block;
	float: left;
	width: 4px;
	height: 24px;
	background: transparent url(../images/section_tab_active.png) no-repeat scroll -108px 0px;
}

#main-menu .nav-item .content {
	width: 102px;
	height: 18px;
	text-align: center;
	display: block;
	float: left;
	padding-top: 6px;
	color: #039;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}

#main-menu .nav-item.selected .content {
	width: 102px;
	height: 18px;
	text-align: center;
	display: block;
	float: left;
	padding-top: 6px;
	color: #cc3300;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
}

/* language selector */
#main-menu .lang {
	float: right;
	padding: 5px 5px 0 0;
	margin: 0;
	display: block;
}


/* section menu */
#section-menu {
	height: 28px;
	background: transparent url(../images/index_menu_back.png) no-repeat;
	float: left;
	width: 900px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

#section-menu .nav {
	float: left;
	padding: 8px 0 0 0;
	margin: 0;
	list-style-type: none;
}

#section-menu .nav-item {
	display: block;
	float: left;
	margin: 0 10px 0 10px;
}

#section-menu .nav-item a{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #039;
}

#section-menu .nav-search {
	float: right;	
	padding-top: 3px;
	padding-right: 5px; 
	margin-top: 0px;
}

#breadcrumbs {
	margin: 3px 0px 0px 0px;
	width: 900px;
	height: 12px;
	float: left;
	text-align: left; 
	padding: 0px;
	display: block;
	clear: both;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	
}

#breadcrumbs .item {
	text-decoration: none;
	color: #cc3300;	
}

#breadcrumbs .item a {
	text-decoration: none;
	color: #039;	
}

#breadcrumbs .item a:hover {
	text-decoration: underline;
	color: #039;	
}

#breadcrumbs .separator {
	text-decoration: none;
	color: #000000;	
}

#banner-home {	
	width: 900px;	
	height: 180px;
	margin: 5px 0px 10px 0px;
	float: left;
	text-align: center; 
	padding: 0;
	clear: both;
	display: block;
}

#film {
	background:url(../images/film-back.png) no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	width: 900px;
	display: block;
}

.left-film {
	width: 145px;
	float: left;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.right-film {
	float: right;
	width: 145px;
	display: block;
	align: left;
	margin: 0;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
}

#content-home {
	float: left;
	margin-left: 0px;
	padding: 5px;
	width: 530px;
	clear: none;
}

.line-space {
	clear: both;
	float: left;
	width: 99%;
	background: url(../images/line.png) repeat-x;
}

#film-content {
	background: url(../images/film-right-back.png) no-repeat;
	float: right;
	width: 179px;
	height: 300px;
	display: block;
}

#content-section {
	float: left;
	margin-left: 0px;
	padding: 5px 5px 5px 0px;
	width: 710px;
	clear: none;	
}

#content-section-full {
	float: left;
	margin-left: 0px;
	padding: 5px 5px 5px 0px;
	width: 900px;
	clear: none;	
}

#banner-content {		
	height: 100px;
	margin: 0px 5px 10px 5px;
	padding: 0;
	clear: both;
	display: block;
}

/* flowplayer thumbnail */
a.flowplayer-thumb, a.flowplayer-thumb img {
	display:block;				
	width:145px;
	height:60px;
	border:0px;		
}

/* play button on top of splash screenn */
div.playButton-thumb {
	background:url(../images/play-thumb-trans.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-40px;
	left:60px;	
	opacity:0.9;
	margin-bottom:-50px;
}

/* play button upon mouseover */
div.playButton-thumb:hover {
	opacity:1.0;		
}

/* tables */
.title-column {
	width: 150px;
}
.content-column {
	
}
.film-list-name {
	width: 105px;
}
.film-list-duration {
	text-align: right;
}
.film-list-table td {
	vertical-align: top;
}




.content-table-title {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc3300;
	text-decoration: none;
	text-align: left;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #cc3300;
}
.content-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	padding: 1px 0px 1px 5px;
	vertical-align: top;
	border: 0px none;
	width: 100%;
}

.content-table-border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	padding: 1px 0px 1px 5px;
	vertical-align: top;
	border: 1px solid #dddddd;
	width: 100%;
}

.content-table-row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	padding: 1px 0px 1px 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	border: 1px solid #dddddd;
}
.content-table-fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 1px 0px 1px 5px;
	background-color: #eeeeee;
	vertical-align: top;
}
.content-table-alternate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	padding: 1px 0px 1px 5px;
	background-color: #EEEEEE;
	vertical-align: top;
	/*border-bottom: 1px solid #000000;*/
}
.content-table-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	padding: 1px 0px 1px 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	/*border-bottom: 1px solid #000000;*/
}
.content-table td {
    /*border-bottom: 1px solid #000000;*/
}
.content-table tr {
    
}


.content-table-selected {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 1px 0px 1px 5px;
	background-color: #FFFFFF;
}
.content-table-selected td {
	background-color: #9AB4FF;
}
.content-table-selected a {
    color: #000099;
	text-decoration: none;
}

.history-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px none;
	width: 100%;
}

.history-table-title {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc3300;
	text-decoration: none;
	text-align: left;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #cc3300;
	background-image: none;
}

.history-table-row td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	padding: 15px 0px 1px 0px;
	vertical-align: top;
	background-image: url(../images/history-film-back.png);
	background-repeat: no-repeat;
	height: 100px;
}

/* scroller */
.scroller {
	float: left;
	padding-right: 20px;
}

/* paginator */
.paginator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.paginator-active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* rich faces scroller styles */

.rich-datascr-button {
	border: 0px;
}
.rich-dtascroller-table {
	border: 0px;
}


/* footer */
#footer {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-align: center;
	padding-top: 20px;
	
	margin-bottom: 10px;
	clear: both;
}
