body {font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    }
h1.title {
    color: #99ca50;
    font-size: 28px;
}

tbody.silver {
background-color: #EEEEEE;
font-size: 12pt;
}

#alwaysontop {
    
}
#alwaysontop.ontop {
    position: fixed;
    top: 0;
    z-index: 1000;
}

#container {
    width:100%;
    margin:20px auto;
}

#column1 {
    float:left;
    width:45%;
}

#singlecolumn {
    clear:both;
    width:90%;
}

#column2 {
    float:left;
    width:45%;
}

#footer {
    clear:both;
}
#newline {
    display: block;
}

/*FORMS*/
fieldset legend {
    color: #99ca3c;
	font-size: 24px;
}
.fieldset1 label, .fieldset1 input {
  display:inline-block;
}

.fieldset1 label { /*DEFINES WIDHT LABEL IN FIELDSET*/
  width:150px; /* or whatever size you want them */
}

#prov-invoices{
    border-collapse: collapse; 
    border-style:solid; 
    border-width: 1px;
    
}


.prov-invoices{
    border-collapse: collapse; 
    border-style:solid; 
    border-width: 1px;
    
}


.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 9999;
    background: url('../view/images/loading.gif') center no-repeat #fff;
}