body {
    background: #FFF;
    border: 1px solid #000;
    margin: auto;
    font-family: Arial, Verdana, sans-serif;
    font-size: .8em;
    width: 850px;
}

h1, h2, h3 {
    text-align: center;
}

.sliderValue {
    float: right;
}
.sliderValue input{
    width: 45px;
}

table {
    border-collapse: collapse;
}

table.noBorders td{
    border: none;
}

table.calculatedFields div{
    text-align: right;
}

td, th {
    font-size: 10pt;
    border: 1px solid black;
    padding: .5em;
    font-family: Arial, Verdana, sans-serif;
    line-height: 1.5;
    width: 100%;
}

td.noBorders {
    border: none;
	background: #FFFFFF;
}

.sliderHolder{
    width: 460px;
    padding: .25em;
    vertical-align: bottom;
}


.webHide {
    display: none;
}

#main {
    padding: 5px;
}

#graph div {
    border: 1px solid black;
}

#loading {
    width: 800px;
    height: 600px;
    text-align: center;
    font-size: 14pt;
}

table.userInformation { 
    border: 1px solid;
    border-color: #336699;
    margin: auto;
    padding: 5px;
    width: 75%;
}

input {
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;    
}

table.userInformation td {
    padding: 3;
    margin: 1;
    border: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 10px;    
}

/* Header */
#header {
    background: #FFF;
    width: 850px;
}

/* Pages Navigation */
#gnav {
    background: #000;
    margin-top: 10px;
    height: 2.5em;
    line-height: 2.5em;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1.10em;
    font-weight: bold;
    text-align: center;
    width: 850px;
}

#gnav ul {
    list-style: none;
}

#gnav li {
    margin: 0;
    color: #FFF;
    padding: 10px;
    text-decoration: none;
    display: inline;
}

#gnav li.sep {
    background: #000;
    padding: 1px 10px 1px 10px;
}

#gnav li a:link, #gnav li a:visited {
    background: none;
    color: #FFF;
    padding: 10px;
    text-decoration: none;
}

#gnav li a:hover, #gnav li a:active {
    background: #FFF;
    color: #000;
    padding: 10px;
    border-style: solid none;
    border-color: #000 #FFF #000 #FFF;
}

.textRight {
    float: right;
}

/* Footer */
#footer {
    background: #000;
    width: 850px;
}


#copy {
    background: #000;
    font-family: Arial, Verdana, sans-serif;
    font-size: .8em;
    padding: 10px;
    height: 10em;
    width: 830px;
}

.copyLeft {
    color: #FFF;
    float: left;
}

.copyRight {
    color: #FFF;
    float: right;
}

thead th {
/*    background-color: #bfcee4; */
    font-size: 10pt;
    font-family: Arial, Verdana, sans-serif;
}

TD.field125 {
    width: 125px;
}

.time-calc-innac,
.time-theft,
.overTime,
.benefit-abuse,
.payroll-labor{
	font-size: 24pt;
	font-weight: 900;
	line-height: 1pt;
	vertical-align: middle;
}

.time-calc-innac{
    color: #3CB371;
}

.time-theft{
    color: #EE799F;
}

.overTime {
color: #FFA500;
}

.benefit-abuse {
    color: #4682B4;
}

.payroll-labor {
    color: #CD5555;
}

.content {
    position: relative;
    bottom: 4px;
    right: 4px;
}

.shadow {
    background-color: #AAA;
    color: inherit;
    margin: 0 0 16px 16px;
    width: 95%;
}

.coloredBullet:first-letter {
}

.rtiny {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

.messageStackError, .messageStackWarning, span.messageStackError { 
    font-family: Arial, Verdana, sans-serif; 
    font-size: 12px; 
    background-color: #ffb3b5; 
}
.messageStackSuccess { 
    font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #99ff00; 
}

