.BContainer {
    margin: 0;
    padding: 0;
    line-height: 110%;
    /* line-height: 175%; */
}

/* H Style */
.BContainer h1, .BContainer h2, .BContainer h3, .BContainer h4, .BContainer h5, .BContainer h6 {
    margin: 20px 0 10px 0;
    color: #666666;
    line-height: 110%;
}

.H-Line h1, .H-Line h2, .H-Line h3, .H-Line h4, .H-Line h5, .H-Line h6, h1.H-Line, h2.H-Line, h3.H-Line, h4.H-Line, h5.H-Line, h6.H-Line {
    border-bottom: 4px solid !important;
    border-bottom-color: #EEEEEE;
}

.H-Border h1, .H-Border h2, .H-Border h3, .H-Border h4, .H-Border h5, .H-Border h6, h1.H-Border, h2.H-Border, h3.H-Border, h4.H-Border, h5.H-Border, h6.H-Border {
    padding: 10px 10px 6px 10px !important;
    background: #F5F5F5;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

/* END H Style */

/* Paragraph Style */
.P-Indent p, p.P-Indent {
    text-indent: 25px;
}

.P-Indent p[class="rtecenter"], p.P-Indent[class * ="rtecenter"], .P-Indent p[class="rteright"], p.P-Indent[class * ="rteright"] {
    text-indent: 0;
}

.P-Justify p, p.P-Justify {
    text-align: justify;
}

/* END Paragraph Style */

/* Bullet Style */
.BContainer ul, .BContainer ol {
    margin: 10px 0 10px 40px;
}

.BContainer ul ul, .BContainer ol ol {
    margin: 0 0 10px 20px;
}

.BContainer ul li, .BContainer ol li {
    margin: 5px auto;
}

.li-icon-circle ul, ul.li-icon-circle, .li-icon-square ul, ul.li-icon-square, .li-icon-arrow ul, ul.li-icon-arrow {
    list-style-type: none;
}

[class * ="li-icon-"] ul li:before, ul[class * ="li-icon-"] li:before {
    margin: 0 8px 0 -20px;
    font-family: FontAwesome;
}

.li-icon-circle ul li:before, ul.li-icon-circle li:before {
    content: "\f111";
}

.li-icon-circle ul li li:before, ul.li-icon-circle li li:before {
    content: "\f192";
}

.li-icon-circle ul li li li:before, ul.li-icon-circle li li li:before {
    content: "\f10c";
}

.li-icon-square ul li:before, ul.li-icon-square li:before {
    content: "\f0c8";
}

.li-icon-square ul li li:before, ul.li-icon-square li li:before {
    content: "\f0fe";
}

.li-icon-square ul li li li:before, ul.li-icon-square li li li:before {
    content: "\f147";
}

.li-icon-arrow ul li:before, ul.li-icon-arrow li:before {
    content: "\f0da";
}

.li-icon-arrow ul li li:before, ul.li-icon-arrow li li:before {
    content: "\f101";
}

.li-icon-arrow ul li li li:before, ul.li-icon-arrow li li li:before {
    content: "\f105";
}

.Li-Line ul li, ul.Li-Line li, .Li-Line ol li, ol.Li-Line li {
    margin-left: -5px;
    padding: 10px 5px 8px 5px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.Li-Line ul li:first-child, ul.Li-Line li:first-child, .Li-Line ol li:first-child, ol.Li-Line li:first-child {
    background: #ffffff;
}

.Li-Line ul li:nth-child(odd), ul.Li-Line li:nth-child(odd), .Li-Line ol li:nth-child(odd), ol.Li-Line li:nth-child(odd) {
    background: #ffffff;
}

.Li-Line ul li:nth-child(even), ul.Li-Line li:nth-child(even), .Li-Line ol li:nth-child(even), ol.Li-Line li:nth-child(even) {
    background: #FAFAFA;
}

.Li-Line ul li:hover, ul.Li-Line li:hover, .Li-Line ol li:hover, ol.Li-Line li:hover {
    background: #EEEEEE;
    border-bottom: 1px solid #F47D30;
}

/*  LI BG */
.Li-Bg ul, ul.Li-Bg {
    margin: 5px auto !important;
}

.Li-Bg ul li, ul.Li-Bg li {
    margin: 5px;
    padding: 10px 5px 8px 10px;
    display: block;
    border-left: 3px solid #CCCCCC;
    box-shadow: 1px 1px 1px #DDDDDD;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.Li-Bg ul li:first-chil, ul.Li-Bg li:first-child {
    background: #ffffff;
}

.Li-Bg ul li:nth-child(odd), ul.Li-Bg li:nth-child(odd) {
    background: #E0E0E0;
    /* #F5F5F5; */
}

.Li-Bg ul li:nth-child(even), ul.Li-Bg li:nth-child(even) {
    background: #FFFFFF;
    border-left: 3px solid #EEEEEE;
}

.Li-Bg ul li:hover, ul.Li-Bg li:hover {
    background: #F9EFE9;
    border-left: 3px solid #F47D30;
}
/* END LI BG */

/* END Bullet Style */

/* Table Style */
.BContainer table {
    margin: 10px auto;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-radius: 6px;
}

.BContainer table th, table td {
    padding: 6px;
    border-width: 0px;
}

.BContainer table th {
    background: #999999;
    color: #FFFFFF;
    /* text-align: inherit; */
}

.BContainer table tbody th {
    border-top: 1px solid #888888;
}

.BContainer table tr:nth-child(even) td {
    background: #EFEFEF;
}

.BContainer table td p {
    text-indent: 0;
}

.TB-Line table thead tr th, table.TB-Line thead tr th {
    border-top: 1px solid #888888;
    border-left: 1px solid #FFFFFF;
}

.TB-Line table thead tr th:first-child, table.TB-Line thead tr th:first-child {
    border-left: 1px solid #888888;
}

.TB-Line table thead tr th:last-child, table.TB-Line thead tr th:last-child {
    border-right: 1px solid #888888;
}

.TB-Line table tbody tr th, table.TB-Line tbody tr th {
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #888888;
}

.TB-Line table tbody tr:first-child th, table.TB-Line tbody tr:first-child th {
    border-top: 1px solid #888888;
}

.TB-Line table tbody tr:last-child th, table.TB-Line tbody tr:last-child th {
    border-bottom: 1px solid #888888;
}

.TB-Line table tbody tr td, table.TB-Line tbody tr td {
    border-left: 1px solid #C6C9CC;
    border-top: 1px solid #C6C9CC;
}

.TB-Line table tbody tr td:first-child, table.TB-Line tbody tr td:first-child {
    border-left: 1px solid #888888;
}

.TB-Line table tbody tr td:last-child, table.TB-Line tbody tr td:last-child {
    border-right: 1px solid #888888;
}

.TB-Line table tbody tr:first-child td, table.TB-Line tbody tr:first-child td {
    border-top: 1px solid #888888;
}

.TB-Line table tbody tr:last-child td, table.TB-Line tbody tr:last-child td {
    border-bottom: 1px solid #888888;
}

.TB-LDashed table thead tr th, table.TB-LDashed thead tr th {
    border-top: 1px solid #888888;
    border-left: 1px dashed #FFFFFF;
}

.TB-LDashed table thead tr th:first-child, table.TB-LDashed thead tr th:first-child {
    border-left: 1px solid #888888;
}

.TB-LDashed table thead tr th:last-child, table.TB-LDashed thead tr th:last-child {
    border-right: 1px solid #888888;
}

.TB-LDashed table tbody tr th, table.TB-LDashed tbody tr th {
    border-top: 1px dashed #FFFFFF;
    border-left: 1px solid #888888;
}

.TB-LDashed table tbody tr:first-child th, table.TB-LDashed tbody tr:first-child th {
    border-top: 1px dashed #888888;
}

.TB-LDashed table tbody tr:last-child th, table.TB-LDashed tbody tr:last-child th {
    border-bottom: 1px solid #888888;
}

.TB-LDashed table tbody tr td, table.TB-LDashed tbody tr td {
    border-left: 1px dashed #C6C9CC;
    border-top: 1px dashed #C6C9CC;
}

.TB-LDashed table tbody tr td:first-child, table.TB-LDashed tbody tr td:first-child {
    border-left: 1px solid #888888;
}

.TB-LDashed table tbody tr td:last-child, table.TB-LDashed tbody tr td:last-child {
    border-right: 1px solid #888888;
}

.TB-LDashed table tbody tr:first-child td, table.TB-LDashed tbody tr:first-child td {
    border-top: 1px solid #888888;
}

.TB-LDashed table tbody tr:last-child td, table.TB-LDashed tbody tr:last-child td {
    border-bottom: 1px solid #888888;
}

/* END Table Style */

/* Setting a-href Color Theme all */
.Body-BrownTheme a, .Body-BrownTheme a:visited, .Body-LGreenTheme a, .Body-LGreenTheme a:visited, .Body-OrangeTheme a, .Body-OrangeTheme a:visited, .Body-SteelBlueTheme a, .Body-SteelBlueTheme a:visited, .Body-DarkCyanTheme a, .Body-DarkCyanTheme a:visited, .Body-PurpleTheme a, .Body-PurpleTheme a:visited, .Body-LPinkTheme a, .Body-LPinkTheme a:visited, .Body-HotPinkTheme a, .Body-HotPinkTheme a:visited, .Li-Line li a, .Li-Line li a:visited {
    -webkit-filter: saturate(175%);
    -moz-filter: saturate(175%);
    -ms-filter: saturate(175%);
    -0-filter: saturate(175%);
    filter: saturate(175%);
}

.Body-BrownTheme a:hover, .Body-LGreenTheme a:hover, .Body-OrangeTheme a:hover, .Body-SteelBlueTheme a:hover, .Body-DarkCyanTheme a:hover, .Li-Line li a:hover, .Body-PupleTheme a:hover, .Body-LPinkTheme a:hover, .Body-HotPinkTheme a:hover, .Li-Line li a:hover {
    color: #F47D30 !important;
}

.Body-BrownTheme p a, .Body-LGreenTheme p a, .Body-OrangeTheme p a, .Body-SteelBlueTheme p a, .Body-DarkCyanTheme p a, .Body-PurpleTheme p a, .Body-LPinkTheme p a, .Body-HotPinkTheme p a {
    text-decoration: underline;
}

/* END Setting a-href Color Theme all */

/* .......................................... Brown Theme .......................................... */
div.BContainer[class * ="Body-BrownTheme H-Border"] > h1, div.BContainer[class * ="Body-BrownTheme"] h1.H-Border, div.BContainer[class * ="Body-BrownTheme H-Border"] > h2, div.BContainer[class * ="Body-BrownTheme"] h2.H-Border, div.BContainer[class * ="Body-BrownTheme H-Border"] > h3, div.BContainer[class * ="Body-BrownTheme"] h3.H-Border, div.BContainer[class * ="Body-BrownTheme H-Border"] > h4, div.BContainer[class * ="Body-BrownTheme"] h4.H-Border, div.BContainer[class * ="Body-BrownTheme H-Border"] > h5, div.BContainer[class * ="Body-BrownTheme"] h5.H-Border, div.BContainer[class * ="Body-BrownTheme H-Border"] > h6, div.BContainer[class * ="Body-BrownTheme"] h6.H-Border {
    background: #F2EFEC;
    border-color: #594B3B;
}

div.BContainer[class * ="Body-LGreenTheme H-Line"] > h1, div.BContainer[class * ="Body-LGreenTheme H-Line"] > h2, div.BContainer[class * ="Body-LGreenTheme H-Line"] > h3, div.BContainer[class * ="Body-LGreenTheme H-Line"] > h4, div.BContainer[class * ="Body-LGreenTheme H-Line"] > h5, div.BContainer[class * ="Body-LGreenTheme H-Line"] > h6 {
    border-color: #594B3B;
}

.Body-BrownTheme a, .Body-BrownTheme h1, .Body-BrownTheme h2, .Body-BrownTheme h3, .Body-BrownTheme h4, .Body-BrownTheme h5, .Body-BrownTheme h6 {
    color: #594B3B !important;
}

.Body-BrownTheme table thead tr th, table.Body-BrownTheme thead tr th {
    background: #7F6B54;
    border-top-color: #594B3B;
    border-left-color: #FFFFFF;
}

.Body-BrownTheme table thead tr th:first-child, table.Body-BrownTheme thead tr th:first-child {
    border-left-color: #594B3B;
}

.Body-BrownTheme table thead tr th:last-child, table.Body-BrownTheme thead tr th:last-child {
    border-right-color: #594B3B;
}

.Body-BrownTheme table tbody tr th, table.Body-BrownTheme tbody tr th {
    background: #7F6B54;
    border-top-color: #FFFFFF;
    border-left-color: #594B3B;
}

.Body-BrownTheme table tbody tr:first-child th, table.Body-BrownTheme tbody tr:first-child th {
    border-top-color: #594B3B;
}

.Body-BrownTheme table tbody tr:last-child th, table.Body-BrownTheme tbody tr:last-child th {
    border-bottom-color: #594B3B;
}

.Body-BrownTheme table tbody tr td, table.Body-BrownTheme tbody tr td {
    border-left-color: #BFAF9C;
    border-top-color: #BFAF9C;
}

.Body-BrownTheme table tbody tr td:first-child, table.Body-BrownTheme tbody tr td:first-child {
    border-left-color: #594B3B;
}

.Body-BrownTheme table tbody tr td:last-child, table.Body-BrownTheme tbody tr td:last-child {
    border-right-color: #594B3B;
}

.Body-BrownTheme table tbody tr:first-child td, table.Body-BrownTheme tbody tr:first-child td {
    border-top-color: #594B3B;
}

.Body-BrownTheme table tbody tr:last-child td, table.Body-BrownTheme tbody tr:last-child td {
    border-bottom-color: #594B3B;
}

.Body-BrownTheme table tr:nth-child(even) td, table.Body-BrownTheme tr:nth-child(even) td {
    background: #F2EFEC;
}

.Body-BrownTheme.Li-Line ul li:nth-child(even), .Body-BrownTheme ul.Li-Line li:nth-child(even), .Body-BrownTheme.Li-Line ol li:nth-child(even), .Body-BrownTheme ol.Li-Line li:nth-child(even) {
    background: #fbf8f5;
}

.Body-BrownTheme.Li-Line ul li:hover, .Body-BrownTheme ul.Li-Line li:hover, .Body-BrownTheme.Li-Line ol li:hover, .Body-BrownTheme ol.Li-Line li:hover {
    background: #F2EFEC;
}

.Body-BrownTheme[class * ="li-icon-"] ul li:before, .Body-BrownTheme ul[class * ="li-icon-"] li:before {
    color: #594B3B;
}

/* .......................................... END Brown Theme .......................................... */

/* .......................................... Light Green Theme .......................................... */
div.BContainer[class * ="Body-LGreenTheme H-Border"] > h1, div.BContainer[class * ="Body-LGreenTheme"] h1.H-Border, div.BContainer[class * ="Body-LGreenTheme H-Border"] > h2, div.BContainer[class * ="Body-LGreenTheme"] h2.H-Border, div.BContainer[class * ="Body-LGreenTheme H-Border"] > h3, div.BContainer[class * ="Body-LGreenTheme"] h3.H-Border, div.BContainer[class * ="Body-LGreenTheme H-Border"] > h4, div.BContainer[class * ="Body-LGreenTheme"] h4.H-Border, div.BContainer[class * ="Body-LGreenTheme H-Border"] > h5, div.BContainer[class * ="Body-LGreenTheme"] h5.H-Border, div.BContainer[class * ="Body-LGreenTheme H-Border"] > h6, div.BContainer[class * ="Body-LGreenTheme"] h6.H-Border {
    background: #F8FEF2;
    border-color: #81A26F;
}

div.BContainer[class * ="Body-LGreenTheme H-Line"] > h1, div.BContainer[class * ="Body-LGreenTheme H-Line"] > h2, div.BContainer[class * ="Body-LGreenTheme H-Line"] > h3, div.BContainer[class * ="Body-LGreenTheme H-Line"] > h4, div.BContainer[class * ="Body-LGreenTheme H-Line"] > h5, div.BContainer[class * ="Body-LGreenTheme H-Line"] > h6 {
    border-color: #81A26F;
}

.Body-LGreenTheme a, .Body-LGreenTheme h1, .Body-LGreenTheme h2, .Body-LGreenTheme h3, .Body-LGreenTheme h4, .Body-LGreenTheme h5, .Body-LGreenTheme h6 {
    color: forestgreen !important;
}

.Body-LGreenTheme table thead tr th, table.Body-LGreenTheme thead tr th {
    background: #8EC44C;
    border-top-color: #81A26F;
    border-left-color: #FFFFFF;
}

.Body-LGreenTheme table thead tr th:first-child, table.Body-LGreenTheme thead tr th:first-child {
    border-left-color: #81A26F;
}

.Body-LGreenTheme table thead tr th:last-child, table.Body-LGreenTheme thead tr th:last-child {
    border-right-color: #81A26F;
}

.Body-LGreenTheme table tbody tr th, table.Body-LGreenTheme tbody tr th {
    background: #8EC44C;
    border-top-color: #FFFFFF;
    border-left-color: #81A26F;
}

.Body-LGreenTheme table tbody tr:first-child th, table.Body-LGreenTheme tbody tr:first-child th {
    border-top-color: #81A26F;
}

.Body-LGreenTheme table tbody tr:last-child th, table.Body-LGreenTheme tbody tr:last-child th {
    border-bottom-color: #81A26F;
}

.Body-LGreenTheme table tbody tr td, table.Body-LGreenTheme tbody tr td {
    border-left-color: #B5D2A5;
    border-top-color: #B5D2A5;
}

.Body-LGreenTheme table tbody tr td:first-child, table.Body-LGreenTheme tbody tr td:first-child {
    border-left-color: #81A26F;
}

.Body-LGreenTheme table tbody tr td:last-child, table.Body-LGreenTheme tbody tr td:last-child {
    border-right-color: #81A26F;
}

.Body-LGreenTheme table tbody tr:first-child td, table.Body-LGreenTheme tbody tr:first-child td {
    border-top-color: #81A26F;
}

.Body-LGreenTheme table tbody tr:last-child td, table.Body-LGreenTheme tbody tr:last-child td {
    border-bottom-color: #81A26F;
}

.Body-LGreenTheme table tr:nth-child(even) td, table.Body-LGreenTheme tr:nth-child(even) td {
    background: #F8FFF0;
}

.Body-LGreenTheme.Li-Line ul li:nth-child(even), .Body-LGreenTheme ul.Li-Line li:nth-child(even), .Body-LGreenTheme.Li-Line ol li:nth-child(even), .Body-LGreenTheme ol.Li-Line li:nth-child(even) {
    background: #F8FEF2;
}

.Body-LGreenTheme.Li-Line ul li:hover, .Body-LGreenTheme ul.Li-Line li:hover, .Body-LGreenTheme.Li-Line ol li:hover, .Body-LGreenTheme ol.Li-Line li:hover {
    background: #F3FEE7;
}

.Body-LGreenTheme[class * ="li-icon-"] ul li:before, .Body-LGreenTheme ul[class * ="li-icon-"] li:before {
    color: forestgreen;
}

/* .......................................... END Light Green Theme .......................................... */

/* .......................................... Orange Theme .......................................... */
div.BContainer[class * ="Body-OrangeTheme H-Border"] > h1, div.BContainer[class * ="Body-OrangeTheme"] h1.H-Border, div.BContainer[class * ="Body-OrangeTheme H-Border"] > h2, div.BContainer[class * ="Body-OrangeTheme"] h2.H-Border, div.BContainer[class * ="Body-OrangeTheme H-Border"] > h3, div.BContainer[class * ="Body-OrangeTheme"] h3.H-Border, div.BContainer[class * ="Body-OrangeTheme H-Border"] > h4, div.BContainer[class * ="Body-OrangeTheme"] h4.H-Border, div.BContainer[class * ="Body-OrangeTheme H-Border"] > h5, div.BContainer[class * ="Body-OrangeTheme"] h5.H-Border, div.BContainer[class * ="Body-OrangeTheme H-Border"] > h6, div.BContainer[class * ="Body-OrangeTheme"] h6.H-Border {
    background: #FFFAE9;
    border-color: darkorange;
}

div.BContainer[class * ="Body-OrangeTheme H-Line"] > h1, div.BContainer[class * ="Body-OrangeTheme H-Line"] > h2, div.BContainer[class * ="Body-OrangeTheme H-Line"] > h3, div.BContainer[class * ="Body-OrangeTheme H-Line"] > h4, div.BContainer[class * ="Body-OrangeTheme H-Line"] > h5, div.BContainer[class * ="Body-OrangeTheme H-Line"] > h6 {
    border-color: #darkorange;
}

.Body-OrangeTheme a, .Body-OrangeTheme h1, .Body-OrangeTheme h2, .Body-OrangeTheme h3, .Body-OrangeTheme h4, .Body-OrangeTheme h5, .Body-OrangeTheme h6 {
    color: #F69256 !important;
}

.Body-OrangeTheme table thead tr th, table.Body-OrangeTheme thead tr th {
    background: darkorange;
    border-top-color: darkorange;
    border-left-color: #FFFFFF;
}

.Body-OrangeTheme table thead tr th:first-child, table.Body-OrangeTheme thead tr th:first-child {
    border-left-color: darkorange;
}

.Body-OrangeTheme table thead tr th:last-child, table.Body-OrangeTheme thead tr th:last-child {
    border-right-color: darkorange;
}

.Body-OrangeTheme table tbody tr th, table.Body-OrangeTheme tbody tr th {
    background: darkorange;
    border-top-color: #FFFFFF;
    border-left-color: darkorange;
}

.Body-OrangeTheme table tbody tr:first-child th, table.Body-OrangeTheme tbody tr:first-child th {
    border-top-color: darkorange;
}

.Body-OrangeTheme table tbody tr:last-child th, table.Body-OrangeTheme tbody tr:last-child th {
    border-bottom-color: darkorange;
}

.Body-OrangeTheme table tbody tr td, table.Body-OrangeTheme tbody tr td {
    border-left-color: #FDD6A8;
    border-top-color: #FDD6A8;
}

.Body-OrangeTheme table tbody tr td:first-child, table.Body-OrangeTheme tbody tr td:first-child {
    border-left-color: darkorange;
}

.Body-OrangeTheme table tbody tr td:last-child, table.Body-OrangeTheme tbody tr td:last-child {
    border-right-color: darkorange;
}

.Body-OrangeTheme table tbody tr:first-child td, table.Body-OrangeTheme tbody tr:first-child td {
    border-top-color: darkorange;
}

.Body-OrangeTheme table tbody tr:last-child td, table.Body-OrangeTheme tbody tr:last-child td {
    border-bottom-color: darkorange;
}

.Body-OrangeTheme table tr:nth-child(even) td, table.Body-OrangeTheme tr:nth-child(even) td {
    background: #FFFAE9;
}

.Body-OrangeTheme.Li-Line ul li:nth-child(even), .Body-OrangeTheme ul.Li-Line li:nth-child(even), .Body-OrangeTheme.Li-Line ol li:nth-child(even), .Body-OrangeTheme ol.Li-Line li:nth-child(even) {
    background: #FFFAE9;
}

.Body-OrangeTheme.Li-Line ul li:hover, .Body-OrangeTheme ul.Li-Line li:hover, .Body-OrangeTheme.Li-Line ol li:hover, .Body-OrangeTheme ol.Li-Line li:hover {
    background: #FFF6CC;
}

.Body-OrangeTheme[class * ="li-icon-"] ul li:before, .Body-OrangeTheme ul[class * ="li-icon-"] li:before {
    color: darkorange;
}

/* .......................................... END Orange Theme .......................................... */

/* .......................................... Steel Blue Theme .......................................... */
div.BContainer[class * ="Body-SteelBlueTheme H-Border"] > h1, div.BContainer[class * ="Body-SteelBlueTheme"] h1.H-Border, div.BContainer[class * ="Body-SteelBlueTheme H-Border"] > h2, div.BContainer[class * ="Body-SteelBlueTheme"] h2.H-Border, div.BContainer[class * ="Body-SteelBlueTheme H-Border"] > h3, div.BContainer[class * ="Body-SteelBlueTheme"] h3.H-Border, div.BContainer[class * ="Body-SteelBlueTheme H-Border"] > h4, div.BContainer[class * ="Body-SteelBlueTheme"] h4.H-Border, div.BContainer[class * ="Body-SteelBlueTheme H-Border"] > h5, div.BContainer[class * ="Body-SteelBlueTheme"] h5.H-Border, div.BContainer[class * ="Body-SteelBlueTheme H-Border"] > h6, div.BContainer[class * ="Body-SteelBlueTheme"] h6.H-Border {
    background: #FAFAFF;
    border-color: steelblue;
}

div.BContainer[class * ="Body-SteelBlueTheme H-Line"] > h1, div.BContainer[class * ="Body-SteelBlueTheme H-Line"] > h2, div.BContainer[class * ="Body-SteelBlueTheme H-Line"] > h3, div.BContainer[class * ="Body-SteelBlueTheme H-Line"] > h4, div.BContainer[class * ="Body-SteelBlueTheme H-Line"] > h5, div.BContainer[class * ="Body-SteelBlueTheme H-Line"] > h6 {
    border-color: #81A26F;
}

.Body-SteelBlueTheme a, .Body-SteelBlueTheme h1, .Body-SteelBlueTheme h2, .Body-SteelBlueTheme h3, .Body-SteelBlueTheme h4, .Body-SteelBlueTheme h5, .Body-SteelBlueTheme h6 {
    color: steelblue !important;
}

.Body-SteelBlueTheme table thead tr th, table.Body-SteelBlueTheme thead tr th {
    background: steelblue;
    border-top-color: #3B7DA1;
    border-left-color: #FFFFFF;
}

.Body-SteelBlueTheme table thead tr th:first-child, table.Body-SteelBlueTheme thead tr th:first-child {
    border-left-color: #3B7DA1;
}

.Body-SteelBlueTheme table thead tr th:last-child, table.Body-SteelBlueTheme thead tr th:last-child {
    border-right-color: #3B7DA1;
}

.Body-SteelBlueTheme table tbody tr th, table.Body-SteelBlueTheme tbody tr th {
    background: steelblue;
    border-top-color: #FFFFFF;
    border-left-color: steelblue;
}

.Body-SteelBlueTheme table tbody tr:first-child th, table.Body-SteelBlueTheme tbody tr:first-child th {
    border-top-color: steelblue;
}

.Body-SteelBlueTheme table tbody tr:last-child th, table.Body-SteelBlueTheme tbody tr:last-child th {
    border-bottom-color: #3B7DA1;
}

.Body-SteelBlueTheme table tbody tr td, table.Body-SteelBlueTheme tbody tr td {
    border-left-color: #85b2c1;
    border-top-color: #85b2c1;
}

.Body-SteelBlueTheme table tbody tr td:first-child, table.Body-SteelBlueTheme tbody tr td:first-child {
    border-left-color: #3B7DA1;
}

.Body-SteelBlueTheme table tbody tr td:last-child, table.Body-SteelBlueTheme tbody tr td:last-child {
    border-right-color: #3B7DA1;
}

.Body-SteelBlueTheme table tbody tr:first-child td, table.Body-SteelBlueTheme tbody tr:first-child td {
    border-top-color: #3B7DA1;
}

.Body-SteelBlueTheme table tbody tr:last-child td, table.Body-SteelBlueTheme tbody tr:last-child td {
    border-bottom-color: #3B7DA1;
}

.Body-SteelBlueTheme table tr:nth-child(even) td, table.Body-SteelBlueTheme tr:nth-child(even) td {
    background: #EBF2F9;
}

.Body-SteelBlueTheme.Li-Line ul li:nth-child(even), .Body-SteelBlueTheme ul.Li-Line li:nth-child(even), .Body-SteelBlueTheme.Li-Line ol li:nth-child(even), .Body-SteelBlueTheme ol.Li-Line li:nth-child(even) {
    background: #EBF2F9;
}

.Body-SteelBlueTheme.Li-Line ul li:hover, .Body-SteelBlueTheme ul.Li-Line li:hover, .Body-SteelBlueTheme.Li-Line ol li:hover, .Body-SteelBlueTheme ol.Li-Line li:hover {
    background: #FAFAFF;
}

.Body-SteelBlueTheme[class * ="li-icon-"] ul li:before, .Body-SteelBlueTheme ul[class * ="li-icon-"] li:before {
    color: #3B7DA1;
}

/* .......................................... END Steel Blue Theme .......................................... */

/* .......................................... DarkCyan Theme .......................................... */
div.BContainer[class * ="Body-DarkCyanTheme H-Border"] > h1, div.BContainer[class * ="Body-DarkCyanTheme"] h1.H-Border, div.BContainer[class * ="Body-DarkCyanTheme H-Border"] > h2, div.BContainer[class * ="Body-DarkCyanTheme"] h2.H-Border, div.BContainer[class * ="Body-DarkCyanTheme H-Border"] > h3, div.BContainer[class * ="Body-DarkCyanTheme"] h3.H-Border, div.BContainer[class * ="Body-DarkCyanTheme H-Border"] > h4, div.BContainer[class * ="Body-DarkCyanTheme"] h4.H-Border, div.BContainer[class * ="Body-DarkCyanTheme H-Border"] > h5, div.BContainer[class * ="Body-DarkCyanTheme"] h5.H-Border, div.BContainer[class * ="Body-DarkCyanTheme H-Border"] > h6, div.BContainer[class * ="Body-DarkCyanTheme"] h6.H-Border {
    background: #F8FFFA;
    border-color: darkcyan;
}

div.BContainer[class * ="Body-DarkCyanTheme H-Line"] > h1, div.BContainer[class * ="Body-DarkCyanTheme H-Line"] > h2, div.BContainer[class * ="Body-DarkCyanTheme H-Line"] > h3, div.BContainer[class * ="Body-DarkCyanTheme H-Line"] > h4, div.BContainer[class * ="Body-DarkCyanTheme H-Line"] > h5, div.BContainer[class * ="Body-DarkCyanTheme H-Line"] > h6 {
    border-color: #81A26F;
}

.Body-DarkCyanTheme a, .Body-DarkCyanTheme h1, .Body-DarkCyanTheme h2, .Body-DarkCyanTheme h3, .Body-DarkCyanTheme h4, .Body-DarkCyanTheme h5, .Body-DarkCyanTheme h6 {
    color: darkcyan !important;
}

.Body-DarkCyanTheme table thead tr th, table.Body-DarkCyanTheme thead tr th {
    background: darkcyan;
    border-top-color: darkcyan;
    border-left-color: #FFFFFF;
}

.Body-DarkCyanTheme table thead tr th:first-child, table.Body-DarkCyanTheme thead tr th:first-child {
    border-left-color: darkcyan;
}

.Body-DarkCyanTheme table thead tr th:last-child, table.Body-DarkCyanThemed thead tr th:last-child {
    border-right-color: darkcyan;
}

.Body-DarkCyanTheme table tbody tr th, table.Body-DarkCyanTheme tbody tr th {
    background: darkcyan;
    border-top-color: #FFFFFF;
    border-left-color: darkcyan;
}

.Body-DarkCyanTheme table tbody tr:first-child th, table.Body-DarkCyanTheme tbody tr:first-child th {
    border-top-color: darkcyan;
}

.Body-DarkCyanTheme table tbody tr:last-child th, table.Body-DarkCyanTheme tbody tr:last-child th {
    border-bottom-color: darkcyan;
}

.Body-DarkCyanTheme table tbody tr td, table.Body-DarkCyanTheme tbody tr td {
    border-left-color: #5CC1C1;
    border-top-color: #5CC1C1;
}

.Body-DarkCyanTheme table tbody tr td:first-child, table.Body-DarkCyanTheme tbody tr td:first-child {
    border-left-color: darkcyan;
}

.Body-DarkCyanTheme table tbody tr td:last-child, table.Body-DarkCyanTheme tbody tr td:last-child {
    border-right-color: darkcyan;
}

.Body-DarkCyanTheme table tbody tr:first-child td, table.Body-DarkCyanTheme tbody tr:first-child td {
    border-top-color: darkcyan;
}

.Body-DarkCyanTheme table tbody tr:last-child td, table.Body-DarkCyanTheme tbody tr:last-child td {
    border-bottom-color: darkcyan;
}

.Body-DarkCyanTheme table tr:nth-child(even) td, table.Body-DarkCyanTheme tr:nth-child(even) td {
    background: #F8FFFA;
}

.Body-DarkCyanTheme.Li-Line ul li:nth-child(even), .Body-DarkCyanTheme ul.Li-Line li:nth-child(even), .Body-DarkCyanTheme.Li-Line ol li:nth-child(even), .Body-DarkCyanTheme ol.Li-Line li:nth-child(even) {
    background: #F8FFFA;
}

.Body-DarkCyanTheme.Li-Line ul li:hover, .Body-DarkCyanTheme ul.Li-Line li:hover, .Body-DarkCyanTheme.Li-Line ol li:hover, .Body-DarkCyanTheme ol.Li-Line li:hover {
    background: #C5EFEF;
}

.Body-DarkCyanTheme[class * ="li-icon-"] ul li:before, .Body-DarkCyanTheme ul[class * ="li-icon-"] li:before {
    color: #3B7DA1;
}

/* .......................................... END DarkCyan Theme .......................................... */

/* .......................................... Purple Theme .......................................... */
div.BContainer[class * ="Body-PurpleTheme H-Border"] > h1, div.BContainer[class * ="Body-PurpleTheme"] h1.H-Border, div.BContainer[class * ="Body-PurpleTheme H-Border"] > h2, div.BContainer[class * ="Body-PurpleTheme"] h2.H-Border, div.BContainer[class * ="Body-PurpleTheme H-Border"] > h3, div.BContainer[class * ="Body-PurpleTheme"] h3.H-Border, div.BContainer[class * ="Body-PurpleTheme H-Border"] > h4, div.BContainer[class * ="Body-PurpleTheme"] h4.H-Border, div.BContainer[class * ="Body-PurpleTheme H-Border"] > h5, div.BContainer[class * ="Body-PurpleTheme"] h5.H-Border, div.BContainer[class * ="Body-PurpleTheme H-Border"] > h6, div.BContainer[class * ="Body-PurpleTheme"] h6.H-Border {
    background: #FCF9FF;
    border-color: #9E7FBB;
}

div.BContainer[class * ="Body-PurpleTheme H-Line"] > h1, div.BContainer[class * ="Body-PurpleTheme H-Line"] > h2, div.BContainer[class * ="Body-PurpleTheme H-Line"] > h3, div.BContainer[class * ="Body-PurpleTheme H-Line"] > h4, div.BContainer[class * ="Body-PurpleTheme H-Line"] > h5, div.BContainer[class * ="Body-PurpleTheme H-Line"] > h6 {
    border-color: #9E7FBB;
}

.Body-PurpleTheme a, .Body-PurpleTheme h1, .Body-PurpleTheme h2, .Body-PurpleTheme h3, .Body-PurpleTheme h4, .Body-PurpleTheme h5, .Body-PurpleTheme h6 {
    color: #9E7FBB !important;
}

.Body-PurpleTheme table thead tr th, table.Body-PurpleTheme thead tr th {
    background: #9E7FBB;
    border-top-color: rebeccapurple;
    border-left-color: #FFFFFF;
}

.Body-PurpleTheme table thead tr th:first-child, table.Body-PurpleTheme thead tr th:first-child {
    border-left-color: rebeccapurple;
}

.Body-PurpleTheme table thead tr th:last-child, table.Body-PurpleTheme thead tr th:last-child {
    border-right-color: rebeccapurple;
}

.Body-PurpleTheme table tbody tr th, table.Body-PurpleTheme tbody tr th {
    background: #9E7FBB;
    border-top-color: #FFFFFF;
    border-left-color: rebeccapurple;
}

.Body-PurpleTheme table tbody tr:first-child th, table.Body-PurpleTheme tbody tr:first-child th {
    border-top-color: rebeccapurple;
}

.Body-PurpleTheme table tbody tr:last-child th, table.Body-PurpleTheme tbody tr:last-child th {
    border-bottom-color: rebeccapurple;
}

.Body-PurpleTheme table tbody tr td, table.Body-PurpleTheme tbody tr td {
    border-left-color: #D5C7E2;
    border-top-color: #D5C7E2;
}

.Body-PurpleTheme table tbody tr td:first-child, table.Body-PurpleTheme tbody tr td:first-child {
    border-left-color: rebeccapurple;
}

.Body-PurpleTheme table tbody tr td:last-child, table.Body-PurpleTheme tbody tr td:last-child {
    border-right-color: rebeccapurple;
}

.Body-PurpleTheme table tbody tr:first-child td, table.Body-PurpleTheme tbody tr:first-child td {
    border-top-color: rebeccapurple;
}

.Body-PurpleTheme table tbody tr:last-child td, table.Body-PurpleTheme tbody tr:last-child td {
    border-bottom-color: rebeccapurple;
}

.Body-PurpleTheme table tr:nth-child(even) td, table.Body-PurpleTheme tr:nth-child(even) td {
    background: #FCF9FF;
}

.Body-PurpleTheme.Li-Line ul li:nth-child(even), .Body-PurpleTheme ul.Li-Line li:nth-child(even), .Body-PurpleTheme.Li-Line ol li:nth-child(even), .Body-PurpleTheme ol.Li-Line li:nth-child(even) {
    background: #FCF9FF;
}

.Body-PurpleTheme.Li-Line ul li:hover, .Body-PurpleTheme ul.Li-Line li:hover, .Body-PurpleTheme.Li-Line ol li:hover, .Body-PurpleTheme ol.Li-Line li:hover {
    background: #FCF9FF;
}

.Body-PurpleTheme[class * ="li-icon-"] ul li:before, .Body-PurpleTheme ul[class * ="li-icon-"] li:before {
    color: #9E7FBB;
}

/* .......................................... END Purple Theme .......................................... */

/* .......................................... Light Pink Theme .......................................... */
div.BContainer[class * ="Body-LPinkTheme H-Border"] > h1, div.BContainer[class * ="Body-LPinkTheme"] h1.H-Border, div.BContainer[class * ="Body-LPinkTheme H-Border"] > h2, div.BContainer[class * ="Body-LPinkTheme"] h2.H-Border, div.BContainer[class * ="Body-LPinkTheme H-Border"] > h3, div.BContainer[class * ="Body-LPinkTheme"] h3.H-Border, div.BContainer[class * ="Body-LPinkTheme H-Border"] > h4, div.BContainer[class * ="Body-LPinkTheme"] h4.H-Border, div.BContainer[class * ="Body-LPinkTheme H-Border"] > h5, div.BContainer[class * ="Body-LPinkTheme"] h5.H-Border, div.BContainer[class * ="Body-LPinkTheme H-Border"] > h6, div.BContainer[class * ="Body-LPinkTheme"] h6.H-Border {
    background: #FFF8FC;
    border-color: palevioletred;
}

div.BContainer[class * ="Body-LPinkTheme H-Line"] > h1, div.BContainer[class * ="Body-LPinkTheme H-Line"] > h2, div.BContainer[class * ="Body-LPinkTheme H-Line"] > h3, div.BContainer[class * ="Body-LPinkTheme H-Line"] > h4, div.BContainer[class * ="Body-LPinkTheme H-Line"] > h5, div.BContainer[class * ="Body-LPinkTheme H-Line"] > h6 {
    border-color: palevioletred;
}

.Body-LPinkTheme a, .Body-LPinkTheme h1, .Body-LPinkTheme h2, .Body-LPinkTheme h3, .Body-LPinkTheme h4, .Body-LPinkTheme h5, .Body-LPinkTheme h6 {
    color: palevioletred !important;
}

.Body-LPinkTheme table thead tr th, table.Body-LPinkTheme thead tr th {
    background: lightpink;
    border-top-color: palevioletred;
    border-left-color: #FFFFFF;
}

.Body-LPinkTheme table thead tr th:first-child, table.Body-LPinkTheme thead tr th:first-child {
    border-left-color: palevioletred;
}

.Body-LPinkTheme table thead tr th:last-child, table.Body-LPinkTheme thead tr th:last-child {
    border-right-color: palevioletred;
}

.Body-LPinkTheme table tbody tr th, table.Body-LPinkTheme tbody tr th {
    background: lightpink;
    border-top-color: #FFFFFF;
    border-left-color: palevioletred;
}

.Body-LPinkTheme table tbody tr:first-child th, table.Body-LPinkTheme tbody tr:first-child th {
    border-top-color: palevioletred;
}

.Body-LPinkTheme table tbody tr:last-child th, table.Body-LPinkTheme tbody tr:last-child th {
    border-bottom-color: palevioletred;
}

.Body-LPinkTheme table tbody tr td, table.Body-LPinkTheme tbody tr td {
    border-left-color: pink;
    border-top-color: pink;
}

.Body-LPinkTheme table tbody tr td:first-child, table.Body-LPinkTheme tbody tr td:first-child {
    border-left-color: palevioletred;
}

.Body-LPinkTheme table tbody tr td:last-child, table.Body-LPinkTheme tbody tr td:last-child {
    border-right-color: palevioletred;
}

.Body-LPinkTheme table tbody tr:first-child td, table.Body-LPinkTheme tbody tr:first-child td {
    border-top-color: palevioletred;
}

.Body-LPinkTheme table tbody tr:last-child td, table.Body-LPinkTheme tbody tr:last-child td {
    border-bottom-color: palevioletred;
}

.Body-LPinkTheme table tr:nth-child(even) td, table.Body-LPinkTheme tr:nth-child(even) td {
    background: #FFF8FC;
}

.Body-LPinkTheme.Li-Line ul li:nth-child(even), .Body-LPinkTheme ul.Li-Line li:nth-child(even), .Body-LPinkTheme.Li-Line ol li:nth-child(even), .Body-LPinkTheme ol.Li-Line li:nth-child(even) {
    background: #FFF8FC;
}

.Body-LPinkTheme.Li-Line ul li:hover, .Body-LPinkTheme ul.Li-Line li:hover, .Body-LPinkTheme.Li-Line ol li:hover, .Body-LPinkTheme ol.Li-Line li:hover {
    background: #FDEDF6;
}

.Body-LPinkTheme[class * ="li-icon-"] ul li:before, .Body-LPinkTheme ul[class * ="li-icon-"] li:before {
    color: palevioletred;
}

/* .......................................... END Light Pink Theme .......................................... */

/* .......................................... Hot Pink Theme .......................................... */
div.BContainer[class * ="Body-HotPinkTheme H-Border"] > h1, div.BContainer[class * ="Body-HotPinkTheme"] h1.H-Border, div.BContainer[class * ="Body-HotPinkTheme H-Border"] > h2, div.BContainer[class * ="Body-HotPinkTheme"] h2.H-Border, div.BContainer[class * ="Body-HotPinkTheme H-Border"] > h3, div.BContainer[class * ="Body-HotPinkTheme"] h3.H-Border, div.BContainer[class * ="Body-HotPinkTheme H-Border"] > h4, div.BContainer[class * ="Body-HotPinkTheme"] h4.H-Border, div.BContainer[class * ="Body-HotPinkTheme H-Border"] > h5, div.BContainer[class * ="Body-HotPinkTheme"] h5.H-Border, div.BContainer[class * ="Body-HotPinkTheme H-Border"] > h6, div.BContainer[class * ="Body-HotPinkTheme"] h6.H-Border {
    background: #FFFCFC;
    border-color: hotpink;
}

div.BContainer[class * ="Body-HotPinkTheme H-Line"] > h1, div.BContainer[class * ="Body-HotPinkTheme H-Line"] > h2, div.BContainer[class * ="Body-HotPinkTheme H-Line"] > h3, div.BContainer[class * ="Body-HotPinkTheme H-Line"] > h4, div.BContainer[class * ="Body-HotPinkTheme H-Line"] > h5, div.BContainer[class * ="Body-HotPinkTheme H-Line"] > h6 {
    border-color: hotpink;
}

.Body-HotPinkTheme a, .Body-HotPinkTheme h1, .Body-HotPinkTheme h2, .Body-HotPinkTheme h3, .Body-HotPinkTheme h4, .Body-HotPinkTheme h5, .Body-HotPinkTheme h6 {
    color: hotpink !important;
}

.Body-HotPinkTheme table thead tr th, table.Body-HotPinkTheme thead tr th {
    background: hotpink;
    border-top-color: mediumvioletred;
    border-left-color: #FFFFFF;
}

.Body-HotPinkTheme table thead tr th:first-child, table.Body-HotPinkTheme thead tr th:first-child {
    border-left-color: mediumvioletred;
}

.Body-HotPinkTheme table thead tr th:last-child, table.Body-HotPinkTheme thead tr th:last-child {
    border-right-color: mediumvioletred;
}

.Body-HotPinkTheme table tbody tr th, table.Body-HotPinkTheme tbody tr th {
    background: hotpink;
    border-top-color: #FFFFFF;
    border-left-color: mediumvioletred;
}

.Body-HotPinkTheme table tbody tr:first-child th, table.Body-HotPinkTheme tbody tr:first-child th {
    border-top-color: mediumvioletred;
}

.Body-HotPinkTheme table tbody tr:last-child th, table.Body-HotPinkTheme tbody tr:last-child th {
    border-bottom-color: mediumvioletred;
}

.Body-HotPinkTheme table tbody tr td, table.Body-HotPinkTheme tbody tr td {
    border-left-color: pink;
    border-top-color: pink;
}

.Body-HotPinkTheme table tbody tr td:first-child, table.Body-HotPinkTheme tbody tr td:first-child {
    border-left-color: mediumvioletred;
}

.Body-HotPinkTheme table tbody tr td:last-child, table.Body-HotPinkTheme tbody tr td:last-child {
    border-right-color: mediumvioletred;
}

.Body-HotPinkTheme table tbody tr:first-child td, table.Body-HotPinkTheme tbody tr:first-child td {
    border-top-color: mediumvioletred;
}

.Body-HotPinkTheme table tbody tr:last-child td, table.Body-HotPinkTheme tbody tr:last-child td {
    border-bottom-color: mediumvioletred;
}

.Body-HotPinkTheme table tr:nth-child(even) td, table.Body-HotPinkTheme tr:nth-child(even) td {
    background: #FFFCFC;
}

.Body-HotPinkTheme.Li-Line ul li:nth-child(even), .Body-HotPinkTheme .Li-Line ul li:nth-child(even), .Body-HotPinkTheme.Li-Line ol li:nth-child(even), .Body-HotPinkTheme .Li-Line ol li:nth-child(even) {
    background: #FFFCFC;
}

.Body-HotPinkTheme.Li-Line ul li:hover, .Body-HotPinkTheme .Li-Line ul li:hover, .Body-HotPinkTheme.Li-Line ol li:hover, .Body-HotPinkTheme .Li-Line ol li:hover {
    background: lavenderblush;
}

.Body-HotPinkTheme[class * ="li-icon-"] ul li:before, .Body-HotPinkTheme ul[class * ="li-icon-"] li:before {
    color: hotpink;
}

/* .......................................... END Hot Pink Theme .......................................... */


