@charset "utf-8";

.buttonLogout {
    width: 95px;
    height: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    border: none;
    background-image: url(../_graphics/button_empty.jpg);
    //float: left;
    cursor: pointer;
    padding-top: 0;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    background: url(../_graphics/button_empty.jpg) no-repeat top;
}

.buttonLogout:hover {
    background-image: url(../_graphics/button_empty_hover.jpg);
}

.buttonLogout:visited {
    background-image: url(../_graphics/button_empty.jpg);
}

.buttonLogout:active {
    background-image: url(../_graphics/button_empty.jpg);
}

.buttonAdd {
    width: 203px;
    height: 20px;
    margin-bottom: 50px;
    border: none;
    background-image: url(../_graphics/button_empty.jpg);
    float: left;
    cursor: pointer;
    padding-top: 0;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    
}

.buttonAdd:hover {
    background-image: url(../_graphics/button_empty_hover.jpg);
}

.buttonAdd:visited {
    background-image: url(../_graphics/button_empty.jpg);
}

.buttonAdd:active {
    background-image: url(../_graphics/button_empty.jpg);
}

.buttonAddDevice {
    width: 95px;
    height: 20px;
    border: none;
    margin-left: 190px;
    padding-top: 0;
    background-image: url(../_graphics/button_empty.jpg);
    clear: left;
    float: left;
    cursor: pointer;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    background: url(../_graphics/button_empty.jpg) no-repeat top;
}

.buttonAddDevice:hover {
    background-image: url(../_graphics/button_empty_hover.jpg);
}

.buttonAddDevice:visited {
    background-image: url(../_graphics/button_empty.jpg);
}

.buttonAddDevice:active {
    background-image: url(../_graphics/button_empty.jpg);
}

.buttonBack {
    width: 95px;
    height: 20px;
    margin-left: 40px;
    margin-top: 0px;
    margin-bottom: 10px;
    border: none;
    background-image: url(../_graphics/button_empty.jpg);
    float: left;
    cursor: pointer;
    padding-top: 0px;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: url(../_graphics/button_empty.jpg) no-repeat top;
}

.buttonBack:hover {
    background-image: url(../_graphics/button_empty_hover.jpg);
}

.buttonBack:visited {
    background-image: url(../_graphics/button_empty.jpg);
}

.buttonBack:active {
    background-image: url(../_graphics/button_empty.jpg);
}

.buttonCalculate {
    width: 95px;
    height: 20px;
    margin-left: 210px;
    margin-bottom: 20px;
    border: none;
    background-image: url(../_graphics/button_empty.jpg);
    cursor: pointer;
    padding-top: 0;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    background: url(../_graphics/button_empty.jpg) no-repeat top;
}

.buttonCalculate:hover {
    background-image: url(../_graphics/button_empty_hover.jpg);
}

.buttonCalculate:visited {
       background-image: url(../_graphics/button_empty.jpg);
}
.buttonCalculate:active {
    background-image: url(../_graphics/button_empty.jpg);
}

.buttonRemove {
    width: 95px;
    height: 20px;
    padding-top: 0;
    background-image: url(../_graphics/button_empty.jpg);
    float: left;
    cursor: pointer;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.buttonRemove:hover {
    background-image: url(../_graphics/button_empty_hover.jpg);
}

.buttonRemove:visited {
    width: 95px;
    height: 18px;
    padding-top: 2px;
    background-image: url(../_graphics/button_empty.jpg);
    float: left;
    cursor: pointer;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.buttonRemove:active {
    width: 95px;
    height: 18px;
    padding-top: 2px;
    background-image: url(../_graphics/button_empty.jpg);
    float: left;
    cursor: pointer;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.buttonSave {
    width: 95px;
    height: 20px;
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 20px;
    border: none;
    background-image: url(../_graphics/button_empty.jpg);
    float: left;
    cursor: pointer;
    padding-top: 0;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    background: url(../_graphics/button_empty.jpg) no-repeat top;
}

.buttonSave:hover {
    background-image: url(../_graphics/button_empty_hover.jpg);
}

.buttonSave:visited {
    background-image: url(../_graphics/button_empty.jpg);
}

.buttonSave:active {
    background-image: url(../_graphics/button_empty.jpg);
}