﻿.coloredtext{
     color:#0079c2 !important;
}


/* E jquery mobile theme
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-e {
    border: 1px solid #b3b3b3 /*{e-bar-border}*/;
    background: #eeeeee /*{e-bar-background-color}*/;
    color: #3e3e3e /*{e-bar-color}*/;
    font-weight: bold;
    text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #ffffff /*{e-bar-shadow-color}*/;
}

    .ui-bar-e .ui-link-inherit {
        color: #3e3e3e /*{e-bar-color}*/;
    }

    .ui-bar-e a.ui-link {
        color: #7cc4e7 /*{e-bar-link-color}*/;
        font-weight: bold;
    }

        .ui-bar-e a.ui-link:visited {
            color: #2489ce /*{e-bar-link-visited}*/;
        }

        .ui-bar-e a.ui-link:hover {
            color: #2489ce /*{e-bar-link-hover}*/;
        }

        .ui-bar-e a.ui-link:active {
            color: #2489ce /*{e-bar-link-active}*/;
        }

    .ui-bar-e,
    .ui-bar-e input,
    .ui-bar-e select,
    .ui-bar-e textarea,
    .ui-bar-e button {
        font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
    }

.ui-body-e,
.ui-overlay-e {
    border: 1px solid #aaaaaa /*{e-body-border}*/;
    color: #333333 /*{e-body-color}*/;
    text-shadow: 0 /*{e-body-shadow-x}*/ 1px /*{e-body-shadow-y}*/ 0 /*{e-body-shadow-radius}*/ #ffffff /*{e-body-shadow-color}*/;
    background: #fff9df /*{e-body-background-color}*/;
}

.ui-overlay-e {
    background-image: none;
    border-width: 0;
}

.ui-body-e,
.ui-body-e input,
.ui-body-e select,
.ui-body-e textarea,
.ui-body-e button {
    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}

    .ui-body-e .ui-link-inherit {
        color: #333333 /*{e-body-color}*/;
    }

    .ui-body-e .ui-link {
        color: #2489ce /*{e-body-link-color}*/;
        font-weight: bold;
    }

        .ui-body-e .ui-link:visited {
            color: #2489ce /*{e-body-link-visited}*/;
        }

        .ui-body-e .ui-link:hover {
            color: #2489ce /*{e-body-link-hover}*/;
        }

        .ui-body-e .ui-link:active {
            color: #2489ce /*{e-body-link-active}*/;
        }

.ui-btn-up-e {
    border: 1px solid #aaaaaa /*{e-bup-border}*/;
    background: rgb(141, 190, 229) /*{e-bup-background-color}*/;
    font-weight: bold;
    color: #000 /*{e-bup-color}*/;
    text-shadow: none;
}

    .ui-btn-up-e:visited,
    .ui-btn-up-e a.ui-link-inherit {
        color: #000 /*{e-bup-color}*/;
    }

.ui-btn-hover-e {
    border: 1px solid #aaaaaa /*{e-bhover-border}*/;
    background: rgb(141, 190, 229) /*{e-bhover-background-color}*/;
    font-weight: bold;
    color: #000 /*{e-bhover-color}*/;
    text-shadow: none;
}

    .ui-btn-hover-e:visited,
    .ui-btn-hover-e:hover,
    .ui-btn-hover-e a.ui-link-inherit {
        color: #000 /*{e-bhover-color}*/;
    }

.ui-btn-down-e {
    border: 1px solid #aaaaaa /*{e-bdown-border}*/;
    background: rgb(141, 190, 229) /*{e-bdown-background-color}*/;
    font-weight: bold;
    color: #000 /*{e-bdown-color}*/;
    text-shadow: none;
}

    .ui-btn-down-e:visited,
    .ui-btn-down-e:hover,
    .ui-btn-down-e a.ui-link-inherit {
        color: #000 /*{e-bdown-color}*/;
    }

.ui-btn-up-e,
.ui-btn-hover-e,
.ui-btn-down-e {
    font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
    text-decoration: none;
}


