﻿

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

.tablebgcolor {
    background-color: #ffaaaa;
}

.current_page_item {
    /*font-style: italic;*/
    font-weight:bold;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

img {
    border: 0px
}

.page_old {
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

.header_old {
    position: relative;
    margin: auto;
    padding: 0px;
    background: #fff;
    width: 100%;
    text-align: right;
}

    .header_old h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #ccc;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    min-height: 420px;
}

#bodycontenthome {
    margin: 0px 20px 0px 20px;
}

#bodycontent_old {
    margin: 0px 20px 0px 20px;
    min-height: 400px;
}

#bodycontent {
    /*background-color: #777777;*/
}

#page .site-content {
    flex-grow: 1;
    background-image: url('/wp-content/uploads/2024/10/form-bg.webp');
    color:#ffffff;
}
#page .EventDetails {
    background-image: url(/wp-content/uploads/2024/10/team-bk.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
}
    #page .EventDetails h1 {
        color: var(--e-global-color-primary);
        font-size: 48px;
        line-height: 48px;
        letter-spacing: -0.125rem;
        width: 90%;
    }
    #page .EventDetails, #page .EventDetails h2, #page .EventDetails h4 {
        color: var(--e-global-color-primary);
    }
        #page .EventDetails #bodycontent blockquote {
            color: var(--e-global-color-primary);
        }
.EventDetailsContainer {
    background-color: #FFFFFF;
    padding:25px;
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --flex-wrap: wrap;
    box-shadow: 7px 6px 23px 0px rgba(2.000000000000006, 32, 114, 0.10196078431372549);
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    color: #ffffff;
}
#content h1 {margin:0px auto 15px auto;text-align:center;}
#content h5 {
    margin-top: 15px;
}
#content a {
    color: #cdfce9;
}
#content select {width:initial;}
#sidebar1 { background-color: #eeeeee;
    border: 1px solid #555555;
    border-radius: 15px;
    padding:10px;
}
#sidebar1 a {
    color: var(--e-global-color-accent);
}
#sidebar1 ul {
    list-style: none;
    padding-left: 0;
    margin: 0px;
}

#sidebar1 li:hover { background-color:#ffffff;}

.class_table tr {
    background-color: #112756;
    color: #fff;
}
.class_table tr:hover td {
    background-color: #2b4a8d;
}

#main table {
    border: 0px;
}

#main label, #main legend {
    color: #eeeeee;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

#bodycontent blockquote{
    color: #eeeeee;
}
h3.elementor-icon-box-title {margin-bottom:0px;}
td.formright {
    display: block;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

#footer {
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    color: #4e5766;
    font-size: 10px;
}

    #footer a:link, #footer a:active, #footer a:visited {
        color: #4e5766;
        font-size: 10px;
        text-decoration: none;
    }

    #footer a:hover {
        color: #001e59;
        font-size: 10px;
        text-decoration: underline;
    }

#MessageBox, .ProcessorMessage {
    border: 1px solid #f00;
    background-color: #E2EFFF;
    margin-top: 10px;
    padding: 25px;
    width: 475px;
    color:#ff0000;
    border-radius:8px;
}

#Message {
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
    height: 1px;
}

div.menu {
    padding: 0px 0px 0px 0px;
    float: right;
    width: 1010px;
    border: 0px solid #000;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset_no {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label {
    display: block;
}

fieldset label.inline {
    display: inline;
}

legend_old {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

submit.login {
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
}
/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.FindUsOnIcon {
    float: right;
    padding: 0 4px 0 4px;
}

.FindUsOn {
    font-size: 9pt;
    display_no: block;
    text-align: right;
    padding-right: 10px;
    color: #444;
    height: 30px;
}


.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #ccc;
}

    .loginDisplay a:link {
        color: #ccc;
    }

    .loginDisplay a:visited {
        color: #ccc;
    }

    .loginDisplay a:hover {
        color: #ccc;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

/*----------- Left Navigation ------------------------*/
.pagetitle {
    width: 988px;
    height: 75px;
    margin: 0;
    padding: 20px 0 20px 20px;
    border: 1px solid #4e667d;
    color: #fff;
    font-size: 35pt;
    background-color: #153067;
}

#leftnav {
    margin: 0;
    padding: 10px;
    width: 150px;
}

.leftnav {
    border: 1px solid #4e667d;
    background-color: #BCBCBC;
}

#pgbg {
    /*background:url("/img/pgbg_Services.jpg") no-repeat 0 0 transparent;*/
    background-position: center top;
    width: 818px;
}

.pgbg {
    width: 100%; /*width:530px;*/
    min-height: 530px; /*overflow:auto;*/
}

#loginmenu {
    margin: -20px 0 0 0px;
    /*margin:-20px 0 0 620px;
    position: relative;
    float:right;*/
    color: #fff;
    border: 0px solid #000;
    z-index: 2000;
    text-align: right;
    padding-right: 10px;
}

    #loginmenu a {
        color: #fff;
        text-decoration: none;
    }

        #loginmenu a:hover {
            text-decoration: underline;
        }

#adminmenu {
    /*text-align:right;*/
    background-color: #142F66;
    color: #fff;
    padding: 3px 10px 5px 10px;
}

    #adminmenu a {
        color: #fff;
        text-decoration: none;
    }

        #adminmenu a:hover {
            text-decoration: underline;
        }

.Message {
    color: #f00;
    font-size: 13px;
    font-weight: bold;
    /*border: solid 1px #f00;
	padding: 5px 5px 5px 5px; */
}





#Message {
    padding: 10px 50px 10px 50px;
    color: #901010;
}

    #Message li {
        margin: 0;
        padding: 0;
    }

.FormError {
    border: solid 2px #f55;
    background-color: #fcc;
    padding: 2px;
}

#submenu_tabs a {
    text-decoration: none;
    color: #001E59;
    font-family: "Times New Roman";
    font-weight: bold;
}

    #submenu_tabs a:hover {
        text-decoration: underline;
    }

#submenu_tabs ul {
    height: 20px;
    list-style: none outside none;
    margin: 7px 0px 0px 0px;
    padding: 0px;
}

#submenu_tabs li {
    background-color: #fafafa;
    display: inline;
    font-size: 1.2em;
    padding: 5px 10px;
    margin: 0px;
}

    #submenu_tabs li.selected {
        background-color: #ccc;
    }

