/* CSS Document */

body {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color:#ffffcc;
}

div#jeton_menu{
	width: 350px;
	height: 600px;
	float:left;
	font: bold 1.0em sans-serif;
	background-color:#AA8922;
}
#root{
	margin-top:5px;
	margin-bottom:5px;
	font-size: larger;
	font-weight: bold;
}

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

#table_listing{
	height: 600px;
	width: 100%;
}
#table_listing th{
	background-color: #A5D3D3;
	font-size: 0.9em;
	height: 25px;
	max-height: 25px;
	overflow:hidden;
}

#table_listing tr{
	height: 20px;
	vertical-align:middle;
}
#table_listing td{
	border: thin solid #666;
	padding:0px;
	margin:0px;
}
#table_listing tbody{
	width: 100%;
	height: 600px;
	font-size: 0.8em;
	overflow: scroll;
	vertical-align:top;
}

#table_listing td.mid{
	text-align:center;
	border: none;
}

#table_listing div.firme {
	font-weight: bold;
}

#table_listing div.text {
	width:400px;
}

#table_listing td.repertoire {
	font-weight: bold;
	width:20px;
}

#table_listing td.image {
	width:100px;
}

img.tree_image{
	height: 20px;
	width: 20px;
}

.cl1{
	font-size:13px;
}

.rel img{
	border:none;
	text-decoration:none;
}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/

/* the style of the div around each node */
.ygtvitem { }  

table.ygtvtable {
    margin-bottom:0; 
	border:none;
	border-collapse:collapse;
}

/*.ygtvitem td {*/
td.ygtvcell {
    border: none; 
	padding: 0;
}

tr.ygtvrow{
	vertical-align:middle;
	height:25px;
}

a.ygtvspacer {
	text-decoration:none;
	outline-style:none;
	display:block;
}


/* first or middle sibling, no children */
.ygtvtn {
    width:18px; height:22px; 
    background: url(treeview-sprite.gif) 0 -5600px no-repeat; 
	cursor:pointer ;
}

/* first or middle sibling, collapsable */
.ygtvtm {
    width:18px; height:22px; 
    cursor:pointer ;
    background: url(treeview-sprite.gif) 0 -4000px no-repeat; 
}

/* first or middle sibling, collapsable, hover */
.ygtvtmh,.ygtvtmhh {
    width:18px; height:22px; 
    cursor:pointer ;
    background: url(treeview-sprite.gif) 0 -4800px no-repeat; 
}

/* first or middle sibling, expandable */
.ygtvtp {
    width:18px; height:22px; 
    cursor:pointer ;
    background: url(treeview-sprite.gif) 0 -6400px no-repeat; 
}

/* first or middle sibling, expandable, hover */
.ygtvtph ,.ygtvtphh {
    width:18px; height:22px; 
    cursor:pointer ;
    background: url(treeview-sprite.gif) 0 -7200px no-repeat; 
}

/* last sibling, no children */
.ygtvln {
    width:18px; height:22px; 
    background: url(treeview-sprite.gif) 0 -1600px no-repeat; 
	cursor:pointer ;
}

/* Last sibling, collapsable */
.ygtvlm {
    width:18px; height:22px; 
    cursor:pointer ;
    background: url(treeview-sprite.gif) 0 0px no-repeat; 
}

/* Last sibling, collapsable, hover */
.ygtvlmh,.ygtvlmhh {
    width:18px; height:22px; 
    cursor:pointer ;
    background: url(treeview-sprite.gif) 0 -800px no-repeat; 
}

/* Last sibling, expandable */
.ygtvlp { 
    width:18px; height:22px; 
    cursor:pointer ;
    background: url(treeview-sprite.gif) 0 -2400px no-repeat; 
}

/* Last sibling, expandable, hover */
.ygtvlph,.ygtvlphh { 
    width:18px; height:22px; cursor:pointer ;
    background: url(treeview-sprite.gif) 0 -3200px no-repeat; 
	cursor:pointer ;
}

/* Loading icon */
.ygtvloading { 
    width:18px; height:22px; 
    background: url(treeview-loading.gif) 0 0 no-repeat; 
}

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { 
    width:18px; height:22px; 
    background: url(treeview-sprite.gif) 0 -8000px no-repeat; 
}

.ygtvblankdepthcell { width:18px; height:22px; }


/* the style of the div around each node's collection of children */
.ygtvchildren {  }  
* html .ygtvchildren { height:2%; }  

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover, .cl1, .cl1:link, .cl1:visited, .cl1:hover  { 
    margin-left:2px;
    text-decoration: none;
	cursor:pointer;
	color:#FFF;
}

.ygtvcontent, .ygtvcontent span {
	cursor:default;
}

.ygtvspacer { height: 22px; width: 18px; }

.ygtvfocus{
	background-color:#EFB;
	color:#000;
	border: none;
}
.ygtvfocus .ygtvlabel, .ygtvfocus .ygtvlabel:link, .ygtvfocus .ygtvlabel:visited, .ygtvfocus .ygtvlabel:hover, .ygtvfocus .cl1, .ygtvfocus .cl1:link, .ygtvfocus .cl1:visited, .ygtvfocus .cl1:hover {
	background-color:#EFB;
	color:#000;
}

.ygtvfocus  a  {
	outline-style:none;
}


.ygtvok {
    width:18px; height:22px; 
    background: url(treeview-sprite.gif) 0 -8800px no-repeat; 
}

.ygtvok:hover {
    background: url(treeview-sprite.gif) 0 -8844px no-repeat; 
}
	
.ygtvcancel {
    width:18px; height:22px; 
    background: url(treeview-sprite.gif) 0 -8822px no-repeat; 
}

.ygtvcancel:hover  {
    background: url(treeview-sprite.gif) 0 -8866px no-repeat; 
}

.ygtv-label-editor {
	background-color:#f2f2f2;
	border: 1px solid silver;
	position:absolute;
	display:none;
	overflow:hidden;
	margin:auto;
	z-index:9000;
}

.ygtv-edit-TextNode  {
	width: 190px;
}

.ygtv-edit-TextNode .ygtvcancel, .ygtv-edit-TextNode .ygtvok  {
	border:none;

}

.ygtv-edit-TextNode .ygtv-button-container {
	float: right;
}

.ygtv-edit-TextNode .ygtv-input  input{
	width: 140px;
}

.ygtv-edit-DateNode .ygtvcancel {
	border:none;
}
.ygtv-edit-DateNode .ygtvok  {
	display:none;
}

.ygtv-edit-DateNode   .ygtv-button-container {
	text-align:right;
	margin:auto;
}

.ygtv-highlight .ygtv-highlight0 , .ygtv-highlight .ygtv-highlight0 .ygtvlabel{
}

.ygtv-highlight .ygtv-highlight1  , .ygtv-highlight .ygtv-highlight1 .ygtvlabel{
	background-color:blue;
	color:white;
}

.ygtv-highlight .ygtv-highlight2  , .ygtv-highlight .ygtv-highlight2 .ygtvlabel {
	background-color:silver;
}

.ygtv-highlight .ygtv-highlight0 .ygtvfocus .ygtvlabel,
.ygtv-highlight .ygtv-highlight1 .ygtvfocus .ygtvlabel,
.ygtv-highlight .ygtv-highlight2 .ygtvfocus .ygtvlabel {
	background-color: #c0e0e0;
}

.ygtv-highlight .ygtvcontent {
	padding-right: 1em;
}

.ygtv-checkbox .ygtv-highlight0 .ygtvcontent {
	padding-left:1em;
	background:url(check0.gif) no-repeat;
}

.ygtv-checkbox .ygtv-highlight0 .ygtvfocus.ygtvcontent,
.ygtv-checkbox .ygtv-highlight1 .ygtvfocus.ygtvcontent ,
.ygtv-checkbox .ygtv-highlight2 .ygtvfocus.ygtvcontent  {
	background-color:#c0e0e0;
}

.ygtv-checkbox .ygtv-highlight1 .ygtvcontent {
	padding-left:1em;
	background:url(check1.gif) no-repeat;
}

.ygtv-checkbox .ygtv-highlight2 .ygtvcontent{
	padding-left:1em;
	background:url(check2.gif) no-repeat;
}

/*
 ***************************           LIGHTBOX CSS
*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

