﻿
/*	Global classes	*/

.DDMainHeader {
    font: small-caps bold 1.6em Trebuchet MS, Arial, sans-serif;
    color: #888;
    padding-bottom: 12px;
    border-bottom: 1px dotted #bbbbbb;
    text-align: right;
    width: 100%;
    border-bottom-style: none;
}

.DDSubHeader {
    padding: 2px 10px 2px 10px;
    margin-bottom: 10px;
    font: bold 1.2em Trebuchet MS, Arial, sans-serif;
    color: #444444;
    background: #EEEEEE;
    text-align: right;
}

.DD {
    padding: 0px 8px;
    font: .75em Tahoma, Arial, sans-serif;
    color: #666;
}

.Active {
    font-size: small;
    color: #000000;
    text-decoration: none;
}

.Cancelled {
    font-size: small;
    color: #C0C0C0;
    text-decoration: line-through;
}

.DDLightHeader {
    font-weight: bold;
    background-color: #F7F7FF;
}

.DDTextBox, .DDDropDown {
    color: #666;
    font: .95em Tahoma, Arial, Sans-Serif;
    border: solid 1px #dcdcdc;
    background-color: #FEFEFE;
}

.DDDropDown {
    padding: 2px;
}

.DDFilter {
    font: .95em Tahoma, Arial, Sans-serif;
    color: #666;
}

.DDControl {
    padding: 0px;
    font: .95em Tahoma, Arial, Sans-Serif;
    color: #666;
}

.DDFloatLeft {
    float: left;
}

.DDFloatRight {
    float: right;
}

.DDFooter {
    background-color: #dbddff;
}

.DDSelected {
    background-color: #fdffb8;
}

div.DDNoItem {
    color: Red;
    font-family: Trebuchet MS, Arial, sans-serif;
}

.DDValidator {
    color: Red;
    font-family: Trebuchet MS, Arial, sans-serif;
}


/*	Navigation	*/

div.DDNavigation {
    font: .75em Tahoma, Arial, Sans-Serif;
    position: relative;
    top: -28px;
    margin-bottom: -10px;
    padding: 0px 5px;
    text-align: right;
}

    div.DDNavigation img {
        position: relative;
        margin-top: 0em;
        padding: 0px 8px;
        border: none;
        background-color: #fff;
    }

    div.DDNavigation a {
        color: #839ce7;
        text-decoration: none;
        background-color: #fff;
        padding-right: 8px;
        top: -.2em;
        left: .25em;
    }

        div.DDNavigation a:hover {
            color: #000099;
            text-decoration: underline !important;
        }


/*	Details VIEW/EDIT	*/
table.DDDetailsTable {
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    border-top: 1px solid #dbddff;
    border-bottom: 3px solid #dbddff;
    color: #666;
    background-color: #FCFDFE;
    text-align: right;
}

    table.DDDetailsTable a {
        color: #718ABE;
        text-decoration: none;
        padding-right: 6px;
    }

        table.DDDetailsTable a:hover {
            color: #000099;
            text-decoration: underline !important;
        }

    table.DDDetailsTable .td {
        padding: 3px 6px;
        border: 1px solid #dbddff;
        border-bottom-style: dotted;
        font-size: .7em;
        font-family: Tahoma, Arial, Sans-Serif;
    }


/*	DDGridView/DDListView	*/
table.DDGridView, table.DDListView {
    color: #666;
    border: solid 1px #dbddff;
    font: .7em Tahoma, Arial, Sans-Serif;
}

    table.DDGridView .th, table.DDGridView .td, table.DDListView .th, table.DDListView .td {
        white-space: nowrap;
    }

    table.DDGridView .th, table.DDListView .th {
        background: url(DynamicData/Content/Images/header_back.gif) repeat-x;
        line-height: 1.3em;
        text-align: left;
        font-size: 1em;
        border: solid 1px #dbddff;
    }

        table.DDGridView .th a, table.DDListView .th a {
            color: #666;
            text-decoration: none;
        }

    table.DDGridView .td, table.DDListView .td {
        border: dotted 1px #dbddff;
        border-left-width: 0px;
        border-right-width: 0px;
        padding: 6px;
    }

        table.DDGridView .td a, table.DDListView .td a {
            color: #718ABE;
            text-decoration: none;
            margin-right: 6px;
        }

    table.DDGridView .DDSelected a, table.DDListView .DDSelected a {
        color: #718ABE;
        text-decoration: none;
        margin-right: 6px;
    }

        table.DDGridView .DDSelected a:hover, table.DDListView .DDSelected a:hover {
            color: #000099;
            text-decoration: underline;
        }

    table.DDGridView .td a:hover, table.DDListView .td a:hover {
        color: #000099;
        text-decoration: underline;
    }

/*	DataPager	*/
div.DDPager {
    padding: 0px 6px;
}


/* Bottom hyperlink design*/
div.DDBottomHyperLink {
    font: .75em Tahoma, Arial, Sans-Serif;
}

    div.DDBottomHyperLink a {
        color: #839ce7;
        text-decoration: none;
    }

        div.DDBottomHyperLink a:hover {
            color: #000099;
            text-decoration: underline !important;
        }

    div.DDBottomHyperLink img {
        padding-right: 5px;
        border: none;
    }

/* required field class */
.validationRequired {
    background-color: #fdffb8;
    color: #FF0000;
}

/* required field class */
.NoEditingAllowed {
    background-color: #AAAAAA;
    color: #222222;
}

.ABMRepHeader {
    border-top-style: solid;
    border-bottom-style: solid;
    font-size: small;
    border-width: thick;
    border-color: #AAAAAA;
}

.ABMRepFooter {
    border-top-style: solid;
    border-bottom-style: solid;
    font-size: small;
    border-width: thick;
    border-color: #AAAAAA;
}

.ABMRepBodyNormalCell {
    text-align: right;
    font-size: xx-small;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: thin;
    border-color: #808080;
}

.ABMRepBodyNegativeCell {
    text-align: right;
    font-size: xx-small border-bottom-style:solid;
    border-left-style: solid;
    border-width: thin;
    border-color: #FF0000;
}




@font-face {
    font-family: 'MenuFont';
    src: url('/Fonts/GE Flow Regular.otf');
}

@font-face {
    font-family: 'Normal';
    src: url('/Fonts/Base.otf');
}

@font-face {
    font-family: 'Printing';
    src: url('/Fonts/Printing.otf');
    font-size: large;
}

/*.root
    {
        --NormalTextColor: #FFFFFF;
  --HighlightedTextColor: #FFFF00;
  --BackGroundColor: #233a77;
  --DarkBackGroundColor: #EE5301;
    }*/

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /* remove default arrow */
    background-image: url('/Images/Search.png'); /* add custom arrow */
    background-repeat: no-repeat;
    font-size: 10pt;
    font-family: Normal;
    border-width: 0px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: inset 1px 1px 1px #888888;
    --height: 22px;
}


[type=text] {
    font-size: 10pt;
    font-family: Normal;
    padding: 1px 3px 1px 2px;
    border-width: 0px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: inset 1px 1px 1px #888888;
}

[type="password"] {
    font-size: 10pt;
    font-family: Normal;
    padding: 1px 3px 1px 2px;
    border-width: 0px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: inset 1px 1px 1px #888888;
}

.CompanyName {
    padding: 15px 0 0 0;
    font-family: MenuFont;
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    width: 100%;
    background: #233a77;
    color: #FFFF88;
    border-radius: 20px 20px 0 0;
}

input[type="button"], input[type="submit"] {
    font-family: Normal;
    min-width: 70px;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    text-shadow: 1px 1px 0px #222288;
    background: #4444AA;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
}


.SiteMasterHeader {
    font-family: MenuFont;
    color: #FFFFFF;
    background: #233a77;
    width: 100%;
}

.BodyBack {
    width: 100%;
    background: #EEEEFF;
    border-radius: 0px 0px 0px 0px;
}

.DateRange {
    font-size: 10pt;
    font-family: Normal;
    font-weight: 300;
    width: 100%;
    background-color: #233a77;
    color: #FFFFFF;
    border-radius: 0px 0px 0 0;
    padding: 2px 0px 2px 0px;
    text-shadow: 1px 1px #444444;
    vertical-align: middle;
}

.GridCrown {
    width: 100%;
    font-size: 10pt;
    font-family: Normal;
    font-weight: 300;
    width: 100%;
    background-color: #8888EE;
    color: #FFFFFF;
    vertical-align: middle;
    text-shadow: 1px 1px #444444;
    border-radius: 0px 0px 0 0;
}

.Grid {
    font-family: Normal;
    background: #FFFFFF;
    border: 1px solid #AAAA88;
    width: 100%;
    padding: 2px;
    color: Black;
    font-size: 12px;
    font-weight: lighter;
}

.styleSiteMasterFooter {
    width: 100%;
    text-align: center;
    font-size: x-small;
    padding: 5;
    background: #233a77;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    text-shadow: 1px 1px #444444;
}

.sm_round {
    border-radius: 0 0 20px 20px;
}

.sm_Titles {
    font-family: MenuFont;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    text-shadow: 1px 1px 0px #555555;
    width: 100%;
    background: #233a77;
    color: #FFFFAA;
}

.PageTitle {
    font-family: MenuFont;
    font-size: 22px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    font-weight: 300;
    width: 100%;
    background-color: #8888EE; /* ToDO */
    color: #FFFFFF;
    border-radius: 0 0 20px 20px;
    text-shadow: 1px 1px 0px #555555;
}

.menu {
    font-family: MenuFont;
    font-size: 20px;
    background-color: #233a77;    
    color: #FFFFFF;
    display: block;
    white-space: nowrap;
    height: auto;
    padding: 2px 0 2px 0;
    font-weight: lighter;     
}

    .menu ul li a:visited {
        margin: inherit;
        font-family: inherit;
        font-size: inherit;
        background-color: #233a77;
        color: #FFFFFF;
        width: inherit;
    }

    .menu ul li a:hover {
        margin: inherit;
        font-family: inherit;
        font-size: inherit;
        background-color: #8888EE; /* ToDo: Hover Color */
        color: #FFFFAA;
        width: inherit;
        border-width: thin;
    }

    .menu ul {
        margin: inherit;
        font-family: inherit;
        font-size: inherit;
        background-color: #233a77;
        color: #FFFFFF;
        width: inherit;
        padding: 2px 3px 2px 10px;
        text-shadow: 1px 1px 0px #444444;
    }

    .menu li {
        margin: inherit;
        font-family: inherit;
        font-size: inherit;
        background-color: #233a77;
        color: #FFFFFF;
        width: inherit;
        padding: 2px 3px 2px 10px;
    }


.Labels {
    font-family: Normal;
    font-size: medium;
    font-weight: 300;
    color: Black;
    right: 10px;
    text-align:left;
}
