﻿html, body, form {
    font-family: Verdana;
    font-size: 13px;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

#container {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    height: 100%;
    width: 100%;
}

#wrapper {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
#header {
    height: 150px;
    background-color: lightgray;
    border: solid;
    border-color: #FF8800;
    position: fixed;
    top: 0;
}
#map {
    position: absolute;
    top: 150px;
    bottom: 0;
    left: 0;
    right: 0;
    background: red;
    overflow: hidden;
}
.topContent {
    /*top: 0;
    border: solid 0px black;
    position: absolute;
    width: 100%;*/
    border-bottom: solid 1px #0000ff;
}

.middleContent {
    position: fixed;
    left: 42%;
    top: 50%;
    margin: -150px 0 0 -150px;
}

.footerContent {
    border-top: solid 1px #0000ff;
    /*float: right;
    width: 100%;
    position: fixed;
    bottom: 0px;*/
    height: 27px; /* Height of the footer */
}

h1 {
    color: red;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset {
    border: solid 1px black;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

legend {
    background: #FF8800;
    border: solid 1px black;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 6px;
}

.ApplicationLink {
    font-weight: bold;
    color: blue;
    text-decoration: underline;
}

.footerText {
    font-family: Verdana;
    font-size: 13px;
    color: #aaaaaa;
}

.HeaderTitle {
    font-weight: bold;
    font-size: 14px;
}

.RequireAttention {
    font-weight: bold;
    color: red;
}


.FieldLabel {
    font-weight: bold;
    font-size: 13px;
}

.FieldLabelData {
    font-size: 13px;
}

.HelpFieldLabel {
    color: #990000;
}


.NotesDataLabel {
    word-wrap: break-word;
    word-break: keep-all;
    display: inline-block;
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    width: 570px;
    height: auto;
    overflow-x: hidden;
    font-size: 13px;
    font-family: Verdana;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.FieldInput {
    font-size: 13px;
    color: black;
    border: 1px #CCCCCC solid;
    border-width: 1px;
    border-color: #CCCCCC;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .FieldInput:focus {
        outline: none;
        box-shadow: 0px 0px 7px red;
        border-color: red;
    }

.center {
    margin: auto;
    width: 70%;
    background-color: #b0e0e6;
}

/* So the overflow scrolls */
.GridContainer div {
    overflow: auto;
}

    /* Keep the header cells positioned as we scroll */
    .GridContainer div table th {
        position: relative;
    }

    /* For alignment of the scroll bar */
    .GridContainer div table tr {
        overflow-x: hidden;
    }

.GridHeaderStyle {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    background-color: whitesmoke;
    /*background-image: url(../Images/Grid_Header.gif);*/
}
.GridFooterStyle {
    color: #000000;
    font-size: 11px;
    background-color: whitesmoke;    
}
.GridRowStyle {
    font-size: 13px;    
}
.GridRowStyle a, .GridRowStyle a:link, .GridRowStyle a:active, .GridRowStyle a:visited, .GridRowStyle a:hover {
    color: #000000;
    font-weight: normal;
}


.GridSelectedRowStyle {
    font-size: 13px;
    background-color: yellow;
    /*background-image: url(../Images/Grid_RowNormal.gif);*/
}

.GridRowStyle {
    font-size: 13px;
    /*background-image: url(../Images/Grid_RowNormal.gif);*/
}

.GridAlternatingRowStyle {
    font-size: 13px;
    background-color: whitesmoke;
    /*background-image: url(../Images/Grid_RowAlternate.gif);*/
}

.GridHoverRow {
    font-size: 13px;
    /*background-color: #A1DCF2;*/
    background-color: #FF9;
}

.GridSelectedRow {
    /*background-color: #A1DCF2;*/
    background-color: lightblue;
    color: #000000;
    font-size: 13px;
}

.GridPagingStyle {
    font-size: 13px;
}

.GridHeaderStyle a, .GridHeaderStyle a:link, .GridHeaderStyle a:active, .GridHeaderStyle a:visited, .GridHeaderStyle a:hover {
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

/*Validator Callout*/
.validatorCalloutHighlight {
    background-color: #ffff66;
}

.errorText {
    font-size: 13px;
    font-weight: bold;
    color: red;
}

.secureHeaderText {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.resetPasswordBox {
    margin: auto;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    width: 450px;
}

.notificationBox {
    border: 1px solid #CCCCCC;
    height: 320px;
}

.loginBox {
    margin: auto;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.subscriptionBox {
    margin: auto;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    width: 600px;
}

.registerBox {
    border: 1px solid #CCCCCC;
    height: 380px;
    width: 700px;
    margin: auto;
}


.sameLineBox {
    padding: 5px;
    margin-left: 7px;
    border: 1px;
    float: left;
}

/*Password Strength Control*/
.textIndicator_txtPassword {
    background-color: Silver;
    color: Green;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.textIndicator_txtPassword1 {
    background-color: Silver;
    color: red;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.textIndicator_txtPassword2 {
    background-color: Silver;
    color: red;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.textIndicator_txtPassword3 {
    background-color: Silver;
    color: Orange;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.textIndicator_txtPassword4 {
    background-color: Silver;
    color: Yellow;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.textIndicator_txtPassword5 {
    background-color: Silver;
    color: Aqua;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.textIndicator_lblHelp {
    color: red;
    font-size: 13px;
    font-style: italic;
}
/*End Password Strength Control*/
.videoDiv {
    width: 630px;
    height: 520px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -260px 0 0 -315px;
}

/*Subscription Description Repeater Control*/
.SubscriptionUsageHeader {
    background-color: whitesmoke;
}
.SubscriptionFieldLabel {
    font-weight: bold;
    font-size: 13px;
}

.SubscriptionFieldLabelData {
    font-size: 13px;
}
.subscriptionHeaderFirstColumn {
    text-align: left;
    width: 250px;
    color: navy;
    font-size: 20px;
}
.subscriptionHeaderOtherColumn {
    text-align: left;
    width: 150px;
    color: navy;
    font-size: 20px;
}
.subscriptionRow {
    color: navy;
    font-size: 14px;
    font-weight: bold;
}
.subscriptionAttention {
    color: red;
    font-size: 24px;
    font-weight: bold;
}
.subscriptionInstantSavingText{
    color: green;
    font-size: 14px;
    font-weight: bold;
}
.subscriptionInstantSavingSymbol{
    color: green;
    font-size: 18px;
    font-weight: bold;    
}
/*End Subscription Description Repeater Control*/

/*Promotion Control*/
.promotionDollarText{
    color: green;
    font-size: 13px;
    font-weight: bold; 
}
/*End Promotion Control*/
.MailTree {
    font-family: Verdana;
    font-size: 13px;
}

    .MailTree ul {
        padding: 0px;
    }

    .MailTree .dxtv-btn {
        margin-left: 0px;
    }

    .MailTree .dxtv-elbNoLn, .MailTree .dxtv-elb {
        width: 5px;
    }

.ImageProperty {
    width: 37px;
    height: 30px;
}

.ImagePropertySearch {
    width: 42px;
    height: 35px;
}

.PopupTitle {
    font-weight: bold;
    color: #000;
    height: 20px;
}

/*Dialog Item*/
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
    float: none !important;
    margin-left: 30px !important;
}