﻿.cToolTipClearFlow {
    clear:both;
    width:0;
    height:0;
    overflow:hidden;
    font-size:1pt;
}
.cToolTipContainer {
    width:300px;
    font-family:Tahoma;
    font-size:12pt;
}
.cToolTipTopLeftCorner {
    background: url(TopLeft.png) no-repeat left top;
    height:7px;
    width:7px; 
    overflow:hidden; 
    float:left;    
}
.cToolTipTopSide {
    background: #eff5d7 url(dot.gif) repeat-x left top;
    height:7px;
    overflow:hidden;
    width:286px; 
    float:left;
}
.cToolTipTopRightCorner {
    background: url(TopRight.png) no-repeat left top;
    height:7px;
    width:7px;
    overflow:hidden;
    float:left;
}
.cToolTipLeftSide {
    background: #eff5d7 url(dot.gif) repeat-y left;
    width:300px;
    overflow:hidden;
}
.cToolTipRightSide {
    background: url(dot.gif) repeat-y right;
    width:300px;
    overflow:hidden;
}
.cToolTipBottomLeftCorner {
    background: url(BottomLeft.png) no-repeat;
    height:7px;
    width:7px; 
    overflow:hidden; 
    float:left;
}
.cToolTipBottomSide {
    background: #e4eac8 url(dot.gif) repeat-x bottom;
    height:7px;
    overflow:hidden;
    width:286px; 
    float:left;
}
.cToolTipBottomSideSizeFixer {
    width:0px;
    height:7px;
    overflow:hidden;
}
.cToolTipBottomRightCorner {
    background: url(BottomRight.png) no-repeat;
    height:7px;
    width:7px;
    overflow:hidden;
    float:left;
}
.cToolTipFooter {
    background-color: #e4eac8 !important;
}
.cToolTipSeparatingStrip {
    background: #d7ddc1;
    overflow:hidden;
    height:1px;
}