﻿html {
    font-family: Georgia;
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 34px;
    background-color: #F3F9FF;
}

.wrapper {
    width: 100%;
    max-width: 1000px;
    height: auto;
    padding-bottom: 37px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 10px;
}

.banner {
    width: 100%;
    max-width: 1000px;
    height: 80%;
    margin-top: 10%;
}

    .banner img{
        width:100%;
        height: 100%;
    }
.contentdiv {
    width: 100%;
}
.upperdiv{
    width: 100%;
}

.upperdiv:after {
    clear: both;
    content: "";
    display: block;
}

.lowerdiv {
    width: 100%;
}
.lowerdiv:after {
    clear: both;
    content: "";
    display: block;
}

.leftContent
{
    float:left;
    width:31%;

}
.middleContent {
    float: right;
    width: 31%;

}
.rightContent {
    float: right;
    width: 31%;
    margin-right: 3%;

}
.membershipHome {
    margin-top: 3%;
    float: left;
    height: 35%;
    width: 35%;
}

    .membershipHome img {
        margin-left: 15%;
        max-height: 100%;
        max-width: 100%;
    }

.loginHome {
   
    margin-top: 25%;
    
}
/*.loginHome {
    float: left;
    height: 35%;
    width: 35%;
    margin-top: 3%;
    margin-left: 12%;
}*/

    /*.loginHome img {
        float: right;
        margin-right: 20%;
        margin-top: 5%;
        max-height: 100%;
        max-width: 100%;
    }*/
.registrationHome {

    margin-top: 5%;
}

.directoryHome {
    float: left;
    height: 35%;
    width: 35%;
   
}

    .directoryHome img {
        margin-left: 15%;
        max-height: 100%;
        width: 100%;
    }

/*.registrationHome {
    float: left;
    height: 35%;
    width: 35%;
    margin-top: 50%;
}

    .registrationHome img {
        margin-left: 15%;
        max-height: 100%;
        max-width: 100%;
    }*/

/*.eventsHome {
    float: left;
    height: 35%;
    width: 35%;
    margin-left: 17%;
    margin-top: 3%;
}

    .eventsHome img {
        margin-top: 50%;
        margin-left: 15%;
        max-height: 100%;
        max-width: 100%;
    }*/

.eventsHome2 {
    float: left;
    height: 35%;
    width: 35%;
    margin-left: 12%;
    margin-top: -32%;
}

    .eventsHome2 img {
        margin-left: 15%;
        max-height: 100%;
        max-width: 100%;
    }

.logo {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.divHeader {
    border-bottom: solid 2px orange;
}

    .divHeader h2 {
        margin-bottom: 1%;
        display: inline-block;
        color: #FFB600;
    }

.divHeader2 {
    border-bottom: solid 2px #DB536A;
}

    .divHeader2 h2 {
        margin-bottom: 1%;
        display: inline-block;
        color: #DB536A;
    }

.Nav {
    width: 100%;
    list-style-type: none;
    padding-left: 0px;
    float: left;
    border-bottom: 2px solid black;
    padding: 4px;
    font-size: 14px;
}

    .Nav li a {
        text-decoration: none;
        color: black;
    }

        .Nav li a:hover {
            color: #ed7e39;
        }

    .Nav li {
        display: inline-block;
        padding-right: 5%;
    }

.Nav2 {
    width: 100%;
    list-style-type: none;
    padding-left: 0px;
    border-top: 2px solid black;
    padding: 4px;
    margin-top: 5%;
    font-size: 14px;
    float: left;
}

    .Nav2 li a {
        text-decoration: none;
        color: black;
    }

        .Nav2 li a:hover {
            color: #ed7e39;
        }

    .Nav2 li {
        display: inline-block;
        padding-right: 5%;
    }

.Nav3 {
    width: 100%;
    list-style-type: none;
    padding: 4px;
    margin-top: 1%;
    font-size: 0.85em;
    float: left;
}

    .Nav3 li a {
        text-decoration: none;
        color: black;
    }

        .Nav3 li a:hover {
            color: #ed7e39;
        }

    .Nav3 li {
        display: inline-block;
        padding-right: 3%;
        padding-left: 0px;
    }

    .Nav3:after {
        clear: both;
        content: "";
        display: block;
    }

.NavNew {
    width: 100%;
    list-style-type: none;
    padding-left: 0px;
    float: left;
    border-bottom: 2px solid black;
    padding: 4px;
    font-size: 14px;
    float:left;
}

    .NavNew li a {
        text-decoration: none;
        color: black;
    }

        .NavNew li a:hover {
            color: #ed7e39;
        }

    .NavNew li {
        display: inline-block;
        padding-right: 5%;
    }

    .NavNew:after {
        clear: both;
        content: "";
        display: block;
    }

.rightsReserved {
    font-size:12px; 
    font-size:0.85em; 
    float:left;
    border-top: 2px solid black;
    margin-top: 4%;
    padding: 1%;
}

.bottomDiv:after {
    clear: both;
    content: "";
    display: block;
}

.loginDiv {
    margin-right: 5%;
    float: left;
    width: 99%;
    padding: 5px;
    height: auto;
    margin-top: 3%;
}

    .loginDiv div {
        margin-bottom: 10px;
    }

    .loginDiv label {
        margin-left: 30%;
        width: 15%;
        display: block;
        float: left;
    }

    .loginDiv input {
        width: 25%;
    }

    .loginButtonDesign input {
        border: solid;
        border-color: black;
        background-color: #E84343;
        color: white;
        border-width: 1px;
        width: 54px;
        height: 24px;
    }

.registerButtonDesign {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 3%;
    margin-top: 5%;
    margin-bottom: 3%;
}

    .registerButtonDesign:after {
        clear: both;
        content: "";
        display: block;
    }

    .registerButtonDesign input {
        border: solid;
        background-image: url("../Images/buttoncolor.png");
        color: white;
        font-family: Arial;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 1px solid white;
        height: 35px;
        width: 40%;
        margin-left: 26%;
    }

.loginButtonDesign {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 3%;
    margin-top: 5%;
    margin-bottom: 3%;
    margin-left: 30%;
}

    .loginButtonDesign:after {
        clear: both;
        content: "";
        display: block;
    }

    .loginButtonDesign input {
        border: solid;
        background-image: url("../Images/loginbuttonpiece.png");
        color: white;
        font-family: Arial;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 1px solid white;
        height: 35px;
        width: 40%;
    }

.saveButtonDesign {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 3%;
    margin-top: 5%;
    margin-bottom: 3%;
}

    .saveButtonDesign:after {
        clear: both;
        content: "";
        display: block;
    }

    .saveButtonDesign input {
        border: solid;
        background-image: url("../Images/buttoncolor.png");
        color: white;
        font-family: Arial;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 1px solid white;
        height: 35px;
        width: 40%;
        margin-left: 26%;
    }

.registerMain {
    width: 76%;
    float: left;
    /*margin-left: 13%;*/
    background-image: url("../Images/backgroundpiece.png");
}

    .registerMain:after {
        clear: both;
        content: "";
        display: block;
    }

.accountMain {
    width: 76%;
    float: left;
    margin-left: 13%;
    background-image: url("../Images/backgroundpiece.png");
}

    .accountMain:after {
        clear: both;
        content: "";
        display: block;
    }
.loginMain {
    width: 40%;
    float: left;
    background-image: url("../Images/login-piece.png");
}

    .loginMain:after {
        clear: both;
        content: "";
        display: block;
    }

.regLeftDiv {
    position: relative;
    float: left;
    width: 12%;
}

    .regLeftDiv img {
        vertical-align: bottom;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

.regRightDiv {
    position: relative;
    float: right;
    width: 12%;
}

    .regRightDiv img {
        vertical-align: top;
        position: absolute;
        width: 100%;
    }

.loginLeftDiv {
    position: relative;
    float: left;
    width: 12%;
    margin-left: 18%;
}

    .loginLeftDiv img {
        vertical-align: bottom;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

.loginRightDiv {
    position: relative;
    float: right;
    width: 12%;
    margin-right: 18%;
    margin-top: -9.6%;
}

    .loginRightDiv img {
        vertical-align: top;
        width: 100%;
    }

.regCenterDiv {
    float: left;
}

    .regCenterDiv img {
        width: 100%;
    }

    .regCenterDiv:after {
        clear: both;
        content: "";
        display: block;
    }

.regCenterDiv2 {
    float: none;
    width: 100%;
    margin-bottom: 1%;
}

    .regCenterDiv2 img {
        width: 100%;
    }

    .regCenterDiv2:after {
        clear: both;
        content: "";
        display: block;
    }

.loginCenterDiv {
    float: left;
    width: 44.1%;
    margin-left: -4.1%;
    margin-bottom: -1%;
    margin-right: 0.1%;
}

    .loginCenterDiv img {
        width: 100%;
    }

    .loginCenterDiv:after {
        clear: both;
        content: "";
        display: block;
    }

.registerDiv {
    float: left;
    padding: 5px;
    padding-top: 0px;
    width: 42%;
    height: auto;
    margin-top: 1%;
    margin-left: 6.5%;
}

    .registerDiv input {
        margin-bottom: 8%;
        display: block;
        width: 86%;
        padding-left: 8%;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 1px solid white;
        height: 40px;
        font-family: Arial;
    }

.registerDiv2 {
    float: left;
    padding: 5px;
    padding-top: 0px;
    width: 42%;
    height: auto;
    margin-top: 1%;
    margin-left: 3%;
}

    .registerDiv2 input {
        margin-bottom: 8%;
        display: block;
        width: 86%;
        padding-left: 8%;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 1px solid white;
        height: 40px;
        font-family: Arial;
    }

    .registerDiv2:after {
        clear: both;
        content: "";
        display: block;
    }

.middleDiv {
    float: left;
    width: 5%;
    min-width: 2%;
}

    .middleDiv div {
        color: orange;
    }

.asterisk {
    float: left;
    color: white;
}

.aspTextBox {
    float: left;
}

.headings {
    margin-left: 7%;
    color: white;
    width: 40%;
    margin-top: 1%;
}

.disclaimer {
       /* margin-left: 7%; */
    color: white;
    /* width: 80%; */
    font-size: small;
    width: 250px;
    float: left;
    /* padding-left: 170px; */
    position: absolute;
    padding-top: 70px;
    padding-left: 200px;
    pointer-events: none;
    margin-right:1%;
}

.regdisclaimer {
    color: white;
    width: 200px;
    font-size: small;
    pointer-events: none;
}

.registerBottom {
    margin-left: 7%;
    color: white;
}

.label {
    color: white;
}

.label2 {
    color: #ffb600;
    text-align: center;
    font-size: 12pt;
    display:block;
    margin-bottom: 2%;
}

.label3 {
    color: #e0301e;
    text-align: center;
    font-size: 12pt;
    display:block;
    margin-left: -2.5%;
    list-style-type: none;
}

.gridview {
    width: 86%;
    text-align: center;
    margin-top: 2%;
    margin-left: 6%;
}

.registerDiv div:after {
    clear: both;
    content: "";
    display: block;
}

.infoShare {
    margin-left: 1%;
    font-size: 13px;
    float: left;
}

    .infoShare:after {
        clear: both;
        content: "";
        display: block;
    }

.alreadyHaveAccount {
    background-image: url("../Images/bottompiece.png");
    padding: 3%;
    color: white;
}

    .alreadyHaveAccount a {
        color: #FFFFFF;
        text-decoration: none;
    }

.doNotHaveAccount {
    background-image: url("../Images/donothaveanaccountpiece.png");
    padding: 3%;
    color: white;
}

    .doNotHaveAccount a {
        color: #FFFFFF;
        text-decoration: none;
    }

.uploadPhoto {
    margin-left: 7%;
    margin-top: 1%;
    margin-bottom: 8%;
    width: 100%;
    height: 40%;
}

.uploadPhotoMain {
    width: 100%;
    height: 40%;
}

.uploadPhoto1 {
    margin-left: 7%;
    margin-top: 1%;
    width: 140px;
    height: 140px;
    float: left;
}

.uploadButton1 {
    width: 100%;
}

    .uploadButton1:after {
        clear: both;
        content: "";
        display: block;
    }

.uploadPhotoMain:after {
    clear: both;
    content: "";
    display: block;
}

.hidden {
    display: none;
}

.chooseFile {
    width: 80%;
    height: 100%;
    float: left;
    margin-top: 0.2%;
    margin-right: 10%;
}

.uploadButton {
    width: 80%;
    height: 15%;
}

    .uploadButton:after {
        clear: both;
        content: "";
        display: block;
    }

.button {
    border: solid;
    background-image: url("../Images/buttoncolor.png");
    color: white;
    font-family: Arial;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid white;
    width: 25%;
    font-size: 14px;
    text-align: center;
    margin-bottom: 2%;
    height: 100%;
    float:left;
}

.button:hover{
    cursor:pointer;
}

.button2 {
    border: solid;
    background-image: url("../Images/buttoncolor.png");
    color: white;
    font-family: Arial;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid white;
    width: 20%;
}

.button3 {
    border: solid;
    background-image: url("../Images/buttoncolor.png");
    color: white;
    font-family: Arial;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid white;
    width: 20%;
    font-size: 14px;
    text-align: center;
    margin-bottom: 2%;
    height: 20%;
    margin-left: 4%;
    float: left;
    margin-top: 6%;
    margin-right: 1%;
}

.button3:hover{
    cursor:pointer;
}

.button4 {
    border: solid;
    background-image: url("../Images/buttoncolor.png");
    color: white;
    font-family: Arial;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid white;
    width: 20%;
    float: left;
    margin-top: 7%;
}

.button5 {
    border: solid;
    background-image: url("../Images/buttoncolor.png");
    color: white;
    font-family: Arial;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid white;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-bottom: 2%;
    height: 100%;
}

.image1 {
    width: 150px;

}

    .image1:after {
        clear: both;
        content: "";
        display: block;
    }

.loginUsername {
    margin-top: 5%;
}

    .loginUsername input {
        margin-bottom: 4%;
        margin-left: 20%;
        padding-left: 8%;
        display: block;
        width: 52%;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 1px solid white;
        height: 40px;
        font-family: Arial;
    }

.loginPassword {
    margin-bottom: 4%;
}

    .loginPassword input {
        margin-bottom: 1%;
        margin-left: 20%;
        padding-left: 8%;
        display: block;
        width: 52%;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 1px solid white;
        height: 40px;
        font-family: Arial;
    }

    .loginPassword a {
        margin-left: 20%;
        text-decoration: none;
        color: white;
        font-size: 10pt;
    }

.keepMeLoggedIn {
    margin-left: 20%;
    color: white;
}

/*.doNotHaveAccount {
    float: none;
    width: 100%;
}

    .doNotHaveAccount img {
        width: 100%;
    }

    .doNotHaveAccount:after {
        clear: both;
        content: "";
        display: block;
    }*/

.alphabet {
    float: left;
    list-style-type: none;
    margin-top: 1%;
    margin-left: 2%;
    padding: 0px;
    cursor: pointer;
    width: 95%;
    height: 20px;
    display: table;
    background-image: url(../Images/directory-alphabet-background.png);
    background-size: 100%;
}

    .alphabet li {
        padding: 0px;
        background-image: url(../Images/circle.png);
        background-size: 100%;
        font-size: 13px;
        text-align: center;
        margin-left: 0.4%;
        margin-top: 2.6%;
        margin-bottom: 1%;
        color: white;
        display: inline;
        text-align: center;
        width: 31px !important;
        height: 31px !important;
        line-height: 31px !important;
        display: block !important;
        float: left !important;
    }

    .alphabetSelected {
        padding: 0px;
        background-image: url(../Images/circleHover.png) !important;
        background-size: 100%;
        font-size: 13px;
        text-align: center;
        margin-left: 0.15%;
        color: white !important;
        display: inline !important;
        text-align: center !important;
        width: 31px !important;
        height: 31px !important;
        line-height: 31px !important;
        display: block !important;
        float: left !important;
    }
        
        .alphabet li:first-child {
            margin-left: 1% !important;
        }

        .alphabet li:last-child {
            border: none;
            padding-right: 0px;
        }

        .alphabet li:hover {
            background-image: url(../Images/circleHover.png);
        }

.nameOrSurname {
    float: left;
}

.searchButton {
    border: none;
    background-color: white;
    color: black;
    margin-left: 71%;
    float:left;
}

.directoryTable img{
    display: -moz-box;
}

.directoryTable {
        position: relative;
    margin-bottom: 8px;
    float:left;
    margin-left: 4%;
    width: 92%;
    background-color: #640000;
    padding: 1%;
    color: white;
}

.checkUsernameLabel {
    width: 86%;
    margin-bottom: 9.5%;
    display: block;
    height: 40px;
    font-family: Arial;
    padding-left: 8%;
    color: white;
    font-size: 17px;
}

.aspDropDown {
    margin-bottom: 8%;
    display: block;
    width: 94%;
    padding-left: 8%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid white;
    height: 43px;
    font-family: Arial;
    color: black;
}

input.formValid::-webkit-input-placeholder {
    color: #000000;
}

input.formInvalid::-webkit-input-placeholder {
    color: #FF0000 !important;
}

.emailSent {
    margin-top: 30%;
    float: none;
    height: 200px;
}

.forgotPassword {
    background-image: url("../Images/bottompiece.png");
    padding: 2%;
    width: 100%;
}

    .forgotPassword p {
        text-align: center;
        color: white;
    }

    .forgotPassword span {
        color: #ffb600;
        text-align: center;
        font-size: 12pt;
        display: block;
        margin-top: 1%;
    }

.forgotPasswordInput {
    margin-bottom: 2%;
    margin-top: 2%;
    margin-left: 36.5%;
    display: block;
    width: 24%;
    padding-left: 4%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid white;
    height: 40px;
    font-family: Arial;
}

.forgotPasswordButton {
    background-image: url("../Images/buttoncolor.png");
    margin-left: 41.5%;
    border-color: black;
    background-color: #E84343;
    color: white;
    border-width: 1px;
    width: 18%;
    height: 35px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid white;
}

.waitingPage {
    text-align: center;
    padding: 1%;
    width: 100%;
    font-style: italic;
    font-size: 14pt;
    color: black;
    display: block;
    float:left;
    height: 200px;  
    margin-top: 18%;
    margin-bottom: 5%;
}

.imageLabel {
    color: #e0301e;
    margin-left: 7%;
    width: 300px;
    float: left;
    overflow: hidden;
    margin-left: 1%;
    margin-top: 6%;
}

.imageLabel2 {
    color: #e0301e;
    float: left;
    width: 416px;
    overflow: hidden;
    margin-left: 6%;
}

.topLinks {
    color: #dc6900 !important;
}

.dateclass{
    float:left;
}

.dateclass.placeholderclass::before{
    width:100%;
    content:attr(placeholder);
    background-color:#FFFFFF;
}

.dateclass.placeholderclass:hover::before{
    width:0%;
    content:"";
}

.resetPlaceHolderColor {
    color: black;
} 

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    grey;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    grey;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    grey;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    grey;
}

select option{
    color: black;
}
