﻿.divContainerUp
{
    background-color: #f5f5f5;
    border: solid 1px #000000;
    position: relative;
    top: -1px;
    z-index: 9;
    padding: 4px;
    width:200px;
    -webkit-box-shadow: 3px 3px 8px #818181;
	-moz-box-shadow: 3px 3px 8px #818181;
	
}
.calloutUp
{
    height: 0;
    width: 0;
    border-bottom: 12px solid #000000;
    border-left: 12px dotted transparent;
    border-right: 12px dotted transparent;
    left: 0px;
    top: 0px;
    margin-left: 20px;
    z-index: 10;
}
.calloutUp2
{
    position: relative;
    left: -10px;
    top: 2px;
    height: 0;
    width: 0;
    border-bottom: 10px solid #f5f5f5;
    border-left: 10px dotted transparent;
    border-right: 10px dotted transparent;
    z-index: 11;
}

.divContainerDown
{
    background-color: #d2e1da;
    border: solid 1px #000000;
    position: relative;
    top: 1px;
    z-index: 3;
    padding: 4px;
}
.calloutDown
{
    height: 0;
    width: 0;
    border-top: 12px solid #000000;
    border-left: 12px dotted transparent;
    border-right: 12px dotted transparent;
    left: 0px;
    top: 0px;
    margin-left: 20px;
    z-index: 11;
}
.calloutDown2
{
    position: relative;
    left: -10px;
    top: -12px;
    height: 0;
    width: 0;
    border-top: 10px solid #9999ff;
    border-left: 10px dotted transparent;
    border-right: 10px dotted transparent;
    z-index: 10;
}


.divContainerMain
{
    background-color: #ccccff;
    padding: 8px;
}
