/* 
////////// CSS TOC
----------------------------------------------
  TOOLBAR
  PRESENTATION
  PLAYER
  plan
  DOCUMENT
  ANNEX
  TOOLBOX
  SIDEBAR
  ----------------------------------------------
*/

h2#sectionVideoTitle, h2#sectionPlanTitle, h2#sectionMainDocumentTitle, h2#sectionAnnexTitle, h2#sectionSidebarTitle {
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #DDD;
  margin-bottom: 0;
}
#presentation h2.sectionTitleHided {
  position: absolute; top: -1000px;
  font-size: 1px;
  overflow: hidden;
}

/* =TOOLBAR */
.toolbar {
  position: relative;
  top: 5px;
  height: 20px;
}
.toolbar a {
  font-size: 0.9em;
  text-decoration: none;
}
.toolbar .title {
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
}
.toolbar .title h1 {
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  line-height:1.2;
}
.toolbar #tools {
  position:absolute; top:0px; right:5px;
}
.toolbar #tools, .toolbar #tools li {
  list-style-type:none;
  display:inline;
}


/* =PRESENTATION */
#presentation {
  position: relative;
  top: 5px;
  height: 510px;
}
#presenter a {
  font-weight: bold;
  text-decoration: none;
  margin-left: 3px;
}

/* =MEDIAPLAYER */
#mediaHolder {
  border: 1px solid #a9a9a9;
  overflow: hidden;
}

/* =plan */

#plan ul {
  display: block;
  cursor: pointer;
  margin: 0;
}
#plan a:hover {
  background-color: #f1f1f1;

}
#plan li {
  list-style-type: none;
}
#plan .ilevel0 a, #plan .ilevel1 a, #plan .ilevel2 a, #plan .ilevel3 a, #plan .ilevel4 a {
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  text-decoration: none;
  text-style: none;
  color: black;
  display: block;
  margin:0;
}
#plan a {
  display: block;
  margin: 0;
}
#plan span.chapterTitle {
  position: relative;
}
#plan .ilevel0 a span.chapterTitle {
  font-size: 11px;
  font-weight: bold;
  left: 2px;
}

h2#sectionPlanTitle {
  display: block; width: 236px; height: 5px;
}

#plan {
  position: absolute; top:  227px; left: 0px;
  width: 236px; height: 279px;
  border:1px solid #A9A9A9;
}

li.tag, li.document {
  border-bottom:1px solid #fff;
  padding-left: 5px;
}

#sidebar .tag a, #sidebar .document a {
  color:#000000;
  text-decoration:none;
  display:block;
}


.tagQuotes, .documentQuotes {
  margin-bottom: 5px;
}

#plan .ilevel1 a span.chapterTitle {
  font-size: 11px;
  font-weight: normal;
  //left: 12px;
  display: block;
  margin-left: 9px;
}
#plan .ilevel2 a span.chapterTitle {
  font-size: 10px;
  font-weight: normal;
  left: 32px;
}
#plan .ilevel3 a span.chapterTitle {
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
  left: 47px;
}
#plan .ilevel4 a span.chapterTitle {
  font-size: 9px;
  font-weight: normal;
  left: 62px;
}
#plan a.currentChapter {
  background: url(../../images/outlineItem.gif) repeat;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

#plan span#currentChapter {
  display: block;
  position: relative; height: 30px;
  margin: 2px;
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 0.8em;
  font-style: normal;
  padding-left: 2px;
  border: 1px solid #ccc;
  color: black;
}

#documentControls {
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  color: #262536;
  position: relative;
  width: 100%; height:18px;
  background: transparent url(../images/watch/toolBoxBtnBg.png) left top repeat-x;
  border-top: 1px solid #A9A9A9;
  padding-left:2px;
}
#documentControls li {
  display:inline;
}
#documentControls a {
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  text-decoration:none;
  color:black;
}
#documentControls #sync {
position:absolute;
top:1px;
left:4px;
}
#documentControls #btnFastRewind {
position:absolute;
top:4px;
left:200px;
}
#documentControls #btnRewind {
position:absolute;
top:4px;
left:220px;
}
#documentControls #documentsCounter {
position:absolute;
top:1px;
left:240px;
}
#documentControls #btnForward {
position:absolute;
top:4px;
left:270px;
}
#documentControls #btnFastForward {
position:absolute;
top:4px;
left:290px;
}
#documentControls .documentsFunctions {
  float:right;
  margin:4px 4px 0 0;
}
#documentControls #documentFunctions img:hover {
  background: transparent url(../images/watch/documentNavBtnBg.png) no-repeat center center;
}
#documentControls #documentFunctionsLegend {
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  color: #262536;
  position: absolute;
  top: 1px;
  right: 40px;
}

/* =ANNEX */
h2#sectionAnnexTitle {
  position: absolute;
  display: block; 
  width: 504px; 
  height: 5px;
}
#annex {
  width:  504px; height: 100px;
  border: 1px solid #a9a9a9;
  overflow: auto;
  position: absolute;
}

#sidebar .tag span.breadcrumbFirst a, #sidebar .tag span.breadcrumb a, #sidebar .document span.breadcrumbFirst a, #sidebar .document span.breadcrumb a {
  display:inline;
}


#annex ul {
  list-style-type: none;
  display: block;
  padding:0px;
}
#annex ul li {
  height: 18px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  cursor:pointer;
}
#annex ul li:hover {
  background-color: #f1f1f1;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}
#annex img {
  display:block;float:left;
}
#annex li a {
  display:block;float:left;margin-top:3px;margin-left:3px;
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  text-decoration: none;
  text-style: none;
  color: black;
  font-size: 11px;
  font-weight:bold;
}
#plan #chapterList {
  position: absolute; 
  bottom: 0px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* =DOCUMENT */
#documentHolder {
  border: 1px solid #a9a9a9;
  overflow: hidden;
}
#doc {
  position: relative;
  top: 0px;
  text-align: center;
}#doc img {  height:378px;  width:504px;}
#pdf {
  width:100%; height:100%;
  margin: auto;
}

#divflash {
  position: relative; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%;
}

/* =SIDEBAR */
h2#sectionSidebarTitle {
  display: block; width: 202px; height: 5px;
  position: absolute; top: 0px; left: 748px;
}
#sidebar {
  position: absolute; top: 5px; left: 748px;
  width: 202px;
}
#sidebar li {
list-style:none;
}
#sidebar li span{
cursor:pointer;
}
#sidebar textarea {
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 11px;
  width: 195px;
  border-width: 1px;
  margin: 0px 0px 5px 3px;
}
#sidebar a.presentationListItem {
  margin-bottom: 5px;
  margin-top: 5px;
  display:inline;
}
.accordion_content {
  width:  202px;
  margin: -5px 0px 4px 0px;
  background: transparent url(../images/watch/accordionContentBg.png) no-repeat bottom left;
  overflow-y: auto;
  overflow-x: hidden;
  border-top:white thin solid;
}
.accordion_content p {
  margin: 3px;
  color:#000000;
  font: normal 10px Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}
#sidebar .presentationListItem {
  width: auto;
}

#noticeLink {
  margin-right: 5px;
}

#contentCenter {
  color: black;
  display:block;
  position:absolute; top:0px; right:5px;
}
#transcriptionLink {
  color: black;
  display:block;
  position:absolute; top:2px; right:5px;
}

#sidebar #login input.field {
  float: left;
  width: 150px;
}
#sidebar #login label {
  display: block;
  float: left;
  width: 60px;
}
#sidebar #login input.submit {
  margin-left: 60px;
  font-size: .8em;
}
.defaultSkin .mceToolbar .popUpIcon {
  background: transparent url(../images/watch/popUpIcon.png) 2px 2px no-repeat;
}
.defaultSkin .mceToolbar .currentChapterIcon {
  background: transparent url(../images/watch/currentChapterIcon.gif) 2px 2px no-repeat;
}

/* =ACCORDION */
#sidebar_accordion {
  height: 477px;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}
.accordion_toggle {
  display: block;
  height: 17px;
  margin: 0px 0px 4px 0px;
  padding: 2px 0px 0px 4px;
  background: transparent url(../images/watch/accordionToggleBg.png) top left no-repeat;
}
.accordion_toggle a {
  font: bold 12px Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  text-decoration:none;
  color:#666;
  cursor: pointer;
}
.accordion_content {
  max-height:350px;
}

.toolbar a.iphone {
  background:transparent url(../images/watch/icoIphone.png) no-repeat scroll left top;
  font-size: 0.9em;
  padding-left: 2em;
  color: inherit;
  font-family:Arial,Helvetica,"Liberation Sans",FreeSans,sans-serif;
}

.toolbar a.windowsmobile {
  background:transparent url(../images/watch/icoWindowsMobile.png) no-repeat scroll left top;
  font-size: 0.9em;
  padding-left: 2em;
  color: inherit;
  font-family:Arial,Helvetica,"Liberation Sans",FreeSans,sans-serif;
  

}
