/* 
    Document   : style
    Created on : 1-nov-2009, 16:03:45
    Author     : jerrevds
    Description:
        Purpose of the stylesheet follows.
*/


body {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-image:url(img/bg.png);
}


#scrollbalk{
   
}
.balkitem{
    position: relative;
    width: 150px;
    height: 150px;
    cursor: pointer;
    float: left;
    margin: 15px;
    background-color: #787878;
        border-radius: 10px;
}


.under{
    background-color:orange;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    border-radius: 10px;
}
.offline{
    background-color:red;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    border-radius: 10px;
}


.imgdeel{
    float: left;
}

.cleaner{
    clear:both;
}





#gauge{
    position: relative;
    left: 50%;
    margin-left: -175px;
}

