h1 {
    font: bold 25px "calibri","arial";
	left: 300px;
    position: relative;
    text-align: left;
}
h2 {
    font: bold 20px "calibri","arial";
    text-align: center;
}

#main_fields {
    padding-top: 70px;
    padding-left: 100px;
    font: 20px "calibri","arial";
    line-height: 45px;
}
#main_fields select{
    font: 20px "calibri","arial";
}

#tbllogentries {
    color: #333333;
    font: 80%/1.45em "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    cursor: pointer;
    
}
#tbllogentries tr:hover {
    background-color: #B0BED9;
}
#tbllogentries td.highlight {
    background-color: whitesmoke !important;
}
#tblDiv {
    padding-left: 100px;
    padding-top: 10px;
    width: 800px;
}
#tblDiv h2 {
    position: relative;
    top: 20px;
}
