﻿a {
    text-decoration: none;
    position: center;
    color: black;
}

    a:hover {
        color: beige;
    }

.super {
    font-size: large;
    font-weight: 800;
    padding-bottom: 12px;
    padding-top: 12px;
}

.spacer {
    padding-bottom: 6px;
    padding-top: 6px;
}

.banner {
    font-family: Segoe UI,Arial;
    color: white;
    background-color: #232f3e;
}

tr:
(odd) {
    background-color: #cbe0f3;
    font-family: Arial, sans-serif;
    text-align: left;
    vertical-align: top;
}

tr:nth-child(even) {
    background-color: #80bdf2;
    font-family: Arial, sans-serif;
    text-align: left;
    vertical-align: top;
}


tr:hover {
    background-color: #1d70b8;
    text-decoration-color: white;
}

.itemdisplaybanner {
    background-color: #80bdf2;
    font-family: Arial, sans-serif;
    text-align: left;
    padding-left: 5px;
}

.itemdisplay {
    background-color: #cbe0f3;
    font-family: Arial, sans-serif;
    text-align: left;
    padding-left: 5px;
}

.redsmallheader {
    font-family: Segoe UI,Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #fe1a00;
    font-size: 100%;
    font-weight: lighter;
}

.ca {
    font-size: small;
}

.forcefont {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.tablewidth100 {
    width: 100%;
    height: 80%;
}

.tableCellWidth30 {
    width: 30%;
    /*height:60px;*/
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: x-large;
    font-weight: 700;
    text-decoration: none;
    height: 25%;
}

.tableCellWinter {
    background-color: #cbe0f3;
    color: black;
    border: thick;
    padding-top: 30px;
    padding-bottom: 30px;
}

.btnPanel {
    background-color: darkgray;
    font-family: Arial;
    width: 180px;
    height: 12px;
    padding: 5px;
    text-align: center;
    border-radius: 2px;
}

.btnPanelnow {
    background-color: lightgreen;
    font-family: Arial;
    width: 180px;
    height: 12px;
    padding: 5px;
    text-align: center;
    border-radius: 2px;
}

.tableCellSummer {
    background-color: #80bdf2;
    color: black;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tableCellNOW {
    background-color: coral;
    color: royalblue;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom-color: royalblue;
    border-bottom-style: solid;
    border-style: solid;
    border-width: 10px;
}

.caliconFont {
    font-size: xx-large;
    font-family: Arial;
}

.calFont_med {
    font-size: medium;
    padding-left: 3px;
    font-family: Arial;
    text-decoration: none;
}

.calIconBackground_1 {
    background-color: cornflowerblue;
}

.calIconBackground_2 {
    background-color: burlywood;
}

.calIconBackground_3 {
    background-color: coral;
}

.calIconBackground_4 {
    background-color: lightgray;
}

.calRowBackground_a {
    background-color: white;
    color: black;
    text-decoration: none;
}

.calRowBackground_b {
    background-color: ghostwhite;
    color: black;
    text-decoration: none;
}
.caSMALL {
    font-size: small;
    color: lightgray;
}
