html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.table > :not(:first-child) {
    border-top: 0px solid currentColor !important;
}



tr {
    height: 50px;
}

th {
    text-align: left;
    border-bottom-style: solid;
    vertical-align: middle;
}

.top {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #8ecafc;
}
th.left
{
    border-left-style: solid;
    border-left-width: 1px;
}
th.right
{
    border-right-style: solid;
    border-right-width: 1px;
}

td {
    text-align: left;
    vertical-align: middle;
}

.left
{
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color:#8ecafc;
}
.right
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color:#8ecafc;
}
td.top
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color:#8ecafc;
}
.bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #8ecafc;
}

input.Button
{
    border-width: 1px;
    border-style: solid;   
    border-color: Black;
    height: 20px; 
    cursor: pointer;  
}

.Base {
    background-color: #00b3ff;
    border-color: #00b3ff;
}

.Details
{
    background-color: #EDEFED;
    color: black; 
}
.Details th 
{
    border-left-color: #8ecafc;
    border-right-color: #8ecafc;
    border-top-color: #8ecafc;
}
.Details th.left {
    width: 100px;
}
.Details td
{ 
    border-left-color: #8ecafc;   
    border-right-color: #8ecafc;  
}
.Details tfoot td {
    border-bottom-color: #8ecafc;
    border-left-color: #8ecafc;
    border-right-color: #8ecafc;
}

.Second
{
    background-color: #D9D1BD;
}

.Third
{
    background-color: #EDEFED;
    color: #326BB1;
}

.Forth
{
    background-color: #F2F2F2;
}

.Second
{
    background-color: #D9D1BD;
    color: black;
}

.CopyRight
{
    font-size: xx-small;
    text-transform: uppercase;
    color: #999999;
    font-family: arial,helvetica,sans-serif;
}

.EmailTable
{
    font-family: arial;
    width: 80%;
}
.EmailTable th.title
{
     font-size: 24pt; 
     padding-left: 16px;
     height: 45px;
     background-image: url('./images/titleStrip.png');
     background-position: left bottom;
     background-repeat: repeat-x;
}
.EmailTable th.bottom
{
    border-bottom-color: #8ecafc;
}
.EmailTable tbody tr
{
    height: 30px;
}
.EmailTable tbody td
{
    border-left-color: #8ecafc;
    border-right-color: #8ecafc;
}
.EmailTable td.Container
{
    border-left-style: solid;
    border-left-width: 1px; 
    border-right-style: solid;
    border-right-width: 1px;
    vertical-align: top;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
}
.EmailTable tfoot tr
{
    height: 26px;
}
.EmailTable tfoot tr td.top
{
    border-top-color: #8ecafc;
}

.DetailsTable
{
    width: 100%;
}
.DetailsTable thead tr
{
    height: 26px;
}
.DetailsTable thead tr.Base th
{
    font-weight: bold;
}

.DetailsTable thead tr th
{
    text-align: left;
    font-weight: normal;
    padding-left: 4px;
    padding-right: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.DetailsTable tbody tr
{
    height: 30px;
}
.DetailsTable tbody tr td
{
    padding-left: 4px;
    padding-right: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.DetailsTable tfoot tr
{
    height: 30px;
}
.DetailsTable tfoot tr td
{
    padding-left: 4px;
    padding-right: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}


.ListTable
{
    width: 100%;
}
.ListTable thead tr
{
    height: 26px;
}
.ListTable thead tr th
{
    padding-left: 4px;
    padding-right: 4px;
}

.ListTable tbody tr
{
    height: 30px;
}
.ListTable tbody tr td
{
    padding-left: 4px;
    padding-right: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C0C0C0;
}
.ListTable tbody tr td.left
{
    padding-left: 4px;
}
.ListTable tfoot tr td
{
    padding-left: 4px;
    padding-right: 4px;
    border-bottom-style: none;
}
.ListTable tfoot tr
{
    height: 26px;
}


.ConfirmTable
{
    width: 1023px;
}
.ConfirmTable tbody tr
{
    height: 28px;
}
.ConfirmTable tbody tr td
{
    padding-left: 4px;
    padding-right: 4px;
    border-bottom: solid 1px #CC3300;
    border-top: solid 1px #CC3300; 
}
.ConfirmTable thead tr
{
    background-color: White;
}


.ConfirmDeleteTable
{
    width: auto;
}
.ConfirmDeleteTable tbody tr td
{
    padding-left: 4px;
    padding-right: 4px;
    border-bottom-style: none;
}
.ConfirmDeleteTable tbody tr td.left
{
    padding-left: 4px;
    padding-right: 4px;
    border-left-style: none;
}
.ConfirmDeleteTable tbody tr td.right
{
    padding-left: 0px;
    padding-right: 4px;
    border-right-style: none;
}


.MessageTable
{
    width: 1023px;     
}
.MessageTable tbody tr
{
    height: 50px;    
}

.MessageTable tbody tr td
{
    border-bottom: solid 1px white; 
    padding-left: 4px;
    text-align: center;
}

.MessageSubTable tbody tr td
{
    border-bottom-style: none;
}

.MessageSubTable tbody tr td.left
{
    padding-left: 4px;
    text-align: left; 
}

.MessageSubTable tbody tr td.right
{
    padding-right: 4px;
    text-align: right;
}


.MessageTableCompact
{
    width: 100%;     
}
.MessageTableCompact tbody tr
{
    height: 50px;    
}

.MessageTableCompact tbody tr td
{
    border-bottom: solid 1px white; 
    padding-left: 4px;
    padding-right: 4px;
}

.Calendar
{
    width: 100%;
    border-collapse: separate !important;
}
.CalendarDay
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: White;
    border-top-style: none;
    text-align: center;
}
.CalendarSelectedDay
{
    background-color: Yellow;
    text-align: center;
}
.CalendarToday
{
    border-style: solid;
    border-width: 1px;
    border-color: Yellow;
    text-align: center;
}

.CalendarTitle
{
    padding-left: 4px;
    padding-right: 4px;    
    text-align: center;
}
.CalendarTitle td
{ 
    text-align: center;
    height: 26px;
}
.CalendarDayHeader
{
    text-align: center;
    height: 34px; 
}
.CalendarOtherMonthDay
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: white;
    border-top-style: none;
    background-color: #E0E0E0;
    color: #808080;
    text-align: center;
}

.RightCorner
{
    background-image: url('./images/right.png');
    background-position: right top;
    background-repeat: no-repeat;
}

.LeftCorner
{
    background-image: url('./images/left.png');
    background-position: left top;
    background-repeat: no-repeat;
}

.BottomLeftCorner
{
    background-position: left bottom;
    background-repeat: no-repeat;
}

.BottomRightCorner
{
    background-position: right bottom;
    background-repeat: no-repeat;
}

.ButtonLeft
{
    background-position: left bottom;
    background-repeat: no-repeat;
    border-left-style: solid;
}

.ButtonRight
{
    background-position: right bottom;
    background-repeat: no-repeat;
}

.SquareButtonLeft
{
    background-image: url('./images/SquareButtonLeft.png');
    background-position: left bottom;
    background-repeat: no-repeat;
}

.SquareButtonRight
{
    background-image: url('./images/SquareButtonRight.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

.PositiveBar
{
    background-image: url('./images/PositiveBar.png');
    background-position: bottom;
    background-repeat: repeat-x;
}

.NegativeBar
{
    background-image: url('./images/NegativeBar.png');
    background-position: bottom;
    background-repeat: repeat-x;
}

.SubTitle
{
    width: 600px; 
    text-align: center; 
    font-weight: bold; 
    font-size: larger; 
    background-image: url('./images/SubTitle.png'); 
    background-position: right; 
    background-repeat: repeat-x
}

.SubTitleLeft
{
    background-image: url('./images/SubTitleLeft.png'); 
    background-position: right; 
    background-repeat: no-repeat;
}

.SubTitleRight
{
    background-image: url('./images/SubTitleRight.png'); 
    background-position: left; 
    background-repeat: no-repeat;
}

.ArrowLeft
{
    width: 15px;  
    padding: 0px; 
    background-image: url('./images/ArrowLeft.png'); 
    background-position: left; 
    background-repeat: no-repeat;
}

.Arrow
{ 
    padding: 0px; 
    background-image: url('./images/Arrow.png'); 
    background-position: right; 
    background-repeat: repeat-x;
}

.ArrowRight
{
    width: 15px;  
    padding: 0px; 
    background-image: url('./images/ArrowRight.png'); 
    background-position: left; 
    background-repeat: no-repeat;
}

.ArrowLeftSelected
{
    width: 15px;  
    padding: 0px; 
    background-image: url('./images/ArrowLeftSelected.png'); 
    background-position: left; 
    background-repeat: no-repeat;
}

.ArrowSelected
{
    width: 100px; 
    padding: 0px; 
    background-image: url('./images/Arrow.png'); 
    background-position: right; 
    background-repeat: repeat-x;  
}

.ArrowRightSelected
{
    width: 15px;  
    padding: 0px; 
    background-image: url('./images/ArrowRightSelected.png'); 
    background-position: left; 
    background-repeat: no-repeat;
}

.Strip
{
    padding: 0px; 
    background-image: url('./images/Arrow.png'); 
    background-position: left; 
    background-repeat: repeat-x
}

.Locked
{
    background-image: url('./images/lock.png');
    background-position: right;
    background-repeat: no-repeat;
}

.Checkbox label
{
    display: none;
}

.UTCSymbol
{
    color: #666666;
    font-size: xx-small;
}

.LinkButton
{
    color: Blue; 
    text-decoration: 'underline';
}

.LinkButtonDisabled
{
    color: Black; 
    text-decoration: 'none';
}