﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #b6b7bc;
    font-size: .80em;
    font-family:  arial, "Helvetica Neue", "Lucida Grande", "Segoe UI", Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* 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;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 620px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: left;
    line-height: normal;
}

/* MASTER PAGE
----------------------------------------------------------*/
#masterPage {
    float: left;
    width: 100%;
}

/*#masterMenu 
{ }*/

#masterContent {
    /*float: left;*/
    /*width: 26%;*/
    padding: 20px 20px 20px 20px;
    margin: 0 3% 0 0;
    /*display: inline;*/
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        z-index: 9999;
    }

        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 {
    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 {
    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: 100%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.1em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    background-color: #ffff00;
    border: 1px solid black;
    color: black !important;
    text-decoration: none;
    padding: 3px 6px;
    border-radius: 10px;
    box-shadow: 2px 1px #ccc;
}
    .submitButton i {
        color: black !important;
    }

    .submitButton:hover {
        background-color: #cccc00;
    }


.actionButton {
    text-align: right;
    padding-right: 10px;
    background-color: #008080;
    border: 1px solid black;
    color: black !important;
    text-decoration: none;
    padding: 3px 6px;
    border-radius: 10px;
    box-shadow: 2px 1px #ccc;
}

    .actionButton i {
        color: black !important;
    }

    .actionButton:hover {
        background-color: #00b3b3;
    }

/* Tables
----------------------------------------------------------*/

.Franchise Table {
    border-collapse: collapse;
    width: 100%;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    text-align: left;
}

.Franchise TH {
    font-size: 10pt;
    background-color: gray;
    color: Black;
    text-align: left;
}

td.hasTable {
    padding-left: 0;
}

table.subTable {
    padding: 0;
    margin: 5px 0px;
}

    table.subTable.colored {
        background-color: #E7F9FB;
        border: 1px solid #AFEEEE;
    }

.subTable th {
    font-size: 10px;
    padding-top: 5px;
}

.subTable td {
    text-align: center;
}

    .subTable td.fieldLabel {
        text-align: left;
        width: 245px;
    }

/*.Franchise TR
{ 
}*/

.Franchise TD {
    font-size: 10pt;
    border-style: solid;
    border-width: 1px;
    text-align: left;
}

.textEntry {
    border: 1px solid black;
}

.dataLabel {
    color: Black;
}

.amountText {
    text-align: right;
    border: 1px solid black;
    padding-right: 3px;
}

.onfocus {
    text-align: right;
    border: 1px solid orange;
}

input.SWParent {
    width: 130px;
    margin-left: 15px;
}

input[readonly], span.disabled input[type=checkbox] {
    cursor: not-allowed;
    border: 1px solid #555;
    background: #ccc;
    color: navy;
}

/* Ajax tab themes*/
.ajax__tab_blueGrad-theme .ajax__tab_header {
    font-family:  arial,helvetica,clean,sans-serif;
    font-size: small;
    color: #ffffff;
    border-bottom: solid 5px #84aeef;
}

    .ajax__tab_blueGrad-theme .ajax__tab_header .ajax__tab_outer {
        background: url('..\Images\blueGrad.jpg') repeat-x;
        margin: 0px 0.16em 0px 0px;
        padding: 1px 0px 1px 0px;
        vertical-align: middle;
        border: solid 1px DarkBlue;
        border-bottom-width: 0px;
    }

    .ajax__tab_blueGrad-theme .ajax__tab_header .ajax__tab_tab {
        color: #ffffff;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
    }

.ajax__tab_blueGrad-theme .ajax__tab_hover .ajax__tab_outer {
    background: url(..\Images\blueGrad.jpg) #84aeef repeat-x left -1300px;
    cursor: pointer;
}

.ajax__tab_blueGrad-theme .ajax__tab_active .ajax__tab_tab {
    color: #fff;
}

.ajax__tab_blueGrad-theme .ajax__tab_active .ajax__tab_outer {
    background: url(..\Images\blueGrad.jpg) #84aeef repeat-x left -1400px;
}

.ajax__tab_blueGrad-theme .ajax__tab_body {
    font-family:  arial, verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 0.25em 0.5em;
    background-color: #edf5ff;
    border: solid 1px DarkBlue;
    border-top-width: 0px;
}


/* Tabs */

.modalBackground {
    background-color: Gray;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.7;
}

.modalPopup {
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 2px;
}


/*--icon styling--*/
th a > i,
th a:visited > i {
    color: white;
}
th a:hover > i { 
    color: #cee858;
}

/* for header icons */
a > i {
    color: #008080;
}
a:hover > i {
    color: #00b3b3;
}
a:visited > i {
    color: #006666;
}

input[type="submit"] {
    border: 1px solid #804600;
    padding: 4px 10px;
    background-color: #ffe4c4;
    border-radius: 10px;
    box-shadow: 2px 1px #804600;
    margin-right: 10px;
}

input[type="submit"]:hover {
    border: 1px solid #804600;
    padding: 4px 10px;
    background-color: #ffc680;
    border-radius: 10px;
    box-shadow: 2px 1px #804600;
    margin-right: 10px;
}


table.hoverable > tr:not(:has(th)):hover,
table.hoverable > tbody > tr:not(:has(th)):hover {
    background-color: #c3f7e5 !important;
}

table.nohover tr:hover, .ajax__calendar_container TABLE tr:hover {
    background-color: unset !important;
}

input[type=checkbox] {transform: scale(1.5); margin-right: 10px;}

.ajax__calendar_container { width: 260px !important; }
.ajax__calendar_body { width: 240px !important; }
.ajax__calendar_dayname { font-weight: bold; }
.ajax__calendar_title { font-size: 12px; }

div#ui-datepicker-div {
    box-shadow: 3px 5px 20px #333;
}