﻿/* DEFAULTS
----------------------------------------------------------*/
body {
    /* filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ffffff', startColorstr='#dcf1f9', gradientType='0');     */
    background: #cfebf9;
    font-size: .80em;
    font-family: Tahoma, Geneva, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.contentHome {
    font-size: 10pt;
    padding: 10px 10px 40px 0px;
    color: #333333;
}

.content {
    font-size: .9em;
    color: #333333;
}

.subContent {
    padding-left: 15px;
    font-size: .9em;
    color: #666666;
}

a {
    color: #4e71cb;
}

    a:link {
        color: #4e71cb;
    }

    a:hover {
        color: #8296ca;
        text-decoration: none;
    }

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin: 0px;
    padding: 0px;
}

h1 {
    color: #7A2018;
    color: #444444;
    font-family: Tahoma, Geneva, Arial, sans-serif;
    font-size: 1.15em;
    margin: .75em 0;
    font-weight: 500;
}

h2 {
    padding-left: 15px;
    font-size: 1.00em;
    margin: .83em 0 .53em 0;
    color: #7A2018;
    font-weight: 500;
}

h3 {
    font-size: .9em;
    font-style: italic;
    padding: 15px 0px 0px 15px;
    color: #666666;
}

h4, h5, h6 {
    font-size: .80em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page {
    width: 1200px;
    margin: 5px auto 0px auto;
    padding: 0px 0px 0px 0px;
    height: 700px;
}

.leftColumn {
    height: 700px;
    float: left;
    width: 379px;
    text-align: center;
    background-color: White;
    font-family: Tahoma, Geneva, Arial, sans-serif;
    color: #383636;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.5em;
    padding: 0px 0px 0px 0px;
    border-left: 1px solid #ebf7fe;
}

.rightColumn {
    min-height: 700px;
    display: block;
    float: left;
    width: 817px;
    padding: 0px 0px 0px 0px;
    color: #020202;
    background-image: url("../Images/skyLong.gif");
    background-position: top;
    border-right: 1px solid #ebf7fe;
    border-bottom: 1px solid #ebf7fe;
}

.topLeft {
    height: 50px;
    text-align: center;
    vertical-align: bottom;
    padding: 20px 0px 0px 0px;
    background-color: White;
}

#topRight {
    width: 757px;
    height: 65px;
    text-align: left;
    vertical-align: bottom;
    padding: 5px 0px 0px 60px;
    background-color: White;
}

.panelPadded {
    padding: 5px 20px 0px 30px;
}

#main {
    padding: 0px 0px 0px 0px;
    margin: 8px 0px 0px 0px;
    min-height: 370px;
    border-left: 1px solid #ebf7fe;
}

.leftPhoto {
    width: 380px;
    height: 358px;
}

.leftSoftware {
    position: relative;
    top: -65px;
    left: 235px;
    height: 0px;
    width: 120px;
    font-family: Tahoma, Geneva, Arial, sans-serif;
    text-align: center;
}
.labelSoftware {
    color: #020202;
    font-size: 13px;
    font-weight: 600;
}
#leftContactInfo {
    height: 255px;
    display: block;
    font-size: .75em;
    font-weight: 500;
    font-family: Tahoma, Geneva, Arial, sans-serif;
    line-height: 1.2em;
}

.mainBarBlack {
    float: left;
    height: 12px;
    width: 192px;
    margin-top: 5px;
    margin-right: 187px;
    padding-top: 10px;
    background-color: #020202;
}

.mainBarMaroon {
    float: left;
    height: 16px;
    width: 187px;
    margin-left: 192px;
    background-color: #9a1a1e;
}

.mainPhoneNumbers {
    float: left;
    width: 379px;
    height: 105px;
    padding: 0px 0px 0px 189px;
    font-size: .8em;
    font-family: Tahoma, Geneva, Arial, sans-serif;
}

.mainPhoneNumbers a {
    font-family: Tahoma, Geneva, Arial, sans-serif;
    font-size: .9em;
    color: #040404;
    text-decoration: none;
    height: 21px;
}

.mainYears {
    float: left;
    width: 275px;
    height: 70px;
    margin: 0px 50px 30px 50px;
    text-align: center;
    color: #555;
}

.labelYears {
    font-size: 14px;
    color: #6d6c6c;
    font-weight: 600;
}

.mainEmail {
    float: left;
    height: 24px;
    font-size: small;
    font-family: Tahoma, Geneva, Arial, sans-serif;
    padding-top: 0px;
    width: 389px;
    font-weight: 500;
    text-align: left;
    color: #020202;
    width: 192px;
    margin-right: 190px;
    text-align: right;
}


.mainEmail a {
    font-size: small;
    font-family: Tahoma, Geneva, Arial, sans-serif;
}


.footer {
    float: left;
    width: 1200px;
    padding: 2px;
    color: #817d74;
    line-height: normal;
    font-size: .8em;
}

.footerLeft {
    float: left;
    width: 590px;
    text-align: left;
}

.footerRight {
    float: left;
    width: 590px;
    text-align: right;
}

#footerRight a {
    color: #817d74;
}

.rightJustify {
    text-align: right;
}

.topPadding {
    padding-top: 5px;
}

/* DEFINITION TABLE
----------------------------------------------------------*/
.definitionTitle {
    font-family: Georgia, Serif;
    font-size: .92em;
    color: #7A2018;
    padding-bottom: 4px;
    padding-top: 10px;
}

.definitionPronunciation {
    font-family: Tahoma, Geneva, Arial, sans-serif;
    font-size: .86em;
    color: #817d74;
    padding-left: 0px;
}

.definitionDefinition {
    font-family: Georgia, Serif;
    font-size: .86em;
    color: #444444;
    padding-top: 20px;
    padding-left: 20px;
    font-weight: 600;
}

.definitionItemsTable {
    font-family: Tahoma, Geneva, Arial, sans-serif;
    font-size: .81em;
    color: #666666;
    width: 438px;
    display: table;
    padding: 8px 4px 10px 20px;
    color: #666666;
}

.definitionItemsTableRow {
    display: table-row;
    width: 100%;
    float: none;
    vertical-align: top;
}

.definitionItemsTableNumberCell {
    color: #222222;
    display: table-cell;
    float: left;
    width: 15px;
    padding-left: 8px;
    padding-bottom: 6px;
}

.definitionItemsTableCell {
    display: table-cell;
    float: left;
    padding-left: 4px;
    padding-bottom: 6px;
}

/* CONTACT TABLE   
----------------------------------------------------------*/
.contactTable {
    display: table;
}

.contactTableRow {
    display: table-row;
    padding-top: 10px;
}

.contactTableLeft {
    display: table-cell;
    text-align: right;
    width: 94px;
}

.contactTableRight {
    display: table-cell;
    text-align: left;
}

/* TAB MENU   
----------------------------------------------------------*/
.menuTop {
    width: 807px;
    background-color: #9a1a1e;
    height: 26px;
    padding: 5px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
}

.menu {
    color: #9a1a1e;
    background-color: #9a1a1e;
    padding: 0px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
}

    .menu ul {
        padding: 0px;
        background-color: #9a1a1e;
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-top: none;
    }

.menuItemStyle {
    font-weight: bold;
    color: white;
    text-decoration: none;
    background-color: #9a1a1e;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
}

.menuHoverStyle {
    color: #cbecfb;
    font-weight: bold;
    text-decoration: none;
    background-color: #9a1a1e;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 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: 42%;
}

/* 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.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.tabStyles {
    border-width: 1px;
}

    .tabStyles .dxtc-leftIndent {
        border-width: 0px !important;
        background-color: blue !important;
        border-bottom-width: 1px !important;
    }

    .tabStyles .dxtc-tab {
        border-width: 0px !important;
        background-color: silver !important;
        border-bottom-width: 1px !important;
    }

    .tabStyles .dxtc-rightIndent {
        border-width: 0px !important;
        background-color: transparent !important;
        border-bottom-width: 1px !important;
    }


    .tabStyles .dxtc-activeTab {
        border-bottom: 0px !important;
        background-color: #ebebeb !important;
        padding-bottom: 0 !important;
    }
