﻿/* Generic Tags */
html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: none;
    background-color: #fafafa;
}

p {
    border: 0 none;
    font-size: 13px;
    font-style: oblique;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

h1 {
    color: #428342;
    font-size: 18px;
    font-style: normal;
    margin: 0px;
    padding: 4px 4px 0px 4px;
}

h2 {
    color: #65a060;
    font-size: 18px;
    font-style: normal;
    margin: 0px;
    padding: 4px 4px 0px 4px;
}

h3 {
    color: #428342;
    font-size: 18px;
    font-style: normal;
    margin: 0;
    padding: 10px 0 14px;
}

a {
    color: #008AF1;
    font-weight: bold;
    text-decoration: none !important;
}

/* Framwork */

#page-wrapper {
    height: auto;
    background-image: url(/HTMLResources/Images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #efefef;
    margin: 0;
    padding: 0;
    min-width: 910px;
}

#page {
    width: 886px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

#fade {
    height: 34px;
    background-image: url(/HTMLResources/Images/fade.gif);
    background-repeat: no-repeat;
    background-color: #efefef;
    background-position: center;
    margin: auto;
    padding: 0;
    min-width: 910px;
    width: 910px;
    display: block;
}

#fade-bg {
    height: 34px;
    background-image: url(/HTMLResources/Images/fade-bg.gif);
    background-repeat: repeat-x;
    background-color: #fafafa;
    margin: 0;
    padding: 0;
    min-width: 910px;
}

#page-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

#page:after {
    content: '';
    display: block;
    clear: both;
}

#content:after {
    content: '';
    display: block;
    clear: both;
}

/*Header*/

#logo {
    padding-top: 8px;
}

#header-top {
    margin: 0;
    padding: 0;
    background-color: white;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    height: 43px;
}

#header-nav {
    background-color: #F4F4F4;
    border: 1px solid #d2d2d2;
    color: black;
    display: table;
    font-size: 13px;
    line-height: 24px;
    width: 884px;
}

    #header-nav div {
        font-weight: bold;
        color: black;
        cursor:pointer;
    }

    #header-nav div:hover {
        background-color: #b0eba8;
    }


/*Content*/

#content {
    background-color: white;
    margin: 0;
    z-index: 5;
    padding: 2px 6px 2px 6px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    min-width: 872px;
    display: table;
}

/*Bottom*/

#bottom {
    height: 12px;
    display: block;
}

/*Border*/

#border-top {
    height: 12px;
    padding-top: 8px;
    display: block;
    background-image: url(/HTMLResources/Images/top-border-886.gif);
    background-repeat: no-repeat;
    background-position: 0px 8px;
}

#border-bottom {
    height: 12px;
    display: block;
    background-image: url(/HTMLResources/Images/bottom-border-886.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

/*Footer*/

#footer-wrapper {
    clear: both;
    margin: 0 0 0 0;
    padding: 0;
    height: 75px;
    min-width: 890px;
    background-color: #fafafa;
}

#footer {
    background-color: #f4f4f4;
    border: 1px solid #d2d2d2;
    border-radius: 11px;
    height: 75px;
    margin: auto auto 34px;
    padding: 0;
    width: 882px;
}

#footer-left {
    width: 480px;
    float: left;
}

#footer-right {
    width: 402px;
    height: 75px;
    float: left;
}

#footer-nav {
    float: left;
    width: 486px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

    #footer-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #footer-nav ul li {
            margin: 0;
            padding: 6px 7px 0px 0px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10px;
            font-weight: bold;
            color: black;
            float: left;
            text-align: center;
            line-height: 37px;
        }

            #footer-nav ul li a {
                margin: 0;
                padding: 6px 0px 0px 0px;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 10px;
                font-weight: bold;
                color: black;
                text-align: center;
                text-decoration: none;
            }

                #footer-nav ul li a:hover {
                    text-decoration: underline;
                }

#footer-interwarelink {
    padding-left: 73px;
}

    #footer-interwarelink a {
        margin: 0;
        padding: 6px 0px 0px 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: black;
        text-align: center;
        text-decoration: none;
    }

        #footer-interwarelink a:hover {
            text-decoration: underline;
        }


#footer-copywrite {
    float: left;
    width: 486px;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: black;
    padding-top: 22px;
    padding-left: 40px;
}

#footer-trustwave {
    padding-top: 10px;
    float: right;
}

#footer-twitter {
    padding-top: 13px;
    padding-right: 12px;
    float: right;
}

#footer-facebook {
    padding-top: 13px;
    padding-right: 5px;
    float: right;
}

#footer-linkedin {
    padding-top: 13px;
    padding-right: 5px;
    float: right;
}


/*Content*/

#PaymentOptionsControl {
    display: normal;
    width: 872px;
    padding-bottom: 4px;
}

    #PaymentOptionsControl .PaymentOptionsControl_Title_Left {
        text-align: left;
        float: left;
        font-weight: 700;
        padding: 2px 4px 2px 4px;
    }

    #PaymentOptionsControl .PaymentOptionsControl_Title_Right {
        text-align: right;
        float: left;
        font-weight: 700;
        padding: 2px 4px 2px 4px;
    }

    #PaymentOptionsControl .PaymentOptionsControl_Item_Left {
        text-align: left;
        float: left;
        padding: 2px 4px 2px 4px;
    }

    #PaymentOptionsControl .PaymentOptionsControl_Item_Right {
        text-align: right;
        float: left;
        padding: 2px 4px 2px 4px;
    }

    #PaymentOptionsControl .PaymentOptionsControl_Radio {
        text-align: left;
        float: left;
        padding: 0px 4px 2px 4px;
    }

.OptionBox {
    width: 174px;
    height: 117px;
    padding: 0px 0px 15px 0px;
    float: left;
}

.OptionBoxIMG {
    width: 174px;
    float: left;
}

    .OptionBoxIMG a img {
        display: block;
        margin: auto;
    }

.OptionBoxHREF {
    text-align: center;
    width: 174px;
    float: left;
}

#formContainer {
    display: block;
    padding: 3px 4px 0px 4px;
}

.label {
    width: 130px;
    text-align: right;
    float: left;
    margin: 2px;
}

.input {
    width: 700px;
    text-align: left;
    float: left;
    margin: 2px;
}

.textbox {
    width: 250px;
}

#formContainer input {
    padding: 0px;
    width: 375px;
}

#recordHTML input {
    padding: 0px;
    width: 375px;
}

#ControlHeader {
    float: left;
    padding: 5px 0;
    width: 864px;
}

#ControlImage {
    float: left;
    width: 100px;
}

#ControlContent {
    float: left;
    width: 764px;
}

#ControlTitle {
    float: left;
    width: 764px;
}

#ControlText {
    float: left;
    width: 764px;
    padding: 0px 0px 0px 4px;
}

#ControlMenu {
    background-color: #F4F4F4;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    float: left;
    margin: 0 0 0 2px;
    padding: 5px 4px;
    width: 849px;
}

#ControlSearch {
    font-weight: 600;
    float: left;
    width: 625px;
    height: 30px;
    font-size: 18px;
    padding: 2px 0px 0px 237px;
}

#ControlSearchPayType {
    font-weight: 600;
    float: left;
    width: 625px;
    height: 30px;
    font-size: 18px;
    padding: 2px 0px 0px 205px;
}

#ControlSearchSiteID {
    font-weight: 600;
    float: left;
    width: 610px;
    height: 30px;
    font-size: 18px;
    padding: 2px 0px 0px 250px;
}

#ControlSearchManual {
    font-weight: 600;
    float: left;
    width: 667px;
    height: 30px;
    font-size: 18px;
    padding: 2px 0px 0px 194px;
}

#ControlTableSearch {
    background-color: #f4f4f4;
    border: 1px solid #d2d2d2;
    color: #222222;
    font-weight: bold;
    float: left;
    margin: 0 0 5px 2px;
    padding: 5px;
    width: 847px;
    height: 31px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#ControlTableSubSearch {
    background-color: #f4f4f4;
    border: 1px solid #d2d2d2;
    color: #222222;
    font-weight: bold;
    float: left;
    margin: 0 0 5px 2px;
    padding: 5px;
    width: 847px;
    height: 31px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#ControlTableDetails {
    background-color: #f4f4f4;
    border: 1px solid #d2d2d2;
    color: #222222;
    font-weight: bold;
    float: left;
    margin: 0 0 5px 2px;
    padding: 5px;
    width: 847px;
    height: 35px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#ControlTableSubDetails {
    background-color: #f4f4f4;
    border: 1px solid #d2d2d2;
    color: #222222;
    font-weight: bold;
    float: left;
    margin: 0 0 5px 2px;
    padding: 5px;
    width: 847px;
    height: 35px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#ControlForm {
    font-weight: 600;
    float: left;
    width: 851px;
    padding: 0px 0px 5px 4px;
}

#ControlTable {
    float: left;
    font-weight: 600;
    padding: 0 0 0 2px;
    width: 859px;
    min-height: 200px;
}

#btnSearch {
    font-size: 14px;
}

.AdvancedView {
    display: none;
}

.Modified {
    color: darkorange;
}

.Hide {
    display: none;
}

.btnInline {
    line-height: 11px;
    margin-top: 2px;
    font-size: 10px;
}

.btnStandard {
    padding-left: 11px;
    padding-right: 11px;
}

.titleCentered {
    padding: 0px;
    text-align: center;
    float: left;
    margin: 9px 0px 10px 2px;
    width: 853px;
    float: left;
}

.titleBoxLeft {
    background-color: #e0ffdd;
    border: 1px solid #D2D2D2;
    border-radius: 8px 0;
    color: #000000;
    float: left;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    height: 20px;
    margin: 0 0 5px 2px;
    padding: 5px 10px;
    width: auto;
}

.CharCount {
    font-size: 10px;
    color: blue;
}

#imgSelectedDataBase {
    float: left;
    width: 30px;
    font-weight: 600;
    text-align: center;
    padding: 0px;
    margin: 3px 0px 0px 0px;
}

#imgSelectedDataBase2 {
    float: left;
    width: 30px;
    font-weight: 600;
    text-align: center;
    padding: 0px;
    margin: 3px 0px 0px 0px;
}

#txtSelectedDataBase {
    float: left;
    font-weight: 600;
    text-align: left;
    padding: 0 20px 0 0;
    margin: 7px 0px 0px 0px;
}

#txtSelectedDataBase2 {
    float: left;
    font-weight: 600;
    text-align: left;
    padding: 0 20px 0 0;
    margin: 7px 0px 0px 0px;
}

#btnAdvancedView {
    float: right;
    width: 150px;
    font-weight: 600;
    text-align: center;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px;
    border: 2px solid #AAAAAA;
    cursor: pointer;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.divSubmitButton {
    float: left;
    width: 849px;
    margin: 8px 0px 0px 2px;
    padding: 5px 1px 5px 1px;
    text-align: center;
    background-color: #F4F4F4;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

    .divSubmitButton button {
        font-size: 14px;
    }

.title {
    color: #000000;
    float: left;
    font-size: 18px;
    padding: 5px;
    text-align: center;
    width: 836px;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #F4F4F4;
    margin: 12px 4px 8px 4px;
}

.even {
    background-color: #e0ffde;
}

.odd {
    background-color: #f6fff5;
}

.subRecordDiv1 {
    background: none repeat scroll 0 0 #E9FFE3;
    float: left;
    font-weight: 800;
    height: 28px;
    line-height: 28px;
    text-align: right;
    width: 250px;
    padding: 0px 0px 5px 0px;
}

.subRecordDiv2 {
    background: none repeat scroll 0 0 #E9FFE3;
    float: left;
    height: 28px;
    text-align: left;
    width: 500px;
    padding: 5px 0px 0px 0px;
}

.checkBox {
    margin-left: 0;
    padding-left: 0;
    width: 18px !important;
}

.recordDiv {
    width: 750px;
}

.autofilled {
    color: grey;
}

.unused {
    color: red;
}

.error {
    color: red;
}

.dt-right {
    text-align: right;
}

.dt-right div {
    text-align: center;
}

.dt-left {
    text-align: left;
}

.dt-left div {
    text-align: left;
}

.dt-center {
    text-align: center;
}

/* Report Schedule Divs */

.scheduleContainer {
    width: 750px;
    height: 175px;
    float: left;
    display: block;
    text-indent: 2px;
}

.scheduleReoccurence {
    width: 250px;
    height: 175px;
    float: left;
    display: block;
    background-color: lightblue;
}

.scheduleRecTitle {
    font-weight: 700;
    width: 250px;
    text-align: left;
    text-indent: 136px;
    float: left;
    display: block;
}

.scheduleRecItem {
    font-weight: 700;
    width: 250px;
    text-align: left;
    text-indent: 149px;
    float: left;
    display: block;
}

.scheduleSchedule {
    width: 500px;
    height: 175px;
    float: left;
    display: block;
    background-color: lightgoldenrodyellow;
}

.scheduleSchTitle {
    font-weight: 700;
    width: 500px;
    text-align: left;
    float: right;
    display: block;
}

.scheduleHourSection {
    float: left;
    display: block;
}

.scheduleSchItemRow {
    width: 500px;
    text-align: left;
    float: left;
    display: block;
}

/* Report Custom Parameters Divs*/

.customParametersContainer {
    width: 750px;
    display: block;
    float: left;
}

.customParametersTitle {
    width: 750px;
    height: 18px;
    display: block;
    float: left;
    text-align: center;
    font-weight: 700;
    background-color: #65a060;
}
