/*************************************************************
SILVERDOCS style sheet

Written by the extremely talented team of DCR Webworks
http://www.dcrwebworks.com/
*************************************************************/

/*************************************************************
GENERAL SITE-WIDE STYLES
*************************************************************/

body {
font-size: 12px;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
background: #0094B4 url(/media/static/images/background1.jpg) no-repeat 50% 0;
color: #333;
}

a img {
border: 0;
}

* {
margin: 0;
padding: 0;
}

.alert {
color: #ff0000;
}

a.alert:link {
color: #ff0000;
text-decoration: underline;
}

a.alert:visited {
color: #ff0000;
text-decoration: underline;
}

a.alert:hover {
color: #bbb;
text-decoration: underline;
}

a.alert:active {
color: #bbb;
text-decoration: underline;
}


/*************************************************************
STRUCTURE
*************************************************************/

div#page {
/*	background: #FFF url(/media/static/images/background.jpg) 50% 0;*/
/*	width: 100%;*/
}

div#wrapper {
width: 950px;
margin: 0 auto;
font-size: 95%;
/*	background: #222;*/
}

div#masthead {
height: 150px;
position: relative;
/*	background: #444544;*/
/*	margin-bottom: 45px;*/
	/*background: url(/media/static/images/bg_masthead.jpg) no-repeat left top;*/
}

div#content {
width: 100%;
overflow: hidden;
background: #DDD url(/media/static/images/bg-content.gif) no-repeat 10px 15px;
border-top: 1px solid #999;
border-bottom: 2em solid #DDD;
}

div#footer {
clear: both;
overflow: hidden;
margin: 0;
padding: 0;
width: 100%;
background: #999;
}


/*************************************************************
MASTHEAD
*************************************************************/

div#branding {
position: absolute;
left: 0;
top: 25px;
}

div#branding h1 {
margin: 0 0 0 30px;
width: 497px;
}

div#branding h1 a {
display: block;
overflow: hidden;
}

div#branding h2 {
padding: 20px 0 0 0;
height: 0px !important;
	height /**/: 20px;
overflow: hidden;
}

div#masthead p.green-btn {
width: 295px;
height: 40px;
position: absolute;
right: 10px;
top: 10px;
z-index: 60;
}

div#masthead p.green-btn a,
div#masthead p.green-btn a:link,
div#masthead p.green-btn a:visited,
div#masthead p.green-btn a:active {
width: 295px;
padding: 40px 0 0 0;
overflow: hidden;
height: 0px !important;
    height /**/: 40px;
line-height: normal;
display: block;
background: transparent url(/media/static/images/btn_green.png) no-repeat 0 0;
}

div#masthead p.green-btn a:hover {
background-position: 0 -40px;
}

/*************************************************************
MAIN NAVIGATION
*************************************************************/

div#nav {
position: absolute;
bottom: 0;
left: 0;
font-size: 95%;
height: 34px;
width: 100%;
overflow: hidden;
}

div#nav li {
float: left;
display: inline;
list-style: none;
text-transform: uppercase;
letter-spacing: 1px;
}

div#nav li a {
margin: 0 2px 0 0;
padding: 0 11px;
line-height: 34px;
display: block;
color: #000;
background-color: white;
opacity: 0.7;
-moz-opacity: 0.7;
filter:alpha(opacity=70);
/*background: #9FA5AC;*/
/*	border-bottom: 1px solid #111;*/
/*	border-right: 1px solid #000;*/
}

div#nav a:link {
text-decoration: none;
/*	color: #fff;*/
}

div#nav a:visited {
text-decoration: none;
/*	color: #fff;*/
}

div#nav a:hover {
text-decoration: none;
/*	color: #fff;*/
	background: #AAA;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

div#nav a:active {
text-decoration: none;
/*	color: #fff;*/
}

div#nav li.current a {
opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=100);
background: #DDD;
/*	border-right: 1;*/
line-height: 34px;
}


/*************************************************************
HEADERS
*************************************************************/

h1 {
}

h2 {
}

h3 {
font-size: 200%;
}

h4 {
font-size: 130%;
line-height: 1.3em;
}

h5 {
font-size: 90%;
color: #666;
text-transform: uppercase;
font-weight: normal;
letter-spacing: .1em;
}

h6 {
font-size: 100%;
color: #888;
}

/*************************************************************
TAG STYLES
*************************************************************/

h3,h4,h5,h6 {
margin-bottom: .75em;
}
		
p,ul,dl,ol,table {
margin-bottom: 1em;
line-height: 1.5em;
}

li {
margin-bottom: .75em;
}

a:link {
color: #333;
text-decoration: underline;
}

a:visited {
color: #333;
text-decoration: underline;
}

a:hover {
color: #000;
text-decoration: underline;
}

a:active {
color: #000;
text-decoration: underline;
}

abbr, acronym {
text-decoration: none;
border-bottom: 1px dotted #fff;
}

caption {
font-size: 85%;
line-height: normal;
margin: 0;
padding: 0;
color: #888;
}

blockquote {
margin-bottom: 1em;
padding: 1em;
background-color: #DDD;
overflow: hidden;
}

blockquote p {
}

blockquote img.left {
float: left;
margin-right: 10px;
}

cite {
display: block;
text-align: right;
}


hr {
display: none;
}



/* forms
------------*/
input {
background-color: #333;
color: #fff;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #444;
border-right: 1px solid #444;
padding: .2em;
}

label {
margin-bottom: .2em;
}

.submit input {
padding: .3em .5em;
color: #ddd;
border-top: 1px solid #444;
border-left: 1px solid #444;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
/*background: #222 url(/media/static/images/nav_a_bg.png) repeat-x left top;*/
}

input.black {
background-color: #111;
color: #fff;
border: none;
}

textarea {
font-family: "lucida grande", "trebuchet ms", verdana, helvetica, arial, sans-serif;
font-size: 100%;
background-color: #333;
color: #fff;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #444;
border-right: 1px solid #444;
padding: .4em;
}

.contact-form label {
display: block;
}

.red {
color: #cc0000;
}

.gray {
color: #888;
}




/* CONTENT
-------------------------------*/

.gutter {
padding: 35px 25px 20px 25px;
}

#main {
	width: 700px;
	float: left;
}

#main-full {
width: 950px;
float: left;
background: #111;
}

#main #left {
width: 249px;
float: left;
}





.gutter ol {
margin-left: 21px;
}

.gutter ul {
margin-left: 0;
}

.gutter ul li {
list-style: none;
padding: 0 0 0 12px;
background: transparent url(/media/static/images/bullet.gif) no-repeat left .6em;
}

/*.gutter ul.bulleted li {
list-style: none;
padding: 0 0 0 12px;
background: transparent url(/media/static/images/bullet.gif) no-repeat left .6em;
}
*/

#main ul.sponsor_logos {
overflow: hidden;
clear: both;
padding-bottom: 1em;
border-bottom: 1px solid #555;
width: 100%;
}

#main ul.sponsor_logos li {
float: left;
display:block;
margin: 0 1em 1em 0;
padding: 0;
list-style: none;
background: none;
width: 23%;
height: 80px;
}

#main ul.sponsor_logos li img {
border: 0;
border: 2px solid #DDD;
}

#main p.right {
float: right;
margin: 0 0 10px 10px;
}

#main p.left {
float: left;
margin: 0 10px 10px 0;
}

#main p.right img,
#main p.left img {
padding: 4px;
background-color: #BBB;
}

/* sidebar
------------------------------*/

#sidebar {
float: right;
width: 230px;
overflow: hidden;
/*	margin-top: 1em;*/
/*margin-right: 25px;*/
padding: 0 0 0;
}

#sidebar .gutter2 {
/*	margin-top: 1em;*/
/*  padding: 0 0 0 20px;*/
}

#subnav {
width: 190px;
/*padding-bottom: 2em;*/
padding: 3em 0 2em;
}

#subnav li {
list-style: none;
margin-bottom: 2px;
border-top: 1px solid #CCC;
border-right: 1px solid #BBB;
border-bottom: 1px solid #BBB;
border-left: 1px solid #CCC;
background: #BBB;
}

#subnav li a {
padding: .5em 0 .5em 10px;
display: block;
text-decoration: none;
}

#subnav li a:link {
color: #333;
text-decoration: none;
}
#subnav li a:visited {
color: #333;
text-decoration: none;
}
#subnav li a:hover {
color: #fff;
text-decoration: none;
}
#subnav li a:active {
color: #fff;
text-decoration: none;
}



#subnav li.current a:link {
color: #fff;
font-weight: bold;
background: #777;
}

#subnav li.current a:visited {
color: #fff;
font-weight: bold;
background: #777;
}

#subnav li.current a:hover {
color: #111;
font-weight: bold;
background: #777;
}

#subnav li.current a:active, {
color: #fff;
font-weight: bold;
background: #777;
}

#sidebar-btns {
margin: 1em 0;
float: left;
}

#sidebar-btns li {
margin-bottom: 1em;
list-style: none;
float: left;
}

#sidebar-btns li a {
}

#sidebar-btns li img {
border: 2px solid #666;
}



#sidebar h5 {
margin: 2em .5em .5em;
color: #666;
}

#sidebar .links {
margin-left: 5px;
padding: 5px 5px 5px 0;
margin-bottom: 1.5em;
}

#sidebar .links ul {
padding: 5px;
}

#sidebar .links li {
border: none;
font-size: 90%;
line-height: 1.2em;
list-style: none;
padding-left: 13px;
margin-bottom: .2em;
background: transparent url(/media/static/images/arrow_small_black.gif) no-repeat 0 .3em;
}

#sidebar .links li a {
padding: .1em 0;
display: block;
text-decoration: none;
display: inline-block; /* IE anchor display block fix */
}

#sidebar .links li a:hover {
	color: #999;
}




/* sponsors
------------------------------*/
div#sponsors {
clear: both;
padding: 1.5em 0;
overflow: hidden;
/*width: 970px;*/
/*background: #999;*/
}
#sponsors ul {
/*float: left;*/
width: 100%;
margin: 0 0 0 2px;
}
#sponsors li {
float: left;
list-style: none;
margin: 0 14px 0 0;
padding: 0;
margin-bottom: 0;
}

#sponsors li img {
border: 3px solid #FFF;
}

#sponsors li.last {
margin: 0;
}


/* footer
------------------------------*/
#footer-inner {
width: 950px;
margin: 0 auto;
/*position: relative;*/
padding-top: 1.5em;
color: #FFF;
clear: both;
}

ul#footer-nav {
float: left;
margin: 10px 0 5px;
border: 0 solid #000;
width: 60%;
}

ul#footer-nav li {
float: left;
list-style: none;
margin-right: 1em;
font-size: 90%;
height: 10px;
}

#footer p {
float: left;
margin-bottom: 0em;
font-size: 90%;
width: 60%;
border: 0 solid #000;
}

#logos {
/*position: absolute;
right: 40px;
bottom: 0px;
*/
float: right;
height: 60px;
}

#logos li {
float: left;
list-style: none;
margin-left: 1.5em;
}

#logo-dsc a:hover {
background-position: 0 -54px;
}

#logo-afi a:hover {
background-position: 0 -60px;
}

#logo-dsc a {
display: block;
text-indent: -2000px;
overflow: hidden;
padding: 0 0 0 0;
width: 140px;
height: 55px;
background: transparent url(/media/static/images/logo_discovery-channel.png) no-repeat 0 6px;
}

#logo-afi a {
display: block;
padding: 0;
text-indent: -2000px;
overflow: hidden;
width: 95px;
height: 55px;
background: transparent url(/media/static/images/logo_afi.png) no-repeat 0 0;
}





/* 
------------------------------*/

body.home #content .gutter {
padding: 0;
}

#vplayer, #vlist {
padding: 1em;
}
#vplayer {
background: #fff url(/media/static/images/quicktime.gif) no-repeat 50% 50%;
height: 250px;
}
#vlist ul {
margin-left: 1em;
}
#vlist ul li {
list-style: none;
border-bottom: 1px solid #dadada;
}



form#frm_search {
float: left;
display: block;
padding: 0 0 1.2em;
/*    background: #454545;*/
/*    border: 3px solid #222;*/
color: #000;
}

form#frm_search p {
margin-bottom: 0;
vertical-align: middle;
}

form#frm_search label {
display: block;
margin-bottom: .4em;
font-size: 90%;
}

form#frm_search input#term {
color: #222;
padding: 4px;
margin: 0 4px 0 0;
width: 145px;
font-size: 90%;
background-color: #DDD;
border-bottom: 1px solid #444;
border-left: 1px solid #222;
border-top: 1px solid #222;
border-right: 1px solid #444;
vertical-align: middle;
}

form#frm_search input#term:active,
form#frm_search input#term:hover {
background-color: #DDD;
}

form#frm_search input#btn_go {
margin: 0 0 0 0;
padding: 4px;
font-size: 80%;
text-transform: uppercase;
letter-spacing: .1em;
color: #000;
background: #CCC;
border: 1px solid #222;
vertical-align: middle;
}

form#frm_search input#btn_go:hover {
color: #FFF;
background: #333;
}

.compound {
list-style: none;
margin-left: 0;
padding-left: 0;
}

.compound li {
margin-bottom: 1em;
}

.compound li h4 {
margin-bottom: 0;
font-size: 110%;
font-weight: normal;
}

.compound li h5 {
font-size: 100%;
font-weight: bold;
}

.compound li p {
margin-bottom: .5em;
line-height: 1.3em;
color: #666;
font-size: 95%;
}

.clear {
clear: both;
}

.button-group {
padding-top: 1em;
width: 100%;
text-align: right;
}

.button-group p {
margin-bottom: .5em;
}

.button-group img {
padding: 2px;
background-color: #222;
}
/* films
------------------------------*/
#films {
position: relative;
width: 99%;
}

#films h3 {
font-size: 200%;
}

#films h3 em {
font-size: 60%;
color: #888;
}

#films h4 {
font-size: 140%;
}

#films h4.date {
margin-bottom: 0;
}

#films li {
padding: 0;
background: none;
}

#films .films-select {
position: absolute;
top: 0;
right: 0;
}


/* alpha-list
------------------*/
#main .alpha-list {
background: #BBB;
border-top: 1px solid #DDD !important;
border-bottom: 1px solid #999 !important;
border-left: 1px solid #DDD !important;
border-right: 1px solid #999 !important;
margin-bottom: 3em;
width: 100%;
overflow: hidden;
font-family: arial, verdana, "trebuchet ms";
}

#main .alpha-list ul {
float: left;
padding: 0;
margin-bottom: 0;
padding-left: .5em;
}

#main .alpha-list li {
float: left;
list-style: none;
margin-bottom: 0;
padding: 0;
background: transparent;
}

#main .alpha-list li a {
padding: .5em .5em;
display: block;
text-decoration: none;
}

#main .alpha-list li a:hover {
	color: #FFF;
}

#main .alpha-list li.current a {
color: #fff;
font-weight: bold;
padding: .5em .5em;
border-right: 1px solid #000;
border-left: 1px solid #000;
background: #333;
background: #222 url(/media/static/images/nav_a_current_bg.png) repeat-x 0 0;
}


#main #films .film-info {
width: 100%;
float: left;
}

#main #films .film-info .img {
float: left;
width: 415px;
font-size: 95%;
font-style: italic;
color: #888;
}

#main #films .film-info img {
float: none;
margin: 0 0 .37em 0;
padding: 6px;
background: #BBB;
border-bottom: 1px solid #DDD;
border-right: 1px solid #DDD;
}

#main #films .film-info ul {
margin-left: 0;
background-color: #EEE;
border-bottom: 1px solid #DDD;
border-right: 1px solid #DDD;
padding: 10px;
width: 200px;
float: right;
}

#main #films .film-info li {
list-style: none;
margin-left: 0;
line-height: 1.1em;
padding: 0;
background: transparent;
}




#main #films .film-info .trailer-tickets {
width: 220px;
background: none;
border: none;
padding: 0;
}
#main #films .film-info .trailer-tickets a {
text-decoration: none;
}

#main #films .film-info .trailer-tickets li.trailer,
#main #films .film-info .trailer-tickets li.tickets {
/*
border-top: 1px solid #222;
border-bottom: 1px solid #000;
border-left: 1px solid #222;
border-right: 1px solid #000;
*/
overflow: hidden;
}

#main #films .film-info .trailer-tickets li.trailer {
/*background: #222 url(/media/static/images/trailer_button_bg.gif) repeat 0 0;*/
}
#main #films .film-info .trailer-tickets li.tickets {
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	background: #EEE;
/*background: #222 url(/media/static/images/trailer_button_bg.gif) repeat-x 0 0;*/
}

#main #films .film-info .trailer-tickets li.trailer a {
/*background: transparent url(/media/static/images/icon_trailer.gif) no-repeat 5px 7px;*/
padding: 7px 7px 7px 35px;
display: block;
}
#main #films .film-info .trailer-tickets li.tickets h4 {
/*background: transparent url(/media/static/images/icon_ticket.gif) no-repeat 5px 7px;*/
padding: 7px 7px 7px 10px;
font-size: 100%;
font-weight: normal;
color: #666;
}

#main #films .film-info .trailer-tickets li ul {
font-size: 95%;
margin: 0;
padding: 0;
border: 0;
float: none;
}

#main #films .film-info .trailer-tickets li ul li {
background: transparent url(/media/static/images/arrow_small_black.gif) no-repeat 0 50%;
margin: 0 0 .75em 10px;
padding: 0 0 0 10px;
}




#main #films .film-info li strong {
font-size: 80%;
letter-spacing: .1em;
display: block;
text-transform: uppercase;
font-weight: normal;
color: #666;
font-family: arial, verdana, "trebuchet ms";
}

#films .film-description h4 {
font-size: 130%;
margin-bottom: 1em;
}



#films .results {
float: left;
overflow: hidden;
border-top: 2px solid #AAA;
padding-top: 1em;
}

#films .result {
float: left;
border-bottom: 2px solid #AAA;
padding-bottom: 1em;
overflow: hidden;
}

#films .result dd.thumbnail {
float: left;
padding: 4px;
background-color: #BBB;
}

#films .result dd.thumbnail img {
margin: 0 0 -4px 0 !important;
padding: 0;
background: #BBB;
}

#films .result dt {
width: 520px;
float: right;
font-size: 130%;
font-weight: bold;
margin-bottom: .2em;
}

#films .result dt a {
text-decoration: none;
}

#films .result dd.film_short_description {
width: 520px;
float: right;
font-size: 90%;
line-height: 1.3em;
}

#films li p {
line-height: 1.3em;
}

#films .director-bio img {
float: right;
margin: 0 0 1.5em 1.5em;
}

.small {
font-size: 90%;
}

/*

.btn {
float: right;
padding: 0 .1em 0 .6em;
background: #222 url(/media/static/images/arrow_back.gif) no-repeat .7em 50%;
}

.btn a:link, 
.btn a:visited, 
.btn a:hover, 
.btn a:active {
display: block;
text-decoration: none;
padding: .25em 1em;
background: transparent;
}
*/

.pagination {
width: 100%;
margin-bottom: 1em;
}

.pagination p {
float: left;
}

.prev-next {
float: right;
}

.btn-prev {
float: left;
}

.btn-next {
float: right;
}

.btn-prev img, 
.btn-next img {
padding: 2px;
background-color: #222;
margin-left: 5px;
}



.btn-right img {
}



p.intro {
font-size: 110%;
}

p.last {
/*    margin-bottom: 2em;*/
}


#podcasts-div {
width: 95%;
color: #666;
}

#podcasts-div h5 {
font-size: 115%;
margin-bottom: .25em;
text-transform: none;
letter-spacing: 0;
color: #000;
}

.podcast {
/*    float: left;*/
	position: relative;
display: block;
margin-top: .25em;
width: 100%;
padding: 1em;
background-color: #DDD;
/*border-bottom: 1px solid #CCC;*/
}

.podcast p {
margin-bottom: 0;
font-size: 95%;
line-height: 1.3em;
}

.podcast-info {
width: 75%;
/*    float: left;*/
}

.podcast-btns {
position: absolute;
top: 1em;
right: 1em;
width: 20%;
/*    float: right;*/
}

.podcast-btns img {
padding: 2px;
background-color: #BBB;
}

.podcast-btns .listen {
width: 100%;
text-align: right;
}


.film-print-only {
padding-top: .5em;
float: left;
width: 100%;
}

.film-print-only .print-source {
padding-top: .5em;
width: 100%;
float: left;
}



.film-sponsor-print {
padding-top: .5em;
float: left;
width: 100%;
}

.print-source {
padding-top: .5em;
width: 315px;
float: left;
}

.print-source h5 {
border-bottom: 2px solid #222;
padding-top: 1em;
padding-bottom: .2em;
}


.sponsored-by {
padding-top: .5em;
width: 315px;
float: right;
}

.sponsored-by h5 {
border-bottom: 2px solid #222;
padding-top: 1em;
padding-bottom: .2em;
}


.short-film {
padding-top: .5em;
float: left;
}

.short-film h5 {
border-bottom: 2px solid #222;
padding-top: 1em;
padding-bottom: .2em;
}






/* 2 column dl
------------------------------*/

#column-two h4 {
clear: both;
}

.sessions {
width: 100%;
float: left;
}

.sessions dt {
width: 200px;
min-height: 80px;
height:auto !important;
height:80px;
float: left;
padding-top: .5em;
border-top: 1px #444 solid;
line-height: 1.4em;
font-weight: bold;
clear: both;
margin-bottom: 1em;
}

.sessions dt em, .sessions dd h4 em {
color: #888;
font-style: normal;
font-size: 90%;
font-weight: normal;
}
 /* commented backslash hack for mac-ie5 \*/
/*.sessions dt {
clear: both;
}
*/
/* end hack */
.sessions dd {
width: 435px;
min-height: 80px;
height:auto !important;
height:91px;
float: left;
padding-top: .5em;
line-height: 1.5em;
border-top: 1px #444 solid;
padding-left: 15px;
voice-family: "\"
}
\"";
voice-family: inherit;
width: 435px;
}
/* opera */
html>body .sessions dd {
width: 420px;
}

.sessions dd h4 {
font-size: 120%;
line-height: 1.3em;
}

.gutter .sessions li {
padding: 0;
background: none;
}




/* blocked out dl
------------------------------*/

dl.faq dt {
font-size: 110%;
color: #999;
margin-bottom: .2em;
}

dl.faq dd {
border-bottom: 2px solid #222;
margin-bottom: 1em;
}


/* video pop-up
------------------------------*/

body.video {
text-align: center;
background: #1b1b1b url(/media/static/images/page_bg.png) repeat-x 0 -150px;
padding-top: 2em;
position: relative;
}

body.video #vplayer {
text-align: left;
background-color: transparent;
width: 320px;
margin: 0 auto;
}

body.video #vplayer h3 {
font-size: 130%;
}

body.video #vplayer p {
width: 320px;
height: 240px;
background-color: #ddd;
}

body.video p.closebtn {
position: absolute;
right: 10px;
top: 0;
}

body.video p.closebtn a {
background: #111 url(/media/static/images/btn_close.gif) no-repeat .5em 50%;
display: block;
padding: .25em .75em .25em 1.5em;
text-decoration: none;
text-align: left;
}








/*
------------------------------*/
/* schedule
------------------------------*/

#schedule {
position: relative;
}

#schedule h3 {
width: 70%;
}

#schedule h4 {
margin-left: 62px;
margin-bottom: 2em;
}

#schedule .date-select {
position: absolute;
top: 0;
right: 10px;
}

#schedule-chart {
position: relative;
margin-left: 62px;
margin-bottom: 1.5em;
background: transparent url(/media/static/images/schedule_bg.gif) no-repeat 0 0;
height: 1280px;
width: 775px;
padding: 0;
}

/* schedule chart */
#schedule-chart dl {
position: absolute;
width: 125px;
background: #222 url(/media/static/images/schedule_grid_20px4.gif) repeat left top;
top: 0;
height: 100%;
font-size: 90%;
}

#schedule-chart dl dt {
position: absolute;
bottom: 1286px;
line-height: 1.2em;
}

#schedule-chart dl dd {
position: absolute;
width: 125px;
padding-left: 0;
background-image: url(/media/static/images/schedule_corners_bottom125.gif);
background-position: bottom left;
background-repeat: no-repeat;
overflow: hidden;
}

#schedule-chart dl dd p {
width: 115px;
margin-bottom: 0;
padding: 5px;
background-image: url(/media/static/images/schedule_corners_top125.gif);
background-position: top left;
background-repeat: no-repeat;
line-height: 1.4em;
}

#schedule-chart dl dd a {
font-weight: bold;
font-size: 105%;
}

/* set column positions */
#schedule-chart dl.col1 {
left: 0;
}
#schedule-chart dl.col2 {
left: 130px;
}
#schedule-chart dl.col3 {
left: 260px;
}
#schedule-chart dl.col4 {
left: 390px;
}
#schedule-chart dl.col5 {
left: 520px;
}
#schedule-chart dl.col6 {
left: 650px;
}
#schedule-chart dl.col7,
#schedule-chart dl.col8,
#schedule-chart dl.col9,
#schedule-chart dl.col10 {
display: none;
}


#schedule-chart a:link {
color: #fff;
text-decoration: none;
}

#schedule-chart a:visited {
color: #fff;
text-decoration: none;
}

#schedule-chart a:hover {
color: #fff;
text-decoration: underline;
}

#schedule-chart a:active {
color: #fff;
text-decoration: underline;
}




/* schedule times, 9am - 11pm */
#schedule-chart #times {
position: absolute;
text-align: right;
width: 60px;
top: 0;
left: -60px;
font-size: 90%;
background: none;
}

#schedule-chart #times dd {
position: absolute;
right: 8px;
width: 60px;
background-image: none;
}

#schedule-chart #times dd.am8 {
top: 0;
}
#schedule-chart #times dd.am9 {
top: 80px;
}
#schedule-chart #times dd.am10 {
top: 160px;
}
#schedule-chart #times dd.am11 {
top: 240px;
}
#schedule-chart #times dd.pm12 {
top: 320px;
}
#schedule-chart #times dd.pm1 {
top: 400px;
}
#schedule-chart #times dd.pm2 {
top: 480px;
}
#schedule-chart #times dd.pm3 {
top: 560px;
}
#schedule-chart #times dd.pm4 {
top: 640px;
}
#schedule-chart #times dd.pm5 {
top: 720px;
}
#schedule-chart #times dd.pm6 {
top: 800px;
}
#schedule-chart #times dd.pm7 {
top: 880px;
}
#schedule-chart #times dd.pm8 {
top: 960px;
}
#schedule-chart #times dd.pm9 {
top: 1040px;
}
#schedule-chart #times dd.pm10 {
top: 1120px;
}
#schedule-chart #times dd.pm11 {
top: 1200px;
}
#schedule-chart #times dd.am12 {
top: 1280px;
}




/* schedule key */
#schedule_key {
margin-right: auto;
margin-left: auto;
margin-top: 0;
margin-bottom: 1.5em;
position: relative;
border: 1px #333 solid;
width: 775px;
}

#schedule_key ul {
margin: .5em;
text-align: center;
}

#schedule_key li {
list-style: none;
background: none;
display: inline;
font-size: 80%;
text-transform: uppercase;
margin-right: 1em;
}

#schedule_key li img {
padding-right: 4px;
    /*border: 1px #000 solid;*/
    height: .8em;
}

/* how far from the top? */
#schedule-chart .AM800 {
top: 0px;
}
#schedule-chart .AM815 {
top: 20px;
}
#schedule-chart .AM830 {
top: 40px;
}
#schedule-chart .AM845 {
top: 60px;
}

#schedule-chart .AM900 {
top: 80px;
}
#schedule-chart .AM915 {
top: 100px;
}
#schedule-chart .AM930 {
top: 120px;
}
#schedule-chart .AM945 {
top: 140px;
}

#schedule-chart .AM1000 {
top: 160px;
}
#schedule-chart .AM1015 {
top: 180px;
}
#schedule-chart .AM1030 {
top: 200px;
}
#schedule-chart .AM1045 {
top: 220px;
}

#schedule-chart .AM1100 {
top: 240px;
}
#schedule-chart .AM1115 {
top: 260px;
}
#schedule-chart .AM1130 {
top: 280px;
}
#schedule-chart .AM1145 {
top: 300px;
}

#schedule-chart .PM1200 {
top: 320px;
}
#schedule-chart .PM1215 {
top: 340px;
}
#schedule-chart .PM1230 {
top: 360px;
}
#schedule-chart .PM1245 {
top: 380px;
}

#schedule-chart .PM100 {
top: 400px;
}
#schedule-chart .PM115 {
top: 420px;
}
#schedule-chart .PM130 {
top: 440px;
}
#schedule-chart .PM145 {
top: 460px;
}

#schedule-chart .PM200 {
top: 480px;
}
#schedule-chart .PM215 {
top: 500px;
}
#schedule-chart .PM230 {
top: 520px;
}
#schedule-chart .PM245 {
top: 540px;
}

#schedule-chart .PM300 {
top: 560px;
}
#schedule-chart .PM315 {
top: 580px;
}
#schedule-chart .PM330 {
top: 600px;
}
#schedule-chart .PM345 {
top: 620px;
}

#schedule-chart .PM400 {
top: 640px;
}
#schedule-chart .PM415 {
top: 660px;
}
#schedule-chart .PM430 {
top: 680px;
}
#schedule-chart .PM445 {
top: 700px;
}

#schedule-chart .PM500 {
top: 720px;
}
#schedule-chart .PM515 {
top: 740px;
}
#schedule-chart .PM530 {
top: 760px;
}
#schedule-chart .PM545 {
top: 780px;
}

#schedule-chart .PM600 {
top: 800px;
}
#schedule-chart .PM615 {
top: 820px;
}
#schedule-chart .PM630 {
top: 840px;
}
#schedule-chart .PM645 {
top: 860px;
}

#schedule-chart .PM700 {
top: 880px;
}
#schedule-chart .PM715 {
top: 900px;
}
#schedule-chart .PM730 {
top: 920px;
}
#schedule-chart .PM745 {
top: 940px;
}

#schedule-chart .PM800 {
top: 960px;
}
#schedule-chart .PM815 {
top: 980px;
}
#schedule-chart .PM830 {
top: 1000px;
}
#schedule-chart .PM845 {
top: 1020px;
}

#schedule-chart .PM900 {
top: 1040px;
}
#schedule-chart .PM915 {
top: 1060px;
}
#schedule-chart .PM930 {
top: 1080px;
}
#schedule-chart .PM945 {
top: 1100px;
}

#schedule-chart .PM1000 {
top: 1120px;
}
#schedule-chart .PM1015 {
top: 1140px;
}
#schedule-chart .PM1030 {
top: 1160px;
}
#schedule-chart .PM1045 {
top: 1180px;
}

#schedule-chart .PM1100 {
top: 1200px;
}
#schedule-chart .PM1115 {
top: 1220px;
}
#schedule-chart .PM1130 {
top: 1240px;
}
#schedule-chart .PM1145 {
top: 1260px;
}

/* event type color definitions */
#schedule-chart .general {
background-color: #619ab4;
}
#schedule-chart .silver-sessions {
background-color: #619ab4;
}
#schedule-chart .workshops {
background-color: #619ab4;
}

#schedule-chart .competitions {
background-color: #9c0011;
}
#schedule-chart .special-events {
background-color: #683;
}
#schedule-chart .special-programs {
background-color: #68a411;
}

#schedule-chart .films {
background-color: #008091;
}
#schedule-chart .short-programs {
background-color: #e36910;
}
#schedule-chart .passholder-screenings {
background-color: #ffc700;
}





/* YUI NAV */

body.welcome #masthead {
/*  margin-bottom: 70px;*/
}

body.welcome .gutter {
padding: 15px 0 0 0;
background: transparent;
}

body.welcome #content {
margin-bottom: 0;
/*	padding-top: 53px;*/
overflow: visible;
float: left;
background: #DDD url(/media/static/images/bg-content-home.gif) no-repeat 700px 42px;
}

body.welcome #sidebar {
/*padding-top: 50px;*/
}

body.welcome #media {
position: relative;
padding-top: 4px;
color: #000;
/*  top: -51px;*/
/*  width: 98%;*/
}

body.welcome #news {
overflow: hidden;
}

body.welcome #news-main {
padding: 0 0 0 0;
background-image: none;
overflow: hidden;
width: 100%;
}

body.welcome #news-main-txt {
width: 200px;
float: right;
}

body.welcome #news-main-flash {
float: left;
margin-right: 16px;
padding: 5px;
background-color: #DDD;
}

body.welcome #news-main-txt2 {
float: left;
width: 220px;
padding-top: 10px;
}

body.welcome #news-main-img {
width: 380px;
float: left;
}

body.welcome #news-main-img img {
padding: 5px;
background-color: #BBB;
}

body.welcome #news-main h3 {
font-size: 125%;
line-height: 1.2em;
}

body.welcome #news-main h3 a {
font-size: 90%;
font-weight: normal;
line-height: 1em;
}

body.welcome #news-main p {
font-size: 105%;
}

body.welcome #news-main .btn-next {
width: 70px;
}

body.welcome li.news-sub {
width: 186px;
float: left;
padding: 0;
background-image: none;
background-color: #DDD;
margin-right: 16px;
padding-top: 110px;
height: 140px;
position: relative;
border: 4px solid #DDD;
}

body.welcome .news-sub h3 {
text-transform: none;
font-size: 100%;
color: #000;
line-height: 1.3em;
padding: 0 .5em;
}

body.welcome .news-sub p.excerpt {
padding: 0 .5em;
font-size:90%;
}

body.welcome .news-sub p.image {
position: absolute;
left: 0px;
top: 0px;
}

body.welcome .news-sub p.image img {
/*width: 160px;*/
padding: 3px;
background-color: #999;
}

body.welcome .news-sub .btn {
position: absolute;
right: 0;
bottom: 0;
margin-bottom: 0;
}

body.welcome .news-sub .btn a {
display: block;
border:1px solid #BBB;	
}

body.welcome .news-sub .btn a:hover {
border:1px solid #666;		
}

body.welcome .news-sub .btn img {
}

.yui-nav, .yui-nav li {
margin: 0;
padding: 0;
list-style: none;
}

.yui-navset {
zoom: 1;
}

.yui-navset .yui-content {
zoom: 1;
}

.yui-navset .yui-nav li {
display: inline-block;
display: -moz-inline-stack;
    *display:inline; /* IE */
    vertical-align:bottom; /* safari: for overlap */
    cursor:pointer; /* gecko: due to -moz-inline-stack on anchor */
    zoom:1; /* IE: kill space between horizontal tabs */
}

.yui-navset .yui-nav a {
outline: 0; /* gecko: keep from shifting */
}

.yui-navset .yui-nav a {
position: relative;
}
/* IE: to allow overlap */

.yui-navset .yui-nav li a {
display: block;
display: inline-block;
vertical-align: bottom; /* safari: for overlap */
    zoom:1;
}

.yui-navset .yui-nav li a em {
display: block;
}


.yui-navset .yui-nav li a, 
.yui-navset .yui-content {
text-decoration: none;
}

.yui-navset {
background-color: transparent;
}

.yui-navset .yui-nav a:hover {
background-color: #AAA; /* active tab, tab hover, and content bgcolor */
/*    color: #fff;*/
}

.yui-navset .yui-nav .selected a {
background: #FFF;
color: #333;
}

.yui-navset .yui-nav li a {
margin-right: 2px;
background: #BBB;
color: #333;
}


.yui-navset .yui-nav li {
margin: 0 0 0 0;
padding: 0;
}

.yui-navset .yui-nav li em {
padding: .25em 1em;
font-style: normal;
letter-spacing: 1px;
}
/* tab padding */

/* defaults to orientation "top" */
.yui-navset .yui-nav .selected a {
border-bottom-width: 0; /* no bottom border for active tab */
    /* padding-bottom:1px;  to match height of other tabs */
}

.yui-navset .yui-nav {
padding-left: 30px;
width: 665px;
}

.yui-navset .yui-content {
/*    margin-top:-1px;*/
margin-left: 15px;
padding: 15px 0 15px 15px;
width: 665px;
background: #FFF;
/*		border-right: 1px solid #666;*/
}

/*************************************************************
VIDITALK VIDEO ARCHIVE
*************************************************************/

div#vidi_code h4 span {
color: #bbb;
}

div#vidi_code .waitingforremoval {
color: #2268AF;
font-weight: bold;
}
 
div#vidi_code .id_thumbnail {
width: 110px;
height: 80px;
background-color: #bbb;
background-image: url(http://silverdocs.viditalk.com/small_loading.gif);
background-position: center;
background-repeat: no-repeat;
border: 1px solid #bbb;
    /*padding:5px;*/
}
 
div#vidi_code .id_thumbnail_80_60 {
width: 80px;
height: 60px;
background-color: #FFFFFF;
background-image: url(http://silverdocs.viditalk.com/small_loading.gif);
background-position: center;
background-repeat: no-repeat;
border: 1px solid #666666;
}

div#vidi_code .th_breaker {
height: 5px;
}

div#vidi_code .video_thumbnail_titles {
text-align: right;
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-size:10px;
text-transform: uppercase;
letter-spacing: 1px;
}
 
div#vidi_code .th_playlist_container {
padding: 5px;
float: left;
}
 
 
div#vidi_code .th_playlist_checkbox {
position: relative;
top: -5px;
}

div#vidi_code .th_in_playlists {
    /*height:55px;*/
}

div#vidi_code .th_playlist_title {
font-size: 12px;
text-decoration: none;
    /*color:#339900;*/
}

div#vidi_code .th_playlist_title:hover {
font-size: 12px;
text-decoration: underline;
    /*color:#0000FF;*/
}
div#vidi_code .playlist_item_id {
cursor: pointer;
border: 1px solid #1D1D1D;
background-color: #111111;
padding-top: 5px;
padding-bottom: 5px;
min-height: 100px;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
width: 150px;
}

div#vidi_code #DIV_VIDEO_PLAYER {
border: 1px solid #333;
background-color: #1B1B1B;
width: 640px;
height: 410px;
}

div#vidi_code .hoverclass_off,.list_folder_items_PUBLIC,.list_folder_items_ALL {
position: relative;
left: 1px;
}
 
div#vidi_code .hoverclass_off {
border: 1px solid #CCCCCC;
border-top: none;
background-color: #FFFFFF;
color: #666666;
vertical-align: middle;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
height: 50px;
}

div#vidi_code .list_folder_items_PUBLIC {
border: 1px solid #CCCCCC;
border-top: none;
background-color: #FFFFFF;
color: #666666;
vertical-align: middle;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
min-height: 50px;
}
 
div#vidi_code .hoverclass_off a,.list_folder_items_PUBLIC a,.list_folder_items_ALL a {
text-align: left;
padding-left: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
}
 
div#vidi_code .hoverclass_on {
background-color: none;
background-color: #666666;
border: 1px solid #666666;
border-top: none;
}
 
div#vidi_code .list_folder_items_ALL {
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
vertical-align: middle;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
height: 50px;
}
 
div#vidi_code .highlightedfolder {
background-color: #CCCCCC;
color: #FFFFFF;
text-align: center;
vertical-align: middle;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
height: 50px;
}








/*************************************************************
THE CONFERENCE SCHEDULE REQUIRES SOME CUSTOM STYLING
This is where we do that, overriding some previous styles.
We get very specific here, to avoid style clashes.
*************************************************************/

div#wrapper-extrawide {
width: 100%;
}

div#wrapper-extrawide div#masthead,
div#wrapper-extrawide div#sponsors {
margin-left: auto;
margin-right: auto;
width: 950px;
}

div#wrapper-extrawide div#content {
margin-left: auto;
margin-right: auto;
padding: 10px;
background: #DDD;
width: 1387px;
}

div#wrapper-extrawide .gutter {
	padding: 0;
}

div#wrapper-extrawide div#schedule {
position: relative;
width: 1357px;
background: #FFF;
padding: 25px 15px 10px;
}

div#wrapper-extrawide div#schedule h3 {
width: 70%;
}

div#wrapper-extrawide div#schedule h4 {
margin-left: 62px;
margin-bottom: 2em;
}

div#wrapper-extrawide div#schedule .date-select {
position: absolute;
top: 25px;
right: 15px;
}

div#wrapper-extrawide div#schedule-chart2 {
position: relative;
margin-left: 62px;
margin-bottom: 1.5em;
background: transparent url(/media/static/images/schedule_bg_extrawide.gif) no-repeat 0 0;
height: 1360px;
width: 1295px;
padding: 0;
}

/* schedule chart */
div#wrapper-extrawide div#schedule-chart2 dl {
position: absolute;
width: 125px;
/*background: #222 url(/media/static/images/schedule_grid_20px4.gif) repeat left top;*/
top: 0;
height: 100%;
font-size: 90%;
}

div#wrapper-extrawide div#schedule-chart2 dl dt {
position: absolute;
bottom: 1366px;
line-height: 1.2em;
}

div#wrapper-extrawide div#schedule-chart2 dl dd {
position: absolute;
width: 125px;
padding-left: 0;
background-image: url(/media/static/images/schedule_corners_bottom125.gif);
background-position: bottom left;
background-repeat: no-repeat;
/*overflow: hidden;*/
}

div#wrapper-extrawide div#schedule-chart2 dl dd p {
width: 115px;
margin-bottom: 0;
padding: 5px;
background-image: url(/media/static/images/schedule_corners_top125.gif);
background-position: top left;
background-repeat: no-repeat;
line-height: 1.4em;
color:#FFF;
}

div#wrapper-extrawide div#schedule-chart2 dl dd a {
font-weight: bold;
font-size: 105%;
}

/* set column positions */
div#wrapper-extrawide div#schedule-chart2 dl.col1 {
left: 0;
}
div#wrapper-extrawide div#schedule-chart2 dl.col2 {
left: 130px;
}
div#wrapper-extrawide div#schedule-chart2 dl.col3 {
left: 260px;
}
div#wrapper-extrawide div#schedule-chart2 dl.col4 {
left: 390px;
}
div#wrapper-extrawide div#schedule-chart2 dl.col5 {
left: 520px;
}
div#wrapper-extrawide div#schedule-chart2 dl.col6 {
left: 650px;
}
div#wrapper-extrawide div#schedule-chart2 dl.col7 {
left: 780px;
}
div#wrapper-extrawide div#schedule-chart2 dl.col8 {
left: 910px;
}
div#wrapper-extrawide div#schedule-chart2 dl.col9 {
left: 1040px;
}
div#wrapper-extrawide div#schedule-chart2 dl.col10 {
left: 1170px;
}


div#wrapper-extrawide div#schedule-chart2 a:link {
color: #fff;
text-decoration: none;
}

div#wrapper-extrawide div#schedule-chart2 a:visited {
color: #fff;
text-decoration: none;
}

div#wrapper-extrawide div#schedule-chart2 a:hover {
color: #fff;
text-decoration: underline;
}

div#wrapper-extrawide div#schedule-chart2 a:active {
color: #fff;
text-decoration: underline;
}




/* schedule times, 9am - 11pm */
div#wrapper-extrawide div#schedule-chart2 #times {
position: absolute;
text-align: right;
width: 60px;
top: 0;
left: -60px;
font-size: 90%;
background: none;
}

div#wrapper-extrawide div#schedule-chart2 #times dd {
position: absolute;
right: 8px;
width: 60px;
background-image: none;
}

div#wrapper-extrawide div#schedule-chart2 #times dd.am8 {
top: 0;
}
div#wrapper-extrawide div#schedule-chart2 #times dd.am9 {
top: 80px;
}
div#wrapper-extrawide div#schedule-chart2 #times dd.am10 {
top: 160px;
}
div#wrapper-extrawide div#schedule-chart2 #times dd.am11 {
top: 240px;
}
div#wrapper-extrawide div#schedule-chart2 #times dd.pm12 {
top: 320px;
}
div#wrapper-extrawide div#schedule-chart2 #times dd.pm1 {
top: 400px;
}
div#wrapper-extrawide div#schedule-chart2 #times dd.pm2 {
top: 480px;
}
div#wrapper-extrawide div#schedule-chart2 #times dd.pm3 {
top: 560px;
}
div#wrapper-extrawide div#schedule-chart2 #times dd.pm4 {
top: 640px;
}
div#wrapper-extrawide div#schedule-chart2 #times dd.pm5 {
top: 720px;
}
div#wrapper-extrawide div#schedule-chart2 #times dd.pm6 {
top: 800px;
}
div#wrapper-extrawide div#schedule-chart2 #times dd.pm7 {
top: 880px;
}
div#wrapper-extrawide div#schedule-chart2 #times dd.pm8 {
top: 960px;
}
div#wrapper-extrawide div#schedule-chart2 #times dd.pm9 {
top: 1040px;
}
div#wrapper-extrawide div#schedule-chart2 #times dd.pm10 {
top: 1120px;
}
div#wrapper-extrawide div#schedule-chart2 #times dd.pm11 {
top: 1200px;
}
div#wrapper-extrawide div#schedule-chart2 #times dd.am12 {
top: 1280px;
}




/* schedule key */
div#wrapper-extrawide div#schedule_key {
margin-right: auto;
margin-left: auto;
margin-top: 0;
margin-bottom: 1.5em;
position: relative;
border: 1px #333 solid;
width: 775px;
}

div#wrapper-extrawide div#schedule_key ul {
margin: .5em;
text-align: center;
}

div#wrapper-extrawide div#schedule_key li {
list-style: none;
background: none;
display: inline;
font-size: 80%;
text-transform: uppercase;
margin-right: 1em;
}

div#wrapper-extrawide div#schedule_key li img {
padding-right: 4px;
    /*border: 1px #000 solid;*/
    height: .8em;
}

/* how far from the top? */
div#wrapper-extrawide div#schedule-chart2 .AM800 {
top: 0px;
}
div#wrapper-extrawide div#schedule-chart2 .AM815 {
top: 20px;
}
div#wrapper-extrawide div#schedule-chart2 .AM830 {
top: 40px;
}
div#wrapper-extrawide div#schedule-chart2 .AM845 {
top: 60px;
}

div#wrapper-extrawide div#schedule-chart2 .AM900 {
top: 80px;
}
div#wrapper-extrawide div#schedule-chart2 .AM915 {
top: 100px;
}
div#wrapper-extrawide div#schedule-chart2 .AM930 {
top: 120px;
}
div#wrapper-extrawide div#schedule-chart2 .AM945 {
top: 140px;
}

div#wrapper-extrawide div#schedule-chart2 .AM1000 {
top: 160px;
}
div#wrapper-extrawide div#schedule-chart2 .AM1015 {
top: 180px;
}
div#wrapper-extrawide div#schedule-chart2 .AM1030 {
top: 200px;
}
div#wrapper-extrawide div#schedule-chart2 .AM1045 {
top: 220px;
}

div#wrapper-extrawide div#schedule-chart2 .AM1100 {
top: 240px;
}
div#wrapper-extrawide div#schedule-chart2 .AM1115 {
top: 260px;
}
div#wrapper-extrawide div#schedule-chart2 .AM1130 {
top: 280px;
}
div#wrapper-extrawide div#schedule-chart2 .AM1145 {
top: 300px;
}

div#wrapper-extrawide div#schedule-chart2 .PM1200 {
top: 320px;
}
div#wrapper-extrawide div#schedule-chart2 .PM1215 {
top: 340px;
}
div#wrapper-extrawide div#schedule-chart2 .PM1230 {
top: 360px;
}
div#wrapper-extrawide div#schedule-chart2 .PM1245 {
top: 380px;
}

div#wrapper-extrawide div#schedule-chart2 .PM100 {
top: 400px;
}
div#wrapper-extrawide div#schedule-chart2 .PM115 {
top: 420px;
}
div#wrapper-extrawide div#schedule-chart2 .PM130 {
top: 440px;
}
div#wrapper-extrawide div#schedule-chart2 .PM145 {
top: 460px;
}

div#wrapper-extrawide div#schedule-chart2 .PM200 {
top: 480px;
}
div#wrapper-extrawide div#schedule-chart2 .PM215 {
top: 500px;
}
div#wrapper-extrawide div#schedule-chart2 .PM230 {
top: 520px;
}
div#wrapper-extrawide div#schedule-chart2 .PM245 {
top: 540px;
}

div#wrapper-extrawide div#schedule-chart2 .PM300 {
top: 560px;
}
div#wrapper-extrawide div#schedule-chart2 .PM315 {
top: 580px;
}
div#wrapper-extrawide div#schedule-chart2 .PM330 {
top: 600px;
}
div#wrapper-extrawide div#schedule-chart2 .PM345 {
top: 620px;
}

div#wrapper-extrawide div#schedule-chart2 .PM400 {
top: 640px;
}
div#wrapper-extrawide div#schedule-chart2 .PM415 {
top: 660px;
}
div#wrapper-extrawide div#schedule-chart2 .PM430 {
top: 680px;
}
div#wrapper-extrawide div#schedule-chart2 .PM445 {
top: 700px;
}

div#wrapper-extrawide div#schedule-chart2 .PM500 {
top: 720px;
}
div#wrapper-extrawide div#schedule-chart2 .PM515 {
top: 740px;
}
div#wrapper-extrawide div#schedule-chart2 .PM530 {
top: 760px;
}
div#wrapper-extrawide div#schedule-chart2 .PM545 {
top: 780px;
}

div#wrapper-extrawide div#schedule-chart2 .PM600 {
top: 800px;
}
div#wrapper-extrawide div#schedule-chart2 .PM615 {
top: 820px;
}
div#wrapper-extrawide div#schedule-chart2 .PM630 {
top: 840px;
}
div#wrapper-extrawide div#schedule-chart2 .PM645 {
top: 860px;
}

div#wrapper-extrawide div#schedule-chart2 .PM700 {
top: 880px;
}
div#wrapper-extrawide div#schedule-chart2 .PM715 {
top: 900px;
}
div#wrapper-extrawide div#schedule-chart2 .PM730 {
top: 920px;
}
div#wrapper-extrawide div#schedule-chart2 .PM745 {
top: 940px;
}

div#wrapper-extrawide div#schedule-chart2 .PM800 {
top: 960px;
}
div#wrapper-extrawide div#schedule-chart2 .PM815 {
top: 980px;
}
div#wrapper-extrawide div#schedule-chart2 .PM830 {
top: 1000px;
}
div#wrapper-extrawide div#schedule-chart2 .PM845 {
top: 1020px;
}

div#wrapper-extrawide div#schedule-chart2 .PM900 {
top: 1040px;
}
div#wrapper-extrawide div#schedule-chart2 .PM915 {
top: 1060px;
}
div#wrapper-extrawide div#schedule-chart2 .PM930 {
top: 1080px;
}
div#wrapper-extrawide div#schedule-chart2 .PM945 {
top: 1100px;
}

div#wrapper-extrawide div#schedule-chart2 .PM1000 {
top: 1120px;
}
div#wrapper-extrawide div#schedule-chart2 .PM1015 {
top: 1140px;
}
div#wrapper-extrawide div#schedule-chart2 .PM1030 {
top: 1160px;
}
div#wrapper-extrawide div#schedule-chart2 .PM1045 {
top: 1180px;
}

div#wrapper-extrawide div#schedule-chart2 .PM1100 {
top: 1200px;
}
div#wrapper-extrawide div#schedule-chart2 .PM1115 {
top: 1220px;
}
div#wrapper-extrawide div#schedule-chart2 .PM1130 {
top: 1240px;
}
div#wrapper-extrawide div#schedule-chart2 .PM1145 {
top: 1260px;
}

/* event type color definitions */
div#wrapper-extrawide div#schedule-chart2 .general {
background-color: #619ab4;
}
div#wrapper-extrawide div#schedule-chart2 .silver-sessions {
background-color: #619ab4;
}
div#wrapper-extrawide div#schedule-chart2 .workshops {
background-color: #619ab4;
}

div#wrapper-extrawide div#schedule-chart2 .competitions {
background-color: #9c0011;
}
div#wrapper-extrawide div#schedule-chart2 .special-events {
background-color: #683;
}
div#wrapper-extrawide div#schedule-chart2 .special-programs {
background-color: #68a411;
}

div#wrapper-extrawide div#schedule-chart2 .films {
background-color: #008091;
}
div#wrapper-extrawide div#schedule-chart2 .short-programs {
background-color: #e36910;
}
div#wrapper-extrawide div#schedule-chart2 .passholder-screenings {
background-color: #ffc700;
}
