/* 
////////// CSS TOC
----------------------------------------------
  GENERIC
  HEADER
  CONTENT
    SIDEBAR LEFT
    CONTENT
      GENERIC
      LANGUAGE
      SEARCH
      TOOLBAR
      PRESENTATION
      CLUSTER
      PRESENTATION ITEM
      TAGS
      USER
    SIDEBAR RIGHT
  FORMS
  TABLES
  FOOTER
----------------------------------------------
////////// COLORS
  main grey : #F1F1F1
  alt grey  : #686868
----------------------------------------------
*/

/* =GENERIC */
body
{
  margin: 0px;
  padding: 0px;
}
.container { position: relative; }
/* =Language */
div.languages { padding:0;font-size: 1.2em;text-align:center;}
div.languages img.flag { vertical-align:middle;margin-left:30px;border:0px;cursor:pointer; }
div.languages img.close { position:absolute;top:-7px;right:-7px;border:0px;cursor:pointer; }
.invisible
{
  /*visibility: hidden;*/
}
.black 
{
  color: #000;
}
.red
{
  color: red;
}
.green
{
  color: green;
}
.print, .modify
{
  color: #3e3e3e;
  font-family:'andale mono', 'lucida console', monospace;
  text-decoration: none;
  padding: 4px;
}
.print img, .modify img
{
  vertical-align:middle;
}
.print:hover, .modify:hover
{
  background-color: #ededed
}
.center
{
	text-align: center;
}
.justify
{
	text-align: justify;
}
.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}
.right
{
  text-align: right; 
  float:right;
}
.error_list {
  color:red;
}
.tableHead
{
  font-weight: bold;
  background-color: #EAEAEA;
  list-style-type: none;
  margin: 0px;
}
.row
{
  border-bottom: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  list-style-type: none;
  cursor: pointer;
}
.row:hover
{
  background: url(../images/backend/gradient.png) repeat-x;
}
.firstCel
{
  border-left: 1px solid #EAEAEA;
}
.lastCel
{
  
}
.cel
{
  border-right: 1px solid #EAEAEA;
}
#header_forPrint
{
  text-align: center;
  display: none;
  
}
#header #userPanel
{
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 0.9em;
  color: #eaeaea;
  text-align: right;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  position: absolute;
  top: 0px;
  right: 0px;
}
#siteMapLink {
  margin-right: 5px;
}
#header #userPanel div, #header #userPanel a, #header #userPanel span
{
  float: right;
}
#header #userPanel div a, #header #userPanel div span {
  float:none;
}
/* Search autocomplete */
.ui-autocomplete { position: absolute; cursor: default; }
.ui-menu {
  list-style:none;
  padding: 2px;
  margin: 0;
  display:block;
}
.ui-widget-content {
  border-left: 1px solid #aaaaaa; 
  border-right: 1px solid #aaaaaa; 
  border-bottom: 1px solid #aaaaaa; 
  background: #ffffff; color: #222222;
  text-align:left;
}
.ui-menu-item a { text-decoration:none;cursor:pointer; }
.ui-menu-item:hover { background-color: #f2f2f2; }
.ui-effects-transfer { 
  border: 2px dotted #666;
}
.ui-menu .ui-menu-item { white-space:nowrap; padding:0 10px 0 0; }

#userPanelContent
{
  color: #eaeaea;
  background: url(../images/userPanelBg.png) repeat-x left top;
  height: 26px;
}
#userPanelContentIe6
{
  padding-top: 2px;
  color: #eaeaea;
  background: url(../images/userPanelBgIe6.png) repeat-x left top;
  height: 26px;
}
#header #userPanel a
{
  text-decoration: none;
}
#header #userPanel a:hover
{
  color: white;
  text-decoration: underline;
}
#moduleMenu
{
  background-color:#f1f1f1;
}
#moduleMenu p
{
  margin: 3px;
}
#moduleMenu ul
{
  margin: 3px;
}

.unselectableTitle
{
  color:#5E6168;
}

#moduleMenu li
{
  list-style-type: none;
  background: url(../images/bullet_red.png) no-repeat 0px 1px;
  margin:0px;
  padding-left: 15px;
}
/*  =CONTENT */
/*     =GENERIC */
h1
{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 2.15;
}
.list
{
  margin: 0px;
}
.list li
{
  padding-left: 0px;
  list-style-type: none;
}
.list li:hover
{
  background-color: #E4E4E4;
}
.list a
{
  text-decoration: none;
}
.nomargin
{
  margin: 0px;
}
#content
{
	position:	relative;
	width:		950px;
	margin:		auto;
	text-align: left;
}
.homeTitle {
  font-size:1.5em;
  line-height:1;
  border-top:0;
}
/*     =SEARCH */
.searchbar 
{
  background:url(../images/searchBg.png);
  background-repeat: no-repeat;
  height:50px;
  padding-top: 1em;
  padding-left: 2.5em;
  width:950px;
  
}
.searchbar #submitResearch {
  position: absolute; right: 40px;
  width:  100px;
  clear: right;
}

li.presentation {
  list-style-type: none;
}

li.document {
  list-style-type: none;
}

li.noteList {
  list-style-type: none;
}

#searchLeftBg {
 width:15px;
}

#searchDetails_all {
  position: relative; top: 3px;
}

#searchRightBg {
 width:15px;   
}
h1#searchLabel {
  color:#000;
  display:inline;
  border:0 none;
  font-family:inherit;
  font-size:100%;
  font-style:inherit;
  font-weight:inherit;
  margin:0;
  padding:0;
  vertical-align:baseline;
}
/*     =TOOLBAR */
.toolbar
{
  background-color: #f1f1f1;
  margin: 0em;
}
.toolbar .title
{
}
.toolbar .viewSelection
{
  float: right;
}
.toolbar a
{
  text-decoration: none;
}
.toolbar a.sortGrid 
{
  background: url(../images/sortGrid.png) top left no-repeat;
}
.toolbar a.sortList 
{
  background: url(../images/sortList.png) top left no-repeat;
}

.orderBy
{
  text-align: right;
}
.pageNumbering
{
  margin-top: 10px;
float:right;
  text-align: right;
}
/*     =PRESENTATION */
.thumbnail
{
	border: 3px double #ccc;
}
.presentation
{
  /*position: relative;
  clear: both;*/
  margin: 0em 0em 1.45em ;
}
.presentation .title 
{
  font-size: 1.1em;
  font-weight: bold;
}
.presentation .tag_timecode {
    font-size:0.9em;
    height:18px;
}
.presentation .image
{
  float: left;
  width: 80px;
}
.presentation img 
{

}

.presentationThumbnail img
{
  border: 4px double #AAA;
}

.presentation .informations
{
  position: relative;
  margin-left: 90px;
  margin-right: 210px;
}
.presentation .details
{
  float: right;
  width: 190px;
  border-left: 1px solid #b8b8b8;
  padding-left: 10px;
}
.presentationDuration
{
  position: relative;
  color: white;
  font:0.9em 'andale mono', 'lucida console', monospace;
  background-color: #333;
  margin-top:-15px;
  margin-right:10px;
  height: 10px;
  padding: 1px;
  float:right;
}
.presentation h3
{
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1em;
  margin-bottom: 0em;
}
.presentation p
{
  margin: 0em;
}
.tags
{
  font-size: .9em;
}
/*     =CLUSTER */
.cluster 
{
  line-height: 2.8em;
  border-bottom: 1px solid #F0F0F0;
}
.clusterTitle {
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
/*  border: 1px solid #F00;*/
}
.clusterLastUpdate 
{
  float: right;  
/*  border: 1px solid #0F0;*/
}
.clusterRss
{
  text-align: right;
  float: right;  
/*  border: 1px solid #00F;*/
}

.presentationClusterList li
{
  list-style-type: none;
}
.presentationClusterList ul
{
  margin: 0em
}
/*  =TAGS */

#tagList li{
	display:inline;
	list-style-type: none;	
}

.tag1 {
	display:inline;
    font-size:0.8em;
}
.tag2 {
	display:inline;
    font-size:0.9em;
}
.tag3 {
	display:inline;
    font-size:1.0em;
}
.tag4 {
	display:inline;
    font-size:1.1em;
}
.tag5 {
	display:inline;
    font-size:1.2em;
}
.tag6 {
	display:inline;
    font-size:1.3em;
}
.tag7 {
	display:inline;
    font-size:1.4em;
}
.tag8 {
	display:inline;
    font-size:1.5em;
}
.tag9 {
	display:inline;
    font-size:1.6em;
}
.tag10 {
	display:inline;
    font-size:1.7em;
}
/*  =PRESENTATION ITEM */
.presentationList li {
  list-style-type: none;
}

.presentationList ul {
  margin: 0em;
}

.presentationListItem
{
  display: block;
  height: 48px;
  width: 270px;
}

.presentationListItemThumbnail
{
  border: 3px double #999;
  float: left;
  margin-right: 5px;
  width: 56px;
  height: 42px;
}
.presentationListItemDuration
{
  position: relative;
  color: white;
  font: 0.9em 'andale mono', 'lucida console', monospace;
  background-color: #333;
  height: 10px;
  padding: 1px;
  float:right;
  margin-right:0px;
  margin-top:-12px;

}
.presentationListItemText
{
  font: 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.presentation_tag_bubble {
    float:left;
    margin-left: 2px;
    text-decoration:none;
    text-align:center;
    width:18px;
    height:18px;
    display:block;
    background-image: url(../images/bubble.png);
    background-position: 0px 0px;
}
.presentation_tag_bubble:hover {
    background-position: 0px 18px;
}

.presentationAttributeList li {
  list-style-type: none;
}

.presentationAttributeList ul {
  margin: 0em;
}

#clusterList li {
  list-style-type: none;
}

#clusterList ul {
  margin: 0em;
}
/*  =USER */

#userContent
{
    /*border-left:2px solid #E4E4E4;
    padding-left:2px;
    margin-left:-2px;*/
   
}

#noteContent
{
    border-top:2px solid #E4E4E4;
    padding-top:2px;
}

.note{
    padding: 5px;
    border:1px solid #999999;
    border-bottom-style:outset;
    border-right-style:outset;
}

#notelist a.cel {
  text-decoration: none;
  color: black;
  float:left;
  margin-right:10px;
  border-right:1px solid #EAEAEA;
  width:190px;
}

#notelist a.lastCel {
  text-decoration: none;
  color: black;
  float:right;
  border-right:1px solid #EAEAEA;
  width:190px;
}

#noteViewControls li, #noteEditControls li {
  display: inline;
  list-style-type: none;
}

.accountTitle h1 {
  display: inline;
  border-bottom: none;
  border-top: none;
}

.accountTitle  h2 {
  display: inline;
  font-size:1.6em;
  font-weight:normal;
  line-height:1.875em;
}

.accountTitle .span {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}

#sideMenu span {
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1em;
  color: #222;
	line-height:1;
	margin:0 0 0;
	font-weight: bold;
}

.noteH2 {
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 1.5em;
  color: #222;
	line-height:1;
	margin:0.5em 0 0.5em;   
}

/* =FOOTER */
#footer
{
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: 0.9em;
  color: #666;
}
#footer hr
{
  margin: 3px;
}
#footer a
{
  color: #666;
  text-decoration: none;
}
#footer a:hover
{
  color: #000;
  border-bottom: 1px dotted #666;
}

#footer ul {
  list-style-type: none;
}

div.ac_results {
  width: 350px;
  background: #fff;
  text-align:left;
  z-index: 1000;
}
div.ac_results ul {
  width: 100%;
  margin: 0; padding: 0;
  list-style-type: none;
  border: 1px solid #bbb;
  z-index: 1000;
}
div.ac_results ul li {
  margin:0;padding:3px;
  border-bottom: 1px solid #eee;
  list-style-type: none;
}
div.ac_results ul li.ac_over {
  cursor: pointer;
  background-color: #ffb;
}
div.ac_results ul li strong { text-decoration: underline; }

