.error{
    width : 950px;
    color : red;
    float : left;
    margin-left:  auto;
    margin-right: auto;
    font-weight: bold;
}
.error ul li{
    width : 950px;
    list-style: none;
    text-align: center;
    font-size: 18px;    
} 
div.eventTooltip_container{
    width: 12px;
    height: 12px;
    position: absolute;
    z-index:2;
}
div.eventTooltip_subcontainer{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: red;
}
.eventTooltip{
    position: absolute;
    left:0px;
    bottom:0px;
    width : 390px;
    _height: 50px;
    min-height: 50px;
    padding : 10px;
    background-color: white;
    border : 1px solid #02b4fd;
}
img.eventTooltippI{
    display: none;
 max-width: 100%;
width:100%;
}
.eventTooltipP{
    width:475px;
    height:155px;
    padding-left: 23px;
    padding-top: 40px;
}
.eventTooltipT{
    text-align: left;
    font-family: Arial;
    font-size: 22px;
}
.eventTooltipS{
    text-align: left;    
}
.eventTooltipD{
    text-align: left;    
    font-family: Arial;
    font-size: 11px;
    color : #7f7f7f;
}
.eventTooltipH{
    text-align: left;    
    font-family: Arial;
    font-size: 22px;    
    color:#808080;
    padding-top:10px;
}
.eTTarrow{
    margin-left: -15px;
    border : 2px solid black;
}
 img.eventTooltipPointer{
    position: absolute;
    top: -7px;
    left: -4px;
    display: block;
    width: 5px;
    height: 9px;
}