﻿/********************************************************
    These are common settings that apply
    to all speech bubbles, regardless of their colour
********************************************************/
.speech_bubble_header
{
    width: 416px;
    height: 41px;    
    background-repeat: no-repeat;  
    margin: 0px;
    padding: 0px;
}

.speech_bubble_title
{
    color: White;
    font-weight: bold;
    font-size: 14px;
    background-repeat: no-repeat;
    padding: 8px 0px 0px 35px;
    margin: 0px;
}

.speech_bubble_background
{
    width: 416px;
    background-repeat: repeat-y;
    margin: 0px;
    padding: 0px 0px 0px 40px;
    overflow: auto;
}

.speech_bubble_content
{
    padding-right: 40px;
    padding-bottom: 10px;
}

.speech_bubble_footer
{
    width: 416px;
    height:6px;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

.speech_bubble_content ul
{
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.speech_bubble_content li
{
    padding-top: 3px;
}