﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #ccc url("/images/BarbellBackground.jpg") repeat scroll 0 0;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #141414;
}

a:link, a:visited {
    color: #8B0417;
}

a:hover {
    color: #141414;
    text-decoration: none;
}

a:active {
    color: #8b0417;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #141414;
    zzfont-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.4em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.3em;
    font-weight: 600;
    padding-bottom: 8px;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 1.0em;
}

h5, h6 {
    font-size: .9em;
}

/* 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;
}

/* MENU DROPDOWN NAVIGATION */

ul.dropdown li a.MenuMarked {
    color: #fff;
}

ul.dropdown {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

    ul.dropdown li {
        font-weight: bold;
        float: left;
        zoom: 1;
        background: black;
        list-style: none;
        z-index: 10000;
    }

    ul.dropdown a:hover {
        color: #fff;
    }

    ul.dropdown a:active {
        color: #fff;
        text-decoration: none;
    }

    ul.dropdown li a {
        display: block;
        padding: 4px 8px;
        border-right: 0px solid #464646;
        color: #a3a3a3;
        list-style: none;
        text-decoration: none;
    }

    ul.dropdown li:last-child a {
        border-right: none;
    }
    /* Doesn't work in IE */
    ul.dropdown li:hover {
        background: #464646;
        color: #666666;
        position: relative;
    }

    ul.dropdown li.hover a {
        color: #fff;
    }


    /* 
	LEVEL TWO
*/

    ul.dropdown ul.Sub-Menu {
        width: 220px;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        padding: 0;
    }

    ul.dropdown ul.FloatToLeft {
        width: 220px;
        visibility: hidden;
        position: absolute;
        top: 100%;
        right: 0;
        margin: 0;
        padding: 0;
    }

    ul.dropdown ul li {
        font-weight: normal;
        background: #666666;
        color: #464646;
        border-bottom: 1px solid #464646;
        float: none;
    }

        /* IE 6 & 7 Needs Inline Block */
        ul.dropdown ul li a {
            border-right: none;
            width: 100%;
            display: inline-block;
        }

    /* 
	LEVEL THREE
*/
    ul.dropdown ul.Sub-Menu ul.Sub-Menu {
        left: 100%;
        top: 0;
    }

    ul.dropdown ul.FloatToLeft ul.FloatToLeft {
        right: 100%;
        top: 0;
    }

    ul.dropdown li:hover > ul {
        visibility: visible;
    }






/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 950px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    box-shadow: 0 0 15px #474747;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #000;
    background-image: url('/Images/7220BannerCombined.jpg');
    height: 153px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
}

div.MenuNavigation {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #000;
    line-height: 25px;
}

.HeaderContactInfo {
    margin-top: 15px;
}

div.MenuWait {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 4px;
    background-color: #000;
}

div.MenuLoginLink {
    position: absolute;
    right: 30px;
    bottom: 0px;
    background-color: #000;
    color: White;
    line-height: 25px;
}


.TwoColumnContainer {
    position: relative;
    margin-top: 5px;
}

#CurrentContentFeed {
    position: relative;
}

.TwoColumnLeft {
    display: inline-block;
    float: left;
    min-height: 200px;
}

.TwoColumnRight {
    display: inline-block;
    float: right;
    min-height: 200px;
}

.TwoColumnRightContent {
    padding: 8px;
}

.NotificationContentContainer {
    margin-left: 4px;
}

H3.NotificationContentTitle {
    font-weight: bold;
    zzpadding-top: 0px;
    padding-bottom: 6px;
    font-size: 1em;
    color: #8B0417;
}

.NotificationContentLink {
    padding-bottom: 6px;
    padding-left: 10px;
    zzfont-size: .em;
}

.main {
    padding: 0px 0px 6px 0px;
    margin: 8px 8px 8px 8px;
    min-height: 420px;
}

.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: center;
    line-height: normal;
}

.nowrap {
    white-space: nowrap;
}

.CurrentContentFeed {
    margin: 8px auto;
    padding: 0px;
}

.NotificationSummaryLink {
    font-size: 1.1em;
    font-weight: bold;
}

.NotificationSummaryImage {
    max-height: 80px;
    max-width: 150px;
}

.NotificationSummaryContainer {
    margin-left: 4px;
    width: 770px;
}

.FrontPageContactInfo {
    text-align: center;
}

.block {
    display: inline-block;
    vertical-align: top;
    padding-left: 4px;
}
/* TAB MENU   
----------------------------------------------------------
*/


/* 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.textPhone {
    width: 160px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

.LoggingMemberNameDisplay {
    font-weight: bold;
}

.CellTitle {
    text-align: right;
}

.LoggingPropertyName {
    text-align: right;
    float: left;
    width: 100px;
    padding-right: 2px;
}

.LoggingComponentName {
    padding-left: 0px;
}

.LoggingComponentMeasurementSummary {
    padding-left: 6px;
}

.LoggingSummaryContents {
    padding-left: 10px;
}

.ComponentTitle {
    font-weight: bold;
}

.MemberLoggingContent {
    margin-bottom: 10px;
}


/* 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: #8B0417;
}

    .loginDisplay a:link, .loginDisplay a:visited {
        color: #8B0417;
    }

    .loginDisplay a:hover {
        color: #fff;
    }



.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.ui-button {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 9pt;
}

a.ui-button, input.ui-button {
    color: #fff;
}

a.ui-state-active {
    color: black;
}

.ui-widget-content {
    font-size: 9pt;
}

.ModalAttendToken {
    vertical-align: baseline;
    padding-top: 6px;
}

.ModalAttendTokenImg {
    padding-top: 8px;
    vertical-align: baseline;
}

/*Logging and Comments */
.dsq-comment-body {
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
}

.dsq-comment-text {
    margin: 0px;
    padding: 8px;
}

.dsq-comment-header-meta-wrapper-SL0 {
    margin-bottom: 10px;
    width: 0px;
}

.dsq-comment-header-meta-wrapper-L0 {
    margin-bottom: 10px;
    width: 600px;
}

.dsq-comment-header-meta-wrapper-L1 {
    display: inline-block;
    margin-bottom: 10px;
    width: 550px;
}

.dsq-comment-header-meta-wrapper-SL1 {
    display: inline-block;
    width: 50px;
}

.dsq-comment-top-left {
    width: 80%;
    display: inline-block;
    text-align: left;
}

.dsq-comment-top-right {
    width: 20%;
    display: inline-block;
    text-align: right;
}

.dsq-comment-header-topic {
    font-weight: bold;
}

.dsq-comment-header-time {
    font-weight: normal;
    font-size: .8em;
}

legend {
    color: #141414;
    font-weight: bold;
}

.dsq-navigation-top-left {
    width: 50%;
    display: inline-block;
    text-align: left;
}

.dsq-navigation-top-right {
    width: 50%;
    display: inline-block;
    text-align: right;
}

.failureNotification, input[type=text].failureNotification {
    font-size: 1.0em;
    color: red;
    border-color: red;
}


/*Subject Matter Render */
.SubMatContainer {
    width: 600px;
    margin-bottom: 20px;
}

.SubMatFocusTitle {
    background-color: #eee;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
}

.SubMatToggle {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
    padding-bottom: 10px;
    padding-left: 12px;
}

.SubMatPropValContainer {
    padding-top: 4px;
}

.SubMatProperty {
    font-size: 13px;
    font-weight: bold;
    color: #141414;
    margin-top: 6px;
}


/*Subject Matter Input Render */
.SubMatInputFocusTitle {
    background-color: #eee;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
}

.SubMatInputToggle {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
}

.SubMatInputDescription {
    font-size: 13px;
    padding-top: 10px;
}

.SubMatInputPropValContainer {
    padding-top: 10px;
    padding-bottom: 4px;
}

.SubMatInputFailureNotification {
    color: red;
}

.SubMatInputProperty {
    font-size: 13px;
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 2px;
    color: #141414;
}

.SubMatInputBottom {
    margin-top: 6px;
    text-align: center;
}

/*Hack Allow multiple lines*/
.fc-day-grid-event > .fc-content {
    white-space: normal;
}
