/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	-webkit-text-size-adjust: 100%;
}
em{
	font-style: italic;
}
strong{
	font-weight: bold;
}
body{
	margin: 0;
	background-color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 100%;
}
sub, sup{
	line-height: 0;
	font-size: 0.83em;
}
table{
	border-collapse: collapse;
}
img{
	border: none;
}
.scale{
	max-width: 100%;
}
a:link{
	color: #0099CC;
	text-decoration: none;
}
a:visited{
	color: #0099CC;
	text-decoration: none;
}
a:active{
	color: #CC6633;
	text-decoration: underline;
}
a:hover{
	color: #CC6633;
	text-decoration: underline;
}
a.pdf,a[href$=".pdf"] {
	padding-right: 22px;
	background-image: url("pdf.gif");
	background-repeat: no-repeat;
	background-position: center right;
}
ul, ol {
	margin: 0.6em 0;
}
li ul, li ol{
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	color: #CC6633;
	font-size: 1em;
	font-weight: normal;
	margin: 0.8em 0 0.3em 0;
	padding: 0;
}
h1{
	font-size: 1.5em;
}
h2{
	font-size: 1.3em;
}
h3{
	font-size: 1.1em;
}
p {
  margin: 0.6em 0 0.3em 0;
}

div#header{
	position: relative;
	height: 4.5em;
	background-color: #0099CC;
	overflow: hidden;
}
div#header-ascg{
	position: absolute;
	top: 0; bottom: 0;
	left: 0em;
	margin: auto;
	height: 4em;
	text-align: center;
	width: 7.5em;
}
div#header-ascg img{
	height: 4em;
	vertical-align: bottom;
}
div#header-cam{
	position: absolute;
	top: 0; bottom: 0;
	right: 0.5em;
	height: 2.5em;
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	margin: auto;
	max-width: 28%;
}
div#header-cam img{
	max-height: 2.5em;
	max-width: 100%;
	vertical-align: bottom;
}
div#header-title{
	position: absolute;
	top: 0; bottom: 0;
	left: 7.5em;
	/* min-width: 15em; */
	width: 40%;
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	margin: auto;
	color: white;
	font-size: 1.15em;
	font-family: sans-serif;
}
div#header-title img{
	border: 1px solid white;
	margin-right: 0.5em;
}
div#breadcrumbs{
	font-size: 0.8em;
	font-weight: bold;
}
div#breadcrumbs a{
	color: black;
	text-decoration: underline;
}
div#breadcrumbs a:hover{
	color: #CC6633;
}

div#wrapper{
	background: #EEEDEC url("images/white.gif") repeat-y fixed 9.3em 0em;
	font-size: 0.85em;
}

div#container{
	width: 100%;
	float: right;
	margin: 0;
	margin-left: -9.3em;
}

div#content{
	padding: 0 10px 10px 0.7em;
	margin: 0 0 0 9.3em;
	background: #ffffff;
	line-height: 1.4;
}

div#sidebar{
	font-size: 0.95em;
	width: 9.3em;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #EEEDEC;
}

div#menu{
	width: 8.7em;
	margin: 0;
	margin-left: 5px;
	margin-top: 10px;
	padding: 0;
}
table#menus{
	width: 100%;
}
table#menus td{
	width: 100%;
	padding: 2px 0px;
	margin: 0;
	border-bottom: 1px dotted #0099CC;
	border-top: 1px dotted #0099CC;
}
div#footer{
	margin: 0;
	padding: 5px;
	padding-top: 2px;
	font-size: 0.7em;
}
div#footerborder{
	height: 3px; 
	padding: 0; 
	margin: 0;
	font-size: 2px;
	background-color: #0099CC;
	clear: both;
}

div.frontpagemenu{
	float: left;
	margin-right: 2em;
}
div#frontpagemenu2{
	clear: left;
}

table.default td, table.default th{
	padding: 2px 10px;
	text-align: left;
	vertical-align: top;
    border-bottom: 1px solid #0099CC;
    border-top: 1px solid #0099CC;
}
table.default th{
	font-weight: normal;
	color: #CC6633;
	text-align: left;
}
table.default caption{
	color: #CC6633;
	padding-bottom: 0.2em;
}

table.plain td, th{
	padding: 2px 10px;
	text-align: left;
	vertical-align: top;
	border: none;
}
td.right, th.right{
	text-align: right !important;
}
.nolines, table.nolines tr, table.nolines td, table.nolines th{
  border: none !important;
}
div.images{
	text-align: center;
}
div.images table{
	margin-left: auto;
	margin-right: auto;
}
div.images table td{
	text-align: center;
	vertical-align: top;
	color: #CC6633;
	padding: 5px;
	border: none;
}
@media handheld, only screen and (max-device-width: 480px){
	div.images img{
		max-width: 100%;
	}
	iframe{
		max-width: 100%;
	}
	div.highlights{
		max-width: 100%;
	}
	.hidemobile{
		display: none;
	}
}
div#adviserotate{
	display: none;
}
div.highlights{
	font-size: 0.95em;
	float: right;
	width: 200px;
	max-width: 95%;
	border: 3px solid #CC6633;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: center;
}
div.highlights div.title{
	background-color: #CC6633;
	color: #FFFFFF;
	margin: 0;
	padding: 2px 5px;
	font-weight: bold;
}
div.highlights div.details{
	padding: 5px;
	border-top: 3px solid #CC6633;
}
div.highlights div.links{
	border-top: 1px solid #CC6633;
	padding: 2px 5px;
}
div.highlights div.links ul{
	margin: 0;
	padding: 0;
}
ul.links, ul.filmlinks{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	text-align: left;
}
ul.links li{
	padding-left: 15px;
	background-image: url(link.png);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}
ul.filmlinks li{
	background-image: url(images/losbullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 38px;
}

dl.default dt, dl.positions dt{
	color: #CC6633;
}

dl.positions dd{
	margin-bottom: 0.5em;
}
.small{
  font-size: 0.9em;
}
.weak{
  font-size: 0.9em;
  color: #555555;
}
.colour{
	color: #CC6633;
}
.printonly{
	display: none;
}
ul.spaced li{
	margin-bottom: 1em;
}
ul.compact {
	margin: 0;
	padding: 0;
	padding-left: 1em;
}
.nospace{
	margin: 0;
	padding: 0;
}

p.publicationcomment, p.publicationconference{
  margin: 0.25em 0 0.1em 0;
  font-size: 0.8em;
  font-style: italic;
}
p.publicationcomment{
  color: #CC6633;
}
div.clear{
	float: none;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#dvdlectures{
	width: 555px;
	background-color: #ffffff;
}

div#dvdshelf{
	background-color: #D9E4EB;
	width: 555px;
	height: 160px;
	position: relative;
	top: 0;
	left: 0;
	max-width: 555px;
}
div#dvdlectures .losmessage{
	text-align: center;
	font-style: normal;	
}
div.dvd{
	padding: 2px;
	margin: 0;
	width: 160px;
	height: 160px;
	min-height: 160px;
	position: absolute;
	top: 0;
}
img.dvd{
	margin: 0;
	width: 153px;
	height: 153px;
	min-height: 153px;
	position: absolute;
	top: 0;
}
div#dvddetails, div.dvddetails, div.dvddesc{
	margin: 0;
	padding: 0;
}
div.dvddetails{
	display: none;
}
div.dvdimg{
	display: none;
}
div.dvdimg img{
	width: 100%;
}
div#dvddetails h2, div#dvddetails .dvdtitle{
	width: 535px;
}
h2.dvdtitle{
	background-color: #6891B2;
	color: white;
	padding: 5px 10px;
	margin: 0;
}
div#dvddetails p.dvddesc{
	border: 2px solid #6891B2;
	padding: 5px 10px;
	margin: 0;
	width: 531px;
}
div.dvdnav{
	width: 535px;
	background-color: #6891B2;
	color: white;
	padding: 0 10px 2px 10px;
	margin: 0;
}
div.dvdnav a{
	color: white;
}
div.dvdnav a:hover{
	color: #D9E4EB;
}
div.dvdnav a:visited{
	color: white;
}
p#dvdshelfintro{
	display: none;
}
h2.filmtitle{
  display: inline;
  color: white;
}
div.filmtitle{
  background-color: #6891B2;
  padding: 0.2em 0;
}
div.filmtitle img{
  border: 1px solid white;
}
div.video{
	float: left;
	width: 410px;
	max-width: 100%;
	margin-right: 1em;
}
div.video.scalable{
	width: 50%;
	min-width: 410px;
}
div.video object{
	max-width: 100%;
}

/* iframe embed, 4:3 */
div.videoframe{
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	background-color: #D9E4EB;
}
div.videoframe iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

div.videoformat{
	margin: 0.2em 0 !important;
	margin-bottom: 1em !important;
	padding: 0.2em 0 !important;
	font-size: smaller;
	text-align: center;
}
div.videoformat p, div.videoformat form{
	margin: 0;
	padding: 0;
}
div.videoformat select, div.videoformat submit, div.videoformat input{
	font-size: 95%;
	margin: 0.1em 0.25em;
}
div.videoformat form#download{
	padding-top: 0.5em;
}
.losmessage{
  font-style: italic;
  border: 2px solid #6891B2;
  margin: 0.5em auto;
  padding: 0.2em 0.5em;
  background-image: url(images/losbullet.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 48px;
}
div.filmintro{
  padding: 0;
  margin: 0;
}
div.filmintro p{
  margin: 0.5em 0;
}
div.loscontent{
  border: 2px solid #6891B2;
  padding: 0.2em 0.5em;
  margin-bottom: 1em;
}
div.loscontent a.button:hover{
  background-color: #CC6633;
}
div.loscontent a.button img{
  vertical-align: bottom;
}
div.loscontent p, div.loscontent ul{
  margin-top: 0.2em;
  margin-bottom: 0;
}
div.loscontent h2, div.loscontent h3, div.loscontent h4{
  margin: 0;
}
div.loscontent .title img{
  vertical-align: middle;
  padding-right: 0.5em;
}
div.loscontent .title{
  margin: 0.2em -0.45em;
  padding: 0.2em 0.5em; 
  background-color: #D9E4EB;
  margin-top: -0.15em !important;
}
div.column{
  float: left;
  padding-right: 3em;
}
div.column h2, div.column h3, div.column h4{
  margin: 0;
}
div.column p, div.column ul{
  margin-top: 0.2em;
  margin-bottom: 0;
}
div.clr{
  clear: both;
  font-size: 1pt;
  margin: 0;
  padding: 0;
}
.box{
  margin: 1em 1em 1em 0;
  float: left;
}
.lbox{
  margin: 0.5em 0.5em 0.5em 0;
  float: left;
}
.rbox{
  margin: 0.5em 0 0.5em 0.5em;
  float: right;
}
.small{
  font-size: smaller;
}

ul.film{
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.film li, ul li.film, a.film, p.film, div.film, td.film{
  background-image: url(images/losbullet.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 38px;
}
ul.film li, ul li.film{
  margin: 0;
  padding: 0 0 0 38px;
}

ul.bookmarks{
  list-style: none;
  margin: 0;
  padding: 0.5em 2em 0 2em;
  text-align: center;
}
ul.bookmarks li{
  display: inline;
  margin: 0;
  margin-right: 0.4em;
  padding: 0;
}
ul.bookmarks li img{
  vertical-align: middle;
}

div.lastfilm, div.nextfilm {
  padding-top: 0.2em;
  display: inline;
}
div.lastfilm {
  padding-right: 0.5em;
}
div.nextfilm{
  padding-left: 0.5em;
}

embed, object{
	display: block;
	padding: 0;
	margin: 0;
}

table.dvdcontents ul{
	margin: 0;
}
table.dvdcontents ul li{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
table.dvdcontents td, table.dvdcontents th{
	background-color: #FAFAFA;
	vertical-align: center;
	padding: 0.2em 0.5em;
	border: 1px solid white;
}
table.dvdcontents th{
	background-color: #D9E4EB;
}
table.dvdcontents tr > td:first-child{
	background-color: #D9E4EB;
	text-align: center;
}
table.dvdcontents th{
	font-weight: bold;
	text-align: center;
}
table.dvdcontents td.dvdtitle, table.dvdcontents th.dvdtitle{
	background-color: #6891B2;
	color: white;
	text-align: center;
}

img.dvdcontents{
	float: right;
	padding-bottom: 0.5em;
}

div.relatedfilms{
  border: 2px solid #6891B2;
  font-size: smaller;
  float: left;
  margin: 1em 1em 1em 0;
}
div.relatedfilms div{
  background-color: #D9E4EB;
  margin: 0;
  padding: 0.2em 0.5em;
}
div.relatedfilms ul{
  margin: 0;
  padding: 0 0.5em;
}
div.relatedfilms li{
  list-style: none;
  background-image: url(images/losbullet.gif);
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0;
  padding: 0;
  padding-left: 38px;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 720px), any-hover: none{
	div#dvdlectures{
		width: 100%;
		overflow: auto;
	}
	div#dvdshelf{
		display: none;
	}
	div#dvddetails{
		display: table;
	}
	div#dvddetails h2, div#dvddetails .dvdtitle, div#dvddetails p.dvddesc{
		width: auto;
	}
	div.dvdnav{
		display: none;
	}
	div.dvddetails{
		display: table-row;
	}
	div.dvdimg{
		display: table-cell;
		width: 22%;
		background-color: #D9E4EB;
		border: 1px solid white;
		vertical-align: middle;
	}
	div.dvddesc{
		display: table-cell;
		padding-bottom: 0.5em;
		background-color: #FAFAFA;
		border: 1px solid white;
	}
	h2.dvdtitle{
		text-align: left;
		background-color: #6891B2;
		padding: 0.2em 0.5em;
		font-size: 1em;
		color: white;
	}
	div#dvddetails p.dvddesc{
		border: none;
		padding: 0 0.5em;
	}
	img.dvdcontents{
		float: none;
		display: block;
		margin: auto;
		max-width: 95%;
	}
	table.dvdcontents{
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px){
	div#header-ascg{
		display: none;
	}
	div#header-title{
		left: 0.5em;
		width: 60%;
	}
	div#header-cam{
		max-width: 35%;
	}
	div#sidebar{
		display: none;
	}
	div#container{
		margin-left: 0;
	}
	div#wrapper{
		background: #ffffff;
	}
	div#content{
		background: #ffffff;
		margin: 0;
	}
	div#dvddetails p.dvddesc{
		font-size: 0.9em;
	}
}
@media screen and (max-width: 300px){
	.dvdchapter{
		writing-mode: vertical-rl; 
	}
	.hidesmall{
		display: none;
	}
}
