/* Horizontal Stripe 1 */
table.horizontal-stripe {
    border-spacing: 0px;
/*    border-collapse: collapse; */
    background: #ffffff;
    border: 1px solid #1775d5;
}
table.horizontal-stripe td.RowStart {
    text-align: left;
    font-weight: bold;
    padding: 0.3em 0.5em;
    border: 0px;
    border-bottom: 1px solid #1775D5;
}
table.horizontal-stripe td {
    text-align: right;
    border: 0px;
    border-bottom: 1px solid #1775D5;
    border-left: 1px solid #1775D5;
    padding: 0.3em 0.5em;
}
table.horizontal-stripe thead td {
    text-align: center;
    font-weight: bold;
    color: #1775D5;
    border-left: 1px solid #1775D5;
}
table.horizontal-stripe th.Corner {
    text-align: left;
    border-left: 0px;
}
table.horizontal-stripe tr.Odd {
    background: #dde9f5;
}

/* Horizontal Stripe 2 */
table.horizontal-stripe2 {
    border-spacing: 0px;
/*    border-collapse: collapse; */
    background: #ffffff;
    border: 1px solid #1775d5;
}
table.horizontal-stripe2 td.RowStart {
    text-align: left;
    font-weight: bold;
    padding: 0.3em 0.5em;
    border: 0px;
    border-bottom: 1px solid #1775D5;
}
table.horizontal-stripe2 td {
    text-align: right;
    border: 0px;
    border-bottom: 1px solid #1775D5;
    border-left: 1px solid #1775D5;
    padding: 0.3em 0.5em;
}
table.horizontal-stripe2 thead td {
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    border-left: 1px solid #1775D5;
    background: #1775D5;
}
table.horizontal-stripe2 th.Corner {
    text-align: left;
    border-left: 0px;
}
table.horizontal-stripe2 tr.Odd {
    background: #dde9f5;
}


/* Verticle Stripe */
table.vertical-stripe {
    border-spacing: 0px;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #1775D5;
}
table.vertical-stripe td.RowStart {
    text-align: left;
    font-weight: bold;
    padding: 0.3em 0.5em;
    border: 0px;
    border-bottom: 1px solid #1775D5;
}
table.vertical-stripe td {
    text-align: right;
    border: 0px;
    border-bottom: 1px solid #1775D5;
    padding: 0.3em 0.5em;
}
table.vertical-stripe thead td {
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
    color: #1775d5;
}
table.vertical-stripe th.Corner {
    text-align: left;
}
table.vertical-stripe td.Odd {
    background: #dde9f5;
}

/* Verticle Stripe 2*/
table.vertical-stripe2 {
    border-spacing: 0px;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #1775D5;
}
table.vertical-stripe2 td.RowStart {
    text-align: left;
    font-weight: bold;
    padding: 0.3em 0.5em;
    border: 0px;
    border-bottom: 1px solid #1775D5;
}
table.vertical-stripe2 td {
    text-align: right;
    border: 0px;
    border-bottom: 1px solid #1775D5;
    padding: 0.3em 0.5em;
}
table.vertical-stripe2 thead td {
    text-align: center;
    font-weight: bold;
    background-color: #1775d5;
    color: #FFFFFF;
}
table.vertical-stripe2 th.Corner {
    text-align: left;
}
table.vertical-stripe2 td.Odd {
    background: #dde9f5;
}

