﻿/* general page layout */
p {
    margin: 6px 0px;
}

.membershipcontrol table tr:first-child td:first-child {
    background-color: #CDC5BF;
    border: 1px dotted #8B8682;
    padding: 2px;
}

.main-wrap {
    border: 1px solid #D3D3D3;
    margin-top: 10px;
    padding: 10px;
}

h2 {
    background-color: #CDC5BF;
    border: 1px dotted #8B8682;
    padding: 12px 4px;
    margin: 5px 0px;
    color: #FFFFFF;
}

h4 {
    background-color: #CDC5BF;
    border: 1px dotted #8B8682;
    padding: 2px;
    color: #FFFFFF;
}

h5 {
    border-bottom: 1px dotted #000000;
}


.e {
}

.th {
    text-align: center;
}

.o {
    background-color: #EEEEEE;
}

    .o.error_cell {
        background-color: #FFBABA;
    }

.pad1 {
    padding: 10px;
}

.disabled_cell {
    background-color: #CCCCCC;
}

.autoformat-notation {
    font-style: italic;
    color: #888888;
}

.check-all-notation {
    font-style: italic;
    color: #888888;
}

.disabled-text-block {
    background-color: #CCCCCC;
    height: 100px;
    width: 388px;
    display: inline-block;
    padding: 2px;
}

.lastaction {
    background-color: #DFF2BF;
}

.indent-name-field {
    width: 180px;
    display: inline-block;
}

.indent-date-field {
    width: 80px;
    display: inline-block;
}

.indent-iop-field {
    width: 100px;
    display: inline-block;
}

.required-notation {
    color: #FF0000;
}

.sortable-gv th {
    text-decoration: underline;
    cursor: pointer;
}


/* Field positioning */
.client-info-label {
    display: inline-block;
    width: 200px;
}

.client-info-label-long {
    display: inline-block;
    width: 350px;
}

.client-info-label-indented {
    display: inline-block;
    width: 180px;
    text-align: right;
    font-weight: bold;
    margin-right: 10px;
}

.top {
    vertical-align: top;
    padding-top: 5px;
}

/* matrix table stuff */
.matrix-table {
    background-color: #FFFFFF;
}

    .matrix-table tr th {
        text-align: center;
        text-decoration: none;
        cursor: default;
    }

    .matrix-table tr td {
        text-align: center;
    }

        .matrix-table tr td:first-child {
            text-align: left;
        }

.rbl-table, .cbl-table {
    display: inline-block;
    border: 0 none !important;
}

    .rbl-table td, .cbl-table td {
        width: 160px;
        border: 0 none !important;
    }

.col-width-220 td {
    width: 220px;
}

/* plan review table */
.plan-review {
    width: 100%;
}

.plan-review-summary {
    background-color: #EBE1D1;
    padding: 10px;
}

/* events */
.event-table {
    width: 100%;
}

    .event-table th + th, .event-table td + td {
        text-align: center;
    }

/* item specific classes */


/* BG COLORS */
.lightgrey {
    background-color: #CCCCCC;
}

.lightgreen {
    background-color: #90EE90;
}

.lightpink {
    background-color: #FFB6C1;
}

.lightblue {
    background-color: #B2DFEE;
}

.lightsalmon {
    background-color: #FFA07A;
}

/* navigation stuff */
.main-nav {
    margin-bottom: .2em;
}

    .main-nav a {
        padding: 0.4em 1em 0.4em 20px;
        position: relative;
        text-decoration: none;
        display: inline-block;
        margin-right: .2em;
    }

        .main-nav a span {
            left: 0.2em;
            margin: -8px 5px 0 0;
            position: absolute;
            top: 50%;
        }

.content Table th {
    text-align: left;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li {
    font-weight: bold;
}

.HomeSearchTable {
width:40%;
}
.HomeSearchTable tr td input:not([type=submit]), .HomeSearchTable tr td select {
width:95%;
}
.SearchTable {
width:100%;
}
.ChildDemographics {
width:60%;
}
.ChildDemographics tr td input:not([type=submit]), .ChildDemographics tr td select {
width:95%;
}
.ChildDemographics tr td {
width:50%;
}