﻿/* Cases Overview Light */
.casesOverviewBox 
{
    position: relative;
    width: 110px;
    height: 110px;
    overflow: hidden;
    float: left
    }

.casesOverviewPict 
{
    position: absolute;
    top: 0px;
    left: 0px
    }
    
.casesOverviewContent 
{
    position: absolute;
    width: 90px;
    height: 18px;
    overflow: hidden;
    top: 110px;
    left: 0px;
    background-color: #4dc8e9;
    padding: 10px;
    line-height: 1em
    }
    
.casesOverviewEventTricker 
{
    position: absolute;
    width: 110px;
    height: 110px;
    top: 0px;
    left: 0px;
    cursor: pointer
    }