/* 
    Document   : treemap
    Created on : 11-Mar-2010, 12:28:56
    Author     : Dan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.treetile {
    display:block;
    position:absolute;
    border:1px solid transparent;
}
.treetile:hover {
    box-shadow: 0px 0px 15px #ffcc00;
    border:1px solid #ffcc00;
    -webkit-box-shadow: 0px 0px 15px #ffcc00;
}
.treetile .tiletitle {
    position:absolute;
    top:0;
    left:0;
    right:0;
    padding:5px;
    background-color:#444444;
    background-color:rgba(10,10,10,0.4);
    color:#eeeeee;
}
a.tiletitle.large {
    font-size:1.1em;
}
a.tiletitle.medium {
    font-size:0.9em;
}
a.tiletitle.small {
    font-size:0.7em;
}
a.filllink {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
a.filllink span {
    display:none;
}
a.tiletitle span.numarticles {
    font-size:0.7em;
    color:#aaaaaa;
}
