﻿/*Convert em to pixel with default pixel size = 10 */

.mce-content-body {
	word-break: break-word;
}

.mce-content-body p {
	font-family: "PT Sans Regular", Arial, sans-serif, Arial, sans-serif;
	margin-bottom: 15px;
	font-size: 1em;
	color: #06313F;
	/*line-height: 1.6;*/ /*bug iTextSharp*/
}

.mce-content-body strong,
.mce-content-body b
{
    font-weight: bold;
}

/*Superscript*/
vsup
{
    vertical-align: super;
    font-size: 70%;
}

.mce-content-body sub
{
    position: relative;
    top: -5px;
    font-size: 70%;
    /*vertical-align: sub;
    font-size: 6px;*/
}

/*Title*/
.mce-content-body h1
{
    font-family: "PT Sans Narrow Bold", Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 1.8em;
    line-height: 9px;
    color: #DB222C;
}

/* Headline */
.mce-content-body h2
{
    font-family: "PT Sans Narrow Bold", Arial, sans-serif;
    font-size: 1.6em;
    /*font-weight: normal;*/
    margin-bottom: 15px;
    /*font-size: 17px;*/ /*1.76em;*/
    line-height: 11px;
    color: #DB222C;
}



/* Subline 1 */
.mce-content-body h3
{
    margin-bottom: 15px;
    font-size: 1.5em;
    /*line-height: 1.08em;*/
    font-family: "PT Sans Narrow Bold", Arial, sans-serif, Arial, sans-serif;
    /*font-weight: 300;*/
    color: #06313F;
}


/* Subline 2 */
.mce-content-body h4,
.mce-content-body h5
{
    font-family: "PT Sans Narrow Bold", Arial, sans-serif;
    color: #003040;
    font-size: 1.4em;
    margin-top: 5px;
    margin-bottom: 15px;
    /*font-weight: bold;*/
    /*line-height: 1.03em;*/ /*SDBB: added needed by ItextSharp*/
}

.mce-content-body h6
{
    font-family: "PT Sans Narrow Bold", Arial, sans-serif;
    font-size: 1em;
    /*font-weight: normal;*/
    color: #003040;
    /*line-height: 1.1;*/
    margin-bottom: 15px;
}

.mce-content-body a {
	font-size: 1em;
	text-decoration: none;
	color: #008FC4;
	font-family: "PT Sans Regular", Arial, sans-serif;
	display: inline !important;
	background-color: rgba(0, 0, 0, 0.00) !important;
	/*font-weight: 700;*/
}


/*List: bullet*/

.mce-content-body ul
{
    list-style-type: disc !important;
    color: #DB222C;
    margin-left: 20px;
    margin-bottom: 10px;
}


.mce-content-body li
{
    font-family: "PT Sans Regular", Arial, sans-serif, Arial, sans-serif;
    font-size: 1em;
    color: #06313F;
    padding: 0px 0px 0px 0px;
    margin-bottom: 4px;
    line-height: 15px;
}

/*.mce-content-body li
{
    font-family: "PT Sans Regular", Arial, sans-serif, Arial, sans-serif;
    font-size: 1em;
    color: #06313F;
    padding: 0px 0px 0px 0px;
    margin-bottom: 4px;
    line-height: 10px;
}
.mce-content-body li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: 0px;
  top: 0;
  color: #DB222C;
  font-size: 1em;
}*/




/*Table:*/

/*.mce-content-body table.border,
.mce-content-body table,
table.border*/
table
{
    width: 100%;
    margin-top: 8px;
    border: 0px;
    border-collapse: collapse;
    /*border-spacing: 0px;*/
    /*border: 1px solid #cccccc;*/
    /*border-spacing: 0px;*/
}

    /*.mce-content-body table.alternating,*/
    table.alternating
    {
        width: 100%;
        margin-top: 8px;
        border: 0px;
        border-collapse: collapse;
        /*border-spacing: 0px;*/
    }


    /*.mce-content-body table.border thead,
    .mce-content-body table.alternating thead,
    .mce-content-body table thead,
    table.border thead,
    table.alternating thead*/
    table thead
    {
        background-color: #3BB8EB; /*ddd*/
    }

    /*.mce-content-body table.border td,*/
    .mce-content-body table td,
    table.border td
    {
        border-collapse: collapse;
        border-spacing: 0px;
        border: 1px solid #cccccc; /* cccccc all border except top of head*/
    }

    /*.mce-content-body table.border thead td,
    .mce-content-body table thead td,
    table.border thead td*/
    table thead td
    {
        border-collapse: collapse;
        border-spacing: 0px;
        border: 1px solid #3BB8EB;
    }

    /*tr:nth-child(even) not supported. class odd added in initTinyMCE on blur*/
    /*.mce-content-body table.alternating tbody tr.odd,*/
    table.alternating tbody tr.odd
    {
        background: #DBF2FB; /* 3BB8EB eaeaea*/
    }


    /*Table:  from bb-main-css2.css */
    /*.mce-content-body table.border thead td,
    .mce-content-body table.alternating thead td,
    .mce-content-body table thead td,
    table.border thead td,
    table.alternating thead td*/
    table thead td
    {
        font-family: "PT Sans Narrow Bold", Arial, sans-serif, Arial, sans-serif;
        color: #FFF;
        font-size: 1.1em;
        font-weight: bold;
        /*border-top: 1px solid #cccccc;*/
        /*border-bottom: 1px solid #cccccc;*/
        padding: 6px 3px 6px 3px;
        /*line-height: 14px;*/
        /*text-shadow: 1px 1px 0px white;*/ /*not supported*/
    }

    /*.mce-content-body table.border tbody td,
    .mce-content-body table.alternating tbody td,
    .mce-content-body table tbody td,
    table.border tbody td,
    table.alternating tbody td*/
    table tbody td
    {
        line-height: 1.38em;
        font-size: 0.94em;
        font-family: "PT Sans Regular", Arial, sans-serif, Arial, sans-serif;
        vertical-align: top;
        padding: 0px 0px;
    }

    /*.mce-content-body table.alternating tbody tr:nth-child(even),*/
    table.alternating tbody tr:nth-child(even)
    {
        background: #DBF2FB;
    }

    table.template td
    {
        padding-top: 8px;
    }

/*.mce-content-body table.border tbody td:first-child,
    table.border tbody td:last-child,
    table.alternating tbody td:first-child,
    table.alternating tbody td:last-child
    {
        min-width: 26%;
    }*/

/*.mce-content-body table.border tbody td.title,
    table.alternating tbody td.title
    {
        font-size: 10px;
        line-height: 12px;
        font-weight: 700;
        padding-top: 5px;
    }

    table.border tbody td.no-border,
    table.alternating tbody td.no-border
    {
        border-bottom: 1px solid white;
    }

.mce-content-body table.border tr.border-bold,
.mce-content-body table.alternating tr.border-bold
{
    border-bottom: 3px solid #cccccc;
}

.mce-content-body table.border tr.no-border td,
.mce-content-body table.alternating tr.no-border td
{
    border-bottom: 1px solid white;
}*/




/*table.subheads td
{
    min-width: 0px !important;
}*/
