
.ui-datepicker-calendar {
    display: none;
    }

.normalfont {
    font-size: .7em;
    }


table, thead, tbody, tr, td, th {
font-size: inherit;
font-family: inherit;
border-spacing: 0;
border-collapse: collapse;
}  

thead td {
	font-weight: bold;
}

.progressbar {
  position:relative;
  width:300px; height:20px;
  border:1px solid black;
  overflow:hidden;
}
 
.progressbar div {
  background:#316AC5;
  width:0; height:100%;
}

button.smallbutton
{
   font-size:10px;
}


