#insideSideColNarrow { float: left; width: 50px; padding: 10px; }
#insideMainColNarrow { float: right; width: 900px; padding-bottom: 30px; }

strong {
    font-weight: bold;
}

#piezoContainer p {
    font-size: 1em;
}

#piezoContainer sub {
    font-size: 80%;
}

#piezoContainer label {
    padding: 0;
    margin-right: 10px;
}

#piezoContainer .submit {
    margin: 0;
}

#piezoContainer .piezoButton {
    padding: 3px;
    margin-right: 10px;
    border: 1px solid #00699e;
    background-color:#0082c4;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}

#piezoContainer fieldset .piezoButton {
    padding: 0;
    vertical-align: text-top;
}

#piezoContainer legend {
    font-weight: bold;
}

#piezoContainer table td {
    padding: 2px 7px;
}

.colorValueField {
    width:120px;
    height:20px;
    border:1px solid black;
}

.inputSiges {
    border: 1px solid #CCCCCC;
    height: 20px;
}

#piezoContainer .x-form-text {
    background: none;
    font: 1em Verdana, Arial, Helvetica, sans-serif;
    padding: 0;
    border: none;
}

/*#piezoContainer .highcharts-menu-item:hover {
    border: 1px dotted #a3bae9;
    background: "#dfe8f6";
    color: "#000";
}*/

.tab {
    text-align: center;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

table > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
}

#piezoContainer table caption {
    font-weight: bold;
    padding-top: 0px;
    text-align: center;
}

.tab button {
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    color: #707070;
    background-color: #FFF;
    border: 1px solid #707070;
    height: 30px;
    font-size: 14px;
}

.tab button:hover {
    color: #fff;
    background-color: #707070;
    border: 1px solid #707070;
}

.tab button:focus {
    outline: none;
}

.tab button.active {
    color: #fff;
    background-color: #707070;
    border: 1px solid #707070;
}

a.ext {
    color: #0071a8;
}
