#appContent .control
{
    border: 1px solid #7CA0AE;
    background-color: white;
    margin-bottom: 1em;
    clear: both;
    overflow: hidden;
}

#appContent .control h2
{
    font-size: 1.1em;
    color: white;
    padding: 3px 5px;
    background-color: #7CA0AE;
}

#appContent .control .control-content
{
    margin: 5px;
}

#appContent .control .control-content h3
{
    font-size: 1em;
}

#appContent .control .control-content .eboControlElement
{
    margin-bottom: 0.5em;
    padding-top: 0.3em;
    clear: both;
}

#appContent .control .control-content .eboControlElement label
{
    font-weight: bold;
}

#appContent .control .control-content .eboControlElement label.radio
{
    font-weight: normal;
}

#logoutbuttonpos
{
    float: right;
}

.eboWaiting
{
    line-height: 38px;
    text-align: left;
    padding-left: 48px;
    background-image: url(../img/wait_ani.gif);
    background-repeat: no-repeat;
    background-position: left;
}

.eboWaitingButtonsBelow
{
    margin-bottom: 10px;
}

.eboDialogButton
{
    text-align: right;
    margin-bottom: 10px;
}

div.temperatur-field
{
    width: 50px !important;
}

td.temperatur-field-cell
{
    width: 100px;
    text-align: right;
    padding-right: 3px;
}

.temperatur-field input {
    text-align: right;
}

.dijitValidationIcon {
    display: none;
}

.leftlabel
{
    float: left;
}

.label_temperature
{
    float: none;
}

.eboControlMode,
.eboControlSetpoint,
.eboControlCurrent
{
    margin-bottom: 12px;
}

.tundra .control .dijitSliderDecrementIconH,
.tundra .control .dijitSliderDecrementIconV,
.tundra .control .dijitSliderIncrementIconH,
.tundra .control .dijitSliderIncrementIconV
{
    background-image: url(../img/sliderSprite.png);
}

.status-red,
.status-yellow,
.status-green {
    font-weight: bold;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right;
}

.status-red {
    color: #FF0000;
    background-image: url('../img/dot_red_small.gif');
}

.status-yellow {
    color: #FFFF00;
    background-image: url('../img/dot_yellow_small.gif');
}

.status-green {
    color: #267F00;
    background-image: url('../img/dot_real_green_small.gif');
}

.float-right {
    float: right;
    margin-right: 5px;
}

#login_content input {
    width: 143px;
}
}

