/*
 * Some basic styles for the bounding boxes
 */

table.boundingbox 
{
	border-collapse: collapse;
}

/* In the new layout: */
.layoutb table.boundingbox
{
    border: 0px;
    line-height: 1.4;
}

.layoutb table.boundingbox .tableheader
{
    color: Black;
    background-color: Transparent;
    padding: 0px;
}

table.boundingbox .tableheader span
{
    font-size: 11pt !important;
}

.layoutb table.boundingbox td
{
    border: 0px;
    border-collapse: collapse;
}

/* -------------------------------------------- */
/* --------- Hatch Bloom Bounding Box --------- */
/* -------------------------------------------- */

.hbboundingbox_header
{
    vertical-align: top;
    background-color: #ffffff;
    height: 22px;
    border-bottom: solid 3px rgb(0,69,123); /* pantone 295 C */
}

.hbboundingbox_header img
{
	height: 17px;
}

.hbboundingbox_header span
{
    font-size: 16px;
    font-weight: bold;
    color: rgb(0,69,123); /* pantone 295 C */
    letter-spacing: 1px;
}

.hbboundingbox_content
{
	position: relative;
    vertical-align: top;
    border-top: solid 4px #ffffff;
}
