/* 
    Document   : czFisheye
    Created on : Mar 17, 2011, 4:08:27 PM
    Author     : svn
    Description:
        Purpose of the stylesheet follows.
*/

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

#splashContent {
     background-image: url("/resources/images/cz/sil-blank.png");
     background-repeat: no-repeat;
     height: 385px;
}

#fisheyeDiv 
{
    margin-left: 250px;
    height: 110px;
}

#fisheyeDiv img 
{
    border: none;    
}

#fisheye_menu {
    list-style: none;
    padding: 0;
    margin: 10px;
    height: 81px;
    
}

#fisheye_menu li
{
    display: inline;
    position: relative;
    display: block;
    float: left;

}

.clusterIcon {
    z-index: 1000;
}

.big {
    font-size: 30px;
}

.small {
    font-size: 10px;
}

.fisheye-size {
    width: 104px; height: 72px;
}

#silhoute {
    height: 100px;
    width: 325px;
}

.silhouteDiv {
    margin-top: -100px;
}

#descriptionWrapper {
    margin-top: 30px;
    width: 295px;
    margin-right: 175px;    
}

#descriptionDiv {
    color: #002B54;
    font-size: 1.1em;
}

#bsDiv {
    margin-top: 78px;
}

#budgetingDiv {
    margin-bottom: 15px;
}

.hidden {display: none !important;}