/* fonts */
body {
    font-family: Arial, Tahoma, Verdana;
    font-size: 16px;
    font-weight: normal; 
    background-color: #dfdfdf; 
}
.NormalText {
    font-family: Arial, Tahoma, Verdana;
    font-size: 16px;
    font-weight: normal;
}
.BoldText {
    font-family: Arial, Tahoma, Verdana;
    font-size: 16px;
    font-weight: bold;
}
.NormalHeading {
    font-family: Arial, Tahoma, Verdana;
    font-size: 24px;
    font-weight: bold;
}
.LargeHeading {
    font-family: Arial, Tahoma, Verdana;
    font-size: 28px;
    font-weight: bold;
}
.SmallHeading {
    font-family: Arial, Tahoma, Verdana;
    font-size: 18px;
    font-weight: bold;
}
/* buttons & drop-downs */
button:not(.btn) {
    height: 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: normal;
    color: black;
    background-color: white;
    cursor: pointer;
}
button:not(.btn):hover {
    font-size: 16px;
    background-color: black;
    color: white;
    font-weight: normal;
}
select {
    font-size: 16px;
    font-weight: normal;
    height: 28px;
}
/* jQuery UI Widgets */
.spinner {
	height: 12px;
	width: 40px;
}
tbody:not(#p_reset) tr:nth-child(odd):hover {
    background-color: #bfd9bf;
}
tbody:not(#p_reset) tr:nth-child(even):hover {
    background-color: #bfd9bf;
}
