/*  Copyright 2009  Scibuff - Tomas Vorobjov  (email : blog@scibuff.com)

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

#header h1 a, #header h1 a:visited, #header h1 a:hover {
	font-size: 24px;
}

#main {
	background-color: #000;
	padding-bottom: 10px;
}

/* style for the visualization container */  
#content-treemap {  
position:relative;  
width:920px;  
height:480px;  
margin:auto;  
background-color:#1D1D20;  
}  

#content-treemap div {  
position:absolute;  
overflow:hidden;  
}  

#content-treemap .content {  
background-color:#222;  
border:0px solid #111;
padding-top: 2px;
}  

#content-treemap .head {
padding-left:4px;
line-height:20px;  
color:white;  
background-color:#080808;  
text-align: center;
}  

#content-treemap .head.in-path {  
background-color:#655;  
}  

#content-treemap .body {  
/*background-color:black;*/  
}  

#content-treemap .leaf {  
cursor:pointer;
cursor:hand;
color:white;  
background-color:#111;  
display:table-cell;  
vertical-align:middle;
padding-top: 4px;
padding-left: 4px;  
}  

#content-treemap .over-leaf {  
border:1px solid #9FD4FF;  
}  
  
#content-treemap .over-content {  
background-color: #9FD4FF;  
}  
 
#content-treemap .over-head { /* ...boy i'm funny */  
background-color:#A4D9FF;  
color:black;  
}  
  
/* tooltips style */  
.tip {  
z-index: 999;  
position:absolute;
width: 300px;  
}  

.tip-container {  
color: #fff;  
background-color: black;  
padding:5px;  
width: 290px;  
}  

.tip-title { text-decoration: underline; }

.tip-text-shaded {
	color: #aaa;
}
