﻿.style1 {
    border-style: solid;
    border-width: 2px;
    margin: 3px 8px;
}

.style2 {
    font-family: "Baskerville Old Face";
    color: #0000FF;
    font-size: medium;
}

.style3 {
    color: #808000;
}

.style4 {
    font-family: "Baskerville Old Face";
}

.table {
    width: 100%;
    border: solid 1px black;
}


    .table th {
        border: solid 1px black;
        padding: 5px;
        text-align: center;
        padding: 10px;
        background-color: lightskyblue;
    }

    .table td {
        border: solid 1px black;
        padding: 5px;
        text-align: center;
        font-size: 13px;
    }
/*
.table tr:nth-child(2n+1) {
    background-color: lightskyblue;
}

.table tr:nth-child(2n) {
    background-color: lightblue;
}

.table tr:hover {
    background-color: aliceblue;
}
*/
.flashdiv {
    height: 50px;
    z-index: 9999999;
    background-color: #f0f0f0;
    border: solid 5px maroon;
    border-radius: 10px;
    font-size: 1.8em;
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
    padding: 1em;
}

    .flashdiv table td {
        vertical-align: top;
        font-size: 1.2em;
    }

.latestnewsdiv {
    width: 100%;
    background-color: whitesmoke;
}

.latestnewstable {
    margin: 0 auto;
}

    .latestnewstable h2 {
        color: blue;
    }

    .latestnewstable td {
        padding: 10px;
        font-family: Calibri;
        font-size: 1em;
    }

.plomappingtable td:nth-child(1) {
    text-align: left;
    white-space: nowrap;
}

.plomappingtable td:nth-child(2) {
    text-align: left;
}

.indexsection {
    padding: 10px 0px;
}

    .indexsection h2 {
        padding-bottom: 10px;
        text-align: center;
        color: darkblue;
    }

    .indexsection li a, .indexsection li a:link {
        font-weight: bold;
    }

.eventscontainer {
    padding: 5px;
    table-layout: fixed;
    width: 100%;
}

    .eventscontainer td {
        vertical-align: top;
        padding: 3px;
        text-align: center;
        max-width: 150px; /* Force max width */
        overflow: hidden;
        width: 300px;
    }

        .eventscontainer td img.eventimg {
            width: 200px;
        }

.eventstitle {
    color: darkblue;
    margin-top: 5px;
    padding: 5px;
    font-family: Calibri;
}

    .eventstitle h2 {
        font-size: 16px;
    }

.paradiv h3 {
    padding-top: 8px;
}
h3::before {
    /*background: #2eafbb url(../images/btn-bg.png) repeat-x top;
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
    background: #e34735 url(../images/btn-bg.png) repeat-x top;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    color: #fff;*/
    content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid darkblue; /* Arrow color and size */
  margin-right: 10px;
  font-size: 10px;
  color: darkblue;
}
   

