﻿p {
    font-size: 1em;
    line-height: 1.4em;
    color: #fff;
}


li, ol, td, th, dd {
    font-size: 0.9em;
}


h1, h2, h3, h4, h5, h6 {
    font-variant: normal;
}


h1 {
    font-size: 1.6em;
    font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
    font-family: 'Varela Round', sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0 0 0.3em 0;
    text-transform: none;
}

h2 {
    font-size: 1.4em;
    font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
    font-family: 'Varela Round', sans-serif;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0 0 0.3em 0;
    color: white;
}

h3 {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.5em;
    color: #fff;
    margin: 0 0 0.3em 0;
}

h4 {
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.4em;
    color: #fff;
    margin: 0 0 0.3em 0;
}

h5 {
    font-size: 1em;
    color: #000;
    font-weight: 400;
}

.CenterText {
    text-align: center;
}

.SmallText {
    font-size: .8em;
}

.CurrentBalance {
    font-size: 1.6em;
}

#AParking {
    font-size: 1.4em;
}

#EParking {
    font-size: 1.4em;
}

.WhiteLink:link {
    color: #fff;
    text-decoration: underline;
}

.WhiteLink:active {
    color: #fff;
}

.WhiteLink:hover {
    color: #fff;
}

.WhiteLink:visited {
    color: #fff;
}

.underlineText {
    text-decoration: underline;
}

.whiteText {
    color: #fff;
}



.blackLink:link {
    color: #000;
    text-decoration: underline;
}

.blackLink:active {
    color: #000;
}

.blackLink:hover {
    color: #000;
}

.blackLink:visited {
    color: #000;
}

.home-h1 {
    background-color: #f2f2f2;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 100;
    color: #555;
}

.home-h2 {
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: underline;
}

.text-justify {
    text-align: justify !important;
}

.color-yellow {
    color: #f19d00;
}






/*Change styles from here*/



h1, h2, i, a, p, b, h3 ,.HistoryTable1,table,#MainContent_grdUserOrganisations{
    color: /*black-color*/#313131;
}

    a:link {
        text-decoration: none;
    }

    a:hover {
        color: /*bg-header-green*/ #3c948b;
        text-decoration: underline;
    }

    a:active {
        color: /*bg-header-green*/#3c948b;
        text-decoration: none;
    }


.help-h2 {
    color: /*black-color*/#313131;
}

.WhiteLink:link {
    color: /*bg-header-green*/#3c948b;
    text-decoration: underline;
}

.WhiteLink:active {
    color: /*bg-header-green*/#3c948b;
}

.WhiteLink:hover {
    color: /*bg-header-green*/#3c948b;
}

.WhiteLink:visited {
    color: /*bg-header-green*/#3c948b;
}

.account-login h2,.account-register h2{
    color: /*black-color*/#313131;
}
.account-login i,.account-register i {
    color: /*bg-header-green*/#3c948b;
}

.ques-unit a{
    color:/*black-color*/#313131 !important;
}

.CurrentParkingInfoText p,CurrentParkingBayNumber p,.CurrentParkingInfoStatusText{
    color:/*black-color*/#313131;
}
.whiteText{
    color:/*black-color*/#313131;
}

.orgbtns{
    color:white;
}

.AccountMenu li a:hover{
    color:/*bg-header-green*/#3c948b;
}

.home-h1{
    border:1px solid /*bg-footer-darkgray*/ #A9A9A9 !important;
}

.OptionsBtn:hover{
    color:/*bg-header-green*/#3c948b !important; 
}

td{
    color:/*bg-footer-darkgray*/#343434;
}