#tabs {
    font-family: Arial,sans-serif;
    font-size: 12px;
}

#config_main {
    float: left;
    width: 65%;
    font-family: Arial,sans-serif;
    font-size: 12px;
}

#config_sidebar {
    float: left;
    width: 30%;
    margin-left: 20px;
    font-family: Arial,sans-serif;
    font-size: 12px;
}

.TabDescription {
    color: #12b6c3;
    font-weight: bold;
}

.SidebarHeader {
    color: #000000;
    background-color: #eb9526;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    font-size: large;
    font-weight: bold;
}

.SidebarDescription {
    font-weight: bold;
    font-size:12px;
    line-height:16px;
    padding:10px 0 0 10px;
    border-left:1px solid #eb9526;
    margin-bottom: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.CollateralRequest {
    font-size:12px;
    font-family: Arial,sans-serif;
    line-height:16px;
    padding:10px 0 0 10px;
    margin-bottom: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.CollateralHeader {
    color: #000000;
    background-color: #eb9526;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    font-size: large;
    font-weight: bold;
    font-family: Arial,sans-serif;
}

.CollateralDescription {
    font-weight: bold;
    font-size:12px;
    font-family: Arial,sans-serif;
    line-height:16px;
    padding:10px 0 0 10px;
    margin-bottom: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.CollateralLinks {
    font-size:12px;
    font-family: Arial,sans-serif;
    line-height:16px;
    padding:10px 0 0 10px;
    margin-bottom: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.SidebarImage {
    display: table-cell;
}

.SidebarDiagram {
    margin-top: 24px;
    border: 1px solid Blue;
    color: Blue;
    align: center;
}

/*
 * adjust style for radio button & checkbox labels
*/
.radio {
    margin-left: 2em;
}

.checkbox {
    margin-left: 2em;
}

/*
 * adjust style for radio buttons & checkboxes
 * ccm_input_* comes from Concrete5?
 */
.ccm-input-radio {
    margin-left:-1.5em;
    margin-right:.5em
}

.ccm-input-checkbox {
    margin-left: -1em;
    margin-right: .75em;
}

/*
 * adjust style for buttons (Next, Clear, etc)
 */
.ccm-input-button {
    border-radius: 10px;
    background: LightGray;
}

.LeftNavButton {
    float: left;
    width: 10%;
}

.RightNavButton {
    float: right;
    width: 10%;
}

/*
 * Text style for pixel pitch
*/
.PixelPitch {
    font-size: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*
 * Headings used for groups of settings
 */
.SettingGroupHeader {
    line-height: 1.1em;
    font-weight: strong;
    margin: 10px 0 4px 0;
}

/* sensors are displayed in columns */
.SensorColumn {
    width:33%;
    float:left;
    margin:0 0 0 0;
}

/*
 * Styles applied to SensorFamily groups
 */
.SensorFamily {
    width: 100%;
    padding-bottom: 0px;
}

.SensorFamilyHeading {
    line-height:12px;
    overflow: hidden;
}

.SensorFamilySensor {
    float: left;
    width: 60%;
    overflow: hidden;
}

.SensorFamilySensor,label {
    white-space: nowrap;
    text-overflow: ellipsis;
}

