﻿
/* Table Styles Website*/
.tableDashed thead tr th, .tableDashed tfoot tr td, .tableDashed tbody tr td {
    border: 1px dashed #808080;
}

.tableDotted thead tr th, .tableDotted tfoot tr td, .tableDotted tbody tr td {
    border: 1px dotted #808080;
}

.tableSolid thead tr th, .tableSolid tfoot tr td, .tableSolid tbody tr td {
    border: 1px solid #808080;
}

.tableColAltGray thead tr th, .tableColAltGray tfoot tr td, .tableRowAltGray thead tr th, .tableRowAltGray tfoot tr td {
	background: rgb(183 183 183 / 85%);
}

.tableColAltBlue thead tr th, .tableColAltBlue tfoot tr td, .tableRowAltBlue thead tr th, .tableRowAltBlue tfoot tr td {
	background: rgb(129 162 213 / 85%);
}

.tableRowAltGray tbody tr:nth-child(2n) {
    background: rgb(210 209 209 / 48%);
}

.tableColAltGray tbody tr td:nth-child(2n) {
    background: rgb(210 209 209 / 48%);
}

.tableRowAltBlue tbody tr:nth-child(2n) {
    background: rgb(177 204 246 / 41%);
}

.tableColAltBlue tbody tr td:nth-child(2n) {
    background: rgb(177 204 246 / 41%);
}

.tableCellPadding tfoot tr td, .tableCellPadding thead tr th, .tableCellPadding tbody tr td
{
	padding: 5px 6px 5px 6px !important;
}

/* Cell Styles Website */
table thead tr th.cellRedBorder, table tfoot tr td.cellRedBorder, table tbody tr td.cellRedBorder {
    border-color: #DF0000;
}

table thead tr th.cellWhiteBorder, table tfoot tr td.cellWhiteBorder, table tbody tr td.cellWhiteBorder {
    border-color: #FFF;
}

table thead tr th.cellBlackBorder, table tfoot tr td.cellBlackBorder, table tbody tr td.cellBlackBorder {
    border-color: #000;
}

table thead tr th.cellMediumBorder, table tfoot tr td.cellMediumBorder, table tbody tr td.cellMediumBorder {
    border-width: 3px;
}

table thead tr th.cellThickBorder, table tfoot tr td.cellThickBorder, table tbody tr td.cellThickBorder {
    border-width: 5px;
}

/* Image Margin Website*/
.component_container_textwindow img[style*='float: left'], .textwindow_text img[style*='float: left'], #isPasted img[style*='float: left'], #lblNewsContent img[style*='float: left'], img[style*="float: left"][fr-original-class*="fr-draggable"], img[style*="float: left"][class*="fr-draggable"] {
    margin-right: 1em !important;
}

.component_container_textwindow img[style*='float: right'], .textwindow_text img[style*='float: right'], #isPasted img[style*='float: right'], #lblNewsContent img[style*='float: right'], img[style*="float: right"][fr-original-class*="fr-draggable"], img[style*="float: right"][class*="fr-draggable"] {
    margin-left: 1em !important;
}

/* Ordered & Unordered Lists */
ul[style*="box-sizing: border-box;"], ol[style*="box-sizing: border-box;"] {
    display: flex;
    flex-direction: column;
}
